
.F-table {
    display: table
}

.F-table-tr {
    display: table-row
}

.F-table-td {
    vertical-align: middle;
    display: table-cell
}



/*#region Tab Alan�*/
.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #07090c;
    opacity: .95;
    z-index: 987654321;
    cursor: pointer;
    display: none
}

.popup_img {
    position: fixed;
    max-width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    z-index: 987654999;
    width: 750px;
    margin-left: -355px;
    text-align: center;
    display: none
}

.krokiImg {
    display: none
}

.haritaframe {
    display: none
}

.popKapat {
    position: absolute;
    right: -45px;
    top: -3px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    cursor: pointer
}

.ust-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.ust-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 #e1e6ec;
    border-radius: 10px
}

.ust-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #e1e6ec;
    background: #e1e6ec
}

.secim-alani {
    width: 90%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 15px
}

    .secim-alani span {
        color: #333333;
        font-size: 20px;
        font-weight: 700
    }

.baslik-alani {
    width: 90%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: left;
}

    .baslik-alani span {
        color: #333333;
        font-size: 20px;
        font-weight: 700
    }

/*#region �st Men�*/
.content {
    padding-right: 0px;
    padding-left: 0px;
}
#FiyatlamaV2_pnlUstLink, #FiyatlamaSonuc_pnlUstLink {
    width: 100%;
}
.expertise-header-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -50px;
    margin-bottom: 20px;
    /*margin-left:-24px;*/
}


.expertise-header-list-item {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative
}

    .expertise-header-list-item input.caption {
        background: #b8bcc0;
        color: #fff;
        font-size: 16px;
        height: 50px;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        width: 105px;
        text-align: center;
        position: relative;
        border: none;
        cursor: pointer
    }

    .expertise-header-list-item input.Aktif {
        background: #ff5100;
    }

    .expertise-header-list-item input[disabled="disabled"].Aktif {
        background: #b94d29;
        cursor: default
    }

    .expertise-header-list-item input.Bitti {
        background: #ff5100
    }

    .expertise-header-list-item.govde input.caption {
        white-space: pre-line !important
    }

    .expertise-header-list-item span.result {
        color: #212529;
        font-size: 11px;
        height: 55px;
        line-height: 18px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 105px;
        text-align: center;
        position: relative
    }
/*
.overflow-alani {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -50px;
    margin-bottom: 20px;
}
.overflow-alani .ust-item {
    display:inline-block;
    width:117px;
    
    
}

.overflow-alani .ust-item input.caption {
    background: #b8bcc0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 117px;

    text-align: center;
    position: relative;
    border: none;
    cursor: pointer
}

    .overflow-alani .ust-item input.Aktif {
        background: #ff5100;
    }

    .overflow-alani .ust-item input[disabled="disabled"].Aktif {
        background: #b94d29;
        cursor: default
    }

    .overflow-alani .ust-item input.Bitti {
        background: #ff5100
    }
    .overflow-alani .ust-item span.result {
        color: #212529;
        font-size: 11px;
        height: 50px;
        line-height: 18px;
        display: flex;
        justify-content:center;
        width: 100%;
        min-width: 117px;
        text-align: center;
        position: relative
    }*/

/*#endregion*/
/*#region Birinci Tab*/
.birinci-tab {
    position: relative;
    z-index: 1;
    height: 100% !important;
    width: 90% !important;
    overflow: hidden;
    margin-bottom: 150px;
    overflow-y: scroll;
    float: none !important;
    margin: 0 auto !important;
    padding-bottom: 0 !important
}

    .birinci-tab .line {
        width: 97%;
        height: 2px;
        float: left;
        margin-bottom: 20px
    }

        .birinci-tab .line:first-child {
            display: none
        }

    .birinci-tab .yakit-tipi {
        width: 97%;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #fff;
        float: left;
        font-weight: 700;
        margin-bottom: 5px;
        border-radius: 5px;
        padding-left: 2%;
        position: relative;
        background: #b8bcc0;
    }

    .birinci-tab .veriler {
        width: 32%;
        padding-left: 20px;
        margin-bottom: 5px;
        float: left;
        background: #f2f3f5;
        border: 1px solid #cfd1d3;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 5px;
        margin-right: 14px;
        margin-bottom: 14px;
    }

        .birinci-tab .veriler.body, .birinci-tab .veriler.facelift, .birinci-tab .veriler.engine {
            width: 97%;
            padding-left: 20px;
            margin-bottom: 14px;
            float: left;
            background: #f2f3f5;
            padding-top: 15px;
            border: 1px solid #cfd1d3;
            border-radius: 5px
        }

        .birinci-tab .veriler .text {
            width: 100%
        }

            .birinci-tab .veriler .text span {
                font-size: 15px;
                color: #6b808a
            }

        .birinci-tab .veriler.body .text img, .birinci-tab .veriler.facelift .text img {
            width: 100px;
            float: right;
            margin-right: 10px
        }

        .birinci-tab .veriler.body .text span {
            display: inline-block;
            margin-top: 15px
        }

        .birinci-tab .veriler.facelift .text span {
            display: inline-block;
            margin-top: 30px
        }

    .birinci-tab input#FiyatlamaV2_txtKm, .birinci-tab input#FiyatlamaV2_txtAdSoyad, .birinci-tab input#FiyatlamaV2_txtEposta, .birinci-tab input#FiyatlamaV2_txtGsm, .birinci-tab input#FiyatlamaV2_txtOnayKodu {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 400px !important;
        height: 50px !important;
        margin-bottom: 0px !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        border-style: solid !important;
        border-width: 1px !important;
        border-color: #cfd1d3 !important;
        border-radius: 6px !important;
        color: #7c7c7c !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        display: block !important;
        padding: 8px 12px !important;
        line-height: 38px !important;
        vertical-align: middle !important;
        background-color: #ffffff !important;
    }

        .birinci-tab input#FiyatlamaV2_txtKm:hover,
        .birinci-tab input#FiyatlamaV2_txtAdSoyad:hover,
        .birinci-tab input#FiyatlamaV2_txtEposta:hover,
        .birinci-tab input#FiyatlamaV2_txtGsm:hover,
        .birinci-tab input#FiyatlamaV2_txtOnayKodu:hover {
            border: 1px solid #FF5100 !important;
            border-radius: 6px !important;
            color: #FF5100 !important;
        }


    .birinci-tab #FiyatlamaV2_btnTab1, .birinci-tab #FiyatlamaV2_btnOnayKoduGonder, .birinci-tab #FiyatlamaV2_btnRandevuAlin, .birinci-tab #FiyatlamaV2_btnTeklif {
        width: 199px;
        height: 50px;
        line-height: 50px;
        display: block;
        border: none;
        background: #ff5100;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        color: #fff;
        margin-bottom: 40px !important;
        margin-top: 15px !important;
        cursor: pointer;
        border-radius: 6px
    }

        .birinci-tab #FiyatlamaV2_btnTab1:hover, .birinci-tab #FiyatlamaV2_btnOnayKoduGonder:hover, .birinci-tab #FiyatlamaV2_btnRandevuAlin:hover, .birinci-tab #FiyatlamaV2_btnTeklif:hover {
            background: #ca4418;
        }

    .birinci-tab input#FiyatlamaV2_txtKm {
        float: left;
        margin-bottom: 20px
    }

    .birinci-tab #FiyatlamaV2_btnTab1 {
        float: left;
        margin-top: 0;
        margin-bottom: 0px ;
    }

    .birinci-tab #FiyatlamaV2_btnOnayKodunuTekrarGonder {
        width: 250px !important;
        height: 51px;
        line-height: 51px;
        display: block;
        border: none;
        background: #ff5100;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        margin-left: -75px !important;
        color: #fff
    }



    .birinci-tab::-webkit-scrollbar {
        width: 5px
    }

    .birinci-tab::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 #e9eff6;
        box-shadow: inset 0 0 0 #e9eff6;
        -moz-box-shadow: inset 0 0 0 #e9eff6;
        border-radius: 10px
    }

    .birinci-tab::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 2px #e1e6ec;
        -moz-box-shadow: inset 0 0 2px #e1e6ec;
        box-shadow: inset 0 0 2px #e1e6ec;
        background: #e1e6ec
    }
/*#endregion*/
.sonucsayfasi {
    height: auto !important;
    width: 100% !important;
    overflow: visible;
    overflow-y: no-display;
    min-height: initial !important;
}
/*#endregion*/

/*#region Dakika Saya�*/

#dakikaSaniye {
    position: relative;
    width: 225px;
    height: 51px;
    z-index: 99;
    float: left;
    margin-top: -120px;
    margin-left: 60px;
    display: none;
}

.base-timer {
    position: relative;
    width: 50px;
    height: 50px
}

.base-timer__svg {
    transform: scaleX(-1)
}

.base-timer__circle {
    fill: none;
    stroke: none
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: #808080
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor
}

    .base-timer__path-remaining.green {
        color: #41b883
    }

    .base-timer__path-remaining.orange {
        color: #ffa500
    }

    .base-timer__path-remaining.red {
        color: #f00
    }

.base-timer__label {
    position: relative;
    width: 225px;
    height: 50px;
    top: 0;
    font-size: 20px;
    color: #fff;
    line-height: 47px;
    text-align: center;
    background: #ff5100;
    border-radius: 5px;
    display: block
}

/*#endregion*/
/*#region Men� Alan�*/
.menu-alani {
    height: 50px;
    margin-bottom: 5px
}

    .menu-alani #FiyatlamaSonuc_menuTab {
        width: 1214px
    }

        .menu-alani #FiyatlamaSonuc_menuTab .active {
            background: #ed1b23
        }

        .menu-alani #FiyatlamaSonuc_menuTab #FiyatlamaSonuc_menuTabn0, .menu-alani #FiyatlamaSonuc_menuTab #FiyatlamaSonuc_menuTabn1, .menu-alani #FiyatlamaSonuc_menuTab #FiyatlamaSonuc_menuTabn2, .menu-alani #FiyatlamaSonuc_menuTab #FiyatlamaSonuc_menuTabn3 {
            width: 301px;
            text-align: center
        }

            .menu-alani #FiyatlamaSonuc_menuTab #FiyatlamaSonuc_menuTabn0 a, .menu-alani #FiyatlamaSonuc_menuTab #FiyatlamaSonuc_menuTabn1 a, .menu-alani #FiyatlamaSonuc_menuTab #FiyatlamaSonuc_menuTabn2 a, .menu-alani #FiyatlamaSonuc_menuTab #FiyatlamaSonuc_menuTabn3 a {
                color: #fefefe !important;
                font-size: 17px !important;
                font-weight: 500;
                display: block;
                height: 50px;
                line-height: 50px
            }

    .menu-alani ul {
        width: 100%;
        list-style: none;
    }

        .menu-alani ul li {
            color: #000 !important;
            font-size: 17px !important;
            font-weight: 500;
            float: left;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 3px solid #f2f3f5;
            margin-right: 50px
        }

        .menu-alani ul .active {
            border-bottom: 3px solid #ff5100;
        }

        .menu-alani ul li:last-child {
            margin-right: 0
        }

/*#endregion*/
/*#region Fiyatlama Alan�*/

.icerik-alani {
    min-height: 500px;
    background: #fff;
    padding-top: 30px;
}

    .icerik-alani .list-box .govdeTipleri {
        display: block;
        margin-bottom: 10px
    }

        .icerik-alani .list-box .govdeTipleri table {
            width: 100%;
            text-align: left
        }

        .icerik-alani .list-box .govdeTipleri img {
            width: 100px
        }

    .icerik-alani .list-box .makyajTipleri {
        display: block;
        margin-bottom: 10px
    }

        .icerik-alani .list-box .makyajTipleri table {
            width: 100%;
            text-align: left
        }

        .icerik-alani .list-box .makyajTipleri img {
            width: 60px
        }

    .icerik-alani #Fiyatlama_btnTab1, .icerik-alani #Fiyatlama_btnOnayKoduGonder, .icerik-alani #Fiyatlama_btnRandevuAlin {
        width: 225px;
        height: 50px;
        line-height: 50px;
        display: block;
        border: none;
        background: #ff5100;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        color: #fff;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .icerik-alani #Fiyatlama_btnOnayKodunuTekrarGonder {
        width: 225px;
        height: 50px;
        line-height: 50px;
        display: block;
        border: none;
        background: #ff5100;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        color: #fff
    }

    .icerik-alani input[type=submit] {
        width: 225px;
        height: 50px;
        line-height: 50px;
        background-color: #ff5100 !important;
        border: none !important;
        border-radius: 5px;
        border: none;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding: 0;
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        z-index: 5
    }

    .icerik-alani #FiyatlamaV2_btnOnayKodunuTekrarGonder {
        width: 225px
    }

    .icerik-alani .tab1-menu-back {
        min-height: 800px;
        text-align: center;
        background: #fff
    }
/*#region Tab2*/
@keyframes bluePulse {
    from {
        background-color: #007d9a
    }

    50% {
        background-color: #2daebf
    }

    to {
        background-color: #1a64ad
    }
}

@-webkit-keyframes bluePulse {
    from {
        background-color: #007d9a
    }

    50% {
        background-color: #2daebf
    }

    to {
        background-color: #1a64ad
    }
}

.icerik-alani .tab2-menu-back .popup-limit-back {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #07090c;
    opacity: .95;
    z-index: 987654321;
    display: none
}

.icerik-alani .tab2-menu-back .popup-content {
    position: fixed;
    max-width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    z-index: 987654999;
    width: 400px !important;
    margin-left: -250px;
    display: none
}

.icerik-alani .tab2-menu-back .d-s-button #tekrarGonderBtn {
    width: 225px;
    text-align: left;
    display:none;
}

.icerik-alani .tab2-menu-back .d-s-button .d-a-btn {
    width: 100%;
    text-align: left;
}

@media (min-width: 632px) {
    .icerik-alani .tab2-menu-back .d-s-button .d-a-btn {
        display: flex;
        flex-direction: row;
    }
}


.icerik-alani .tab2-menu-back .d-s-button .teklif-btn {
    display: inline-block;
    width: 230px;
    text-align: left;
}

@media (min-width: 1025px) { 
    .icerik-alani .tab2-menu-back .d-s-button .teklif-btn{
        margin-left: 12px;
    }
}

/* .d-a-btn .ctBtn{
    margin-left: 12px;
} */

@media (min-width: 632px) { 
    .d-a-btn .ctBtn{
        margin-left: 12px;
    }
}

.icerik-alani .tab2-menu-back .gunluk-limit-popup {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 40px
}

    .icerik-alani .tab2-menu-back .gunluk-limit-popup .page-description h5 {
        color: #0b386d;
        font-size: 18px;
        font-weight: 700
    }

    .icerik-alani .tab2-menu-back .gunluk-limit-popup .page-description div.lh24 {
        color: #1a64ad;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 30px;
        margin-top: 20px
    }

    .icerik-alani .tab2-menu-back .gunluk-limit-popup .form-element-offer-error {
        background: #ff5100;
        width: 220px;
        height: 51px;
        line-height: 51px;
        border-radius: 5px;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        cursor: pointer;
        margin-top: 40px
    }

    .icerik-alani .tab2-menu-back .gunluk-limit-popup .link-button {
        font-size: 15px;
        font-weight: 500;
        color: #e51623;
        text-decoration: underline
    }
/*#endregion*/
/*#region Tab3*/
.icerik-alani .tab3-menu-back {
    text-align: center;
    background: #fff;
    min-height: 300px
}

    .icerik-alani .tab3-menu-back .price-true {
        margin-top: 20px
    }

    .icerik-alani .tab3-menu-back p.arac-bilgi {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        width: 90%;
        margin-left: 5%;
    }

        .icerik-alani .tab3-menu-back p.arac-bilgi .teklif-alinan-arac {
            color: #FF5100;
            font-weight: 500;
            font-size: 17px;
        }

        .icerik-alani .tab3-menu-back p.arac-bilgi .arac-bilgileri {
            color: #000;
            font-size: 17px;
            font-weight: 600;
            line-height: 28px;
        }

    .icerik-alani .tab3-menu-back p.fiyat {
        color: #FF5100;
        font-size: 60px;
        margin-bottom: 30px;
        margin-top: 20px;
        height: 40px;
    }

    .icerik-alani .tab3-menu-back p.aciklama-baslik {
        color: #000;
        font-size: 17px;
        margin-bottom: 10px;
        margin-top: 30px;
        font-weight: 600;
    }

    .icerik-alani .tab3-menu-back p.fiyat .ekspertiz-fiyati {
        font-weight: 600
    }

        .icerik-alani .tab3-menu-back p.fiyat .ekspertiz-fiyati .tl {
            font-weight: 600;
            font-size: 60px
        }

    .icerik-alani .tab3-menu-back p.aciklama {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px
    }

    .icerik-alani .tab3-menu-back .price-true .form-element-offer-error {
       /* background: #ff5100;
        width: 150px;
        height: 51px;
        line-height: 51px;*/
        border-radius: 5px;
        color: #ff5100;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        display: block;
        text-decoration: none;
        margin: 0 auto;
        cursor: pointer;
        margin-top:25px;
            
    }

    .icerik-alani .tab3-menu-back .price-true .form-element-offer-error-blue {
        width: 200px;
        height: 51px;
        line-height: 51px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        /*transition: all .3s ease-in-out 0s;*/
        cursor: pointer;
        outline: none;
        position: relative;
        display: inline-block;
        /*-webkit-animation-name: bluePulse;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;*/
        background-color: #5a5a74 !important;
        text-decoration: none;
    }

    .icerik-alani .tab3-menu-back #FiyatlamaSonuc_btnRandevuAlin {
        width: 200px;
        margin-right: 10px;
    }

    .icerik-alani .tab3-menu-back p.aciklama .on-fiyat {
        color: #FF5100;
        font-weight: 600;
        text-decoration: underline
    }

    .icerik-alani .tab3-menu-back p.aciklama .son-fiyat {
        color: #FF5100;
        font-weight: 600;
        text-decoration: underline
    }

        .icerik-alani .tab3-menu-back p.aciklama .son-fiyat img {
            width: 32px;
            height: 32px;
            margin-right: 10px
        }

    .icerik-alani .tab3-menu-back .price-false {
        width: 50%;
        margin: 0 auto;
        margin-top: 40px
    }

        .icerik-alani .tab3-menu-back .price-false .page-description h5 {
            color: #ff5100;
            font-size: 16px;
            font-weight: 500
        }

        .icerik-alani .tab3-menu-back .price-false .page-description div.lh24 {
            color: #ff5100;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 20px;
            margin-top: 10px
        }

        .icerik-alani .tab3-menu-back .price-false .page-description div.lh25 {
            color: #000;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 30px;
        }

        .icerik-alani .tab3-menu-back .price-false .form-element-offer-error {
            /*background: #ff5100;
            width: 150px;
            height: 51px;
            line-height: 51px;*/
            border-radius: 5px;
            color: #ff5100;
            font-size: 17px;
            font-weight: 700;
            text-align: center;
            display: inline-block;
            text-decoration: none;
            margin: 0 auto;
            cursor: pointer
        }

        .icerik-alani .tab3-menu-back .price-false .form-element-offer-error-blue {
            width: 300px;
            height: 51px;
            line-height: 51px;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            border: none;
            border-radius: 5px;
            /*transition: all .3s ease-in-out 0s;*/
            cursor: pointer;
            outline: none;
            position: relative;
            display: block;
            margin:0 auto;
            /*-webkit-animation-name: bluePulse;
            -webkit-animation-duration: 2s;
            -webkit-animation-iteration-count: infinite;*/
            margin-bottom: 25px;

            background-color: #5a5a74 !important;
            text-decoration: none;
        }

        .icerik-alani .tab3-menu-back .price-false input[type=submit] {
            background-color: #5a5a74 !important;
        }

        .icerik-alani .tab3-menu-back .price-false .link-button {
            font-size: 15px;
            font-weight: 500;
            color: #e51623;
            text-decoration: underline
        }

    .icerik-alani .tab3-menu-back .price-ikiyuzbin-false {
        width: 50%;
        margin: 0 auto;
        margin-top: 40px
    }

        .icerik-alani .tab3-menu-back .price-ikiyuzbin-false .page-description h5 {
            color: #000;
            font-size: 15px;
            font-weight: 500;
            line-height: 25px;
        }

        .icerik-alani .tab3-menu-back .price-ikiyuzbin-false .page-description div.lh24 {
            color: #1a64ad;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 30px;
            margin-top: 20px
        }

        .icerik-alani .tab3-menu-back .price-ikiyuzbin-false .form-element-offer-error {
            background: #ff5100;
            width: 150px;
            height: 51px;
            line-height: 51px;
            border-radius: 5px;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            text-align: center;
            display: inline-block;
            text-decoration: none;
            margin: 0 auto;
            cursor: pointer;
        }



        .icerik-alani .tab3-menu-back .price-ikiyuzbin-false .link-button {
            font-size: 15px;
            font-weight: 500;
            color: #e51623;
            text-decoration: underline
        }
/*#endregion*/
/*#region Tab4*/
.icerik-alani .tab4-menu-back {
    min-height: 1000px;
    text-align: center;
    background: #fff;
}

    .icerik-alani .tab4-menu-back p.arac-bilgi {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        width: 90%;
        margin-left: 5%;
    }

        .icerik-alani .tab4-menu-back p.arac-bilgi .teklif-alinan-arac {
            color: #FF5100;
            font-weight: 500;
            font-size: 16px;
        }

        .icerik-alani .tab4-menu-back p.arac-bilgi .arac-bilgileri {
            color: #6b808a
        }

    .icerik-alani .tab4-menu-back p.fiyat {
        color: #FF5100;
        font-size: 60px;
        margin-bottom: 30px;
        margin-top: 30px
    }

.icerik-alani .tab3-menu-back p.aciklama-baslik {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
}

.icerik-alani .tab4-menu-back p.fiyat .ekspertiz-fiyati {
    font-weight: 600
}

    .icerik-alani .tab4-menu-back p.fiyat .ekspertiz-fiyati .tl {
        font-weight: 500;
        font-size: 50px
    }

.icerik-alani .tab4-menu-back p.aciklama {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

    .icerik-alani .tab4-menu-back p.aciklama .on-fiyat {
        color: #e51623;
        font-weight: 600;
        text-decoration: underline
    }

    .icerik-alani .tab4-menu-back p.aciklama .son-fiyat {
        color: #e51623;
        font-weight: 600;
        text-decoration: underline
    }

        .icerik-alani .tab4-menu-back p.aciklama .son-fiyat img {
            width: 32px;
            height: 32px;
            margin-right: 10px
        }

.kavacik-sube {
    font-size: 17px;
    font-weight: 600;
    color: #6b808a;
    display: none
}

    .kavacik-sube .on-fiyat {
        font-weight: 700;
        color: #e51a26
    }

.beylikduzu-sube {
    font-size: 17px;
    font-weight: 600;
    color: #6b808a;
    display: none
}

    .beylikduzu-sube .on-fiyat {
        font-weight: 700;
        color: #e51a26
    }

.yuregir-sube {
    font-size: 17px;
    font-weight: 600;
    color: #6b808a;
    display: none
}

    .yuregir-sube .on-fiyat {
        font-weight: 500;
        color: #e51a26
    }

.sube-text {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
}

.sube-text .on-baslik {
    font-weight: 500;
    color: #FF5100;
}

.current a {
    color: #fff !important
}
/*#endregion*/
/*#endregion*/

#FiyatlamaV2_KVKK_S_D.dxICBFocused, #FiyatlamaV2_ETK_S_D.dxICBFocused, #FiyatlamaV2_YDA_S_D.dxICBFocused {
    background-color: #fff !important;
    /*background: transparent !important;*/
}
/*#region Responsive Alan�*/
@media only screen and (max-width:1364px) {
    #c-container .mavi-alan {
        width: 100%
    }

        #c-container .mavi-alan .content-center {
            width: 100%
        }

            #c-container .mavi-alan .content-center .content-baslik {
                margin-left: 50px;
                width: 90%;
                margin-top: 10px
            }

            #c-container .mavi-alan .content-center .resim-ortala img.c_img {
                width: 300px;
                margin-right: 14px
            }



    #dakikaSaniye {
        margin-top: -475px;
        margin-left: 116px
    }

    .saniye-mobil {
        margin: 0 auto;
        width: 200px
    }

    .base-timer__label {
        position: absolute
    }

    .icerik-alani .tab1-menu-back {
        min-height: 1375px
    }

    .icerik-alani .tab2-menu-back {
        min-height: 950px;
        width: 90% !important;
        margin: 0 auto
    }

    .icerik-alani .tab3-menu-back {
        min-height: 400px
    }

        .icerik-alani .tab3-menu-back .price-false {
            width: 100%
        }

        .icerik-alani .tab3-menu-back .price-ikiyuzbin-false .form-element-offer-error-blue {
            width: 290px;
            font-size: 15px
        }

    .icerik-alani .tab4-menu-back {
        min-height: 1000px
    }
}

@media only screen and (max-width:1050px) {
    #dakikaSaniye {
        margin-top: -380px;
        margin-left: 78px
    }
}


@media only screen and (max-width:1024px) {
    .ust-menu {
        overflow: hidden;
        overflow-x: scroll;
        margin-bottom: 10px
    }

    .expertise-header-list-item {
        width: 97px
    }

    /*.expertise-header-list {
        margin-left: 180px;
    }*/

    .expertise-header-list-item input.caption {
        margin-top: 50px;
    }
    /*.expertise-header-list-item input {
        display: none !important;
    }

    .expertise-header-list-item .result {
        display: inline-block;
        background-color: #233061;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 5px 0 5px 5px;
    }*/

}

@media only screen and (max-width:989px) {
    .icerik-alani .veriler {
        width: 96%
    }

    #dakikaSaniye {
        margin-left: 68px
    }

    .icerik-alani .tab3-menu-back .price-ikiyuzbin-false {
        width: 90%
    }

        .icerik-alani .tab3-menu-back .price-ikiyuzbin-false .form-element-offer-error {
            float: none
        }

    .teklif-sonuc-sayfasi .menu-alani ul li.arcSecim {
        display: none !important
    }

    .teklif-sonuc-sayfasi .menu-alani ul li.onyKod {
        display: none !important
    }

    .content {
        margin-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    /*.expertise-header-list-item {
        width: 88px
    }

    .expertise-header-list {
        margin-left: 240px;
    }*/
}
@media only screen and (max-width:950px) {
    #dakikaSaniye {
        margin-left: 60px
    }
}

@media only screen and (max-width:799px) {
    /*.expertise-header-list-item {
        width: 86px
    }

    .expertise-header-list {
        margin-left: 240px;
    }*/
}

@media only screen and (max-width:767px) {
    .icerik-alani .veriler {
        width: 95%
    }

    .icerik-alani #FiyatlamaV2_btnTab1 {
        float: left;
        margin-left: 0 !important;
    }

    #c-container .mavi-alan {
        width: 100%;
        height: 275px
    }

        #c-container .mavi-alan .content-center {
            width: 100%
        }

            #c-container .mavi-alan .content-center .content-baslik {
                width: 87%;
                margin-left: 50px
            }

            #c-container .mavi-alan .content-center .resim-ortala {
                float: left;
                width: 100%;
                text-align: center
            }

                #c-container .mavi-alan .content-center .resim-ortala img.c_img {
                    width: 360px;
                    margin-right: 14px
                }


    #dakikaSaniye {
        margin-left: 50px
    }

    .icerik-alani #Fiyatlama_clTarih {
        width: 100%
    }

    .icerik-alani .tab2-menu-back .popup-content {
        position: fixed;
        max-width: 100%;
        height: auto;
        left: 0;
        top: 15%;
        margin-top: auto;
        z-index: 987654999;
        width: 85% !important;
        margin-left: auto;
        display: none
    }

    .icerik-alani .tab4-menu-back {
        min-height: 1000px
    }

    .menu-alani {
        height: auto;
        margin-bottom: 20px;
    }

        .menu-alani ul {
            margin-left: 0px !important;
        }

    /*.expertise-header-list {
        margin-bottom: 0px;
        margin-left: 316px;
    }

    .expertise-header-list-item {
        width: 84px;
    }*/

    .icerik-alani .tab3-menu-back .price-false .form-element-offer-error-blue {
        margin-bottom: 15px;
    }

    .icerik-alani .tab3-menu-back #FiyatlamaSonuc_btnRandevuAlin,
    .icerik-alani .tab3-menu-back .price-true .form-element-offer-error-blue,
    .icerik-alani .tab3-menu-back .price-true .form-element-offer-error {
        margin-bottom: 15px;
    }



   .expertise-header-list-item input:disabled, .expertise-header-list-item textarea:disabled {
        opacity: 1 !important;
    }

    .birinci-tab input[type=submit], .birinci-tab input[type=button], .tab4-menu-back input[type=submit], .tab4-menu-back input[type=button], .icerik-alani input[type=submit], .icerik-alani input[type=button] {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        white-space: normal !important;
    }

    /* .expertise-header-list-item input[type=submit], .expertise-header-list-item input[type=button] {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        -webkit-border-radius: 0 !important;
        white-space: normal !important;
        opacity: 1 !important;

    }*/
    .expertise-header-list-item input[type=submit], .expertise-header-list-item input[type=button] {
    display:none !important;
    
    }
    .expertise-header-list {
        display: inline !important;
    }
    .expertise-header-list-item {
        float: left !important;
        width: auto !important;
        display: inline !important;
        margin-right: 5px;
        margin-bottom: 5px;
    }
        .expertise-header-list-item span.result {
            text-align: left !important;
            justify-content: left !important;
            min-width: initial !important;
            height: auto;
            line-height: normal;
            color: #fff;
            padding: 6px 15px 8px 10px !important;
            background: #ff5100;
         font-size:16px !important;
            border-radius: 5px;
            font-weight:600;
            cursor:pointer;
        }
        .icerik-alani .tab3-menu-back p.fiyat {
            height: 65px;
            line-height: 42px;
            margin-top: 0px;
        }
}

@media only screen and (max-width:639px) {


    .icerik-alani #FiyatlamaV2_btnOnayKodunuTekrarGonder {
        margin-left: auto !important
    }

    .secim-alani {
        height: 25px;
        line-height: 25px;
        margin-bottom: 5px
    }

        .secim-alani span {
            font-size: 15px;
        }

    #c-container .mavi-alan {
        width: 100%;
        height: 205px
    }

        #c-container .mavi-alan .content-center {
            width: 100%
        }

            #c-container .mavi-alan .content-center .content-baslik {
                width: 87%;
                margin-left: 25px
            }

                #c-container .mavi-alan .content-center .content-baslik h1 {
                    width: 100%;
                    height: 30px;
                    line-height: 30px;
                    font-size: 17px
                }

                #c-container .mavi-alan .content-center .content-baslik h2 {
                    width: 100%;
                    font-size: 12px;
                    line-height: 15px
                }

            #c-container .mavi-alan .content-center .resim-ortala {
                float: left;
                width: 100%;
                text-align: center
            }

                #c-container .mavi-alan .content-center .resim-ortala img.c_img {
                    width: 360px;
                    margin-right: 14px
                }

    #dakikaSaniye {
        margin-left: 44px
    }

    .icerik-alani .tab3-menu-back p.fiyat {
        font-size: 30px;
    }

        .icerik-alani .tab3-menu-back p.fiyat .ekspertiz-fiyati .tl {
            font-size: 30px;
        }

    .icerik-alani .tab2-menu-back .d-s-button #tekrarGonderBtn {
        margin-bottom: 15px;
    }

    .icerik-alani .tab2-menu-back .d-s-button .teklif-btn {
        margin-bottom: 15px;
    }

    /*.expertise-header-list {
        margin-left: 316px;
    }

    .expertise-header-list-item {
        width: 78px;
    }*/
        }

@media only screen and (max-width:567px) {
    .icerik-alani .veriler.facelift .text img {
        width: 70px
    }

    #dakikaSaniye {
        margin-left: 42px
    }

    .icerik-alani .tab3-menu-back .price-false .form-element-offer-error-blue {
        /*margin-right: 0px;*/
    }

    .icerik-alani .tab3-menu-back #FiyatlamaSonuc_btnRandevuAlin,
    .icerik-alani .tab3-menu-back .price-true .form-element-offer-error-blue,
    .icerik-alani .tab3-menu-back .price-true .form-element-offer-error {
        margin-right: 0px;
    }

    .birinci-tab input#FiyatlamaV2_txtKm,
    .birinci-tab input#FiyatlamaV2_txtAdSoyad,
    .birinci-tab input#FiyatlamaV2_txtEposta,
    .birinci-tab input#FiyatlamaV2_txtGsm,
    .birinci-tab input#FiyatlamaV2_txtOnayKodu {
        width: 350px !important;
    }
}

@media only screen and (max-width:519px) {

    .icerik-alani .veriler {
        width: 94%
    }

    .sonucsayfasi {
        width: 100% !important
    }

    .page-main-content {
        padding: 0% !important;
    }

    #dakikaSaniye {
        margin-left: 41px
    }

    .menu-alani {
        position: relative;
        z-index: 0
    }

    .ust-menu {
        position: relative;
        z-index: 1
    }

    .icerik-alani .tab3-menu-back p.fiyat .ekspertiz-fiyati {
        width: 250px;
        margin: 0 auto;
        text-align: left;
    }
}

@media only screen and (max-width:479px) {
    .icerik-alani .veriler {
        width: 93%
    }

        .icerik-alani .veriler.body .text span, .icerik-alani .veriler.facelift .text span {
            margin-top: 0;
            display: block
        }

        .icerik-alani .veriler.body .text img, .icerik-alani .veriler.facelift .text img {
            float: left;
            margin-top: 10px
        }



    #c-container .mavi-alan .content-center .content-baslik {
        width: 84%
    }

    #c-container .mavi-alan .content-center .resim-ortala img.c_img {
        width: 300px
    }

    #dakikaSaniye {
        margin-top: -340px;
        margin-left: 36px
    }

  

    .c-center-s {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%
    }

    .menu-alani {
        height: 70px;
    }

        .menu-alani ul li {
            margin-right: 30px;
            font-size: 13px !important;
        }

    .birinci-tab input#FiyatlamaV2_txtKm,
    .birinci-tab input#FiyatlamaV2_txtAdSoyad,
    .birinci-tab input#FiyatlamaV2_txtEposta,
    .birinci-tab input#FiyatlamaV2_txtGsm,
    .birinci-tab input#FiyatlamaV2_txtOnayKodu {
        width: 300px !important;
    }

    /*.expertise-header-list-item {
        width: 69px;
    }*/
}

@media only screen and (max-width:413px) {
    .icerik-alani .veriler.body .text span, .icerik-alani .veriler.facelift .text span {
        margin-top: 0;
        display: block
    }

    .icerik-alani .veriler.body .text img, .icerik-alani .veriler.facelift .text img {
        float: left;
        margin-top: 10px
    }

    #dakikaSaniye {
      margin-top:-315px;
        margin-left: 32px
    }


    .birinci-tab input#FiyatlamaV2_txtKm,
    .birinci-tab input#FiyatlamaV2_txtAdSoyad,
    .birinci-tab input#FiyatlamaV2_txtEposta,
    .birinci-tab input#FiyatlamaV2_txtGsm,
    .birinci-tab input#FiyatlamaV2_txtOnayKodu {
        width: 258px !important;
    }
    /*.expertise-header-list-item {
        width: 66px;
    }*/
}

@media only screen and (max-width:359px) {
    .icerik-alani .veriler {
        width: 92%
    }

    #dakikaSaniye {
      margin-top: -320px;
        margin-left: 27px
    }

  
    .birinci-tab input#FiyatlamaV2_txtKm,
    .birinci-tab input#FiyatlamaV2_txtAdSoyad,
    .birinci-tab input#FiyatlamaV2_txtEposta,
    .birinci-tab input#FiyatlamaV2_txtGsm,
    .birinci-tab input#FiyatlamaV2_txtOnayKodu {
        width: 251px !important;
    }

    /*.expertise-header-list {
        margin-left: 420px;
    }

    .expertise-header-list-item {
        width: 70px;
    }*/
}
/*#endregion*/

/*#region Form D�zenlemesi*/
.detailed-search-km {
    width: 100%;
    height: auto;
}

    .detailed-search-km .d-s-item {
        width: 100%;
        height: 70px;
        float: left;
        text-align: left;
        position: relative
    }

        .detailed-search-km .d-s-item h3 {
            width: 100%;
            height: 30px;
            padding-left: 20px;
            font-size: 16px;
            font-weight: 700;
            color: #0b386d;
            line-height: 30px
        }

        .detailed-search-km .d-s-item input {
            width: 412px;
            height: 51px;
            padding-left: 15px;
            line-height: 51px;
            background-color: none !important;
            border: 2px solid #e5ecf4 !important;
            border-radius: 5px;
            border: none;
            font-size: 16px;
            font-weight: 700
        }

.detailed-search {
    width: 85%;
    height: auto;
    margin-left: 5%;
}

    /*.detailed-search .subeCombo {
        width: 100%;
        margin-bottom: 10px
    }

        .detailed-search .subeCombo .d-s-item {
            width: 36%;
            height: 115px;
            float: none;
            margin: 0 auto
        }*/

    .detailed-search .kavacik-sube {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        display: none
    }

        .detailed-search .kavacik-sube .on-fiyat {
            font-weight: 500;
            color: #FF5100
        }

    .detailed-search .beylikduzu-sube {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        display: none
    }

        .detailed-search .beylikduzu-sube .on-fiyat {
            font-weight: 500;
            color: #FF5100
        }

    .detailed-search .yuregir-sube {
        font-size: 17px;
        font-weight: 600;
        color: #6b808a;
        display: none
    }

        .detailed-search .yuregir-sube .on-fiyat {
            font-weight: 500;
            color: #FF5100
        }

    .detailed-search .d-s-item {
        width: 45%;
        height: 70px;
        float: left;
        text-align: left;
        position: relative
    }

    .detailed-search .d-s-onay {
        width: 100%;
        height: auto;
        float: left;
        text-align: left;
        position: relative
    }

        .detailed-search .d-s-onay .check-kontrol {
            float: left;
            height: 37px;
            width: 20px;
            margin-right: 10px;
        }

            .detailed-search .d-s-onay .check-kontrol .checkBox {
                padding-left: 0px !important;
            }

    .detailed-search .d-s-button {
        /* width: 100%; */
        height: auto;
        float: left;
        text-align: left;
        position: relative;
        /* margin-top: 60px; */
        /* margin-bottom:20px; */
    }

    

.checkBox input[type='checkbox']:after,
.checkBox input[type='checkbox']:after,
.checkBox input[type='checkbox']:after {
    width: 19px;
    height: 19px;
    border-radius: 1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #cccccc;
    transition: 0.5s ease;
    cursor: pointer;
    border-collapse: unset;
}

.checkBox input[type='checkbox']:checked:after,
.checkBox input[type='checkbox']:checked:after,
.checkBox input[type='checkbox']:checked:after {
    background: url(/images/icons/checkbox-checked.png) no-repeat top left !important;
    background-size: 20px 20px !important;
    background-color: #FF5100 !important;
}



.detailed-search .d-s-item h3 {
    width: 100%;
    height: 30px;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.detailed-search .d-s-item input {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 400px !important;
    height: 50px !important;
    margin-bottom: 0px !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #cfd1d3 !important;
    border-radius: 6px !important;
    color: #7c7c7c !important;
    font-size: 16px !important;
    display: block !important;
    padding: 8px 12px !important;
    line-height: 38px !important;
    vertical-align: middle !important;
    background-color: #ffffff !important;
}

    .detailed-search .d-s-item input:hover {
        border: 1px solid #FF5100 !important;
        border-radius: 6px !important;
        color: #FF5100 !important;
    }

    /*.detailed-search .d-s-item input:hover::-webkit-input-placeholder, 
        .detailed-search .d-s-item input:hover:-moz-placeholder, 
        .detailed-search .d-s-item input:hover::-moz-placeholder, 
        .detailed-search .d-s-item input:hover:-ms-input-placeholder {
            color: #FF5100 !important;
        }

    .detailed-search .d-s-item input:focus,
    .detailed-search .d-s-item input:focus,
    .detailed-search .d-s-item input:focus,
    .detailed-search .d-s-item input:focus {
        color: #7c7c7c !important;
    }*/

    .detailed-search .d-s-item input[type=submit].koduGonder {
        width: 189px;
        height: 51px;
        line-height: 51px;
        background-color: #ff5100 !important;
        border: none !important;
        border-radius: 5px;
        border: none;
        color: #fff;
        font-family: 'Raleway',sans-serif;
        font-weight: bold;
        font-size: 15px;
        padding: 0;
        cursor: pointer
    }

    .detailed-search .d-s-item input[type=submit].koduTekrarGonder {
        width: 250px;
        height: 51px;
        line-height: 51px;
        background-color: #ff5100 !important;
        border: none !important;
        border-radius: 5px;
        border: none;
        color: #fff;
        font-family: 'Raleway',sans-serif;
        font-weight: bold;
        font-size: 15px;
        padding: 0;
        cursor: pointer
    }

.detailed-search .d-s-item #datepicker {
    background: url(/images/icons/vehicle-list-detailed-search-combo-arrow.png) no-repeat 99% center !important;
    background-size: 29px 45px !important
}

.detailed-search .d-s-item select {
    background: url(/Content/images/expand-button.svg) no-repeat 96% center !important;
    background-size: 15px 15px !important;
    border-radius: 6px !important;
    width: 400px;
    height: 50px;
    overflow: hidden;
    border: none;
    font-size: 16px !important;
    color: #7c7c7c !important;
    line-height: 50px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    padding-left: 15px !important;
    border: 1px solid #cfd1d3 !important;
    border-collapse: unset !important;
    padding-right: 30px;
}

    .detailed-search .d-s-item select img {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 29px;
        height: 45px
    }

        .detailed-search .d-s-item select img.body-img {
            position: relative;
            width: 50px;
            top: 0
        }

    .detailed-search .d-s-item select::-ms-expand {
        display: none
    }

.detailed-search .d-s-item .govdeTipi, .detailed-search .d-s-item .makyajTipi {
    background: url(/images/icons/vehicle-list-detailed-search-combo-arrow.png) no-repeat 97% 3px !important;
    background-size: 20px 45px !important;
    border: 2px solid #e5ecf4 !important;
    width: 412px;
    height: 51px;
    overflow: hidden;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #6b808a;
    line-height: 55px;
    padding-left: 18px;
    border-radius: 5px
}

    .detailed-search .d-s-item .govdeTipi img, .detailed-search .d-s-item .makyajTipi img {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 29px;
        height: 45px
    }

        .detailed-search .d-s-item .govdeTipi img.body-img, .detailed-search .d-s-item .makyajTipi img.body-img {
            position: relative;
            width: 50px;
            top: 0
        }

.detailed-search .d-s-item .select_arrow {
    display: none;
    position: absolute;
    top: 3px;
    left: 76%;
    width: 29px;
    height: 45px;
    pointer-events: none;
    border-style: solid;
    background: url(/images/icons/vehicle-list-detailed-search-combo-arrow.png) no-repeat 99% 3px !important;
    background-size: 25px 45px !important
}

.detailed-search .d-s-onay .ILETISIM-ONAY {
    cursor: pointer;
    text-align: left;
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
    color: #333;
    line-height: 18px;
}

    .detailed-search .d-s-onay .ILETISIM-ONAY img {
        width: 20px;
        height: 20px;
        margin: 0 !important;
    }

    .detailed-search .d-s-onay .ILETISIM-ONAY span {
        color: #6b808a;
        font-size: 14px;
        font-weight: 700;
    }



.detailed-search .d-s-item .kodu-yeniden-gonder {
    color: #6b808a;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 35px;
    width: 95%
}

.detailed-search .d-s-button .ctBtn .BTNKORUMA {
    position: absolute;
    left: 0;
    top: 0;
    width: 225px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
    margin: 0 auto
}

.detailed-search .d-s-item #Fiyatlama_clTarih {
    width: 80%
}

    .detailed-search .d-s-item #Fiyatlama_clTarih tr:first-of-type td table {
        height: 40px;
        line-height: 40px
    }

        .detailed-search .d-s-item #Fiyatlama_clTarih tr:first-of-type td table tbody tr td {
            color: #fff;
            font-size: 20px;
            font-weight: 500
        }

    .detailed-search .d-s-item #Fiyatlama_clTarih tr th {
        color: #000;
        font-size: 17px;
        font-weight: 700;
        height: 35px
    }

    .detailed-search .d-s-item #Fiyatlama_clTarih tr td {
        height: 35px;
        line-height: 35px;
        font-size: 17px;
        font-weight: 700
    }

.detailed-search .d-s-item .myCalendar {
    background-color: #fff;
    border: 10px solid #b8bcc0 !important;
    border-top: 0 !important;
    height: 200px;
    width: 320px;
    border-collapse: collapse;
}

    .detailed-search .d-s-item .myCalendar a {
        text-decoration: none
    }

    .detailed-search .d-s-item .myCalendar .myCalendarTitle {
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        background-color: #b8bcc0;
        color: #fff;
        font-weight: 500;
        margin-top: 0px
    }

    .detailed-search .d-s-item .myCalendar th.myCalendarDayHeader {
        height: 20px;
        border-bottom: solid 1px #b8bcc0;
        border-right: solid 1px #b8bcc0;
        line-height: 30px;
    }

    .detailed-search .d-s-item .myCalendar td.myCalendarDay {
        border: solid 1px #d4d7da;
        height: 20px;
        border-collapse: collapse;
        line-height: 40px;
    }

        .detailed-search .d-s-item .myCalendar td.myCalendarDay:nth-child(7) a {
            color: #5a5a74 !important
        }

    .detailed-search .d-s-item .myCalendar .myCalendarNextPrev {
        text-align: center;
        width: 5% !important
    }

        .detailed-search .d-s-item .myCalendar .myCalendarNextPrev a {
            font-size: 1px
        }

        .detailed-search .d-s-item .myCalendar .myCalendarNextPrev:nth-child(1) a {
            color: #fff !important;
            background: url("/images/icons/prevMonth.png") no-repeat center center;
            background-size: 11px 17px
        }

            .detailed-search .d-s-item .myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .detailed-search .d-s-item .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
                background-color: transparent
            }

        .detailed-search .d-s-item .myCalendar .myCalendarNextPrev:nth-child(3) a {
            color: #fff !important;
            background: url("/images/icons/nextMonth.png") no-repeat center center;
            background-size: 11px 17px
        }

    .detailed-search .d-s-item .myCalendar td.myCalendarSelector {
        background-color: #5a5a74 !important
    }

.detailed-search .d-s-item #FiyatlamaSonuc_clTarih tbody:first-child tr:first-child td {
    background: none !important
}

.detailed-search .d-s-item .myCalendar td.myCalendarSelector a {
    background-color: #5a5a74
}

.detailed-search .d-s-item .myCalendar .myCalendarDayHeader a, .detailed-search .d-s-item .myCalendar .myCalendarDay a, .detailed-search .d-s-item .myCalendar .myCalendarSelector a, .detailed-search .d-s-item .myCalendar .myCalendarNextPrev a {
    display: block
}

.detailed-search .d-s-item .myCalendar .myCalendarToday {
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 6px 2px #b8c1ce;
    box-shadow: 1px 3px 6px 2px #b8c1ce
}

    .detailed-search .d-s-item .myCalendar .myCalendarToday a {
        color: #5a5a74 !important;
        font-size: 18px;
        font-weight: 600;
    }

.detailed-search .d-s-item .myCalendar .myCalendarDay a:hover, .detailed-search .d-s-item .myCalendar .myCalendarSelector a:hover {
    background-color: #5a5a74;
    color: #fff !important;
}

.kaydet-btn {
    float: left;
    margin-top: 30px;
}

.detailed-search .km-devam {
    float: left;
    width: 100%
}

    .detailed-search .km-devam .d-s-item {
        height: auto
    }

    .detailed-search .km-devam #FiyatlamaV2_btnTab1 {
        margin-left: 30px !important;
        margin-top: 0 !important
    }

.detailed-search .gunler {
    height: 375px
}

.detailed-search .saatler {
    height: 110px
}

.detailed-search .smsbilgi {
    float: left;
    width: 100%;
    margin-left: 55px;
    margin-top: 140px;
    color: #f00;
    font-size: 14px;
    font-weight: 700
}

.detailed-search .d-a-btn {
    position: relative;
    width: 189px;
    height: 51px;
    line-height: 51px;
    border-radius: 5px;
    text-align: center;
}

    .detailed-search .d-a-btn a {
        color: #fff;
        font-family: 'Raleway',sans-serif;
        font-weight: bold;
        font-size: 15px;
        display: block
    }

        .detailed-search .d-a-btn a img {
            width: 114px;
            height: 43px
        }

.detailed-search .randevu-bilgileri-goster {
    float: left;
    position: relative;
    width: 189px;
    height: 51px;
    line-height: 51px;
    border-radius: 5px;
    text-align: center;
    background: #f00
}

    .detailed-search .randevu-bilgileri-goster a {
        color: #fff;
        font-family: 'Raleway',sans-serif;
        font-weight: bold;
        font-size: 15px;
        display: block
    }

        .detailed-search .randevu-bilgileri-goster a img {
            width: 114px;
            height: 43px
        }

.detailed-search .d-t-btn {
    float: left;
    position: relative;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #ffa21c;
    margin-left: 20px;
    margin-top: 13px
}

    .detailed-search .d-t-btn a {
        color: #ffa21c;
        font-family: 'Raleway',sans-serif;
        font-weight: bold;
        font-size: 13px
    }

.detailed-search .d-s-item-kucuk {
    overflow: hidden
}

    .detailed-search .d-s-item-kucuk select {
        float: left;
        background-color: #efefef;
        width: 80px;
        height: 34px;
        overflow: hidden;
        border: 1px solid none
    }

        .detailed-search .d-s-item-kucuk select div {
            font-size: 13px;
            color: #868686;
            line-height: 34px;
            width: 80%;
            padding-left: 7px
        }

        .detailed-search .d-s-item-kucuk select img {
            position: absolute;
            right: 11px;
            top: 14px;
            width: 10px
        }

        .detailed-search .d-s-item-kucuk select:last-child {
            float: right;
            margin-right: 12px
        }

.detailed-search .d-s-f-item-dn {
    display: none
}

.detailed-search .govdeDiv, .detailed-search .makyajDiv {
    position: absolute;
    z-index: 1;
    display: none;
    background: #fff;
    width: 75%;
    padding: 10px;
    border: 2px solid #e5ecf4
}

            .detailed-search .onayKod {
                
            margin-bottom: 10px !important;
        }

#randevu-bilgileri .detailed-search .d-s-item {
    width: 38%;
    height: 115px;
    float: none;
    text-align: left;
    margin: 0 auto
}

@media only screen and (max-width:1364px) {
    .detailed-search {
        width: 100%;
        float: left
    }

        .detailed-search .subeCombo .d-s-item {
            width: 100%;
            margin: 0 auto;
            float: none
        }

        .detailed-search .d-s-item {
            width: 100%;
            margin: 0 auto;
            /* float: none */
        }

            .detailed-search .d-s-item .select_arrow {
                left: 91%
            }

        .detailed-search .teklif-btn h3 {
            display: none !important
        }

        .detailed-search .km-devam {
            float: left;
            width: 100%
        }

            .detailed-search .km-devam .d-s-item {
                width: 100%
            }

        .detailed-search .cepTel {
            height: auto;
            margin-bottom: 30px
        }

            .detailed-search .cepTel .ILETISIM-ONAY {
                margin-top: 15px
            }

            .detailed-search .cepTel .d-a-btn {
                float: none;
                margin: 0 auto;
                margin-top: 10px
            }

        .detailed-search .onayKod {
            height: auto
        }

            .detailed-search .onayKod .d-a-btn {
                float: none;
                margin: 0 auto;
                margin-top: 35px
            }



        .detailed-search .govdeDiv, .detailed-search .makyajDiv {
            width: 93%
        }

    #randevu-bilgileri .detailed-search .d-s-item {
        width: 100%
    }
}

@media only screen and (max-width:1023px) {


    .detailed-search .d-s-onay .ILETISIM-ONAY {
        float: none;
    }

    .detailed-search .d-s-onay .text-block-27 {
        padding-left: 20px;
    }

    .detailed-search .d-s-item select img {
        display: none
    }

        .detailed-search .d-s-item select img.body-img {
            display: none
        }

    .detailed-search .d-s-item .govdeTipi img, .detailed-search .d-s-item .makyajTipi img {
        display: none
    }

        .detailed-search .d-s-item .govdeTipi img.body-img, .detailed-search .d-s-item .makyajTipi img.body-img {
            display: none
        }

    .detailed-search .d-s-item .select_arrow {
        left: 92%;
        display: none !important
    }



}

@media only screen and (max-width:989px) {

    .detailed-search .d-s-item .select_arrow {
        left: 91%
    }
}

@media only screen and (max-width:899px) {


    .detailed-search .d-s-item .select_arrow {
        left: 91%
    }

    #randevu-bilgileri .detailed-search .d-s-item {
        width: 100%
    }
}

@media only screen and (max-width:799px) {
    .detailed-search .subeCombo .d-s-item {
        width: 100%
    }

    .detailed-search .d-s-item {
        width: 100%
    }

        .detailed-search .d-s-item .select_arrow {
            left: 91%
        }
}

@media only screen and (max-width:767px) {


    .detailed-search .d-s-item .select_arrow {
        left: 91.5%
    }

    .detailed-search .km-devam #FiyatlamaV2_btnTab1 {
        margin-left: 0 !important
    }

    .detailed-search .cepTel {
        margin-bottom: 0
    }



    #randevu-bilgileri .detailed-search .d-s-item {
        width: 70%
    }
}

@media only screen and (max-width:639px) {


    .detailed-search .d-s-item .select_arrow {
        left: 92%
    }
}

@media only screen and (max-width:567px) {


    .detailed-search .d-s-item .select_arrow {
        left: 92%
    }

    .detailed-search .d-s-item input {
        width: 350px !important
    }

    .detailed-search .d-s-item select {
        width: 350px !important
    }
}

@media only screen and (max-width:519px) {
    .detailed-search .subeCombo .d-s-item {
        width: 100%
    }

    .detailed-search .d-s-item {
        width: 100%
    }

        .detailed-search .d-s-item .select_arrow {
            left: 92%
        }
}

@media only screen and (max-width:479px) {




    .detailed-search .subeCombo .d-s-item input {
        width: 300px !important
    }

        .detailed-search .subeCombo .d-s-item input[type=submit].koduGonder {
            width: 189px !important
        }

        .detailed-search .subeCombo .d-s-item input[type=submit].koduTekrarGonder {
            width: 250px !important
        }

    .detailed-search .subeCombo .d-s-item select {
        width: 300px !important
    }

    .detailed-search .subeCombo .d-s-item .govdeTipi, .detailed-search .subeCombo .d-s-item .makyajTipi {
        width: 293px !important
    }



    .detailed-search .d-s-item input {
        width: 300px !important
    }

        .detailed-search .d-s-item input[type=submit].koduGonder {
            width: 189px !important
        }

        .detailed-search .d-s-item input[type=submit].koduTekrarGonder {
            width: 250px !important
        }

    .detailed-search .d-s-item select {
        width: 300px !important
    }

    .detailed-search .d-s-item .govdeTipi, .detailed-search .d-s-item .makyajTipi {
        width: 293px !important
    }

    .detailed-search .d-s-item .ctBtn .BTNKORUMA {
        width: 100%
    }

    .detailed-search .cepTel .ILETISIM-ONAY {
        width: 10%
    }

    .detailed-search .d-a-btn {
        width: 280px
    }

    #randevu-bilgileri .detailed-search .d-s-item {
        width: 77%
    }

    .detailed-search .d-s-item .myCalendar {
        width: 270px;
    }
}

@media only screen and (max-width:413px) {




    .detailed-search .subeCombo .d-s-item input {
        width: 258px !important
    }

        .detailed-search .subeCombo .d-s-item input[type=submit].koduGonder {
            width: 189px !important
        }

        .detailed-search .subeCombo .d-s-item input[type=submit].koduTekrarGonder {
            width: 250px !important
        }

    .detailed-search .subeCombo .d-s-item select {
        width: 258px !important
    }

    .detailed-search .subeCombo .d-s-item .govdeTipi, .detailed-search .subeCombo .d-s-item .makyajTipi {
        width: 256px !important
    }



    .detailed-search .d-s-item input {
        width: 258px !important
    }

        .detailed-search .d-s-item input[type=submit].koduGonder {
            width: 189px !important
        }

        .detailed-search .d-s-item input[type=submit].koduTekrarGonder {
            width: 250px !important
        }

    .detailed-search .d-s-item select {
        width: 258px !important
    }

    .detailed-search .d-s-item .govdeTipi, .detailed-search .d-s-item .makyajTipi {
        width: 256px !important
    }

    .detailed-search .cepTel .ILETISIM-ONAY {
        width: 14%
    }
}

@media only screen and (max-width:359px) {
    .detailed-search {
        overflow: hidden
    }



        .detailed-search .subeCombo .d-s-item input {
            width: 232px !important
        }

            .detailed-search .subeCombo .d-s-item input[type=submit].koduGonder {
                width: 189px !important
            }

            .detailed-search .subeCombo .d-s-item input[type=submit].koduTekrarGonder {
                width: 250px !important
            }

        .detailed-search .subeCombo .d-s-item select {
            width: 251px !important
        }

        .detailed-search .subeCombo .d-s-item .govdeTipi, .detailed-search .subeCombo .d-s-item .makyajTipi {
            width: 229px !important
        }



        .detailed-search .d-s-item input {
            width: 251px !important
        }

            .detailed-search .d-s-item input[type=submit].koduGonder {
                width: 189px !important
            }

            .detailed-search .d-s-item input[type=submit].koduTekrarGonder {
                width: 250px !important
            }

        .detailed-search .d-s-item select {
            width: 251px !important
        }

        .detailed-search .d-s-item .govdeTipi, .detailed-search .d-s-item .makyajTipi {
            width: 229px !important
        }

        .detailed-search .km-devam {
            float: none;
            width: 265px;
            margin: 0 auto
        }

        .detailed-search .d-a-btn {
            width: 240px
        }

        .detailed-search .cepTel .ILETISIM-ONAY {
            width: 14%
        }
}
.hiddenCheck {
   display: none;
}

.orangeStar::after { 
    content: "*";
    color: #FF5100;
}

/*#endregion*/
