﻿@font-face {
    font-family: 'Muli';
    src: url('/fonts/Muli-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Muli', Arial;
    font-size: 15px;
    color: #404041;
}

body {
    overflow-x: hidden !important;
    max-width: 100%;
}
html
{
    overflow-x: hidden !important;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #404041;
}

img {
    border: none;
    max-width: 100%;
}

header {
    display: flex;
    align-items: center;
    padding: 15px 3vw;
    justify-content: space-between;
    background-color: white;
    transition: .2s;
    height: 80px;
}

.fixed-header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: .2s;
}

.headerLeft {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerLeft nav {
    margin-left: 5rem;
    margin-top: 5px;
    display: block;
}

.headerLeft nav a {
    font-size: 17px;
    line-height: 20px;
    color: #404041;
    padding: 1.5rem;
    transition: .2s;
}

.headerLeft nav a:hover {
    color: grey;
}

.headerRight img {
    height: 17px;
    margin-top: -3px;
    margin-right: 5px;
}

.otobeeLogo img {
    max-height: 40px;
    transition: .2s;
}

.fixed-header .otobeeLogo img {
    max-height: 30px;
    transition: .2s;
}

.slides-bg {
    width: 100%;
    background-color: #f1f1f2;
}

.slides-text {
    display: flex;
}

.slides-alt {
    display: flex;
    align-content: center;
    align-items: center;
}

.slides-alt img {
    max-width: 110px !important;
    margin: 10px;
}

.slides-alt p {
    max-width: 190px;
    margin: 10px;
    color: #000000;
    font-family: 'muli';
    font-weight: 600;
    font-size: 17px;
}

.max1200 {
    max-width: 1200px !important;
}

.altLinkBtn {
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to left, #afafb0 0, #cdcdce 33.3%, #d9ff26 33.3%, #fffffd 66.6%, #e5ffff 66.6%, #00fbff) border-box;
    color: #313149;
    border: 3px solid transparent;
    border-radius: 15px;
    display: inline-block;
    max-width: 33vw;
    min-width: 30rem;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 14rem;
    left: 32vw;
    z-index: 9;
}


.altLinkBtn a {
    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
}

.altLinkBtn a:first-child {
    width: 33.3%;
    color: #404041;
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(to left, #4dd1f6 0, #0df4fe 100%) border-box;
}

.altLinkBtn a:first-child:hover {
    background: linear-gradient(to left, #fff 0, #fff 100%) border-box;
    color: #404041;
}

.altLinkBtn a:nth-child(2) {
    width: 34%;
    color: #404041;
    background: linear-gradient(to left, #9fbb2b 0, #d2f724 100%) border-box;
}

.altLinkBtn a:nth-child(2):hover {
    background: linear-gradient(to left, #fff 0, #fff 100%) border-box;
    color: #404041;
}

.altLinkBtn a:last-child {
    width: 33.3%;
    background: linear-gradient(to left, #49494a 0, #78797c 100%) border-box;
    border-radius: 0px 10px 10px 0px;
    color: white;
    transition: .1s;
}

.altLinkBtn a:last-child:hover {
    background: linear-gradient(to left, #fff 0, #fff 100%) border-box;
    color: #404041;
}

.Otobee-selected {
    padding: 3rem 3vw;
    display: flex;
    background-color: #d9ff23;
    align-items: center;
    justify-content: space-between;
    min-height: 30vh;
}

.Otobee-slogan {
    justify-content: center;
    display: flex;
}

.Otobee-slogan h1 {
    text-align: right;
    font-family: 'Muli';
    font-weight: lighter;
    width: 250px;
}

.Otobee-select {
    padding: 1rem 0rem 0rem 1rem;
    background-color: white;
    border-radius: 10px;
    min-height: 30vh;
}

.Select-main {
    cursor: pointer;
    background-color: #222732;
    border-radius: 10px;
}

.Select-images {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s ease all;
    border-radius: 10px 10px 0px 0px;
}

.Select-images img {
    transition: .5s ease all;
    width: 100%;
    object-fit: cover;
}

.Select-Text {
    padding: 15px;
}

.Select-Text p {
    color: #fcfcfc;
    margin-bottom: 0px;
}

.Select-Text strong {
    color: #fcfcfc;
    font-weight: lighter;
    padding: 10px 0;
    font-family: 'Muli';
    display: block;
    border-bottom: 1px solid #363f4e;
    font-size: 19px;
    margin-bottom: 10px;
}

.selectTable {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.Select-Text span:first-child {
    color: #fff;
    background-color: #027bff;
    border-radius: 5px;
}

.Select-Text span {
    color: #a3acbc;
    font-size: 13px;
    padding: 5px 10px;
}

.Select-main:hover .Select-images img {
    transform: scale(1.1);
}

.Otobee-works {
    padding: 0rem 3vw;
    display: flex;
    background-color: #7b7b7b;
    align-items: center;
    justify-content: space-between;
    min-height: 30vh;
}

.Otobee-works img {
    max-width: 100%;
}

.Otobee-worksMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.Otobee-worksMain div {
    text-align: right;
}

.Otobee-worksMain h1 {
    color: white;
    font-family: 'rebondgrotesque-bold';
    font-weight: lighter;
}

.Otobee-worksMain p {
    color: white;
    font-size: 20px;
    max-width: 500px;
}

.Otobee-worksMain img {
    max-height: 130px;
    margin: 22px;
}

footer {
    background-color: #cacaca;
    padding: 3vw 3vw;
    display: flex;
    justify-content: space-between;
    min-height: 30vh;
}

footer img {
    max-width: 100%;
}

footer b {
    font-family: 'rebondgrotesque-bold';
    font-size: 18px;
    font-weight: lighter;
    padding-bottom: 10px;
}

footer ul {
    max-width: 400px;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 5px;
}

footer ul li a {
    font-size: 16px;
}

footer ul li {
    font-size: 16px;
}

.LogoFthr {
    padding: 1rem;
    max-height: 65px;
}

.appIcon img {
    max-height: 55px;
}

.sysMedia a {
    padding: 8px;
}

.sysMedia a img {
    height: 40px;
}


.footherNav div {
    margin: 0px 10px;
}




.dropbtn {
    font-size: 17px;
    line-height: 20px;
    color: #404041;
    padding: 1.5rem;
    transition: .2s;
    border: none;
}

.dropMenu {
    position: relative;
    display: inline-block;
}

.dropMenu-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
    border-radius: 5px;
}

.dropMenu-content a {
    color: black;
    padding: 1rem !important;
    text-decoration: none;
    display: block;
    font-size: 15px !important;
}

.dropMenu-content a:hover {
    background-color: #ddd;
}

.dropMenu:hover .dropMenu-content {
    display: block;
}

.HakBg {
    background: #f6f6f6 url('/img/hakkimizda/hakkimizda.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.PaketBg {
    background: #f6f6f6 url('/img/paketlerbg.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.AracBulmaBg {
    background: #f6f6f6 url('/img/arac-bulma.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.GnFirsatBg {
    background: #f6f6f6 url('/img/FirsatBg.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.AracDegerlemeBg {
    background: #f6f6f6 url('/img/AracDegerlemeBg.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.HesabimBg {
    background: #f6f6f6 url('/img/KayitBg.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.iletisimInfo {
    background: #f6f6f6 url('/img/iletisimInfoBg.jpg') no-repeat center top;
    background-size: 100%;
    padding: 5rem;
}

.iletisimInfo p {
    font-size: 18px;
}

.iletisimBg {
    background: #f6f6f6 url('/img/iletisimBg.jpg') no-repeat center top;
    background-size: 100% 100%;
    min-height: 50vh !important;
}

.iletisimBg h1 {
    color: white;
    font-weight: lighter;
    font-family: 'Muli';
    text-align: center;
    line-height: 50vh;
    font-size: 7vh;
}

.AltBanner {
    width: 100%;
    padding: 3rem 3vw;
    min-height: 22vh;
}

.otobeeNedir {
    background-color: #f6f6f6;
    padding: 3rem 0px;
}

.otobeeNedir h1 {
    color: #2e3191;
    text-align: center;
    padding: 3rem;
    font-family: 'rebondgrotesque-bold';
    font-weight: lighter;
}

.otobeeNdrTxt {
    background-color: #2e3191;
    padding: 1rem;
    border-radius: 180px;
    width: 100%;
    min-height: 215px;
    display: flex;
    align-items: center;
}


.otobeeNdrTxt img {
    max-width: 120px;
    margin-right: 10px;
}

.otobeeNdrTxt p {
    color: white;
}

.hakIcons {
    background-color: #d9ff23;
    padding: 3rem 0px;
}



.hakIconTxt {
    flex-wrap: wrap;
}

.hakIconTxt div {
    margin: 0px 10px;
    text-align: center;
}

.hakIconTxt div img {
    height: 70px;
    margin-bottom: 15px;
}

.hakIconTxt div p {
    color: #2e3191;
    font-family: 'rebondgrotesque-bold';
    max-width: 170px;
}

.OtobeeNslCs {
    background-color: #f6f6f6;
    padding: 3rem 0px;
}

.OtobeeNslCs h1 {
    color: #2e3191;
    text-align: center;
    padding: 3rem;
    font-family: 'rebondgrotesque-bold';
    font-weight: lighter;
}

.OtobeeNslCs h4 {
    font-weight: lighter;
}

.OtobeeNslCs a {
    color: white;
    padding: 10px;
    font-size: 17px;
    border-radius: 13px;
    display: block;
    margin: 13px 0px;
}



.OtobeeNslCs p {
    color: #2e3191;
    font-size: 19px;
}

.bgBlue {
    background-color: #2e3191;
    width: 190px;
    text-align: center;
}

.bgGrey {
    background-color: #58595b;
    width: 190px;
    text-align: center;
}

.bgLightBl {
    background-color: #00ffff;
    width: 190px;
    color: #2e3191 !important;
    text-align: center;
}

#whatsapp {
    display: none;
    bottom: 10vh;
    right: 2vw;
    position: fixed;
    z-index: 9;
}

#whatsapp img {
    width: 70px;
}

.paketler {
    display: flex;
    justify-content: center;
    align-content: center;
}

.paketler h1 {
    padding: 4rem 2rem;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    font-family: 'rebondgrotesque-bold';
    height: 130px;
    border-radius: 10px;
}

.paketler ul {
    padding-left: 0px;
    list-style: none;
}

.paketler ul li {
    text-align: center;
    margin: 5px 10px;
    padding: 10px 5px;
    border-bottom: 1px solid #3077cf;
}

.paketler div {
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    background: linear-gradient(to left, #eff0f0 0, #fbfcfc 100%) border-box;
}

.paketler img {
    height: 17px;
}

.paketler a {
    display: block;
    text-align: center;
    padding: 1rem 1rem;
    border-radius: 10px;
    font-family: 'Muli';
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pkTitle1 {
    min-width: 350px;
}

.pkTitle1 h1 {
    padding: 3rem 2rem;
    background-color: #00fbff;
}

.pkTitle1 ul li {
    text-align: right;
}

.pkTitle1 ul li {
    font-family: 'Muli';
}

.pkTitle2 h1 {
    background-color: #6d6e70;
    color: white;
}

.pkTitle3 h1 {
    background-color: #f9ec31;
}

.pkTitle4 h1 {
    background-color: #faaf40;
}

.pkTitle5 h1 {
    background-color: #eb008b;
    color: white;
}

.pkTitle6 h1 {
    padding: 3rem 2rem;
    background-color: #d9ff23;
}

.pkTitle2 a {
    background-color: #6d6e70;
    color: white;
}

.pkTitle3 a {
    background-color: #f9ec31;
}

.pkTitle4 a {
    background-color: #faaf40;
}

.pkTitle5 a {
    background-color: #eb008b;
    color: white;
}

.pkTitle6 a {
    background-color: #d9ff23;
}

.topArac {
    display: flex;
    justify-content: space-between;
}

.topArac h2 {
    font-family: 'Muli';
    font-weight: lighter;
}

.FiltreLeft {
    padding-right: 2rem;
    min-width: 320px;
    max-width: 320px;
}

.FiltreRight {
    width: 100%;
}

.drpFiltre {
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    text-align: left;
}

.drpFiltre:hover {
    border: 1px solid #e7e7e7;
}

.dropdown-item:hover {
    background-color: #e7e7e7;
}

.btnSearchIcos {
    border: 1px solid #ced4da;
    background-color: #cacaca;
}

.btnSearchIcos:hover {
    background-color: grey;
}

.btnSearchIcos img {
    height: 30px;
    padding: 7px;
}

.Filtre .accordion-button {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.Filtre .accordion-button::after {
    width: 0px !important;
}

.Filtre .accordion-button {
    font-size: 18px;
}

.Filtre .accordion-body a {
    display: block;
    margin: 10px 0px;
}

.FiltreBtn {
    display: block;
    text-align: center;
    width: 100%;
    color: white;
    background-color: #027bff;
    font-size: 18px;
}

.FiltreBtn:hover {
    color: white;
    background-color: #0a6dd9;
}

.mainFiltre {
    border: 1px solid #e7edf3;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-radius: 5px;
    width: 100%;
}

.mainFiltre:hover {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}


.imgs {
    overflow: hidden;
    z-index: 1;
    max-width: 250px;
    position: relative;
}

.imgs img {
    transition: .5s ease all;
    width: 100%;
}

.markaIcons {
    position: absolute;
    z-index: 2;
    background: var(--primary);
    width: auto;
    padding: 3px 0px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    transform: rotate(-41deg);
    margin-left: 0;
    left: -64px;
    top: 16px;
    min-width: 200px;
    max-width: 200px;
}

.markaIcons.Sahibinden {
    background-color: #fd0;
    color: #000100;
}

.FiltreTxt {
    width: 50%;
}

.FiltreTxt h3 {
    font-weight: lighter;
    font-family: 'rebondgrotesque-bold';
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.FiltreTxt i {
    font-style: normal;
    color: #027bff;
    font-family: 'Muli';
}

.FiltreTxt p {
    font-style: normal;
    font-size: 17px;
    padding: 5px 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 0px;
}



.alert-price {
    background-color: red;
    color: #fff;
    font-size: .9rem !important;
    margin-right: .5rem;
    max-width: 15rem;
    min-width: 15rem;
}

.info-price {
    background-color: forestgreen;
    color: #fff;
}

.FiltreTable {
    display: flex;
}

.FiltreTable span:first-child {
    color: #fff;
    background-color: #027bff;
    border-radius: 5px;
}

.FiltreTable span {
    color: grey;
    font-size: 14px;
    padding: 5px 12px;
}

.FiltreFiyat {
    align-items: end;
    min-width: 200px;
}

.FiltreFiyat span {
    font-family: 'Muli';
    color: #212529;
    background-color: #ffc107;
    padding: 5px 10px;
    border-radius: 5px;
}

.FiltreFiyat h3 {
    color: #027bff;
    font-weight: lighter;
    font-family: 'Muli';
}

.FiltreFiyat a {
    color: grey;
    text-decoration: underline;
}

.Bgdeger {
    background-color: #f3f5fb;
    padding: 2rem 3rem;
    margin: 1rem auto;
}

.txtDeger {
    width: 25rem !important;
    padding: 10px;
}

.txtDgYil {
    width: auto;
}

.yilTxt button {
    padding: 1rem;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 5px;
    min-width: 20%;
    background-color: white;
    text-align: center;
}
.yilTxt button:hover
{
    border-color: #c8c5c5 !important;
}

.GirisYap {
    width: 50%;
    min-height: 150px;
    padding: 5rem;
}

.kayitOl {
    width: 50%;
    min-height: 150px;
    padding: 5rem;
}

.veyaIcons {
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -27px;
    width: 54px;
    height: 54px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    color: var(--primary);
    border-radius: 50%;
    font-size: 19px;
    text-align: center;
    line-height: 54px;
}

.kayitBgClr:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    background: #f2f5fb;
    z-index: -1;
}

.kayitBgClr h1 {
    font-weight: lighter;
    font-family: 'Muli';
}

.kayitBgClr button {
    padding: 10px 10px;
    width: 100%;
    color: white;
    background-color: #027bff;
    font-size: 18px;
    max-width: 150px;
    font-weight: lighter;
}

.kayitBgClr button:hover {
    color: white;
    background-color: #027bff;
}

.rds5 {
    border-radius: 5px;
}

.dropdowns {
    position: relative;
    display: inline-block;
}

.dropdown-contents {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-contents a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdowns a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.MnContain {
    display: none;
}

.Menu {
    padding-left: 10vw;
    transition: .2s;
    overflow: hidden;
    z-index: 99;
    width: 100%;
    position: fixed;
    height: 0vh;
    left: 0px;
    background: #fff;
    opacity: 0;
    flex-direction: column;
    justify-content: space-around;
    display: none;
}

.MenuHvr {
    height: 95vh;
    opacity: 1;
    display: flex;
    overflow-x: hidden !important;
}

.PcBnr {
    display: block;
}

.MblBnr {
    display: none !important;
}

.aracLst {
    flex-direction: row-reverse;
}

@media screen and (min-device-width: 800px) {
    .pe-3-desktop
    {
        padding-right: .5rem;
    }
    .altLinkBtn
    {
    }
    .imgs {
        max-width: auto;
        min-width: 18rem;
    }
    #loadingInner
    {
        position: absolute;
        display: flex;
        padding-top: 5rem;
        justify-content: start;
        align-items: center;
        z-index: 3;
        width: 102%;
        margin-top: -1rem;
        margin-bottom: -.5rem;
        margin-left: -1rem;
        border-radius: .5rem;
        flex-direction: column;
        height: 101%;
        background-color: rgba(118, 118, 118, 0.4);
    }
    .AltBanner {
        width: 100%;
        padding: 3rem 3vw;
        min-height: 28vh;
    }
}

@media (max-width:800px) {
    .pe-none-mobile
    {
        padding-right: 0 !important;
    }
    #userMenu
    {
        right: 5% !important;
        top: 3%;
    }
    .degerlemelerim-price
    {
        text-align: start !important;
        margin-top: .5rem;
    }
    .hesabim .menu-ul-div
    {
        padding-right: 0 !important;
    }
    .hesabim{
        margin: 0 .5rem 1rem .5rem !important;
    }
    .m-d-none
    {
        display: none !important;
    }
    .m-d-inline-block
    {
        display: inline-block !important;
    }
    .margin-top-mobile-1
    {
        margin-top: 1rem;
    }
    .sepet-form
    {
        width: 100% !important;
    }
    .FiltreTable
    {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }
    .FiltreTable span
    {
        border: 1px solid #027bff;
    }
    #onerilenFiyatAraligi
    {
        flex-direction: column;
    }
    .alert-price
    {
        font-size: .9rem !important;
    }
    .FiltreFiyat
    {
        padding: 1rem 0;
        display: block !important;
        line-height: 2.5rem;
    }
    .FiltreFiyat h3
    {
        background-color: #0D5FD7;
        color: white;
        display: inline-block;
        padding: .5rem;
        border-radius: .5rem;
    }
    #resultImg
    {
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
        max-height: 10rem;
        margin-bottom: 1rem;
    }
    #resultCarIcon
    {
        width: 100% !important;
        text-align: center;
        display: inline-block;
        padding-top: 1rem;
    }
    .result-inner
    {
        justify-content: center !important;
    }
    #loadingInner
    {
        position: absolute;
        display: flex;
        padding-top: 5rem;
        justify-content: start;
        align-items: center;
        z-index: 3;
        width: 100%;
        border-radius: 1rem;
        flex-direction: column;
        height: 100%;
        background-color: rgba(118, 118, 118, 0.4);
    }
    .MblBnr {
        display: block !important;
    }

    .PcBnr {
        display: none !important;
    }

    .headerRight {
        background-color: #b6ff00;
        border-radius: 50px;
        padding: 10px 13px;
        text-align: center;
    }

    .headerRight img {
        margin-right: 0;
    }

    .headerRight span {
        display: none;
    }

    .otobeeLogo img {
        max-height: 30px;
        transition: .2s;
    }

    .MnContain {
        display: inline-block;
        cursor: pointer;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 27px;
        height: 3px;
        background-color: #012B4B;
        margin: 4px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-5px, 3px);
        transform: rotate(-45deg) translate(-5px, 3px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -4px);
        transform: rotate(45deg) translate(-8px, -4px);
    }

    .headerLeft nav {
        display: none;
    }

    .Menu nav a {
        font-size: 17px;
        line-height: 20px;
        color: #404041;
        padding: 1.5rem;
        width: 84vw;
        transition: .2s;
        display: block;
        border-bottom: 1px solid #e7e7e7;
    }


    .altLinkBtn {
        bottom: auto;
        top: 65vh;
        left: 5%;
        min-width: 90%;
    }

    .slides-alt img {
        max-width: 70px !important;
        margin: 10px;
    }



    .footherNav {
        flex-wrap: wrap;
    }

    .footherNav div {
        width: 100%;
        margin-bottom: 10px;
    }

    .altLinkBtn a {
        padding: 10px 10px !important;
        font-size: 18px;
    }


    .altLinkBtn a:nth-child(2) {
        max-width: 34%;
        padding: 10px 3rem !important;
    }

    .Otobee-slogan h1 {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .slides-alt {
        margin-bottom: 1.5rem;
    }

    .Otobee-select {
        margin-left: 5%;
        width: 90%;
    }

    .Select-main {
        margin-bottom: 1rem;
    }

    .selectTable {
        justify-content: start;
        flex-wrap: wrap;
    }

    #whatsapp img {
        width: 70px;
    }

    .Otobee-works {
        flex-direction: column-reverse;
    }

    .Otobee-worksMain {
        flex-wrap: wrap;
        justify-content: center;
    }

    .Otobee-worksMain div {
        width: 100%;
        margin-bottom: 20px;
    }

    .Otobee-worksMain div {
        text-align: center;
    }

    .Otobee-worksMain img {
        max-height: 101px;
        margin: 50px 20px 20px 20px;
    }

    footer {
        margin-top: 0 !important;
    }

    .Copyright {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 1rem;
        width: 96%
    }

    .sysMedia {
        margin: 1rem 0;
    }

    .aracLst {
        flex-direction: row;
    }

    .HakBg {
        background: #f6f6f6 url('/img/hakkimizda/hakkimizda-mobil.jpg') no-repeat center top;
        background-size: cover;
        min-height: 16vh;
    }

    .otobeeNedir {
        background-color: #f6f6f6;
        padding: 0px;
    }



    .iletisimInfo {
        background: #f6f6f6 url('/img/iletisimInfoBgMbl.jpg') no-repeat center top;
        background-size: cover;
        padding: 5rem;
    }



    .iletisimBg {
        background: #f6f6f6 url('/img/iletisimBgMbl.jpg') no-repeat center top;
        background-size: cover;
        min-height: 20vh !important;
    }

    .iletisimBg h1 {
        line-height: 20vh;
        font-size: 2rem;
    }

    .PaketBg {
        background: #f6f6f6 url('/img/paketler-mobil.jpg') no-repeat center top;
        background-size: cover;
    }

    .paketler {
        justify-content: start;
        flex-wrap: wrap;
    }

    .pkTitle1 {
        min-width: 45vw;
    }

    .paketler div {
        padding: 5px;
    }

    .paketler h1 {
        padding: 2rem 10PX;
        text-align: center;
        font-size: 14px;
        font-weight: lighter;
        font-family: 'rebondgrotesque-bold';
        height: 80px;
        border-radius: 10px;
    }

    .pkTitle1 h1 {
        padding: 1.5rem 1rem;
    }

    .paketler a {
        font-size: 13px;
        padding: 13px 4px;
    }

    .pkTitle1 ul li {
        line-height: 15px;
        font-size: 14px;
    }

    .HesabimBg {
        background: #f6f6f6 url('/img/kayit-mobil.jpg') no-repeat center top;
        background-size: cover;
    }

    .kayitMn {
        flex-wrap: wrap;
    }

    .GirisYap {
        width: 100%;
        padding: 3rem;
    }

    .kayitOl {
        width: 100%;
        padding: 3rem;
    }

    .veyaIcons {
        display: none;
    }

    .kayitBgClr {
        background: #f2f5fb;
    }

    .AracBulmaBg {
        background: #f6f6f6 url('/img/arac-bulma-mobil.jpg') no-repeat center top;
        background-size: cover;
    }

    .GnFirsatBg {
        background: #f6f6f6 url('/img/firsat-araclar-mobil.jpg') no-repeat center top;
        background-size: cover;
    }

    .AracDegerlemeBg {
        background: #f6f6f6 url('/img/arac-degerleme-mobil.jpg') no-repeat center top;
        background-size: cover;
    }

    .Bgdeger {
        padding: 1.5rem 2rem;
        margin-top: 1rem;
    }

    .BgdegerTop {
       width: 100%;
       flex-direction: column;
    }
    #flexCoklu
    {
        margin-left: .5rem;
        margin-top: 1rem;
    }
    .form-switch .form-check-label
    {
        margin-top: .7rem;
        padding-left: .5rem;
    }

    .BgdegerTop h3 {
        min-width: 150px;
    }

    .BgdegerTop .form-switch {
        padding-left: 0em;
    }

    .txtDgYil {
        min-width: 100%;
    }

    .yilTxt button {
        min-width: 47%;
    }
    .arac-bul-inner
    {
        flex-direction: column;
    }
    .FiltreLeft {
        min-width: 100%;
        padding: 0 !important;
        display: none;
        margin-bottom: 1rem;
    }
    .FiltreBtn
    {
        font-size: 1.2rem !important;
    }
    #filtreShowMobileBtn
    {
        display: block !important;
    }

    .mainFiltre {
        width: 100%;
        flex-direction: column;
    }

    .imgs {
        max-width: 100%;
    }

    .FiltreTxt {
        width: 100%;
    }

    .FiltreFiyat span {
        text-align: center;
        font-size: .85rem;
        padding: 0rem .5rem !important;
    }
    #hasarlar
    {
        position: absolute;
        top: 2%;
        right: 2%;
        z-index: 1;
    }
    .mainFiltre
    {
        position: relative;
    }

    .FiltreTxt p {
        width: 100%;
        margin-bottom: 10px;
    }

    .FiltreTxt>.d-flex {
        flex-wrap: wrap;
    }

    .FiltreFiyat {
        font-size: 3rem;
    }
}
.accordion-button:focus, .form-control:focus, .btn:focus, .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection, .select2-container--bootstrap-5 .select2-dropdown,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus
{
    box-shadow: none !important;
    border-color: #a6bd34 !important;
}
.accordion-button[aria-expanded="true"]
{
    color: #a6bd34;
}
.accordion-button:focus
{
    border-color: gainsboro !important;
}
#filtrePanel-vasita a
{
    cursor: pointer;
    transition: color .3s;
}
#filtrePanel-vasita a:hover
{
    color: #a6bd34;
}
#filtrePanel-Adres .accordion-body
{
    max-height: 20rem;
    overflow-y: auto;
}
.row
{
    --bs-gutter-x: 0 !important
}
.offer-back
{
    background-color: #0D5FD7;
    border-radius: 50%;
    width: 3rem;
    justify-content: center;
    height: 3rem;
    cursor: pointer;
}
.offer-back i
{
    color: white;
    font-size: 1.4rem;
}
#adNoDetails div:first-child
{
    cursor: pointer;
    border: 1px solid transparent;
}
#adNoDetails div:first-child:hover
{
    border-color: #a6bd34
}
.payment-box:hover
{
    border-color: #a6bd34 !important;
}
.payment-box
{
    cursor: pointer;
    transition: border-color .5s ease;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0;
}
.Select-img img
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.user-menu
{
    display: none;
    color: white;
    background-color: #f1f1f1;
    z-index: 10;
}
.user-menu ul
{
    padding: 0;
    margin: 0;
}
.user-menu ul a
{
    color: black;
}
.hesabim-ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.hesabim-ul li
{
    padding: 1rem 2rem;
    border-bottom: 2px solid white;
    background-color: #d9ff23;
    text-align: start;
}
.hesabim label, h4
{
}
.hesabim
{
    max-width: 1200px;
    margin: auto;
    padding: 0 1rem;
}
.hesabim-ul li:first-child
{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.hesabim-ul li:last-child
{
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
#filtreShowMobileBtn
{
    display: none;
}
#filtrePanel-vasita
{
    max-height: 15rem;
    overflow-x: auto;
}
.favorite i
{
    font-size: 1.3rem;
    cursor: pointer;
}
footer, header, .AltBanner{
	display: none !important
}