﻿@charset "UTF-8";

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:active,
    a:focus,
    a:hover {
        outline: none;
        color: currentColor;
        text-decoration: none;
    }

button:active,
button:focus,
button:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}



/*body .container {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
}*/

body .card-header {
    border: none;
    background: transparent;
}

body .card {
    background: transparent;
    border: none;
}

body input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body input:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body select:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

body select:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.rsImg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.rsDefault .rsThumb {
    position: relative;
}

    .rsDefault .rsThumb:hover:before {
        opacity: 0.6;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

.rsDefault .rsSlide {
    background: none !important;
}

.rsDefault .rsThumbs {
    background: none !important;
}

.rsDefault .rsOverflow {
    background: none !important;
}

.rsDefault .rsThumb:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #b9b9b999;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.rsDefault {
    background: transparent;
}

.rsThumbs {
    margin-top: 20px;
}

.rsImg {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
}

.rsDefault .rsThumb.rsNavSelected {
    background: #b9b9b9 !important;
}

#gallery-1 {
    height: 100%;
}

.royalSlider.rsFullscreen {
    height: auto !important;
}

.Banner-in {
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.opa {
    opacity: 1;
}

.lv_skin canvas {
    opacity: 0 !important;
}

.bg {
    position: absolute;
    z-index: 10;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.plus {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
}

.yellow {
    color: #ec6523 !important;
}

.nohover {
    pointer-events: none;
}

.buton {
    position: relative;
    width: 156px;
    height: 44px;
    border-radius: 5px;
    background-color: #cc9f52;
    border: 2px solid #cc9f52;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    cursor: pointer;
}

    .buton:hover {
        letter-spacing: 2px;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        background-color: transparent;
    }

.mobile {
    display: none !important;
}

.global_link {
    position: absolute;
    width: 100%;
    height: 100%;
    /*z-index: 999;*/ /*b2yazilim*/
    top: 0;
    left: 0;
}

.Navtop {
    position: relative;
    width: 100%;
    z-index: 99;
}

    .Navtop .navbar {
        position: static;
        z-index: 99;
        padding: 20px 0 20px 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .Navtop .navbar-brand {
        padding: 0;
    }

        .Navtop .navbar-brand a:before {
            content: "";
            width: 247px;
            height: 54px;
            display: inline-block;
            background-size: 247px 54px;
            background-image: url(/Content/images/logo.svg);
        }

    .Navtop .navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .Navtop .navbar-collapse-menu .nav-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 40px;
    }

    .Navtop .navbar-collapse-menu .nav-item-social a,
    .Navtop .navbar-collapse-menu .nav-item-social button {
        cursor: pointer;
        font-size: 18px;
        color: #383838;
        margin-left: 15px;
    }

    .Navtop .navbar-collapse-menu .nav-item .nav-link {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -0.6px;
        text-align: center;
        color: #383838;
        padding: 10px 0;
        position: relative;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

        .Navtop .navbar-collapse-menu .nav-item .nav-link:hover {
            color: #cc9f52;
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
        }

    .Navtop .navbar-active {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 1000ms;
        -o-transition: 1000ms;
        transition: 1000ms;
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
    }

    .Navtop .Dropdown-menu {
        display: none;
        padding-top: 60px;
        padding-bottom: 25px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        top: 140px;
        background-color: white;
    }

    .Navtop .Dropdown-menu-in {
        padding-left: calc((100vw - 1200px) / 2);
        padding-right: calc((100vw - 1200px) / 2);
        padding-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .Navtop .Dropdown-menu-in-active {
        border-top: 1px solid #ebebeb;
    }

    .Navtop .Dropdown-menu-item {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 15%;
        height: 175px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .Navtop .Dropdown-menu-item:first-child {
            width: 25%;
        }

        .Navtop .Dropdown-menu-item:last-child h6 {
            margin-bottom: 5px;
            margin-top: 15px;
        }

        .Navtop .Dropdown-menu-item h6 {
            margin-top: 15px;
            font-size: 13px;
            font-weight: 600;
            line-height: 0.46;
            letter-spacing: -0.5px;
            color: #5e5e5e;
            margin-bottom: 15px;
        }

        .Navtop .Dropdown-menu-item a {
            font-size: 13px;
            margin-bottom: 5px;
            color: #5e5e5e;
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
        }

            .Navtop .Dropdown-menu-item a:hover {
                color: black;
                -webkit-transition: 500ms;
                -o-transition: 500ms;
                transition: 500ms;
            }

        .Navtop .Dropdown-menu-item .pdf {
            margin-top: 30px;
            color: black;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .Navtop .Dropdown-menu-item .pdf:hover:before {
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
                -webkit-transition: 500ms;
                -o-transition: 500ms;
                transition: 500ms;
            }

            .Navtop .Dropdown-menu-item .pdf:before {
                margin-right: 10px;
                content: "";
                display: inline-block;
                width: 17px;
                height: 19px;
                background-size: 17px 19px;
                background-image: url(/Content/images/icon-pdf.png);
                -webkit-transition: 500ms;
                -o-transition: 500ms;
                transition: 500ms;
            }

.Navtop-ic {
    -webkit-box-shadow: 0px 8px 20px -16px #383838;
    box-shadow: 0px 8px 20px -16px #383838;
}

.Navbottom {
    padding-top: 40px;
    position: relative;
    z-index: 99999; /*b2yazilim*/
    background-color: #cc9f52;
}

.Navbottom-top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .Navbottom-top-logo:before {
        content: "";
        width: 179px;
        height: 31px;
        display: inline-block;
        background-size: 179px 31px;
        background-image: url(/Content/images/logo.svg);
    }

    .Navbottom-top-logo:after {
        content: " ";
        display: inline-block;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        height: 1px;
        width: calc(100% - 190px);
        background-color: #231f20;
    }

.Navbottom-column {
    width: 25%;
    color: #383838;
    padding-top: 50px;
    padding-bottom: 60px;
}

    .Navbottom-column:nth-last-child(2) {
        -webkit-transform: translateX(7%);
        -ms-transform: translateX(7%);
        transform: translateX(7%);
    }

.Navbottom-column-iletisim a {
    display: inline-block;
    font-size: 20px;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    margin-right: 10px;
}

    .Navbottom-column-iletisim a:last-child {
        margin-right: 0;
    }

    .Navbottom-column-iletisim a:hover {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

.Navbottom-column ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.3px;
    color: #383838;
}

    .Navbottom-column ul li a:hover {
        text-decoration: underline;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

.Navbottom-head {
    font-size: 15px !important;
    font-weight: bold !important;
    margin-bottom: 3px;
}

.Navbottom .copy {
    position: relative;
    z-index: 99;
    background-color: #383838;
}

.Navbottom .copy-left {
    width: auto !important;
}

.Navbottom .footer-text {
    font-size: 11px;
    color: white;
    margin-bottom: 0;
}

.over .Navtop {
    background-color: white;
}



.button a {
    text-decoration: none;
}

.btn-open:after {
    content: "";
    display: inline-block;
    -webkit-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-image: url(/Content/images/menu.svg);
}

.btn-close:after {
    content: "";
    display: inline-block;
    -webkit-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-image: url(/Content/images/exit.svg);
}
 

.wra {
    color: #e9e9e9;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

    .wra ul.wra-nav {
        text-transform: capitalize;
        padding: 10vh 10px;
    }

        .wra ul.wra-nav .fa {
            font-size: 18px;
            opacity: 0.8;
        }

        .wra ul.wra-nav .dropdown-menu {
            position: fixed;
            left: 0;
            top: 40px !important;
            right: 0;
            padding: 0;
            width: 100%;
            background-color: #fa7d41;
            -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
            z-index: 9999999;
        }

            .wra ul.wra-nav .dropdown-menu a {
                font-weight: 600;
                padding-right: 10px;
                white-space: normal;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                font-size: 15px;
                color: white;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 15px;
            }

                .wra ul.wra-nav .dropdown-menu a:hover {
                    -webkit-transition: 500ms;
                    -o-transition: 500ms;
                    transition: 500ms;
                    background-color: #860c0d;
                }

                .wra ul.wra-nav .dropdown-menu a span {
                    line-height: 1.2;
                    margin-top: 5px;
                    opacity: 0.7;
                    font-size: 11px;
                }

        .wra ul.wra-nav li {
            font-size: 16px;
            font-weight: bold;
            display: block;
            vertical-align: top;
            position: relative;
            padding-top: 1.5vh;
            padding-bottom: 1.5vh;
            cursor: pointer;
        }

.wra-nav-in li {
    font-size: 14px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.active {
    opacity: 1 !important;
}

.wra ul.wra-nav li a {
    color: #383838;
    padding: 5px 0;
    text-decoration: none;
    -webkit-transition-property: all .2s linear 0s;
    -o-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

    .wra ul.wra-nav li a img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -2px;
        opacity: 0;
    }

    .wra ul.wra-nav li a:hover img {
        opacity: 1;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

.Slider {
    position: relative;
    z-index: 9;
}

    .Slider #slick {
        margin-bottom: 0px;
    }

        .Slider #slick .slick-slide {
            height: 400px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

        .Slider #slick .slide_text {
            z-index: 99;
            left: calc((100vw - 1200px) / 2 + 620px);
            max-width: 300px;
        }

            .Slider #slick .slide_text h1 {
                line-height: 1;
                font-size: 35px;
                font-weight: 600;
                color: #ffffff;
            }

        .Slider #slick .slick-dots {
            position: absolute;
            bottom: 60px;
            padding-left: 0;
            text-align: center;
            margin-left: 0px;
            width: auto;
            left: calc((100vw - 1200px) / 2 + 600px);
            z-index: 999;
        }

            .Slider #slick .slick-dots li {
                width: 13px;
                margin: 0 2px;
            }

                .Slider #slick .slick-dots li button {
                    width: 10px;
                }

                    .Slider #slick .slick-dots li button:before {
                        background-color: white;
                        border-radius: 100%;
                        width: 9px;
                        height: 9px;
                        opacity: 1;
                        content: "";
                    }

                .Slider #slick .slick-dots li.slick-active button:before {
                    opacity: 1;
                    background-color: #cc9f52;
                    width: 13px;
                    margin-top: -2px;
                    height: 13px;
                }

.Tesekkur-header {
    width: 100%;
    height: 100px;
    background-color: #fbe93f;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .Tesekkur-header:before {
        content: "";
        width: 247px;
        height: 54px;
        display: inline-block;
        background-size: 247px 54px;
        background-image: url(logo.svg);
    }

.Tesekkur-content {
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
}

    .Tesekkur-content p {
        font-size: 26px;
        text-align: center
    }

.Search {
    padding: 20px;
    left: calc((100vw - 1200px) / 2 + 30px);
    z-index: 9;
    width: 550px;
    height: 275px;
    border-radius: 5px;
    background-color: #f6f8fb;
}

    .Search .nav-pills {
        margin-bottom: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

        .Search .nav-pills .nav-item {
            width: 49%;
        }

        .Search .nav-pills .nav-link {
            text-align: center;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 0;
            border-radius: 5px;
            background-color: #d7d7d7;
            font-size: 14px;
            font-weight: 500;
            color: #38342d;
        }

        .Search .nav-pills .active {
            background-color: #cc9f52;
            font-weight: bold;
        }

.Search-in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Search-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Search-link {
    font-size: 14px;
    font-weight: 600;
    color: #38342d;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

    .Search-link:after {
        content: ""; /*b2yazilim*/
        display: inline-block;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

    .Search-link:hover {
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

.Search-buton {
    height: 40px;
    border-radius: 5px;
    background-color: #cc9f52;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #38342d;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

    .Search-buton:hover {
        letter-spacing: 2px;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

.Search-item {
    margin-bottom: 10px;
    width: 49%;
}

.header {
    text-align: center;
}

    .header h5 {
        font-size: 25px;
        font-weight: bold;
        color: #383838;
    }

    .header p {
        font-size: 14px;
        color: #383838;
    }

.A_car_counter {
    padding-top: 80px;
}

.A_car_counter-in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.A_car_counter-item {
    position: relative;
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .A_car_counter-item:before {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        width: 103px;
        height: 137px; /*b2yazilim*/
        z-index: -1;
        bottom: 10px;
        border-radius: 5px;
        background-color: #cc9f52;
        position: absolute;
    }

    .A_car_counter-item h6 {
        font-size: 14px;
        font-weight: bold;
        color: #383838;
    }

    .A_car_counter-item span {
        font-size: 14px;
        color: #383838;
    }

    .A_car_counter-item img {
        margin-top: 10px;
    }

.car {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
}

.car-image {
    background-color: #F7F7F7;
    border: solid 1px #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 242px;
}

    .car-image img {
        max-width: 125%;
        max-height: 100% !important;
    }

.car-year {
    font-size: 13px;
    color: #383838;
    display: block;
    line-height: 1;
    margin-top: 10px;
}

.car-marka {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #383838;
    line-height: 1;
    margin-top: 5px;
}

.car-model {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 5px;
    color: #383838;
}

.car-info {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.car-info-item {
    font-size: 13px;
    color: #383838;
}

    .car-info-item:last-child:after {
        display: none;
    }

    .car-info-item:after {
        content: "|";
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

.car-sale {
    margin-top: 15px;
    display: block;
    font-size: 18px;
    line-height: 1;
    text-decoration: line-through;
    color: #383838;
}

.car-price {
    line-height: normal;
    font-size: 30px;
    font-weight: bold;
    display: block;
    color: #383838;
}

.car-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1.5px solid #d7d7d770;
    border-bottom: 1.5px solid #d7d7d770;
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .car-property .icon {
        color: #cccccc;
        font-size: 16px;
        margin-right: 4%;
    }

    .car-property span {
        white-space: nowrap;
        width: 50%;
        font-weight: 500;
        font-size: 11.5px;
        color: #383838;
    }

.car-badge {
    position: absolute;
    top: -15px;
    left: -35px;
    background-color: #cc9f52;
    font-size: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 20px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    color: #383838;
}

.Firsat {
    margin-top: 120px;
}

.Firsat-in {
    margin-top: 30px;
}

.Firsat-buton {
    max-width: 300px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.A_help {
    background-color: #f6f8fb;
    margin-top: 90px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.A_help-in {
    margin-top: 50px;
    margin-right: -30px;
}

.A_help-item {
    position: relative;
    width: calc(33.33% - 30px);
    margin-right: 30px;
}

.A_help-item-image {
    overflow: hidden;
}

    .A_help-item-image img {
        -webkit-transition: 700ms;
        -o-transition: 700ms;
        transition: 700ms;
    }

.A_help-item-text {
    margin-top: 30px;
}

    .A_help-item-text h6 {
        font-size: 20px;
        font-weight: 600;
        color: #383838;
    }

    .A_help-item-text p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.29;
        color: #252525;
    }

.A_help-item:hover .A_help-item-image img {
    -webkit-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    -webkit-transform: scale(1.2) rotate(-10deg);
    -ms-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
}

.Vitrin {
    margin-top: 70px;
    margin-bottom: 85px;
}

.Vitrin-in {
    margin-top: 30px;
}

.bootstrap-select .dropdown-toggle {
    background-color: white;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500 !important;
    color: #38342d !important;
    border-radius: 5px;
    border: solid 1px #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

    .bootstrap-select .dropdown-toggle:active {
        background-color: #F2F2F6 !important;
    }

    .bootstrap-select .dropdown-toggle:after {
        content: ""url(/Content/images/down.svg);
        display: inline-block;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin: 0 !important;
        border: none;
        width: 14px;
        height: 8px;
    }

.bootstrap-select .dropdown-toggle-active {
    background-color: #F2F2F6 !important;
}

.bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
    transform: rotate(90deg) translateY(-100%);
}

.bootstrap-select .dropdown-toggle[aria-expanded="false"]:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.bootstrap-select .filter-option {
    cursor: pointer;
    padding: 0 !important;
}

.bootstrap-select .filter-option-inner {
    cursor: pointer;
}

.bootstrap-select .filter-option-inner-inner {
    cursor: pointer;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 7%;
}

.bootstrap-select .no-results {
    font-size: 13px;
    font-weight: 500;
    color: #181b23 !important;
}

.bootstrap-select .dropdown-menu {
    border-radius: 6px;
    padding-top: 0;
}

.bootstrap-select input {
    height: 40px;
    border-radius: 6px;
    border: solid 1px #d7d7d7;
}

    .bootstrap-select input:focus {
        border-color: #d7d7d7;
    }

.bootstrap-select .dropdown-item {
    font-size: 13px;
    font-weight: 500;
    color: #181b23 !important;
}

    .bootstrap-select .dropdown-item:focus {
        background-color: transparent;
    }

.bootstrap-select .active {
    background-color: #383838;
}

    .bootstrap-select .active span {
        color: white;
    }

.Map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 450px;
    position: relative;
    z-index: 99;
    margin-top: 45px;
}

    .Map #map {
        width: 100%;
        height: 100%;
    }

.Firsat-in .slick-prev {
    left: auto;
    top: -30px;
    right: 60px;
}

.Firsat-in .slick-next {
    right: 28px;
    top: -30px;
}

.Firsat-in .slick-prev::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-position: center;
    background-image: url(/Content/images/left-arrow.svg);
}

.Firsat-in .slick-next::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-position: center;
    background-image: url(/Content/images/right-arrow.svg);
}

#Firsat .slick-track {
    width: 5700px !important;
}

#Vitrin .slick-track {
    width: 5700px !important;
}

 

.Araclar-in {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Araclar-siralama {
    z-index: 99;
    position: relative;
}

.Araclar-content { 
}

    .Araclar-content .car {
        margin-bottom: 80px;
        width: 19%;
        /*border-bottom: 1.5px solid #d7d7d770;*/
        /*padding-bottom: 15px;*/
        max-height: 492px;
        margin-right: 16.4px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius:8px;
    }
        .Araclar-content .car .car-in{
            padding:8px;
        }

        .Araclar-content .car-marka {
            margin-top: 15px;
            font-weight: 600;
            font-size: 17px;
        }

    .Araclar-content .car-model {
        font-size: 15px;
    }

    .Araclar-content .car-sale {
        font-size: 15px;
    }

    .Araclar-content .car-price {
        font-size: 20px;
        padding: 5px 0px;
    }

.Araclar-filter {
    width: 100%;
    background: #fff;
    /*padding: 10px;*/
    border-radius: 5px;
    border-color: #e1e4e8;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Categori-item {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

    .Categori-item:last-child {
        border-bottom: 1px solid #e1e1e1;
    }

.Categori-item-header button {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    font-size: 14px; 
    line-height: 3.29;
    letter-spacing: -0.3px;
    color: #383838;
    cursor: pointer;
}

    .Categori-item-header button:after {
        content: ""url(/Content/images/down.svg);
        display: inline-block;
        width: 14px;
        height: 8px;
    }

    .Categori-item-header button[aria-expanded="true"]:after {
        -webkit-transform: rotate(90deg) translateY(-20px);
        -ms-transform: rotate(90deg) translateY(-20px);
        transform: rotate(90deg) translateY(-20px);
    }

    .Categori-item-header button[aria-expanded="false"]:after {
        -webkit-transform: rotate(-90deg) translateY(-15px);
        -ms-transform: rotate(-90deg) translateY(-15px);
        transform: rotate(-90deg) translateY(-15px);
    }

.Categori-item-body {
    padding-bottom: 20px;
}

.Categori-item-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

    .Categori-item-input:before {
        content: ""url(/Content/images/play-button.png);
        display: inline-block;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        margin-right: 10px;
    }

    .Categori-item-input input {
        opacity: 0;
        left: 0;
        padding: 0;
        position: absolute;
        cursor: pointer;
    }

        .Categori-item-input input[type="checkbox"]:checked ~ label {
            font-weight: bold;
        }

            .Categori-item-input input[type="checkbox"]:checked ~ label:before {
                background-color: #383838;
            }

    .Categori-item-input label {
        position: relative;
        cursor: pointer;
        margin: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-weight: normal;
        color: #383838;
    }

        .Categori-item-input label:before {
            width: 11px;
            height: 11px;
            border-radius: 3px;
            border: solid 1px #383838;
            content: "";
            display: inline-block;
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
            position: absolute;
            right: 0;
        }

        .Categori-item-input label span {
            margin-left: 3px;
            line-height: 1;
            color: #605e6d;
        }

.Categori-buton {
    width: 100%;
    margin-top: 20px;
}

.Categori-buton2 {
    display: none;
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

.Car_detail {
    padding-top: 60px;
}

.Car_detail-head {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
}

    .Car_detail-head h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 25px;
        font-weight: bold;
        color: #383838;
    }

        .Car_detail-head h5 span {
            font-size: 20px;
            font-weight: normal;
            color: #383838;
        }

    .Car_detail-head h6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 25px;
        font-weight: bold;
        color: #383838;
    }

        .Car_detail-head h6 span {
            text-decoration: line-through;
            font-size: 18px;
            font-weight: normal;
            color: #383838;
        }

.Car_detail-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #383838;
    margin-bottom: 25px;
}

.Car_detail-links {
    margin-top: 25px;
}

    .Car_detail-links a {
        font-size: 12px;
        color: #383838;
        font-weight: 500;
        margin-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .Car_detail-links a .icon {
            display: inline-block;
            margin-right: 5px;
            font-size: 18px;
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
        }

        .Car_detail-links a:hover .icon {
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
        }

.Car_detail-in {
    margin-top: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Car_detail-left {
    background-color: #383838;
    width: 350px;
    padding: 25px;
}

.Car_detail-left-item {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}

    .Car_detail-left-item:last-child {
        margin-bottom: 0;
    }

    .Car_detail-left-item i {
        font-size: 20px;
        color: #cc9f52;
        margin-right: 50px;
    }

.Car_detail-right {
    width: calc(98% - 350px);
}

    .Car_detail-right .slickdetail .slick-slide {
        height: 380px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.Car_detail-right-thum {
    margin-top: 25px;
    width: calc(100% - 130px);
    -webkit-transform: translateX(65px);
    -ms-transform: translateX(65px);
    transform: translateX(65px);
}

    .Car_detail-right-thum .slider-nav .slick-prev {
        left: -65px;
        background-color: #383838;
        width: 60px;
        height: 47px;
    }

        .Car_detail-right-thum .slider-nav .slick-prev:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 20px;
            background-size: 12px 20px;
            background-position: center;
            background-image: url(/Content/images/arrow_w.svg);
        }

    .Car_detail-right-thum .slider-nav .slick-next {
        right: -65px;
        background-color: #383838;
        width: 60px;
        height: 47px;
    }

        .Car_detail-right-thum .slider-nav .slick-next:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 20px;
            background-size: 12px 20px;
            background-position: center;
            background-image: url(/Content/images/arrow_w.svg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .Car_detail-right-thum .slider-nav-item {
        margin: 0 10px;
        cursor: pointer;
        height: 47px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        .Car_detail-right-thum .slider-nav-item:focus {
            outline: none;
        }

.Car_detail-info {
    margin-top: 70px;
}

.Car_detail-info-in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Car_detail-info-item {
    height: 130px;
    width: 14.5%;
    background-color: #383838;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px 0px 10px;
}

    .Car_detail-info-item p {
        font-weight: 500;
        margin-top: 15px;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
        line-height: 1.2;
    }

    .Car_detail-info-item i {
        height: 40px;
        font-size: 40px;
        color: #cc9f52;
    }

.Car_detail-explanation {
    margin-top: 50px;
}

    .Car_detail-explanation p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
        color: #383838;
    }

.Car_detail-expertiz {
    margin-top: 70px;
}

.Car_detail-expertiz-link .nav-item {
    width: 31%;
}

.Car_detail-expertiz-link .nav-link {
    height: 40px;
    border-radius: 5px;
    background-color: #383838;
    font-size: 14px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Car_detail-expertiz-link .active {
    background-color: #cc9f52 !important;
    color: #383838 !important;
    font-weight: bold;
}

.Car_detail-expertiz-in {
    margin-top: 110px;
}

.Car_detail-expertiz-info {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 70px;
}

    .Car_detail-expertiz-info span {
        font-size: 13px;
        color: #383838;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    /*.Car_detail-expertiz-info span:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    margin-right: 10px;
    width: 19px;
    height: 19px;
    border-radius: 100%;
}*/ /*b2yazilim*/

    .Car_detail-expertiz-info .ex_or:before {
        background-color: #e2e3e4;
    }

    .Car_detail-expertiz-info .ex_de:before {
        background-color: #ed1c24;
    }

    .Car_detail-expertiz-info .ex_bo:before {
        background-color: #00a651;
    }

    .Car_detail-expertiz-info .ex_yb:before {
        background-color: #0072bc;
    }

.Car_detail-tramer {
    margin-top: 90px;
}

    .Car_detail-tramer span {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
        color: #383838;
    }

        .Car_detail-tramer span:after {
            content: "-";
            margin-left: 10px;
            margin-right: 10px;
        }

.Car_detail-kredi {
    background-color: #383838;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 70px;
}

    .Car_detail-kredi .Car_detail-header {
        color: white;
    }

    .Car_detail-kredi p {
        font-size: 15px;
        line-height: 1.8;
        color: #ffffff;
    }

.Car_detail-kredi-in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.Car_detail-kredi-item {
    width: 48.5%;
    margin-bottom: 20px;
}

    .Car_detail-kredi-item button {
        height: 40px;
    }

        .Car_detail-kredi-item button:hover {
            color: white;
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
        }

.Car_detail-kredi-total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    height: 0;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.Car_detail-kredi-total-active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    opacity: 1;
}

.Car_detail-kredi-total p {
    text-align: left !important;
}

    .Car_detail-kredi-total p span {
        width: 150px;
        display: inline-block;
    }

.Car_detail-kredi .buton:hover {
    color: white;
}

.Car_detail-danisman {
    margin-top: 70px;
}

.Car_detail-danisman-in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
}

.Car_detail-danisman-item {
    width: 46%;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Car_detail-danisman-item-image {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    height: 133px;
    border-radius: 5px;
    border: solid 1px #e1e1e1;
}

    .Car_detail-danisman-item-image img {
        max-width: 100%;
        max-height: 133px;
    }

.Car_detail-danisman-item-text {
    width: calc(88% - 160px);
}

    .Car_detail-danisman-item-text h6 {
        font-size: 18px;
        font-weight: bold;
        color: #383838;
        margin-bottom: 10px;
    }

    .Car_detail-danisman-item-text p {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 500;
        color: #383838;
    }

        .Car_detail-danisman-item-text p i {
            margin-right: 5%;
            color: #383838;
            font-size: 16px;
        }

.global_header {
    padding-bottom: 25px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

    .global_header h6 {
        font-size: 20px;
        font-weight: bold;
        color: #383838;
    }

.global_header-links a {
    font-size: 12px;
    color: #383838;
    margin-left: 10px;
    font-weight: 500;
    display: inline-block;
    width: 80px;
}

    .global_header-links a:hover {
        font-weight: bold;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

        .global_header-links a:hover i {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
        }

    .global_header-links a i {
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        display: inline-block;
        margin-right: 7px;
        font-size: 18px;
        color: #383838;
    }

.Kurumsal {
    margin-bottom: 80px;
}

    .Kurumsal p {
        font-size: 14px;
        line-height: 1.8;
        color: #383838;
        margin-bottom: 15px;
    }

.Iletisim {
    padding-bottom: 120px;
}

.Iletisim-item {
    position: relative;
    width: 48%;
    margin-bottom: 2%;
}

    .Iletisim-item .dropdown-toggle {
        height: 45px;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: rgba(56, 52, 45, 0.5) !important;
    }

    .Iletisim-item .filter-option-inner-inner {
        padding-left: 4% !important;
        height: 45px;
    }

.Iletisim-item-checkbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

    .Iletisim-item-checkbox input {
        display: none;
    }

        .Iletisim-item-checkbox input:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: 3px;
            left: 7px;
            width: 5px;
            height: 12px;
            border: solid #cc9f52;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .Iletisim-item-checkbox label {
        cursor: pointer;
        margin: 0;
        font-size: 12px;
        color: #383838;
        position: relative;
        padding-left: 30px;
    }

        .Iletisim-item-checkbox label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #d7d7d7;
            width: 18px;
            height: 18px;
            display: inline-block;
            border-radius: 3px;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            position: absolute;
            left: 0;
        }

.Iletisim-item-captca {
    margin-bottom: 2%;
    margin-top: 1%;
}

    .Iletisim-item-captca .CaptchaTxtField {
        border-radius: 5px;
        border: 1px solid #ccc;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Iletisim-item-captca #UserCaptchaCode {
        outline: none;
        font-weight: normal;
        width: calc(100% - 180px);
        font-size: 14px;
        height: 45px;
        padding-left: 4%;
        color: rgba(56, 52, 45, 0.5);
        border-radius: 5px;
        border: solid 1px #d7d7d7;
    }

        .Iletisim-item-captca #UserCaptchaCode:focus {
            border-color: #cc9f52;
        }

        .Iletisim-item-captca #UserCaptchaCode::-webkit-input-placeholder {
            font-size: 14px;
            font-weight: 500;
            color: rgba(56, 52, 45, 0.5);
        }

        .Iletisim-item-captca #UserCaptchaCode::-ms-input-placeholder {
            font-size: 14px;
            font-weight: 500;
            color: rgba(56, 52, 45, 0.5);
        }

        .Iletisim-item-captca #UserCaptchaCode::-moz-placeholder {
            font-size: 14px;
            font-weight: 500;
            color: rgba(56, 52, 45, 0.5);
        }

        .Iletisim-item-captca #UserCaptchaCode:-ms-input-placeholder {
            font-size: 14px;
            font-weight: 500;
            color: rgba(56, 52, 45, 0.5);
        }

        .Iletisim-item-captca #UserCaptchaCode::placeholder {
            font-size: 14px;
            font-weight: 500;
            color: rgba(56, 52, 45, 0.5);
        }

    .Iletisim-item-captca .CaptchaWrap {
        position: relative;
    }

    .Iletisim-item-captca #CaptchaImageCode {
        text-align: center;
        width: 140px;
        height: 45px;
        overflow: hidden;
    }

    .Iletisim-item-captca .capcode {
        font-size: 20px;
        display: block;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default;
        letter-spacing: 1px;
        color: #ccc;
        font-weight: 100;
        font-style: italic;
    }

    .Iletisim-item-captca .error {
        color: red;
        font-size: 12px;
        display: none;
        position: absolute;
        bottom: -20px;
    }

    .Iletisim-item-captca .ReloadBtn {
        background: url("https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png") left top no-repeat;
        background-size: 100%;
        background-position: center;
        width: 30px;
        height: 30px;
        border: 0px;
        outline: none;
        position: absolute;
        top: 50%;
        right: -35px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }

.Iletisim-item-upload {
    height: 45px;
    border-radius: 5px;
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: rgba(56, 52, 45, 0.5);
    padding-left: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .Iletisim-item-upload input[type=file] {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }

    .Iletisim-item-upload:after {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        background-image: url(/Content/images/upload.svg);
        width: 22px;
        height: 16px;
        background-size: 22px 16px;
        top: 50%;
        position: absolute;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.Iletisim-item-upload-active:after {
    background-image: url(/Content/images/upload_ac.svg);
}

.Iletisim-item-info {
    color: #383838;
}

    .Iletisim-item-info .buton-map {
        margin-top: 20px;
    }

    .Iletisim-item-info h6 {
        font-size: 15px;
        line-height: 1.8;
        font-weight: bold;
    }

    .Iletisim-item-info p {
        font-size: 15px;
        line-height: 1.8;
    }

        .Iletisim-item-info p span {
            font-weight: bold;
            display: inline-block;
            width: 70px;
        }

.Iletisim-item input,
.Iletisim-item textarea {
    height: 45px;
    border-radius: 5px;
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    color: rgba(56, 52, 45, 0.5);
    padding-left: 4%;
}

    .Iletisim-item input:focus,
    .Iletisim-item textarea:focus {
        border-color: #cc9f52;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .Iletisim-item input::-webkit-input-placeholder,
    .Iletisim-item textarea::-webkit-input-placeholder {
        font-size: 14px;
        font-weight: 500;
        color: rgba(56, 52, 45, 0.5);
    }

    .Iletisim-item input::-ms-input-placeholder,
    .Iletisim-item textarea::-ms-input-placeholder {
        font-size: 14px;
        font-weight: 500;
        color: rgba(56, 52, 45, 0.5);
    }

    .Iletisim-item input::-moz-placeholder,
    .Iletisim-item textarea::-moz-placeholder {
        font-size: 14px;
        font-weight: 500;
        color: rgba(56, 52, 45, 0.5);
    }

    .Iletisim-item input:-ms-input-placeholder,
    .Iletisim-item textarea:-ms-input-placeholder {
        font-size: 14px;
        font-weight: 500;
        color: rgba(56, 52, 45, 0.5);
    }

    .Iletisim-item input::placeholder,
    .Iletisim-item textarea::placeholder {
        font-size: 14px;
        font-weight: 500;
        color: rgba(56, 52, 45, 0.5);
    }

.Iletisim-item textarea {
    height: 180px;
    padding-left: 2%;
    padding-top: 15px;
}

.Hizmetler {
    padding-bottom: 100px;
}

.Hizmetler-left {
    width: 31%;
}

.Hizmetler-right {
    width: 66%;
}

.Hizmetler-right-image {
    max-height: 300px;
    height: 17vw;
}

/*.Hizmetler-right h6 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #383838;
}*/ /*b2yazilim*/

.Hizmetler-right p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #383838;
}

.Hizmetler-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
    height: 60px;
    border-radius: 5px;
    background-color: #000000;
    padding-right: 4%;
    padding-left: 2%;
}

    .Hizmetler-item p {
        white-space: nowrap;
        padding-right: 3%;
        font-size: 14px;
        font-weight: 500;
        text-align: right;
        color: #ffffff;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
    }
    /*b2yazilim*/

    .Hizmetler-item i {
        font-size: 24px;
        color: #cc9f52;
    }

.Hizmetler .Araclar-content .car {
    width: 30% !important;
    display: flex;
    flex-direction: column;
}

    .Hizmetler .Araclar-content .car .car-image img {
        width: 100%;
        height: auto;
    }

.Sss-in {
    padding-top: 50px;
    padding-bottom: 120px;
}

.Sss-item {
    margin-bottom: 12px;
    border-radius: 6px;
    background-color: white;
}

    .Sss-item p {
        font-size: 13px;
        line-height: 2;
        color: #181b23;
        margin-bottom: 10px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .Sss-item .card-header {
        padding: 0;
    }

        .Sss-item .card-header button {
            background-color: #ededed;
            border-radius: 6px;
            padding: 0 30px;
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
            height: 45px;
            width: 100%;
            text-align: left;
            font-size: 15px;
            color: #181b23;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .Sss-item .card-header .active {
            background-color: #181b23;
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
            color: white;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

    .Sss-item .card-content {
        padding-top: 25px;
    }

    .Sss-item .card-body {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 10px;
    }

#map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.Satis-in {
    padding-bottom: 120px;
    margin-right: -30px;
}

.Satis-item {
    margin-bottom: 30px;
    width: calc(33.3% - 30px);
    margin-right: 30px;
}

    .Satis-item .Iletisim-item {
        margin-top: 10px;
        width: 100%;
        padding-right: 20px;
    }

        .Satis-item .Iletisim-item p {
            font-size: 14px;
        }

            .Satis-item .Iletisim-item p a {
                white-space: nowrap;
            }

.Harita {
    padding-top: 20px;
    height: auto;
    position: relative;
}

.svg-turkiye-haritasi {
    position: relative;
}

#svg-turkiye-haritasi path {
    fill: #383838;
}

.il-isimleri {
    position: absolute;
    z-index: 999;
    border-radius: 3px;
    background-color: #cc9f52;
    top: -200px;
}

    .il-isimleri div {
        padding: 5px 10px;
        font-size: 15px;
        font-weight: 500;
    }

.Search-item .dropdown-menu {
    min-width: 100% !important;
}

@media (max-width: 768px) {
    .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (max-width: 991px) {
    #gallery-1 {
        height: 350px !important;
    }

    .mobile {
        display: block !important;
    }

    .Navtop {
        -webkit-box-shadow: 0px 8px 20px -16px #383838;
        box-shadow: 0px 8px 20px -16px #383838;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: white;
    }

        .Navtop .navbar {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .Navtop .navbar-brand a:before {
            width: 150px;
            height: 30px;
            background-size: 150px 30px;
        }

        .Navtop .navbar-nav {
            display: none;
        }

    .Slider {
        overflow: hidden;
        padding-top: 20px; /*b2yazilim*/
        /*padding-top: 69px;*/
    }

        .Slider #slick .slick-slide {
            height: 240px;
        }

        .Slider #slick .slide_text {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            z-index: 99;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) !important;
            -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
            max-width: 100%;
            text-align: center;
        }

            .Slider #slick .slide_text h1 {
                font-size: 24px;
            }

        .Slider #slick .slick-dots {
            bottom: 10px;
            width: 100%;
            left: auto;
        }

    .Search {
        top: auto !important;
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important;
        left: auto;
        width: 100%;
        height: auto;
        position: relative !important;
    }

        .Search .nav-pills .nav-link {
            padding-left: 5px;
            padding-right: 5px;
            font-size: 12px;
        }

        .Search .nav-pills .active {
            background-color: #cc9f52;
            font-weight: bold;
        }

    .Search-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Search-buton {
        height: 40px;
        border-radius: 5px;
        background-color: #cc9f52;
        font-size: 14px;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: #38342d;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

        .Search-buton:hover {
            letter-spacing: 2px;
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
        }

    .Search-item {
        width: 100%;
    }

    .header {
        text-align: center;
    }

        .header h5 {
            font-size: 22px;
        }

        .header p {
            font-size: 13px;
        }

    .A_car_counter {
        padding-top: 40px;
        overflow: hidden;
    }

    .A_car_counter-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .A_car_counter-item {
        position: relative;
        width: 50%;
        margin-bottom: 45px; /*b2 yazılım*/
    }

        .A_car_counter-item img {
            max-width: 90%;
            margin-top: 10px;
        }

    .car {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }

    .car-year {
        margin-top: 7px;
    }

    .car-marka {
        font-size: 18px;
        margin-top: 3px;
    }

    .car-model {
        font-size: 16px;
        margin-top: 5px;
    }

    .car-sale {
        margin-top: 10px;
        font-size: 16px;
    }

    .car-price {
        font-size: 28px;
    }

    .Firsat {
        margin-top: 25px;
        overflow: hidden;
    }

    .Firsat-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-right: -30px;
    }


    .A_help {
        background-color: #f6f8fb;
        margin-top: 10px;
        padding-top: 30px;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .A_help-in {
        margin-top: 25px;
        margin-right: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .A_help-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .A_help-item-text {
        margin-top: 15px;
    }

        .A_help-item-text h6 {
            font-size: 18px;
        }

        .A_help-item-text p {
            margin-top: 5px;
            font-size: 14px;
        }

    .Vitrin {
        margin-top: 40px;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .Vitrin-in {
        margin-top: 30px;
    }

    .Araclar {
        padding-top: 10px;
        margin-top: 0px;
    }

    .Araclar-in {
        margin-top: 20px;
    }

    .Araclar .bootstrap-select {
        width: 180px !important;
    }

        .Araclar .bootstrap-select .dropdown-toggle {
            font-size: 13px;
        }

    .Araclar-content {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .Araclar-content .car {
            margin-bottom: 30px;
            width: 100%;
        }

        .Araclar-content .car-marka {
            margin-top: 15px;
            font-weight: 600;
            font-size: 17px;
        }

        .Araclar-content .car-model {
            font-size: 15px;
        }

        .Araclar-content .car-sale {
            font-size: 15px;
        }

        .Araclar-content .car-price {
            font-size: 20px;
        }

    .Araclar-filter {
        overflow: hidden;
        width: 0;
        height: 0;
    }

    .Araclar-filter-icon {
        cursor: pointer;
        border-radius: 3px;
        height: 40px;
        width: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: solid 1px #d7d7d7;
        color: #383838;
        font-weight: 500;
        font-size: 13px;
    }

        .Araclar-filter-icon:before {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 5px;
            content: "";
            width: 16px;
            height: 16px;
            background-size: 16px 16px;
            background-image: url(/Content/images/icon-filter.svg);
        }

    .Hizmetler {
        padding-bottom: 40px;
    }

    .Hizmetler-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Hizmetler-left {
        width: 100%;
    }

    .Hizmetler-right {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .Hizmetler-right-image {
        max-height: 300px;
        height: 200px;
    }

    .Hizmetler-right h6 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .Hizmetler-item {
        margin-bottom: 5px;
        height: 50px;
        padding-right: 4%;
        padding-left: 2%;
    }

        .Hizmetler-item p {
            font-size: 13px;
        }

    .Categori-item {
        border-top: 1px solid #e1e1e1;
        position: relative;
    }

        .Categori-item:last-child {
            border-bottom: 1px solid #e1e1e1;
        }

    .Categori-item-header button {
        width: 100%;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        font-size: 14px;
        font-weight: 600;
        line-height: 3.29;
        letter-spacing: -0.3px;
        color: #383838;
        cursor: pointer;
    }

        .Categori-item-header button:after {
            content: ""url(/Content/images/down.svg);
            display: inline-block;
            width: 14px;
            height: 8px;
        }

        .Categori-item-header button[aria-expanded="true"]:after {
            -webkit-transform: rotate(90deg) translateY(-20px);
            -ms-transform: rotate(90deg) translateY(-20px);
            transform: rotate(90deg) translateY(-20px);
        }

        .Categori-item-header button[aria-expanded="false"]:after {
            -webkit-transform: rotate(-90deg) translateY(-15px);
            -ms-transform: rotate(-90deg) translateY(-15px);
            transform: rotate(-90deg) translateY(-15px);
        }

    .Categori-item-body {
        padding-bottom: 20px;
    }

    .Categori-item-input {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 30px;
    }

        .Categori-item-input:before {
            content: ""url(/Content/images/play-button.png);
            display: inline-block;
            -webkit-transition: 500ms;
            -o-transition: 500ms;
            transition: 500ms;
            margin-right: 10px;
        }

        .Categori-item-input input {
            opacity: 0;
            left: 0;
            padding: 0;
            position: absolute;
            cursor: pointer;
        }

            .Categori-item-input input[type="checkbox"]:checked ~ label {
                font-weight: bold;
            }

                .Categori-item-input input[type="checkbox"]:checked ~ label:before {
                    background-color: #383838;
                }

        .Categori-item-input label {
            position: relative;
            cursor: pointer;
            margin: 0;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 14px;
            font-weight: normal;
            color: #383838;
        }

            .Categori-item-input label:before {
                width: 11px;
                height: 11px;
                border-radius: 3px;
                border: solid 1px #383838;
                content: "";
                display: inline-block;
                -webkit-transition: 500ms;
                -o-transition: 500ms;
                transition: 500ms;
                position: absolute;
                right: 0;
            }

            .Categori-item-input label span {
                margin-left: 3px;
                line-height: 1;
                color: #605e6d;
            }

    .Categori-buton {
        margin-top: 20px;
        width: 100%;
    }

    .Categori-buton2 {
        width: calc(100% - 160px);
        margin-top: 0;
    }

    .Categori-active {
        overflow: hidden;
    }

        .Categori-active .Araclar-siralama .bootstrap-select {
            display: none;
        }

        .Categori-active .Araclar-filter {
            overflow-y: scroll;
            position: fixed;
            padding-bottom: 170px;
            top: 250px !important;
            height: calc(100vh - 175px);
            left: 0;
            right: 0;
            width: 100%;
            padding-top: 10px;
            padding-left: 15px;
            padding-right: 15px;
            background-color: white;
            z-index: 9999;
        }

        .Categori-active .Araclar-filter-icon {
            color: #000;
            background: #fff;
        }

    .Car_detail {
        padding-top: 100px;
    }

    .Car_detail-head {
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 20px;
    }

        .Car_detail-head h5 {
            font-size: 20px;
        }

            .Car_detail-head h5 span {
                font-size: 16px;
            }

        .Car_detail-head h6 {
            font-size: 20px;
        }

            .Car_detail-head h6 span {
                font-size: 16px;
            }

    .Car_detail-header {
        padding-bottom: 15px;
        font-size: 20px;
    }

    .Car_detail-links {
        margin-top: 25px;
    }

        .Car_detail-links a {
            margin-right: 15px;
        }

    .Car_detail-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .Car_detail-left {
        width: 100%;
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .Car_detail-left-item {
        width: 48%;
        font-size: 13px;
        margin-bottom: 5px;
    }

        .Car_detail-left-item i {
            font-size: 16px;
            margin-right: 10px;
        }

    .Car_detail-right {
        width: 100%;
        height: auto;
    }

        .Car_detail-right .slickdetail .slick-slide {
            height: auto;
            background-image: none;
        }

    .Car_detail-right-thum {
        margin-top: 15px;
        width: calc(100% - 100px);
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

        .Car_detail-right-thum .slider-nav .slick-prev {
            left: -50px;
            width: 50px;
        }

        .Car_detail-right-thum .slider-nav .slick-next {
            right: -50px;
            width: 50px;
        }

        .Car_detail-right-thum .slider-nav-item {
            margin: 0 5px;
        }

    .Car_detail-info {
        margin-top: 10px;
    }

    .Car_detail-info-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .Car_detail-info-item {
        margin-bottom: 10px;
        height: 95px;
        width: 31%;
        padding: 0px 10px 0px 10px;
    }

        .Car_detail-info-item p {
            margin-top: 10px;
            font-size: 12px;
        }

        .Car_detail-info-item i {
            height: 36px;
            font-size: 36px;
            color: #cc9f52;
        }

    .Car_detail-explanation {
        margin-top: 30px;
    }

        .Car_detail-explanation p {
            margin-bottom: 10px;
            font-size: 13px;
            line-height: 1.4;
        }

    .Car_detail-expertiz {
        margin-top: 30px;
    }

    .Car_detail-expertiz-link .nav-item {
        width: 32%;
    }

    .Car_detail-expertiz-link .nav-link {
        font-size: 13px;
        text-align: center;
        line-height: 1;
    }

    .Car_detail-expertiz svg {
        width: 100%;
        height: 120px;
    }

    .Car_detail-expertiz-in {
        margin-top: 40px;
    }

    .Car_detail-expertiz-info {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .Car_detail-expertiz-info span {
            font-size: 12px;
            width: 30%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 1.2;
            margin-bottom: 10px;
        }

            .Car_detail-expertiz-info span:before {
                margin-right: 5px;
                max-width: 12px;
                max-height: 12px;
            }

    .Car_detail-tramer {
        margin-top: 30px;
    }

        .Car_detail-tramer span {
            font-size: 13px;
            line-height: 1.6;
            text-align: justify;
            color: #383838;
        }

    .Car_detail-kredi {
        background-color: #383838;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
    }

        .Car_detail-kredi p {
            font-size: 14px;
            line-height: 1.5;
            text-align: center;
        }

    .Car_detail-kredi-item {
        width: 49%;
        margin-bottom: 15px;
    }

    .Car_detail-danisman {
        margin-top: 30px;
    }

    .Car_detail-danisman-in {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .Car_detail-danisman-item {
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Car_detail-danisman-item-image {
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 160px;
        height: 133px;
        border-radius: 5px;
        border: solid 1px #e1e1e1;
    }

        .Car_detail-danisman-item-image img {
            max-width: 100%;
            max-height: 133px;
        }

    .Car_detail-danisman-item-text {
        margin-top: 10px;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

        .Car_detail-danisman-item-text h6 {
            white-space: nowrap;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
        }

        .Car_detail-danisman-item-text p {
            white-space: nowrap;
            font-size: 13px;
            margin-left: auto;
            margin-right: auto;
        }

            .Car_detail-danisman-item-text p i {
                margin-right: 3%;
            }

    .car-info {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .car-info .car-info-item {
            font-size: 12px;
            width: 50%;
        }

    .Firsat-buton {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .rsOverflow {
        height: 270px !important;
    }

    .Hizmetler .Araclar-content {
        justify-content: center;
    }

        .Hizmetler .Araclar-content .car {
            width: 45% !important;
            margin-right: 20px;
        }

    .Banner {
        padding-top: 68px;
    }

    .Satis-item {
        width: 100%;
    }

    .Iletisim-item {
        width: 100%;
    }

    .Navbottom {
        padding-top: 30px;
        overflow: hidden;
    }

    .Navbottom-in {
        padding-top: 0px;
    }

    .Navbottom-top-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .Navbottom-top-logo:after {
            margin-top: 10px;
            width: 100%;
        }

    .Navbottom-column {
        margin-top: 20px;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .Navbottom-column:nth-last-child(2) {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }

    .Navbottom-column-link {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

        .Navbottom-column-link a {
            margin-left: 10px;
            margin-right: 10px;
        }

    .Navbottom-column:last-child {
        padding-bottom: 30px;
    }

    .Navbottom-head {
        font-size: 15px !important;
        font-weight: bold !important;
        margin-bottom: 5px;
    }

    .Navbottom .footer-text {
        font-size: 12px;
    }

    .button {
        display: inline !important;
    }

    .navbar-collapse-menu {
        display: none;
    }

    .dropdown-content1 {
        position: unset !important;
        margin-top: 0px !important;
    }
    /*b2 yazılım*/
    .dropdown-content2 {
        position: unset !important;
        margin-top: 0px !important;
    }
    /*b2 yazılım*/
    .dropdown-content3 {
        position: unset !important;
        margin-top: 0px !important;
    }
    /*b2 yazılım*/

}

/*************************************************************************************************************************************************************************************************
B2 Yazılım
**************************************************************************************************************************************************************************************************/
.Categori-item-input a {
    position: relative;
    cursor: pointer;
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #383838;
}

    .Categori-item-input a span {
        margin-left: 3px;
        line-height: 1;
        color: #605e6d;
    }

input[type="text"].error, textarea.error, select.error, button.dropdown-toggle.error, .error + .dropdown-toggle {
    border-color: rgba(219, 45, 46, 0.6) !important;
}

.Iletisim-item-checkbox label.checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #cc9f52;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Car_detail-expertiz-info span span {
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    border-radius: 100%;
}

.Car_detail-kredi-total p span.tl {
    display: inline !important;
}



.tl {
    font-weight: normal;
}

    .tl:before {
        content: "t";
    }

.Car_detail-kredi .kredi-basvuru-container {
    display: none;
    color: white;
    margin-top: 15px;
}

    .Car_detail-kredi .kredi-basvuru-container label {
        color: white;
    }

.kredi-basvuru-container ul li {
    color: white;
}

.kredi-basvuru-container h3 {
    margin-bottom: 15px;
}

.Iletisim-item input[type=radio] {
    height: auto;
}


/* === Back To Top === */
.back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -7.5%;
    height: 15px;
    width: 40px;
    padding: 3px 5px;
    font-size: 9px;
    font-weight: bold;
    color: transparent;
    opacity: 0.5;
    z-index: 100000; /*b2yazilim*/
    visibility: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #858585;
}

    .back-to-top:hover, .back-to-top:focus {
        opacity: 1;
        text-decoration: none;
    }

    .back-to-top:focus {
        outline: thin dotted;
    }

    .back-to-top::before,
    .back-to-top::after {
        content: '';
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-top: 0;
    }

    .back-to-top::before {
        top: -20px;
        z-index: 4;
        border-bottom: 20px solid #858585;
    }

    .back-to-top::after {
        bottom: 0;
        z-index: 5;
        border-bottom: 20px solid #505050;
    }

    .back-to-top:hover,
    .back-to-top:focus {
        height: 40px;
        color: #212223;
    }

.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible;
}

/*******************************************
             Loading
*******************************************/
#loading {
    display: none;
    background-color: rgba(255,255,255,0.65);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
}

    #loading .loading-table {
        display: table;
        width: 100%;
        height: 100%;
    }

        #loading .loading-table .loading-cell {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            font-size: 64px;
            text-align: center;
        }

.aracListBilgi {
    width: 100%;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #383838;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #cc9f52 !important;
        border-color: #cc9f52 !important;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

#FiltreFiyat input[type=text], #FiltreKm input[type=text], #FiltreModelYili input[type=text] {
    width: 49%;
}


.FilterTags {
    max-width: 258px;
    margin: 20px auto;
    font-size: 13px;
    color: #383838;
    font-weight: 500;
    text-align: center;
}

    .FilterTags .Tag {
        display: inline-block;
        position: relative;
        border: 1px solid #cc9f52;
        padding: 6px 6px 4px 10px;
        margin: 0px 2px 6px 2px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background-color: #cc9f52;
        color: #fff;
    }

        .FilterTags .Tag a {
            margin-left: 10px;
        }

.clear-filter {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    color: #383838;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
    .clear-filter {
        margin-bottom: 16px;
    }
}

@media screen and (max-width:991px) {
    .seoCarTitle {
        font-weight: 700;
        margin-bottom: 15px;
    }

    #AracListesi {
        margin-top: 10px;
    }

    .car {
        margin-right: unset !important;
    }

    .car-image {
        height: 230px;
    }

        .car-image img {
            max-width: 100% !important;
            height: auto;
            max-width: 125%;
            max-height: 260px;
        }

    .car-price {
        padding: 5px 0;
    }

    #Firsat .car-image img {
        height: unset !important;
    }

    #Firsat .car-image {
        height: unset !important;
    }

    #Vitrin .car-image img {
        height: unset !important;
    }

    #Vitrin .car-image {
        height: unset !important;
    }
}

#FiltreMarkaModel .Categori-item-input:before {
    content: "";
}

#FiltreMarkaModel .Categori-item-input label:before {
    width: 0;
    height: 0;
    border-radius: 3px;
    border: none;
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    right: 0;
}

#FiltreMarkaModel #FiltreModeller {
    padding-left: 30px;
}

#FiltreMarkaModel #FiltreAltModeller {
    padding-left: 35px;
}

    #FiltreMarkaModel #FiltreAltModeller .Categori-item-input {
        height: auto;
        margin: 5px 0;
    }

        #FiltreMarkaModel #FiltreAltModeller .Categori-item-input label {
            font-size: 13px;
        }


.popover-body a {
    display: block;
    color: #6a6a6a;
}

    .popover-body a i {
        text-align: center;
        width: 15px;
        color: #005696;
        font-size: 18px;
    }

#BeniArayinModal .modal-dialog {
    width: 335px;
}
/*b2yazilim*/
#BeniArayinModal .Iletisim-item {
    width: 100%;
}

.Car_detail-expertiz-info span svg {
    display: none;
}

.tooltip-inner {
    font-size: 16px;
}

.Hizmetler h2 {
    margin-bottom: 15px;
}

.Hizmetler .Araclar-content {
    width: 100% !important;
}

    .Hizmetler .Araclar-content .car {
        width: 22% !important;
    }

        .Hizmetler .Araclar-content .car .car-image {
            display: block;
        }

            .Hizmetler .Araclar-content .car .car-image img {
                height: 100%;
                display: block;
                float: right;
                max-width: unset;
            }

.Hizmetler .Hizmetler-right-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.breadcrumb-container {
    margin-top: 5px;
}

    .breadcrumb-container .breadcrumb {
        margin: 0;
        background-color: transparent;
        padding: 0;
    }

    .breadcrumb-container ol li {
        font-size: 12px;
    }

.Araclar-filter input[type=text] {
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    padding: 6px 12px;
    width: 100%;
}


.Categori-item-input label.Checked {
    font-weight: bold;
}
    /*b2yazilim*/
    .Categori-item-input label.Checked:before {
        background-color: #383838;
    }
/*b2yazilim*/
@media screen and (max-width:650px) {
    .Iletisim-in .btn-send {
        display: contents !important;
    }
    /*b2yazilim*/
}



@media screen and (max-width:991px) {
    .reklamHemenSat {
        margin-top: 69px !important;
        margin-bottom: 0px !important;
    }

    .Categori-active .Categori-buton {
        margin-top: 20px;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    /*.whatsapp .imgWpMobile2{width:55% !important;}*/

    .breadcrumb-container {
        margin-top: 80px;
        margin-bottom: -50px;
    }
}

.flex {
    display: flex;
}

.sortClass {
    padding: 10px !important;
    border: 1px solid #e1e1e1 !important;
    margin-left: 10px !important;
    width: 175px;
    min-width: unset;
    display: inline-block !important;
}

#FiltreSort:hover {
    text-decoration: none;
    background-color: #f8f9fa !important;
}

#FiltreSort:active {
    text-decoration: none;
    background-color: #f8f9fa !important;
}


#AracListesi.ListView .car {
    position: relative;
    float: none;
    width: 100% !important;
    height: 100% !important;
    margin-left: 0px;
    display: flex;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border: unset !important;
    padding-bottom: 0px;
}


    #AracListesi.ListView .car .CarImageContainer,
    #AracListesi.ListView .car .CarContent {
        float: left;
    }


    #AracListesi.ListView .car .car-image img {
        width: 103%;
    }

    #AracListesi.ListView .car .car-image {
        width: 280px;
        /*height: 100% !important;*/ 
    }

    #AracListesi.ListView .car .car-in {
        float: left;
        margin-left: 20px;
    }

    #AracListesi.ListView .car .car-property {
        display: block;
        border: unset !important;
    }

        #AracListesi.ListView .car .car-property span {
            padding-right: 8px;
            font-size: 13px;
        }


.car-property-mobil {
    display: none;
}

@media screen and (max-width:991px) {
    #AracListesi.ListView .car .car-image {
        height: 108px !important;
    }
    #AracListesi.ListView .car .car-property span i {
        display: none;
    }

    #AracListesi.ListView .car {
        padding-bottom: unset !important;
        height: 105px !important;
        width:100% !important;
    }

        #AracListesi.ListView .car .car-image {
            width: 140px !important;
            min-width: 140px;
        }

            #AracListesi.ListView .car .car-image img {
                width: 140px !important;
                height: unset !important;
            }

        #AracListesi.ListView .car .car-property {
            display: none !important;
        }

    #AracListesi.ListView .car-marka {
        font-size: 14px !important;
        margin-top: 8px !important;
    }

    #AracListesi.ListView .car-model {
        font-size: 13px !important;
        margin-top: 3px !important;
    }

    #AracListesi.ListView .car-price {
        font-size: 16px !important;
        padding: 0px !important;
    }

    #AracListesi.ListView .car-property-mobil {
        display: block !important;
        font-size: 11px;
    }
}
