
@import url('font.css');


body {
    text-align: center;
}


header {
    top: 0;
    position: fixed;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 9;
    background: #fff;
    height: 90px;
    display: flex !important;
    align-items: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.header {
    /*float: left;*/
    width: 100%;
    display: inline-block;
    /* position: relative; */
}

.nav-up {
    top: -170px;
}

.header .logo {
    position: relative;
    display: flex;
    align-items: center;
}

    .header .logo img:not([data-slogan]) {
        /* width: 220px; */
        max-width: 100%;
        display: inline-block;
        float: left;
        height: 68px;
    }

.header .slogan {
    position: absolute;
    display: flex;
    left: 270px;
    width: 220px; height: auto;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.header .slogan img {
    height: auto; width: 100%;
    object-fit: contain;
}
@media screen and (max-width: 1400px) {
    .header .slogan { width: 180px; left: 250px; }
}
@media screen and (max-width: 576px) {
    .header .slogan { display: none; }
    .header .logo img:not([data-slogan]) {
        /* width: 170px !important; */
    }
    .header nav .slogan, .header nav .slogan img { width: 170px !important }

    footer .flex-space-between {
        flex-direction: column !important;
        align-items: center !important;
        padding-top: .5rem;
    }
}

.header nav .slogan {
    position: relative;
    display: flex;
    left: 0;
    width: 220px; height: auto;
}
.header nav .slogan img { width: 220px; }

.header .menu ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%;
    margin-left: 40px;
}

.header .menu nav {
    width: 100%;
    display: flex;
    float: left;
    height: 100%;
    align-items: stretch;
    justify-content: flex-end;
}

.header .menu ul li a {
    float: left;
    display: inline-block;
    color: #999999;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 10px;
    text-decoration: none;
    transition: all 500ms ease;
}

.header ul li.search_button .button {
    color: #535353;
    font-size: 130%;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
}

.header ul li.language ul li a {
    color: #999999;
    font-size: 19px;
    padding: 0 10px;
    border-left: 2px solid #9a9a9a;
}

.header ul li.language ul li:first-child a {
    border-left: 0;
}

.header ul li.language ul li.active a {
    color: #c3002f;
}

.header ul li.language {
}

.header .menu ul li a:hover, .header .menu ul li.active a {
    color: #fcb426;
}







h2 {
    font-size: 24px;
}

span {
    /* font-size: 14px; */
}

.lzbnContent input[type=text] {
    width: 35vw;
    padding: 5px 7px;
    margin: 10px 0;
    outline: none;
}

.but {
     background: #ffcd00 !important;
     color: #222 !important;
     min-width: 27vw;
     display: inline-block;
     padding: 5px;
}

    .but:hover {
        text-decoration: none;
    }
    .butGeri {
     background: #e0e0e0 !important;
     color: #222 !important;
     width: 13vw;
     display: inline-block;
     padding: 5px;
}

    .butGeri:hover {
        text-decoration: none;
    }
.but2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 11px 20px;
    margin: 0 5px;
    /* font-size: 1.1em; */
    /* margin-top: 26px; */
}

.unset_height { height: unset }
.unset_margin { margin: unset }

select {
    width: 100%;
    padding: 5px 7px;
    margin-top: 10px;
    font-size: 20px
}



img {
    max-width: 100%;
}

ol li {
    text-align: left;
    line-height: 35px;
    font-size: 18px;
}

.card-header {
    position: relative;
    padding: 0 0;
}

    .card-header:before {
        content: "\f3d0";
        font-family: IonIcons;
        font-size: 1.4em;
        float: right;
        position: absolute;
        top: 7px;
        right: 35px;
        transition: .3s all;
        transform: rotate(0deg);
    }

    .card-header button {
        display: block;
        width: 100%;
        color: #202429;
        height: 100%;
        padding: .75rem 1.25rem;
    }
/*Accordion*/
.accordion {
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.accordion__item a {
    background: #f1f1f1 !important;
    padding: 0 !important;
}
.accordion__item a:hover {
   text-decoration:none;
}

.accordion__item .accordion__item .accordion-header:hover {
    background: #e0e0e0 !important;
}

.accordion__item .accordion__item .accordion-header {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.accordion-header,
.accordion-body {
    background: white;
}

.accordion-header {
    padding: 0.6em 1.5em;
    background: #ffcd00;
    color: #222;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: .1em;
    transition: all .3s;
    text-transform: uppercase;
}

.accordion__item {
    border-bottom: 1px solid #FFF;
}

    .accordion__item .accordion__item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

.accordion-header:hover {
    background: #63656a;
    color: #ffffff;
    position: relative;
    z-index: 5;
}

.accordion-body {
    background: #FFF;
    color: #353535;
    display: none;
}

.accordion-body__contents {
    /*padding: 1.5em 1.5em;*/
    font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
    border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
    border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
    content: "\f3d0";
    font-family: IonIcons;
    font-size: 1.2em;
    float: right;
    position: relative;
    top: -2px;
    transition: .3s all;
    transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
    transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
    background: #222;
    color: #ffcd00;
}

.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535;
    text-align: left;
}

.radiolabel {
    border: 3px solid #eee;
    display: inline-block;
    width: 24%;
    height: 186px;
    cursor: pointer;
    margin: 10px 0;
    margin-right: 10px;
}

.rlcontainer {
    width: 98%;
    height: 180px;
    /* margin: 1%; */
    background: #FFF;
    display: block;
    position: relative;
}

.rltitle {
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    margin: 0 auto;
}

.radiolabel img {
    max-width: 98%;
    max-height: 150px;
    padding: 5px;
}

.radios input[type=radio] {
    display: none;
}

    .radios input[type=radio]:checked + .radiolabel {
        border: 3px solid #ffcd00;
    }







.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    font-family: Montserrat;
    background: #ffffff;
    z-index: 9999;
}

.wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text {
    color: #797979;
    display: inline-block;
    margin-left: 15px;
    font-size: 1.5em;
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

    .bounceball:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #fbae17;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-animation: bounce 500ms alternate infinite ease;
        animation: bounce 500ms alternate infinite ease;
    }

@-webkit-keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

.bannerContainer {
    position: relative;
    width: 100%;
    /* background-image: url('/images/banner2v1.jpg'); */
    /* height: 45vh; */
    /* background-position: center; */
    /* background-size: cover; */
    margin-top: 90px;
}
.banner-current-route {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 2vw;
    color: #fff;
    font-weight: 600;
    z-index: 2;
}
.banner-current-route span {
    padding: 1rem;
    background-color: rgba(0, 0, 0, .8);
}

@media (max-width: 768px) {
    .banner-current-route { font-size: 12px !important }
    .banner-current-route span { padding: .5rem !important }
}

.pt40{padding-top:40px;}








@media (min-width: 1250px) {
    /*Mobile Menu*/

    .menu .logo, .menu .close-icon, .mobile-menu-button, .header .menu nav ul li.mobile-link, .header .other-links {
        display: none;
    }

    /*Mobile Menu*/
}

@media (max-width: 1250px) {
    .lzbnContent input[type=text] {
        width: 100%;
    }

    .secimler ul {
        flex-direction: column;
        align-items: center;
    }

    .secimler ul li {
        width: 100%;
    }

    .header .menu ul li a:hover, .header .menu ul li.active a {
        color: #4a4a4a;
    }

    .header .menu ul li.active a {
        font-weight: bold;
    }

    .search-box {
        z-index: 12;
    }

        .search-box .close-button {
            display: inline-block;
        }
    /*Mobile Menu*/
    .header .menu nav .search-ul {
        order: 2;
        display: flex;
        padding: 10px 0;
    }

    .header ul li.search_button .button {
        color: #fff;
    }

    .header .menu nav .search-ul li {
        width: auto;
        float: left;
    }

        .header .menu nav .search-ul li .lang li a {
            color: #4a4a4a;
            padding: 0 7px;
            border: 0;
            font-size: 16px !important;
        }

    .header .menu div.logo img {
        filter: brightness(0) invert(1);
    }

    .header .logo {
        justify-content: space-between;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mobile-menu-button {
        cursor: pointer;
        float: right;
        color: #fcb426;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 41px;
        font-size: 41px;
        width: 50px;
        flex-wrap: wrap;
        margin: 9px 0;
    }

    .header .menu {
        width: 100%;
        display: inline-block;
        float: left;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        direction: ltr;
        position: fixed;
        z-index: 9;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: #fcb426;
        padding: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .header .menu.active {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .header .menu nav ul::-webkit-scrollbar {
            width: 0px;
        }

        /* Track */
        .header .menu nav ul::-webkit-scrollbar-track {
            box-shadow: none;
            border-radius: 0px;
        }

        /* Handle */
        .header .menu nav ul::-webkit-scrollbar-thumb {
            background: transparent;
            border-radius: 0px;
        }

            /* Handle on hover */
            .header .menu nav ul::-webkit-scrollbar-thumb:hover {
                background: transparent;
            }

        .header .menu nav ul {
            margin: 0;
            height: auto;
            display: inline-block;
            float: left;
            overflow-x: hidden;
            overflow-y: scroll;
            transition: all 300ms;
            position: relative;
            z-index: 2;
            padding: 0;
            width: auto;
            border: 0;
            max-height: calc(100% - 125px);
            width: 100%;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            justify-content: center;
        }

    .menu .close-icon {
        position: absolute;
        top: 0;
        font-size: 24px;
        background: #082233;
        width: 50px;
        right: 0;
        height: 50px;
        z-index: 1;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0px 0px 0px 9px;
        cursor: pointer;
    }

    .header .menu.active ul {
    }

    .header .menu nav, body.homepage .header .menu nav {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

        .header .menu nav ul li {
            display: inline-block;
            padding: 0;
            text-align: left;
            border: 0;
            width: 100%;
            display: flex;
            justify-content: center;
        }

    .header .menu ul li a, .header .menu ul li a:hover, .header .menu ul li a:focus, .header .menu ul li.blue-box a {
        width: auto;
        font-size: 16px;
        border-bottom: 1px solid #023566;
        font-weight: normal;
        padding: 15px 20px;
        color: #4a4a4a;
        align-items: center;
        background: transparent;
        height: auto;
        margin: 0;
        text-align: center;
        justify-content: center;
        margin: 0 !important;
    }

    .header .menu div.logo a {
        text-align: center;
    }

    .header .menu div.logo {
        z-index: 9;
        padding: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        height: auto;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .menu .close-icon i {
        float: left;
    }

    /*Mobile Menu*/
}

@media (min-width: 767px) {

    .product_detail_content .left .mobile-link {
        display: none;
    }
}

@media (max-width: 767px) {
    .left-fix-menu .wrapper {
        padding: 20px 20px;
    }

        .left-fix-menu .wrapper > .list {
            padding-left: 20px;
        }

        .left-fix-menu .wrapper .list .box {
            font-size: 16px;
        }

    .banner-link .dekstop {
        display: none;
    }

    .banner-link .mobile {
        display: inline-block;
        display: inline-block;
        font-weight: 500;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        transition: all 500ms ease;
        padding: 0;
        width: 100%;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        position: relative;
        z-index: 1;
        background: transparent;
        padding: 17.5px;
    }

    .gallery_slider .title-container {
        width: 100%;
        margin: 0;
        margin-top: 80px;
    }

        .gallery_slider .title-container .title {
            justify-content: center;
            font-size: 24px;
        }

    .gallery_slider .slider-navigation {
    }

    .gallery_slider .slider {
        margin-top: 15px;
    }

    .banner.detail-page .banner-title.titles {
        line-height: 75px;
    }

    .product_detail_content .left .wrapper .mobile-link:after {
        content: "\e90a";
        position: absolute;
        right: 0;
        top: 0;
        color: white;
        font-family: 'icomoon';
        transform: rotate(180deg);
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 115%;
    }

    .product_detail_content .left .wrapper .mobile-link {
        width: 100%;
        display: inline-block;
        float: left;
        position: relative;
    }

    .product_detail_section .black_title {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 0 30px;
        height: 80px;
    }

    .product_detail_slider .slider-navigation {
    }

    .product_detail_content .left .wrapper {
        padding: 0;
    }

        .product_detail_content .left .wrapper .mobile-link select {
            display: inline-block;
            font-weight: 500;
            color: #fff;
            font-size: 16px;
            text-decoration: none;
            transition: all 500ms ease;
            width: 100%;
            background: transparent;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            text-indent: 1px;
            text-overflow: '';
            position: relative;
            z-index: 1;
            background: transparent;
            padding: 17.5px;
        }

    .product_detail_content .left, .product_detail_content .right {
        width: 100%;
        margin: 0;
    }

        .product_detail_content .left .dekstop-link {
            display: none;
        }

    .banner.detail-page .banner-title {
        font-size: 70px;
        line-height: 52px;
    }

    .product_list_section .item .wrapper .product_title {
        font-size: 16px;
    }

    .detail-page-wrapper .product_list_section {
        padding: 0;
    }

    .detail-page-wrapper {
        padding: 0;
        padding-bottom: 80px;
    }

    .section .title-container .subtitle {
        padding-left: 0;
        font-size: 20px;
        margin-top: 5px;
    }

    .section .title-container {
        margin-bottom: 20px;
    }

        .section .title-container .title {
            padding-right: 0;
            font-size: 30px;
        }

    .section-3 .box .text-container {
        text-align: center;
    }

    .section-3 .video-box {
        min-height: 300px;
    }

    .news_section {
        margin: 0;
    }

        .news_section:before {
            width: 100%;
        }

    body .orange-button {
        height: 60px;
        padding: 0 20px;
        font-size: 18px;
        width: 200px;
    }

    .banner.homepage .button-container {
        height: 60px;
    }

    .header .container {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .banner.homepage .fixed-box {
        right: 0;
    }

    body .section .orange-button {
        height: 50px;
        font-size: 16px;
    }

        body .section .orange-button [class^="icon-"] {
            font-size: 140%;
        }

    .section-3 .right .news-slider {
        padding: 50px 15px;
    }

        .section-3 .right .news-slider .item a .text {
            line-height: 27.5px;
            font-size: 18px;
        }

    .newsletter .box {
        width: 100%;
    }

    .footer .item.center {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer_bottom .row .col-12 {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

        .footer_bottom .row .col-12 span {
            padding: 15px 0;
        }

        .footer_bottom .row .col-12 .lizbon {
            padding-bottom: 20px;
        }

    .product_detail_section {
        padding-top: 40px;
    }

    .contact_page_section {
        padding: 0;
    }

    .form-area .form-col, .form-area .button-wrapper {
        width: calc(100% - 20px);
    }
}





.secimler ul {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    text-align: center;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}


.secimler input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.secimler label {
    display: inline-block;
    /*background-color: #ddd;*/
    padding: 15px;
    font-family: sans-serif, Arial;
    font-size: 1.1em;
    border: 1px solid #dcd9d9;
    border-radius: 4px;
    width: 100%;
    height: 130px;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}

.secimler input[type="radio"]:checked + label {
    background-color: #fffcf3;
    border: 2px solid #fcb426;
}

.secimler input[type="radio"]:focus + label {
    /* border: 2px dashed #444;*/
}

.secimler label:hover {
    background-color: #fffcf3;
}

.secimler li {
    list-style: none;
    height: 130px;
    /* float: left; */
    width: 33.33333333%;
    padding-right: 20px;
    margin-bottom: 20px;
    /* display: inline-block; */
    /* text-align: center; */
    position: relative;
}

    .secimler li:nth-child(3) {
        /* padding: 0; */
    }

.lzbnContent {
    min-height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
}


footer {
    height:86px;
    width: 100%;
    display: block;
    float: left;
    margin-top: auto;
}

.footer_center {
    width: 100%;
    display: inline-block;
    float: left;
    background: #ebebeb;
    margin-top: 50px;
}

    .footer_center ul {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .footer_center ul li a {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 12px;
            color: #484848;
            text-decoration: none;
            font-weight: 500;
            transition: all 500ms ease;
        }

            .footer_center ul li a:hover {
                color: #023e7c;
            }


.footer_bottom {
    width: 100%;
    display: inline-block;
    float: left;
    background: #3c3b3b;
}

    .footer_bottom  .row  {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 46px;
        color: #fff;
        font-size: 12px;
        text-align: left;
    }

        .footer_bottom  .row  img {
            height: 10px;
            float: right;
        }


@media (max-width: 768px){

    /* sonradan eklenenler */

    .header .row {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .header .logo img {
        /* width: 140px; */
    }

    .secimler li {
        height: 90px
    }
        .secimler li label {
            height: 90px
        }
         
    .rbl a, .rlcontainer a {
        top: calc(50% - 12px) !important;
        right: -20px !important;
    }
        .rbl a:hover, .rlcontainer a:hover {
            text-decoration: none;
        }

    .tooltiptext {
        width: 100% !important;
        left: unset !important;
        right: 20px !important;
    }

    .radiolabel {
        width: 100%;
    }

    /* sonradan eklenenler end */

    footer {
        height: auto;
    }
    .footer_bottom .row img {
        float: none;
        width: 55px;
        height: 10px;
    }

    .footer_bottom .row {
        
        height: auto;
        padding:10px;
       
    }

    .footer_bottom  .row div {
       height:auto;
        text-align: center;
        padding-top:10px;
    }
   
}

.butGrey {
    background: #63656a;
    border: none;
    padding: 10px 20px;
    width: 100%;
    color: #FFF;
    margin-bottom: 1px;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    display: block;
}
.butGrey:hover {
    background: #ffcd00;
    color: #484848;
    margin-bottom: 1px;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    text-decoration: none;
}




/*MODAL*/


.modal .close {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    margin: 0px !important;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.modal-backdrop.show {
    opacity: 1 !important;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.user-modal .title {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #565555;
    margin-bottom: 10px;
    font-weight: bold;
}

.user-modal .modal-body {
    padding: 30px 30px;
}

.user-modal .inputs textarea, .user-modal .inputs input[type=text], .user-modal .inputs input[type=password], .user-modal .inputs input[type=email] {
    /* border: 1px solid #A2A2A2; */
    color: #636363;
    font-size: 13px;
    height: 34px;
    line-height: 17px;
    border-radius: 0;
    padding: .3rem .3rem;
    width: 100%;
    margin: 0 !important;
}

.user-modal .inputs select {
    border: 1px solid #A2A2A2;
    color: #999999;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    padding: 0 .75rem;
    width: 100%;
}

.user-modal .inputs {
    margin-top: 7px;
}

    .user-modal .inputs.checkbox ul {
        list-style-type: none;
        display: inline-block;
        width: 100%;
        padding: 0;
        float: left;
        margin: 0;
        position: relative;
    }

        .user-modal .inputs.checkbox ul li {
            position: relative;
            display: inline-block;
            /* float: left; */
        }

    .user-modal .inputs.checkbox label {
        color: #383838;
        font-size: 15px;
        font-weight: normal;
        margin: 0;
        float: left;
        display: inline-block;
        line-height: 20px;
        font-weight: 300;
    }

    .user-modal .inputs.checkbox input[type="checkbox"] {
        float: left;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .user-modal .inputs.checkbox, .inputs.password {
        padding: 10px 0;
    }

    .user-modal .inputs.password {
        float: right;
        display: inline-block;
        padding: 14px 0;
    }

    .user-modal .inputs.checkbox {
        /* float: left; */
        display: inline-block;
        position: relative;
    }

.user-modal .button-group {
    /* float: left; */
    width: 100%;
    display: inline-block;
}

.user-modal .inputs.password .password-button {
    color: #f15252;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    float: left;
    display: inline-block;
}

.user-modal .button-group .button {
    text-decoration: none;
    height: 45px;
    border-radius: 0;
    line-height: 45px;
    padding: 0px 15px;
    font-weight: bold;
    width: 48%;
    display: inline-block;
    float: left;
    outline: none;
    margin-top: 10px;
    border: 0px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    background: #f1ca52;
    text-align: center;
    transition: all 300ms;
    float: right;
}

.user-modal .button-group .login {
    float: left;
    background: #ffcd00;
    width: 100%;
    color: #222;
    font-size: 16px;
}
.user-modal .button-group .continue{
float: left;
background: #d0cece;
width: 100%;
color: #222;
font-size: 16px;
}
.user-modal .button-group ul {
    list-style-type: none;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.user-modal .button-group i {
    font-size: 21px;
    width: 27px;
    display: inline-block;
    margin-right: 5px;
}

.user-modal .button-group .login:hover {
    background: #63656a;
    color: #FFF;
}

.user-modal .button-group .continue:hover {
    background: #63656a;
    color: #FFF;
}

#passwordModal.user-modal .button-group .login[data-toggle="modal"] {
    background: #f15252;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
}

.user-modal .button-group .login {
}

#passwordModal.user-modal .button-group ul li:first-child {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.register.user-modal .inputs {
    float: left;
    width: 100%;
}

    .register.user-modal .inputs:nth-child(even) {
        float: right;
    }

.register.user-modal .modal-dialog {
    max-width: 600px;
}

.user-modal .inputs.checkbox label:before {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    float: left;
    border: 1px solid #3f2a13;
    margin-right: 10px;
    margin-bottom: 30px;
}

.user-modal .inputs.checkbox input[type="checkbox"]:checked + label:before {
    background: #ffcd00;
}

.register.user-modal .inputs.checkbox {
    width: 100%;
}

    .register.user-modal .inputs.checkbox label {
        color: inherit;
        font-size: 12px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    .register.user-modal .inputs.checkbox li:last-child label {
        margin-bottom: 0;
    }

.user-modal .inputs.checkbox label a {
    position: relative;
    z-index: 2;
    color: #f15252;
}

.inputs.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: transparent;
}

.inputs.select:before {
    position: absolute;
    content: '';
    display: inline-block;
    right: 35px;
    width: 1px;
    height: 21px;
    background-color: #A3A3A3;
    top: 50%;
    margin-left: 0;
    margin-top: -10.5px;
}

.inputs.select {
    position: relative;
}

    .inputs.select:after {
        content: '';
        display: inline-block;
        position: absolute;
        border: 7px solid transparent;
        width: 0px;
        border-top-color: #A3A3A3;
        top: 50%;
        right: 10px;
        margin-top: -3.5px;
    }

.register.user-modal .inputs.textarea {
    width: 100%;
    display: inline-block;
    float: left;
}

.user-modal .inputs textarea {
    height: 90px;
    padding: 0 .75rem;
}

.user-modal .info-text {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.modal-content{text-align:left;}

.modal label {
    font-size: 0.9rem;
    font-weight: 300;
}

.req {
    font-size: 13px;
    color: #f96b6b;
    font-weight: 300;
    margin-top: 5px;
}
/*MODAL*/

.doc-header {
    padding: 6px;
    background: #222;
    color: #ffcd00;
    text-transform:uppercase;
    font-size: 0.85rem;
}

.sepet {
    width: 80%;
    margin: 50px 10%;
}

    .sepet h2 {
        padding: 20px;
        background: #f9f9f9;
        /* margin-bottom: 20px; */
    }

    .sepet h3 {
    font-size: 1.2em;
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 20px;
}

.katmanlar a {
    display: block;
    width: 100%;
    background: #f1f1f1;
    color: #353535;
    text-align: left;
    text-transform: uppercase;
    padding: 0.4em 1.5em;
    font-size: 0.9em;
    letter-spacing: .02em;
}

    .katmanlar a:hover {
        text-decoration: none;
        background: #e0e0e0;
    }
    .katmanlar input[type=checkbox] {
    margin-right: 10px;
}

.katmanlink {
    background: #fcb426 !important;
    padding: 10px !important;
    display: block !important;
}

    .katmanlink:hover {
        background: #f75e53 !important;
        color:#FFF;
    }

.kurumsal{
    width: 80%;
    margin: 90px 10% 0;
    text-align:justify;
}

.row.kurumsal {}
.kurumsal h1 {
    font-size:1.6em;
    margin: 20px 0;
}

.iletisim {
    margin-top: 90px;
    text-align:left;
    line-height: 1;
    width: 80%;
}
.iletisim .form {
    padding-top: 30px;
}
.iletisim .row{
    /* width:80%; */
    /* margin: 0px 10%; */
    padding: 30px 0 0;
}
.iletisim .title {
    font-size: 1.2em;
    font-weight: 500;
    border-bottom: 4px solid #ffcd00;
    display: table-cell;
    padding-bottom: 4px;
    /* line-height: 59px; */
}

p.title ~ p:nth-of-type(2) {
    margin-top: 17px;
}

p.subtitle ~ p:nth-of-type(2) {
    margin-top: 13px;
}

.iletisim .wrapper {
    display: flex;
}

    .iletisim .wrapper .left {
        width: 100px;
        margin-bottom: 15px;
        align-self: center;
    }
.iletisim .wrapper .right a {
    display: block;
    margin-bottom:10px
}

.iletisim a{
    color: #212529;
}

.iletisim a:hover{text-decoration:none;}
.iletisim h2 {
    /* padding: 0 0 25px; */
}
.iletisim .subtitle {
    display: table-cell;
    font-size: 1.1em;
    font-weight: 500;
    border-bottom: 3px solid #ffcd00;
    padding-bottom: 6px;
}


.input-half {
    width: calc(50% - 10px);
    float: left;
    margin: 5px;
}
.input-full {
    width: calc(100% - 10px);
    float: none;
    margin: 5px;
    display: inline-block;
}

    .input-half input, .input-half select, .input-full input, .input-full textarea {
        width: 100% !important;
        padding: 7px 10px !important;
        border: 1px solid #7695a3;
        border-radius: 5px;
        opacity: 0.9;
        font-size: 0.9em;
        margin: 0 0 5px 0px !important;
        outline: none;
    }

.submit {
    width: 100%;
    /* display: inline-block; */
}

    .submit .but {
        width: calc(100% - 10px);
        padding: 10px;
        margin: 10px 5px 5px;
        background-color: #ffcd00 !important;
        color: #222 !important;
        border: none;
        font-size: 1em;
        /* opacity: 0.7; */
    }

.confirm {
    width: calc(100% - 10px);
    display: inline-block;
    float: left;
    margin: 10px 0 0;
}

    .confirm label {
        font-size: 0.9em;
        padding-left: 40px;
    }

        .confirm label a {
            color: #e41212;
            font-weight: 600;
        }

            .confirm label a:hover {
                text-decoration: none;
            }

/* The container */
label.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    /* cursor: pointer; */
    font-size: 0.9em;
    margin: 5px;
}

    /* Hide the browser's default checkbox */
    label.container input {
        position: absolute;
        left: 0;
        opacity: 0;
        cursor: pointer;
        /* height: 0; */
        /* width: 0; */
        top: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    /* color: #222; */
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #ffcd00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #4b4b4b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.politikalar {
    text-align:justify;
    width:80%;
    margin:120px 10% 0;
}
.politikalar h1{
    font-size:1.6em;
    padding:20px 0;
}

.sabit {
    text-align: justify;
    width: 80%;
    margin: 30px 10% 30px;
}

    .sabit h1 {
        font-size: 1.6em;
        padding: 20px 0;
    }

.rbl a, .rlcontainer a {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 24px;
    color: #fcb426;
    text-decoration: none;
}
.rlcontainer a {
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 24px;
    color: #fcb426;
    text-decoration: none;
}
.tooltiptext {
    visibility: hidden;
    position: absolute;
    background: #fcb426;
    width: 90%;
    min-height: 100%;
    padding: 20px;
    font-size: 15px;
    transition: visibility 0.3s linear,opacity 0.3s linear;
    opacity: 0;
    border-radius: 6px;
    left: 0;
    z-index: 999;
    pointer-events: none;
}

.rbl a:hover + .tooltiptext, .rlcontainer a:hover + .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.doc-header input {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}
.swal2-title {
    font-size: 1.2em !important;
}


.routes-grid {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    grid-gap: 16px;
}

.routes-grid-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    height: 200px;
    border-radius: 6px;
    border: 1px solid #a1a2a3;
    color: #002884;
    font-weight: 500;
    text-decoration: none !important;
    -webkit-transition: .15s background-color ease, .15s color ease, .15s border-color ease;
    -moz-transition: .15s background-color ease, .15s color ease, .15s border-color ease;
    -o-transition: .15s background-color ease, .15s color ease, .15s border-color ease;
    transition: .15s background-color ease, .15s color ease, .15s border-color ease;
}
.routes-grid-item[data-disabled="true"] { pointer-events: none; user-select: none; border-color: #c4c5c6 }
.routes-grid-item[data-disabled="true"] .icon { opacity: .7 }
.routes-grid-item[data-disabled="true"] .title { color: #86878b; }
.routes-grid-item:not([data-disabled="true"]):hover {
    background-color: #FCB426;
    border-color: #FCB426;
    color: #fff;
}
.routes-grid-item .icon { margin-bottom: 1rem }
.routes-grid-item path {
    fill: #63666B;
    -webkit-transition: .15s fill ease;
    -moz-transition: .15s fill ease;
    -o-transition: .15s fill ease;
    transition: .15s fill ease;
}
.routes-grid-item:hover path { fill: #002884 }

.soon-badge {
    position: absolute;
    right: -1px;
    top: -1px;
	border-top: 90px solid #FCB426;
	border-left: 90px solid transparent;
    z-index: 2;
    -webkit-transition: .15s border-color ease;
    -moz-transition: .15s border-color ease;
    -o-transition: .15s border-color ease;
    transition: .15s border-color ease;
}
.routes-grid-item:hover .soon-badge { border-top-color: #002884; }
.mask-t {
    color: #fff;
    position: absolute;
	width: 100px;
	height: 100px;
    right: 0px;
    top: 0px;
    z-index: 3;
}
.mask-t span {
    display: block;
    width:100%;
    height:100%;
    max-width: 70px;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: rotate(45deg) translate(0, -10%);
    -moz-transform: rotate(45deg) translate(0, -10%);
    -ms-transform: rotate(45deg) translate(0, -10%);
    -o-transform: rotate(45deg) translate(0, -10%);
    transform: rotate(45deg) translate(0, -10%);
}

.soonaspossible {
    font-size: 1.38vw;
    font-weight: 500;
    color: #63666B;
    padding-bottom: 226px;
}

@media (max-width: 1200px) {
    .routes-grid-item { padding: .5rem; font-size: 14px; height: 150px; }
}
@media (max-width: 992px) {
    .routes-grid { grid-template-columns: 1fr; }
    .routes-grid-item {
        height: 110px;
        padding: 1.5rem;
        flex-direction: row;
        justify-content: flex-start;
    }
    .routes-grid-item .icon { margin-bottom: 0; margin-right: 1rem }
}

footer .flex-space-between {
    display: flex; flex: 1;
    width: 100%; height: 100%;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 0 .2rem 0;
}

footer .download-on-store {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

footer .download-on-store a {
    display: flex;
    width: auto; height: 36px;
    margin-right: .5rem;
    transition: 150ms filter ease;
}
footer .download-on-store a:hover { filter: brightness(.65) }

footer .download-on-store a img {
    height: 100%;
    object-fit: contain;
}


/* CALC */


@media screen and (max-width: 689px) {
    .slContainer li {
        width: 100%
    }

        .slContainer li a {
            width: 100%;
            text-align: center
        }

    .slContainer select {
        width: 100%;
    }

    .slContainer {
        margin-top: 30px
    }
}


.slContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

    .slContainer ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        list-style: none;
        position: relative;
        margin-top: 40px;
        padding-inline-start: 0;
        padding: 0 15px;
    }

    .slContainer div ul {
        margin-top: 0
    }

    .slContainer li {
        display: flex;
        position: relative;
        margin-bottom: 10px;
        border-right: 1px solid #FFF;
    }


        .slContainer li a {
            color: #FFF;
            font-size: 18px;
            font-weight: 500;
            position: relative;
            background: #fcbb30;
            padding: 20px;
        }

            .slContainer li a:hover {
                text-decoration: none;
                background: #c88a12;
            }

    .slContainer a.active {
        background: #3c3b3b;
    }

    .slContainer select {
        width: 58% !important;
        padding: 7px 10px !important;
        margin-bottom: 30px !important;font-size: 16px !important;}


.slContainer {
    margin-top: 30px
}



.sonuc {
    text-align: left;
    margin-top:30px;
}

    .sonuc span {
        font-weight: bold;
    }

    .sonuc h3 {
        font-size: 20px;
        background: #ffcb00;
        padding: 10px;
        text-align: center;
        color: #505050;
        font-weight: bold;
    }

    .sonuc .redish {
        background-color: #ff5e5e;
        color: #fff;
        padding: 12px;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        font-size: 1rem;
    }


.button-wrapper a {
    text-decoration: none;
    margin: 15px;
}

.butHesapla {
    background: #ffcd00 !important;
    color: #222 !important;
    border: none;
    padding: 10px 20px !important;
    width: 100% !important;
    margin-bottom: 1px !important;
    transition: background-color 500ms ease-out !important;
    display: block;
    text-decoration:none;
}

    .butHesapla:hover {
        background: #4a4a4a !important;
        color: #fff !important;
        transition: background-color 500ms ease-out;
        text-decoration: none;
    }

.butSifirla {
    background: #e0e0e0 !important;
    color: #222 !important;
    border: none;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 1px;
    transition: background-color 500ms ease-out;
    display: block;
    text-decoration:none;
}
    .butSifirla:hover {
        background: #4a4a4a !important;
        color: #fff !important;
        transition: background-color 500ms ease-out;
        text-decoration: none;
    }
