/*#region Genel*/
.clear {clear: both;}
a {color: inherit;text-decoration: inherit;}
.text-justify {text-align: justify !important}
.text-wrap {white-space: normal !important}
.text-nowrap {white-space: nowrap !important}
.text-truncate {overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.text-left {text-align: left !important}
.text-right {text-align: right !important}
.text-center {text-align: center !important}
/*#endregion*/

/*#region Slider Alani*/
.slider-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden !important;
}
    .slider-new .bd-example {
        position:relative;
    }

.slides {
    height: auto !important;
}

.w-100-custom {
    width: 100% !important;
}

.carousel {position: relative}
.carousel.pointer-event {-ms-touch-action: pan-y;touch-action: pan-y}
.carousel-inner {position: relative;width: 100%;overflow: hidden}
.carousel-inner::after {display: block;clear: both;content: ""}
.carousel-item {position: relative;display: none;float: left;width: 100%;margin-right: -100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;transition: -webkit-transform .6s ease-in-out;transition: transform .6s ease-in-out;transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out}
@media (prefers-reduced-motion:reduce) {.carousel-item {transition: none}}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {display: block}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {-webkit-transform: translateX(100%);transform: translateX(100%)}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {-webkit-transform: translateX(-100%);transform: translateX(-100%)}
.carousel-fade .carousel-item {opacity: 0;transition-property: opacity;-webkit-transform: none;transform: none}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {z-index: 1;opacity: 1}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {z-index: 0;opacity: 0;transition: 0s .6s opacity}
@media (prefers-reduced-motion:reduce) {.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {transition: none}}
.carousel-control-next, .carousel-control-prev {position: absolute;top: 0;bottom: 0;z-index: 1;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;width: 15%;color: #fff;text-align: center;opacity: .5;transition: opacity .15s ease}
@media (prefers-reduced-motion:reduce) {.carousel-control-next, .carousel-control-prev {transition: none}}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {color: #fff;text-decoration: none;outline: 0;opacity: .9}
.carousel-control-prev {left: 0;cursor:pointer}
.carousel-control-next {right: 0;cursor:pointer}
.carousel-control-next-icon, .carousel-control-prev-icon {display: inline-block;width: 34px;height: 63px;background: no-repeat 50%/100% 100%}
.carousel-control-prev-icon {background-image: url("/images/banner/slider-prev-ok.png")}
.carousel-control-next-icon {background-image: url("/images/banner/slider-next-ok.png")}
.carousel-indicators {position: absolute;bottom: 0;left: 0;z-index: 15;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;padding-left: 0;margin-left: 7%;list-style: none}
.carousel-indicators li {box-sizing: content-box;-ms-flex: 0 1 auto;flex: 0 1 auto;width: 10px;height: 10px;margin-right: 18px;border-radius: 100%;margin-left: 3px;text-indent: -999px;cursor: pointer;background-color: #fff;background-clip: padding-box;border-top: 10px solid transparent;border-bottom: 10px solid transparent;opacity: .5;transition: opacity .6s ease}
@media (prefers-reduced-motion:reduce) {.carousel-indicators li {transition: none}}
.carousel-indicators .active {opacity: 1}
.carousel-caption {position: absolute;bottom: 140px;left: 15%;width: 480px;z-index: 10;padding-top: 20px;padding-bottom: 20px;color: #fff;text-align: left;}
.carousel-caption h5 {font-size: 50px;font-weight: bold;line-height: 50px;margin-top: 0px;font-family: 'Open Sans', sans-serif;}
.carousel-caption p {font-size: 18px;font-weight: normal;line-height: 24px;font-family: 'Open Sans', sans-serif;}

.carousel-item a {
    height: 100% !important;
    display: block;
}

.carousel-inner {
    aspect-ratio: 2.12 / 1;
}

.carousel-item img {
    height: 100%;
    object-position: center;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

.carousel-indicators {
    bottom: 55px;
    left: 50%;
    padding-left: 0;
    margin-left: 0;
    transform: translateX(-50%);
}

    .carousel-indicators li {
        margin-right: 8px;
    }

@media (max-width : 1150px) {
    .carousel-indicators {
        bottom: 0px;
    }
}

.slider-new .tks-btn-slider {
    position: absolute;
    right: 150px;
    bottom: 19px;
    background-color: #5a5a74;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}
/*#endregion*/


/* #region Swiper player */
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 40px; /* bullet'ların görünmesi için boşluk */
    overflow: hidden !important;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px !important;
    text-align: center;
}

.swiper-wrapper {
    align-items: center;
    cursor: grab;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease, filter 0.4s ease, opacity 0.3s ease;
}

/* Pagination noktaları */
.swiper-pagination-bullet {
    background: #999 !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

/* Active uzun siyah bar */
.swiper-pagination-bullet-active {
    background: #000 !important;
    width: 25px !important;
    border-radius: 10px !important;
}

/* Video çerçevesi */
.mini-video {
    width: 90%;
    height: unset;
    /*pointer-events: none !important;*/
    aspect-ratio: 16/9 !important;
}

    .mini-video, .mini-video iframe {
        pointer-events: none !important;
    }

/* Pasif slide (küçük + blur) */
.swiper-slide {
    transform: scale(0.8);
    filter: blur(2px);
    opacity: 0.6;
}

/* Aktif slide */
.swiper-slide-active {
    /*transform: scale(1.1) !important;*/
    filter: blur(0);
    opacity: 1;
}

    .swiper-slide-active .mini-video {
        width: 100%;
    }

@media (max-width: 767.9px) {
    .swiper-slide-active .mini-video, .mini-video {
        width: 80%
    }
}

/* #endregion */

/*#region Arama Alani*/
.fast-search {
    width: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    margin-top: -68px;
}
.search-left .Hide {display: none !important;}
.fast-search .search-left div.ComboWrap {position: relative;background: #fff;background: #fff url('/Content/images/expand-button.svg') 94% center no-repeat;background-size: 15px 15px;width: 290px;height: 50px;padding-left: 10px;margin: 0;overflow: hidden;border: 1px solid #b7b7b7;border-radius: 4px;margin-left: 11px;float: left;cursor: pointer}
.fast-search .search-left div.ComboWrap div {font-size: 16px !important;color: #7c7c7c !important;font-weight:400;line-height: 49px;position: absolute;z-index: 0;cursor: pointer}
.fast-search .search-left div.ComboWrap select {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;cursor: pointer}
.fast-search .search-left .Detayli-Ara-Buttonu {float: left;margin-top: -10px;margin-left: 11px;text-decoration: none;width: 122px;height: 50px;line-height: 50px;font-family: 'Open Sans', sans-serif;color: #fff;font-size: 18px;font-weight: 700;display: block;background: #FF5100;text-align: center;border-radius: 5px;}

.fast-search .tks-btn-slider {
    background-color: #5a5a74;
    height: 50px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 20px;
    display: none;
}
/*#endregion*/

/*#region En Yeniler*/
.content-renews {width: 100%;overflow: hidden;overflow: hidden !important;}
.content-renews h3.center-head {font-size: 36px !important;margin-top: 20px;padding-top: 40px;letter-spacing: -0.5px}
.content-renews .tum-araclar {margin: 0 auto;width: 380px;height: 40px;margin-bottom: 50px;text-align: center;background: #FF5100;border-radius: 5px;}
.content-renews .tum-araclar a {display: block;color: #fff;line-height: 40px;text-align: center;font-size: 18px;font-weight: bold;text-decoration: none;}
/*#endregion*/

/*#region Tarzınız Olan Araç*/
.content-style-vehicle {width: 100%;background: #F4F4F4;overflow: hidden !important;padding-bottom: 50px;padding-top: 40px;}
.content-style-vehicle h3.center-head {font-size: 36px !important;margin-top: 30px;padding-top: 40px;line-height: 40px;letter-spacing: -0.5px}
.style-vehicle-product {width: 1360px;margin: 0 auto;margin-top: 60px;margin-bottom: 40px;}
.style-vehicle-product .card {position: relative;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;}
.style-vehicle-product .card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem}
.style-vehicle-product .card-title {margin-bottom: .75rem;font-size:22px;}
.style-vehicle-product .card-subtitle {margin-top: -.375rem;margin-bottom: 0}
.style-vehicle-product .card-img-top {width: 260px;height: 294px;margin: 0 auto;}
.style-vehicle-product .card-group {display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;}
.style-vehicle-product .card-group > .card {margin-bottom: 15px}
@media (max-width:1024px) {.style-vehicle-product .card-group > .card {min-width: 30%;padding-bottom: 40px;}}
@media (max-width:780px) {.style-vehicle-product .card-group > .card {min-width: 50%;padding-bottom: 40px;}}
@media (min-width:576px) {.style-vehicle-product .card-group {-ms-flex-flow: row wrap;flex-flow: row wrap}.style-vehicle-product .card-group > .card {-ms-flex: 1 0 0%;flex: 1 0 0%;margin-bottom: 0}.style-vehicle-product .card-group > .card + .card {margin-left: 0;border-left: 0}.style-vehicle-product .card-group > .card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0}.style-vehicle-product .card-group > .card:not(:last-child) .card-header, .style-vehicle-product .card-group > .card:not(:last-child) .card-img-top {border-top-right-radius: 0}.style-vehicle-product .card-group > .card:not(:last-child) .card-footer, .style-vehicle-product .card-group > .card:not(:last-child) .card-img-bottom {border-bottom-right-radius: 0}.style-vehicle-product .card-group > .card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0}.style-vehicle-product .card-group > .card:not(:first-child) .card-header, .style-vehicle-product .card-group > .card:not(:first-child) .card-img-top {border-top-left-radius: 0}.style-vehicle-product .card-group > .card:not(:first-child) .card-footer, .style-vehicle-product .card-group > .card:not(:first-child) .card-img-bottom {border-bottom-left-radius: 0}}
/*#endregion*/

/*#region Güvenli Alışveriş*/
.content-shopping {width: 100%;overflow: hidden !important;}
.content-shopping h3.center-head {font-size: 36px !important;margin-top: 30px;padding-top: 40px;letter-spacing: -0.5px}
.shop-product {width: 1280px;margin: 0 auto;margin-top: 60px;margin-bottom: 40px;}
.shop-product .card {position: relative;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: #fff;background-clip: border-box;}
.shop-product .card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem}
.shop-product .card-title {margin-bottom: .75rem;font-size: 22px;}
.shop-product .card-body p.card-text {font-size:15px;line-height:25px;}
.shop-product .card-subtitle {margin-top: -.375rem;margin-bottom: 0}
.shop-product .card-img-top {width: 230px;margin: 0 auto;}
.shop-product .card-group {display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;}
.shop-product .card-group > .card {margin-bottom: 15px}
@media (max-width:1024px) {.shop-product .card-group > .card {min-width: 30%;padding-bottom: 40px;}}
@media (max-width:780px) {.shop-product .card-group > .card {min-width: 50%;padding-bottom: 40px;}}
@media (min-width:576px) {.shop-product .card-group {-ms-flex-flow: row wrap;flex-flow: row wrap}.shop-product .card-group > .card {-ms-flex: 1 0 0%;flex: 1 0 0%;margin-bottom: 0}.shop-product .card-group > .card + .card {margin-left: 0;border-left: 0}.shop-product .card-group > .card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0}.shop-product .card-group > .card:not(:last-child) .card-header, .shop-product .card-group > .card:not(:last-child) .card-img-top {border-top-right-radius: 0}.shop-product .card-group > .card:not(:last-child) .card-footer, .shop-product .card-group > .card:not(:last-child) .card-img-bottom {border-bottom-right-radius: 0}.shop-product .card-group > .card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0}.shop-product .card-group > .card:not(:first-child) .card-header, .shop-product .card-group > .card:not(:first-child) .card-img-top {border-top-left-radius: 0}.shop-product .card-group > .card:not(:first-child) .card-footer, .shop-product .card-group > .card:not(:first-child) .card-img-bottom {border-bottom-left-radius: 0}}
/*#endregion*/

/*#region Takas Araçlar*/
.section-swap-cars {

    background-image: url(/images/swap-car-list-back.png?v=33);
    background-size: 100%;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom:47px;
}
.content-swap-car-list {
    width: 100%;
    overflow: hidden !important;
    text-align: center;
}

    .content-swap-car-list h3.swap-head {
        font-size: 32px !important;
        margin-top: 30px;
        padding-top: 40px;
        line-height: 40px;
        letter-spacing: -0.5px;
       
    }
    .content-swap-car-list .swap-description {
        font-size: 17px !important;
        line-height: 27px;
        width:50%;
        margin:0 auto;
        font-weight: 600;

       
    }


/*#endregion*/



/*#region Neden Suv Market*/
.content-who-suv {width: 100%;background: #F4F4F4;overflow: hidden !important;padding-bottom:50px;padding-top:40px;}
.content-who-suv h3.center-head {font-size: 36px !important;margin-top: 30px;padding-top: 40px;line-height: 40px;letter-spacing: -0.5px}
.who-suv-product {width: 1350px;margin: 0 auto;margin-top: 60px;margin-bottom: 40px;}
.who-suv-product .card {position: relative;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;}
.who-suv-product .card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem}
.who-suv-product .card-title {margin-bottom: .75rem;font-size: 22px;}
.who-suv-product .card-body p.card-text {font-size: 15px;line-height: 25px;}
.who-suv-product .card-subtitle {margin-top: -.375rem;margin-bottom: 0}
.who-suv-product .card-img-top {width: 440px;height: auto;margin: 0 auto;}
.who-suv-product .card-group {display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;}
.who-suv-product .card-group > .card {margin-bottom: 15px}
@media (max-width:1024px) {.who-suv-product .card-group > .card {min-width: 50%;padding-bottom: 40px;}}
@media (max-width:780px) {.who-suv-product .card-group > .card {min-width: 100%;padding-bottom: 40px;}}
@media (min-width:576px) {.who-suv-product .card-group {-ms-flex-flow: row wrap;flex-flow: row wrap}.who-suv-product .card-group > .card {-ms-flex: 1 0 0%;flex: 1 0 0%;margin-bottom: 0}.who-suv-product .card-group > .card + .card {margin-left: 0;border-left: 0}.who-suv-product .card-group > .card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0}.who-suv-product .card-group > .card:not(:last-child) .card-header, .who-suv-product .card-group > .card:not(:last-child) .card-img-top {border-top-right-radius: 0}.who-suv-product .card-group > .card:not(:last-child) .card-footer, .who-suv-product .card-group > .card:not(:last-child) .card-img-bottom {border-bottom-right-radius: 0}.who-suv-product .card-group > .card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0}.who-suv-product .card-group > .card:not(:first-child) .card-header, .who-suv-product .card-group > .card:not(:first-child) .card-img-top {border-top-left-radius: 0}.who-suv-product .card-group > .card:not(:first-child) .card-footer, .who-suv-product .card-group > .card:not(:first-child) .card-img-bottom {border-bottom-left-radius: 0}}
/*#endregion*/

/*#region Sizin için seçtiklerimiz*/
.popular-search-area {
    opacity: 0;
    background-image: url(/images/popular-search-back.png?v=11);
    background-size: 100%;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: top left
}

.content-our-choices {width: 100%;overflow: hidden !important;}
.content-our-choices h3.center-head {font-size: 36px !important;margin-top: 30px;padding-top: 40px;line-height: 40px;letter-spacing: -0.5px}
.our-choices-product {width: 1240px;margin: 0 auto;margin-top: 60px;margin-bottom: 40px;}
.our-choices-product .card {position: relative;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;min-width: 0;}
.our-choices-product .card ul {list-style-type: none;padding: 0px;}
.our-choices-product .card ul li a {font-size: 16px;font-weight: bold;color: #FF5100;text-align: center;text-decoration: none;line-height: 40px;}
.our-choices-product .card-group {display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;}
.our-choices-product .card-group > .card {margin-bottom: 15px}
@media (max-width:1024px) {.our-choices-product .card-group > .card {min-width: 50%;}}
@media (max-width:780px) {.our-choices-product .card-group > .card {min-width: 50%;}}
@media (min-width:576px) {.our-choices-product .card-group {-ms-flex-flow: row wrap;flex-flow: row wrap}.our-choices-product .card-group > .card {-ms-flex: 1 0 0%;flex: 1 0 0%;margin-bottom: 0}.our-choices-product .card-group > .card + .card {margin-left: 0;border-left: 0}.our-choices-product .card-group > .card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0}.our-choices-product .card-group > .card:not(:last-child) .card-header, .our-choices-product .card-group > .card:not(:last-child) .card-img-top {border-top-right-radius: 0}.our-choices-product .card-group > .card:not(:last-child) .card-footer, .our-choices-product .card-group > .card:not(:last-child) .card-img-bottom {border-bottom-right-radius: 0}.our-choices-product .card-group > .card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0}.our-choices-product .card-group > .card:not(:first-child) .card-header, .our-choices-product .card-group > .card:not(:first-child) .card-img-top {border-top-left-radius: 0}.our-choices-product .card-group > .card:not(:first-child) .card-footer, .our-choices-product .card-group > .card:not(:first-child) .card-img-bottom {border-bottom-left-radius: 0}}
/*#endregion*/

/*#region wp Link*/
.wp-link {width: 70px;right: 12px;bottom: 12px;position:fixed;z-index:99;}
.phn-link {width: 70px;right: 12px;bottom: 90px;position:fixed;z-index:99;}
/*#endregion*/

/*#region Responsive*/
@media screen and (max-width: 1359px) {.style-vehicle-product {width: 100% !important;max-width:100% !important;}}
@media screen and (max-width: 1349px) {.who-suv-product {width: 100%;max-width: 100% !important;}}
@media screen and (max-width: 1279px) {.shop-product {width: 100%;max-width: 100% !important;}}
@media screen and (max-width: 1239px) {.our-choices-product {width: 100%;max-width: 100% !important;}}

@media screen and (max-width: 1345px) {
    .slider-new .tks-btn-slider {
       right:80px;
    }
}

@media screen and (max-width: 1150px) {
        /*#region Slider Alani*/

        .slider-new .tks-btn-slider {
            display: none;
        }
        /*#endregion*/
        /*#region Arama Alani*/
        .fast-search {
            margin-top: 40px;
        }

            .fast-search .tks-btn-slider {
                display: block;
            }

    .content-renews h3.center-head {
        margin-top: 0px;
    }
        /*#endregion*/
    }
@media screen and (max-width: 1023px) {
        /*#region Slider Alani*/
        .carousel-caption {
            bottom: 45px;
        }

            .carousel-caption h5 {
                font-size: 25px;
                line-height: 30px;
            }

            .carousel-caption p {
                font-size: 14px;
                line-height: 20px;
            }

        .slider-new .tks-btn-slider {
            display: none;
        }
        /*#endregion*/
        /*#region Arama Alani*/
        /*#endregion*/
        /*#region wp Link*/
        .wp-link {
            right: 12px;
        }

        .phn-link {
            right: 12px;
        }
        /*#endregion*/
    }
@media screen and (max-width: 767px) {
        /*#region Slider Alani*/
        .carousel-indicators {
/*            left: 15%;
            right: 15%;
*/            bottom: -10px;
        }

        .carousel-control-next-icon, .carousel-control-prev-icon {
            width: 14px;
            height: 33px;
        }

        .carousel-caption {
            bottom: 15px;
            width: 300px;
        }

            .carousel-caption h5 {
                font-size: 17px;
                line-height: 20px;
            }

                .carousel-caption h5 br {
                    display: none;
                }

            .carousel-caption p {
                font-size: 13px;
                line-height: 15px;
            }
        /*#endregion*/
        /*#region Arama Alani*/
        .fast-search {
            width: 300px;
        }

            .fast-search .search-left div.ComboWrap {
                margin-bottom: 10px;
            }

            .fast-search .search-left .Detayli-Ara-Buttonu {
                float: none;
                margin: 0 auto;
                clear: both;
            }

            .fast-search .search-left div.ComboWrap {
                margin-left: 0px;
            }
        /*#endregion*/
    }
@media screen and (max-width: 479px) {
        .content-renews .tum-araclar {
            width: 300px;
        }

        
        /*.carousel-item img.w-100 {max-width:160%;margin-left:0px;-125px}*/
        /*#region Arama Alani*/
        .fast-search .search-left div.ComboWrap {
            margin-bottom: 20px;
        }

        /*#endregion*/
    }
@media screen and (max-width: 414px) {
        /*#region Slider Alani*/
        .carousel-indicators {
/*            left: 15%;
            right: 15%;
*/            bottom: -10px;
        }

        .carousel-control-next-icon, .carousel-control-prev-icon {
            width: 14px;
            height: 33px;
        }

        .carousel-caption {
            bottom: 0px;
            width: 90%;
            left: 5%;
            position: relative;
        }

            .carousel-caption h5 {
                font-size: 17px;
                line-height: 20px;
                color: #333333;
            }

                .carousel-caption h5 br {
                    display: none;
                }

            .carousel-caption p {
                font-size: 13px;
                line-height: 15px;
                color: #333333;
            }
        /*.carousel-control-next, .carousel-control-prev {height: 250px;}*/
        /*#endregion*/
        /*#region Arama Alani*/
        .fast-search {
            margin-top: 10px;
        }
        /*#endregion*/
    }
@media screen and (max-width: 360px) {
        /*#region Slider Alani*/
        /*.carousel-control-next, .carousel-control-prev {height: 200px;}*/
        /*#endregion*/
}
    /*#endregion*/



/*#region swap and popular-search-area back image*/
@media (max-width:1640px) {
    .section-swap-cars {
        background-size: 105%;
        padding-bottom: 0px;
        background-position: 45% top;
    }
    .content-swap-car-list h3.swap-head {
        padding-top:0px;
    }
    .content-swap-car-list .swap-description {

        padding-bottom: 15px;
    }
    .popular-search-area {
        background-size: 105%;
        padding-bottom: 0px;
        background-position: 45% top;
    }
    }

@media (max-width:1400px) {
    .section-swap-cars {
        background-size: 120%;
    }
    .popular-search-area {
        background-size: 120%;
    }
}

@media (max-width:1200px) {
    .section-swap-cars {
        background-size: 126%;
    }
    .popular-search-area {
        background-size: 140%;
    }
}

@media (max-width:1024px) {
    .our-choices-product .card-group > .card {
        min-width: auto !important;
    }
    .content-swap-car-list .swap-description {
        width: 100%;
        padding:0px 20px;
    }
    .section-swap-cars {
        background-size: 129%;
        padding-bottom:20px;
    }
    
    .popular-search-area {
        background-size: 170%;
    }
}

@media (max-width:992px) {
    .section-swap-cars {
        background-size: 130%;
        padding-bottom:28px;
    }
    .content-swap-car-list h3.swap-head {
        font-size: 22px !important;
        margin-top: 20px;
    }
    .popular-search-area {
        background-size: 175%;
    }
}

@media (max-width:780px) {
    .section-swap-cars {
        background-size: 190%;
        padding-bottom: 23px;
    }
    .content-swap-car-list h3.swap-head {
        font-size: 22px !important;
        margin-top: 20px;
    }
    .popular-search-area {
        background-size: 220%;
        padding-bottom: 0px;
    }
}

@media (max-width:760px) {
    .section-swap-cars {
        background-size: 213%;
    }
   
    .content-swap-car-list .swap-description {
        padding-bottom:15px;
       
    }
    .popular-search-area {
        background-image: none;
        padding-bottom: 0px;
    }
}
@media (max-width:640px) {
    .section-swap-cars {
        background-size: 290%;
    }

}
@media (max-width:568px) {
    .section-swap-cars {
        background-size: 325%;
    }
}
@media (max-width:520px) {
    .section-swap-cars {
        background-size: 354%;
    }
}
@media (max-width:480px) {
    .section-swap-cars {
        background-size: 383%;
    }

    
}
@media (max-width:414px) {
    .section-swap-cars {
        background-size: 500%;
    }
}
@media (max-width:375px) {
    .section-swap-cars {
        background-size: 617%;
    }
}
@media (max-width:350px) {
    .section-swap-cars {
        background-size: 727%;
    }
}
    /*#endregion*/



