/* Fonts */

@font-face {
    font-family: 'Avenir LT Std Medium TR';
    src: url('../webfonts/AvenirLTStdMediumTR.woff2') format('woff2'), url('../webfonts/AvenirLTStdMediumTR.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std  Book TR';
    src: url('../webfonts/AvenirLTStdBookItalicTR.woff2') format('woff2'), url('../webfonts/AvenirLTStdBookItalicTR.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std  Light TR';
    src: url('../webfonts/AvenirLTStdLightItalicTR.woff2') format('woff2'), url('../webfonts/AvenirLTStdLightItalicTR.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std Light TR';
    src: url('../webfonts/AvenirLTStdLightTR.woff2') format('woff2'), url('../webfonts/AvenirLTStdLightTR.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std Roman TR';
    src: url('../webfonts/AvenirLTStdRomanTR-Italic.woff2') format('woff2'), url('../webfonts/AvenirLTStdRomanTR-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std  Book TR';
    src: url('../webfonts/AvenirLTStdBookTR.woff2') format('woff2'), url('../webfonts/AvenirLTStdBookTR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLTStd Black Bold  TR';
    src: url('../webfonts/AvenirLTStdBlackBoldTR.woff2') format('woff2'), url('../webfonts/AvenirLTStdBlackBoldTR.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std Medium TR';
    src: url('../webfonts/AvenirLTStdMediumTR-Italic.woff2') format('woff2'), url('../webfonts/AvenirLTStdMediumTR-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std  Roman TR';
    src: url('../webfonts/AvenirLTStdRomanTR.woff2') format('woff2'), url('../webfonts/AvenirLTStdRomanTR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std Medium TR Bold It';
    src: url('../webfonts/AvenirLTStdMediumBoldItalicTR.woff2') format('woff2'), url('../webfonts/AvenirLTStdMediumBoldItalicTR.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

html {
    overflow-x: hidden;
}

body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Avenir LT Std Medium TR';
    font-weight: 500;
    overflow-x: hidden;
    width: 100%;
}

a {
    text-decoration: none;
}

p {
    font-family: 'Avenir LT Std Medium TR';
    font-weight: 500;
}

.text-right {
    text-align: right;
}

header .topbar {
    background: #ff7e27;
    height: 45px;
    padding: 10px 5px;
    color: #fff;
    border-bottom: 5px solid #97e5ff;
}

    header .topbar .col-md-6:first-child span {
        float: left;
        margin-right: 20px;
    }

    header .topbar .col-md-6:last-child span {
        margin-right: 20px;
        float: right;
    }

    header .topbar .col-md-6 .social {
        float: right;
    }

        header .topbar .col-md-6 .social b {
            margin-right: 10px;
        }

.social a {
    color:#fff;
}
header .content {
    height: 182px;
    padding-top: 10px;
}

    header .content .logo {
        text-align: center;
    }

header .navbar .nav-link {
    color: #000;
    font-family: 'Avenir LT Std Medium TR';
    font-weight: 500;
}

    header .navbar .nav-link svg {
        width: 10px;
        margin-top: -7px;
    }

header .navbar .nav-item {
    margin-right: 15px;
}

header .navbar .active {
    color: #ff7e27;
}

.navbar {
    z-index: 9999999;
}

.mobildeGoster {
    display: none;
}

.quick-links .row.no-gutter {
    padding: 0px;
}

.quick-links {
    min-height: 290px;
}

    .quick-links .link a {
        color: #000;
        background: #ffffff;
        padding: 30px 15px;
        border: 1px solid #f6f6f6;
        margin-right: -1px;
        display: block;
        border-top: 0px;
    }

        .quick-links .link a i {
            margin-bottom: 40px;
            font-size: 30px;
            width: 80px;
            height: 80px;
            line-height: 80px;
            color: #323232;
            border: 1px solid #f6f6f6;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .quick-links .link a h6 {
            margin-bottom: 0px;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .quick-links .link a:hover,
        .quick-links .link a:active,
        .quick-links .link a:focus {
            background: #97e5ff;
        }

    .quick-links .active a {
        background: #ff7e27;
        color: #fff;
    }

        .quick-links .active a i {
            color: #fff;
        }

    .quick-links .link a:hover i,
    .quick-links .link a:focus i,
    .quick-links .link a:active i {
        color: #ffffff;
    }

    .quick-links .link a:hover h6,
    .quick-links .link a:active h6,
    .quick-links .link a:focus h6 {
        padding-top: 30px;
        color: #ffffff;
    }

.video-info img {
    width: 100%;
}

.nasilcalisir h4 {
    padding-top: 40px;
}

.bg-1 {
    background: url(../img/teklifbg2.jpg);
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.page-section-pt {
    padding: 40px 0 30px;
    height: 804px;
}

.page-section-ptb {
    padding: 80px 0;
}

.play-video-2-section {
    margin-bottom: 80px;
}

.section-title .separator {
    position: relative;
    margin: 10px 0px;
    display: inline-block;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 600;
}

.section-title span {
    margin-bottom: 10px;
    display: block;
}

.section-title .separator:after {
    width: 100px;
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    background: #e15128;
    bottom: 0px;
    left: 50%;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
}

.section-title .separator:before {
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    background: #e15128;
    transition: width .8s ease, background-color .8s ease;
    -webkit-transition: width .8s ease, background-color .8s ease;
    -o-transition: width .8s ease, background-color .8s ease;
    -ms-transition: width .8s ease, background-color .8s ease;
    -moz-transition: width .8s ease, background-color .8s ease;
    margin-bottom: 6px;
}

section:hover .section-title .separator:before {
    width: 100px;
    left: 0;
}

section:hover .section-title .separator:after {
    width: 50px;
    left: 0;
}

.wizard-inner .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #b1b1b1;
}

.wizard-inner .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b1b1b1;
}

.wizard-inner .form-control::placeholder {
    color: #b1b1b1;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e15128;
}

.select2-dropdown {
    border: 0px;
}

.form-control {
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    line-height: 1.33333;
    padding: 12px 13px;
    background: #fff;
    color: #626262;
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #e15128;
    }

    .form-control.input-lg {
        resize: none;
        font-size: .9em
    }

    .form-control.rounded {
        border-radius: 0px;
    }

.form-control,
.input-group-addon {
    border: 0px;
}

.form-group label {
    color: #444;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
}

.form-inline button {
    margin: 0px;
}

.form-group > label {
    display: block;
}

.form-control::-moz-placeholder {
    color: #626262;
}

.form-control::-ms-input-placeholder {
    color: #626262;
}

.form-control::-webkit-input-placeholder {
    color: #626262;
}

select {
    border: 1px solid #fff;
    color: #777;
    cursor: pointer;
    display: block;
    line-height: 14px;
    max-width: 100%;
    min-width: 100%;
    padding: 14px;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #e3e3e3;
    padding: 12px 20px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #e3e3e3;
    width: 100%;
    height: 67px;
}

.select-styled {
    text-align: left;
    font-size: 14px;
    color: #323232;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .select-styled:after {
        content: "";
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-color: #e3e3e3 transparent transparent transparent;
        position: absolute;
        top: 18px;
        right: 10px;
    }

    .select-styled:active:after,
    .select-styled.active:after {
        top: 10px;
        border-color: transparent transparent #e3e3e3 transparent;
    }

.select-options {
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: 0px;
}

    .select-options li {
        list-style: none;
        font-size: 14px;
        padding-left: 15px;
        color: #323232;
    }

.text-left {
    text-align: left;
}

.button {
    text-align: center;
    border: 0px;
    background: #ff7e27 !important;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 8px 20px;
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -ms-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #dc4f27;
        -ms-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -ms-transition-property: transform;
        -moz-transition-property: transform;
        -o-transition-property: transform;
        -webkit-transition-property: transform;
        transition-property: transform;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -ms-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .button:hover,
    .button:focus,
    .button:active {
        color: #ffffff;
    }

        .button:hover:before,
        .button:focus:before,
        .button:active:before {
            -moz-transform: scaleY(1);
            -o-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
            -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
            -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
        }


    /*button.border */

    .button.border {
        background: transparent;
        border: 1px solid #e3e3e3;
        color: #323232;
    }

        .button.border:before {
            background: #e15128;
        }

        .button.border:hover,
        .button.border:focus,
        .button.border:active {
            color: #ffffff;
            border-color: #e15128;
        }


    /*button.white*/

    .button.white {
        background: #ffffff;
        color: #e15128;
    }

        .button.white:before {
            background: #323232;
        }

        .button.white:hover,
        .button.border:focus,
        .button.border:active {
            color: #ffffff;
            border-color: #e15128;
        }


    /*button.black*/

    .button.black {
        background: #323232;
        color: #ffffff;
    }

        .button.black:before {
            background: #ffffff;
        }

        .button.black:hover,
        .button.border:focus,
        .button.border:active {
            color: #e15128;
            border-color: #ffffff;
        }

.price-slide .price label {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.price-slide .price input {
    background: transparent;
    border: none;
    height: inherit;
    display: block;
    color: #888888;
    font-size: 14px;
    padding: 2px 0px;
    display: inline-block;
    width: inherit;
    border: 0;
    font-weight: bold;
}

.price-slide #slider-range {
    margin-top: 10px;
    margin-bottom: 30px;
}

.price-slide a.button {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.price-slide a {
    font-size: 12px;
    padding-left: 20px;
    font-weight: 600;
}

    .price-slide a.link {
        margin-top: 40px;
        display: inline-block;
        color: #e15128;
    }

        .price-slide a.link:hover {
            color: #323232;
        }

.price-slide-2 .price label {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.price-slide-2 .price input {
    background: transparent;
    border: none;
    height: inherit;
    display: block;
    color: #888888;
    font-size: 14px;
    padding: 2px 0px;
    display: inline-block;
    width: inherit;
    border: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.price-slide-2 #slider-range {
    margin-top: 10px;
}

.price-slide-2 a.button {
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    font-weight: 600;
    display: inline-block;
    margin-top: 40px;
}

.price-slide-2 a {
    font-size: 12px;
    padding-left: 20px;
    font-weight: 600;
}

.find-moto span,
.find-moto label {
    color: #ffffff;
    margin: 0px;
}

.find-moto .price-slide .price label {
    color: #ffffff;
}

.find-moto .price-slide .price input {
    color: #ffffff;
}

.find-moto .ui-slider-horizontal .ui-slider-handle {
    margin-top: 0;
    margin-bottom: 0;
    top: -0.4em;
}

.select2-container--default .select2-selection--single {
    border: 0px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 13px;
        padding-top: 10px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        margin-top: -24px;
        z-index: 99999;
        position: absolute;
        padding-left: 0px;
        padding-top: 22px;
        border-radius: 0px !important;
    }

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 4px 0 4px !important;
    }

.select2-container .select2-selection--single {
    height: 45px;
}

.feature-box-2 {
    background: #ffffff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .feature-box-2.box-hover {
        padding: 20px;
        cursor: pointer;
    }

    .feature-box-2 i {
        color: #e15128;
        font-size: 30px;
        margin-bottom: 20px;
        display: block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .feature-box-2 svg {
        color: #e15128;
        width: 30px;
        height: 30px;
        margin-bottom: 20px;
        display: block;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .feature-box-2 p,
    .feature-box-2 h5 {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .feature-box-2.box-hover:hover,
    .feature-box-2.box-hover.active {
        background: #97e5ff;
    }

        .feature-box-2.box-hover:hover i,
        .feature-box-2.box-hover:hover svg,
        .feature-box-2.box-hover.active i,
        .feature-box-2.box-hover:hover p,
        .feature-box-2.box-hover.active p,
        .feature-box-2.box-hover:hover h5,
        .feature-box-2.box-hover.active h5 {
            color: #ffffff;
        }

.footer-black {
    background: #101010;
    padding: 80px 0px 0px;
    color: #848484;
    border-top: 4px solid #97e5ff;
    border-bottom: 4px solid #e15128;
}

.footer.footer-black .footer-box {
    background: rgba(102, 102, 102, 0.2);
    padding: 30px;
    clear: both;
    margin-bottom: 80px;
    margin-top: 60px;
}

    .footer.footer-black .footer-box .box-content {
        display: table-cell;
        vertical-align: top;
    }

    .footer.footer-black .footer-box .box-link {
        display: table-cell;
        padding-left: 20px;
        vertical-align: middle;
    }

        .footer.footer-black .footer-box .box-link a {
            display: block;
            padding: 8px 16px;
            width: 120px;
            background: #e15128;
            border-color: #e15128;
            color: #ffffff;
        }

.footer.footer-black .copyright {
    background: #151515;
    margin: 0;
    padding: 24px 0;
    margin-top: 40px;
    color: #ffffff;
    padding-left: 5px;
}

    .footer.footer-black .copyright .container {
        padding-left: 295px;
        padding-right: 5px;
    }

.footer .social ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .footer .social ul li {
        float: left;
        background: #f6f6f6;
        padding: 6px 0px;
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        margin: 0px 7px;
    }

.footer .social i {
    color: #909090;
    font-size: 14px;
    text-align: center;
}

.footer.footer-black .copyright ul li a {
    color: #ffffff;
}

.footer.footer-black .copyright p {
    margin-bottom: 0;
}

.footer.footer-black .copyright ul li a:hover {
    color: #e15128;
}

.footer .list-inline li {
    float: right;
}

.usefull-link ul {
    padding: 0px;
    margin: 0px;
}

    .usefull-link ul li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        padding: 10px 0px;
    }

        .usefull-link ul li:last-child {
            border-bottom: 0px;
        }

        .usefull-link ul li a {
            color: #909090;
        }

            .usefull-link ul li a:hover {
                color: #e15128;
            }

.about-content {
    margin-top: -51px;
    position: absolute;
}

    .about-content img {
        width: 94.6%;
    }

.wizard-inner .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom: 0px;
    width: 300px;
}

.btn-primary {
    color: #fff;
    background-color: #e15128;
    border-color: #e15128;
}

    .btn-check:active + .btn-primary,
    .btn-check:checked + .btn-primary,
    .btn-primary.active,
    .btn-primary:active,
    .btn-primary:hover,
    .btn-primary:focus,
    .show > .btn-primary.dropdown-toggle {
        background-color: #b33d1c !important;
        border-color: #b33d1c !important;
    }

.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 7px;
    background: #ebebeb;
    position: absolute;
    width: 21%;
    left: 18px;
    right: 0;
    top: 8px;
    z-index: 1;
}

.wizard-inner .nav-tabs > li.active > button,
.wizard-inner .nav-tabs > li.active > button:hover,
.wizard-inner .nav-tabs > li.active > button:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard-inner li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard-inner li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard-inner .nav-tabs > li {
    width: 13%;
}

    .wizard-inner .nav-tabs > li button.active span {
        color: #e15128;
    }

    .wizard-inner .nav-tabs > li button.active::after {
        content: "";
        position: relative;
        top: -5px;
        left: -51%;
        border: 10px solid transparent;
        border-top-color: #e74c3c;
    }

.wizard-inner .nav-tabs button {
    border: 0px;
    background: transparent;
}

.wizard-inner .nav-tabs > li button span {
    background: #fff;
    color: #000;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 4px 8px;
}

    .wizard-inner .nav-tabs > li button span:hover {
        background: #e15128;
        color: #fff !important;
    }

.wizard-inner .tab-pane {
    position: relative;
    color: #fff;
}

.wizard-inner h3 {
    margin-top: 0;
}

.teklifimiz {
    padding: 10px 5px;
    height: 45px;
    background: #fff;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

    .teklifimiz::after,
    .teklifimizstep3::after {
        content: "";
        position: relative;
        top: 48px;
        left: -11%;
        border: 15px solid transparent;
        border-top-color: #ffffff;
    }

.teklifimizstep3 {
    padding: 10px 5px;
    /* height: 45px;*/
    background: #fff;
    color: #000;
    text-align: center;
    width: 45%;
    margin: 0px auto;
    margin-top: 100px;
}

.teklifTutar {
    background: #000;
    height: 60px;
    text-align: center;
    padding: 10px 5px;
    font-size: 27px;
    margin-top: 16px;
    color: #fff;
    font-weight: 600;
}

.teklifTutarstep3 {
    background: #000;
    height: 60px;
    text-align: center;
    padding: 10px 5px;
    font-size: 27px;
    color: #fff;
    width: 45%;
    font-weight: 600;
    margin: 0px auto;
    margin-top: 16px;
}

    .teklifTutarstep3 i {
        font-size: 27px !important;
        margin: 0px !important
    }

.modalTeklifTutar {
    background: #000;
    text-align: center;
    padding: 10px 5px;
    margin-top: 16px;
    color: #fff;
    font-weight: 600;
    height: 80px;
    font-size: 35px;
    line-height: 67px;
}

.kabulediyorum {
    display: block;
    width: 18%;
    margin: 0px auto;
    margin-top: 20px;
}

    .kabulediyorum b {
        float: left;
        margin-right: 15px;
    }

    .kabulediyorum input {
        float: left;
        display: inherit !important;
        height: auto !important;
        position: inherit !important;
        width: auto !important;
        margin-top: 4px;
    }

.step3btn {
    width: 45% !important;
}

.aksesuarSecin {
    color: #fff;
    padding: 0px 20px;
    border: 6px solid #ff7e27;
    margin-top: 5px;
    /*  height: 190px;*/
    padding-bottom: 10px;
}

    .aksesuarSecin label {
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 10px;
        width: 72%;
        float: left;
    }

    .aksesuarSecin .checkbox input[type='checkbox'] {
        float: right;
        margin-top: 19px;
    }

.next-step {
    width: 100%;
    margin-top: 20px;
    height: 50px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    border: 0px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.zone {
    background: radial-gradient(ellipse at center, #0c0c0c7d 0, #ffffff2e 100%);
    width: 100%;
    height: 50%;
    border: 5px solid #e35128;
    text-align: center;
    color: white;
    z-index: 20;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
}

    .zone .btnCompression .active {
        background: #EB6A5A;
        color: white;
    }

    .zone i {
        text-align: center;
        font-size: 10em;
        color: #fff;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .zone .selectFile {
        height: 90px;
        margin: 20px auto;
        position: relative;
        width: 200px;
    }

    .zone label,
    .zone input {
        cursor: pointer;
        display: block;
        height: 50px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        border-radius: 5px;
    }

    .zone label {
        background: #fff;
        color: #EB6A5A;
        display: inline-block;
        font-size: 1.2em;
        line-height: 50px;
        padding: 0;
        text-align: center;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 400;
        box-shadow: 0 1px 1px gray;
    }

    .zone input[type=file] {
        opacity: 0;
    }

    .zone.in {
        color: white;
        border-color: white;
        background: radial-gradient(ellipse at center, #EB6A5A 0, #c9402f 100%);
    }

        .zone.in i {
            color: #fff;
        }

        .zone.in label {
            background: #fff;
            color: #EB6A5A;
        }

    .zone.hover {
        color: gray;
        border-color: white;
        background: #fff;
        border: 5px dashed gray;
    }

        .zone.hover i {
            color: #EB6A5A;
        }

        .zone.hover label {
            background: #fff;
            color: #EB6A5A;
        }

    .zone.fade {
        transition: all 0.3s ease-out;
        opacity: 1;
    }

.step5Maps {
    height: 650px;
}

    .step5Maps::after {
        content: "";
        position: absolute;
        background: rgb(0 0 0 / 35%);
        width: 100%;
        top: 0px;
        height: 100%;
    }

.step5mapscontainer {
    position: absolute;
    z-index: 9999;
    width: 1320px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}

#maplocationlist {
    height: 412px;
    overflow-y: scroll;
    position: absolute;
    z-index: 99999999;
    left: 0px;
    right: 0px;
    background: #fff;
    width: 350px;
    margin-top: 20px;
    padding: 16px 0px 16px 5px;
    border: 7px solid #ff5500;
    border-top: 30px solid #ff5500;
}

    #maplocationlist::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        border: 10px solid transparent;
        border-top-color: #ff5501;
    }

    #maplocationlist::-webkit-scrollbar {
        width: 20px;
        background-color: transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

        #maplocationlist::-webkit-scrollbar:hover {
            background-color: rgba(0, 0, 0, .05)
        }

    #maplocationlist::-webkit-scrollbar-thumb:vertical {
        background: #ff5500;
        background-clip: padding-box;
        border: 2px solid transparent;
        min-height: 10px;
    }

        #maplocationlist::-webkit-scrollbar-thumb:vertical:active {
            background-color: #e15128
        }

    #maplocationlist button {
        background: #ff5500;
        padding: 10px 0px;
        margin: 5px 0px 0px 30px;
        width: 85%;
    }

    #maplocationlist ul {
        list-style: none;
        margin: 0px;
        padding: 0px 10px;
    }

        #maplocationlist ul li {
            padding-bottom: 10px;
            border-bottom: 2px dashed #ddd;
            margin-bottom: 20px;
        }

            #maplocationlist ul li:last-child {
                border-bottom: 0px;
                margin-bottom: 0px;
            }

            #maplocationlist ul li .locationNumber {
                width: 25px;
                height: 30px;
                padding: 5px;
                background: #ff5500;
                color: #fff;
                float: left;
                text-align: center;
                margin-right: 20px;
                font-weight: 600;
                cursor: pointer;
            }

            #maplocationlist ul li .locationAddress {
                float: left;
                font-size: 12px;
                color: #000;
            }

    #maplocationlist .yakinbayiler {
        padding-bottom: 18px;
        border-bottom: 2px dashed #ddd;
        margin-bottom: 25px;
    }

.teklifMirket {
    position: absolute;
    top: 130px;
}

.container-medium {
    width: 900px;
}

.w-100 {
    width: 100% !important;
}

.h-auto {
    height: auto !important;
}

.intro-title {
    padding: 20px 0px 20px;
    height: 150px;
}

ul.page-breadcrumb {
    padding-top: 10px;
    padding-bottom: 25px;
    margin: 0px;
    padding-left: 0px;
    position: relative;
    margin-top: 75px;
}

    ul.page-breadcrumb li {
        color: #fff;
        display: inline-block;
        list-style: none;
    }

        ul.page-breadcrumb li a {
            color: #fff;
            font-weight: 400;
        }

.contact .contact-box {
    padding: 30px 10px;
    background: #f6f6f6;
}

    .contact .contact-box i {
        color: #e15128;
        font-size: 30px;
        display: block;
        margin-bottom: 20px;
    }

    .contact .contact-box,
    .contact .contact-box p,
    .contact .contact-box i,
    .contact .contact-box h5 {
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

        .contact .contact-box:hover {
            background: #e15128;
        }

            .contact .contact-box:hover i,
            .contact .contact-box:hover p,
            .contact .contact-box:hover h5 {
                color: #ffffff;
            }

.contact-map {
    height: 400px;
}

    .contact-map .container-fluid {
        padding: 0px;
    }

        .contact-map .container-fluid iframe {
            border: 0px;
            width: 100%;
            height: 400px;
        }

.contact-2 .feature-box-3 {
    display: block;
    margin-bottom: 20px;
}

.contact-2 .gray-form {
    padding-right: 50px;
}

    .contact-2 .gray-form p {
        margin-bottom: 30px;
    }

    .contact-2 .gray-form a.button.red {
        display: block;
    }

.feature-box-3 .icon {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f6f6f6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    .feature-box-3 .icon i {
        font-size: 20px;
        background: #f6f6f6;
        display: block;
        border-radius: 50%;
        margin: 9px 10px 10px 9px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

.feature-box-3 .content {
    display: table-cell;
    margin-top: 10px;
    vertical-align: top;
}

    .feature-box-3 .content h5 {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .feature-box-3 .content h6 {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .feature-box-3 .content p {
        margin-top: 0px !important;
    }

.feature-box-3:hover .icon,
.feature-box-3:hover .icon i {
    border-color: #e15128;
}

    .feature-box-3:hover .icon i {
        background: #e15128;
        color: #ffffff;
    }

.feature-box-3 .social ul {
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    list-style-type: none;
}

    .feature-box-3 .social ul li {
        float: left;
        width: 25%;
    }

    .feature-box-3 .social ul li {
        float: left;
    }

        .feature-box-3 .social ul li a {
            color: #888;
        }

.contact-2 .section-title .separator {
    margin-bottom: 60px;
}

.form-horizontal .form-group {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.form-group {
    margin-bottom: 1rem;
}

#formmessage {
    display: none;
}

.form-horizontal .form-group {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.gray-form input,
.gray-form textarea {
    width: 100%;
    resize: vertical;
    background: #f6f6f6;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.gray-form textarea {
    height: 180px;
}

    .gray-form input:focus,
    .gray-form textarea:focus {
        background: transparent;
        border: 1px solid #e15128 !important;
    }

.gray-form .button.red {
    display: block;
    text-align: center;
    border: 0px;
    width: 100%;
}

.gray-form .select-styled {
    background: #f6f6f6;
    border-color: #f6f6f6;
    line-height: 20px;
}

.accordion-content {
    padding: 25px;
    border: 1px solid #e3e3e3;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ff4c19;
    cursor: default;
    border-color: #e3e3e3;
    border-color: #ff4c19;
    border-top: 0px;
}

.accordion-button::after {
    display: none;
}

.accordion-item:first-of-type .accordion-button svg {
    margin-top: -1px;
    width: 15px;
    margin-right: 6px;
}

#tabs .nav-tabs {
    margin-bottom: 40px;
    border: 0px;
}

    #tabs .nav-tabs .nav-link {
        font-size: 14px;
        font-weight: 600;
        border-bottom: 3px solid transparent;
        line-height: 25px;
        padding: 10px 10px;
        color: #363636;
        overflow: hidden;
        background: transparent;
        margin-bottom: 0px;
        display: inline-block;
        margin: 0;
        cursor: pointer;
        position: relative;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        border: 0px;
    }

        #tabs .nav-tabs .nav-link.active {
            border-bottom: 3px solid #ff3900;
        }

.accordion-button svg {
    margin-right: 10px;
}

textarea.form-control {
    min-height: 135px;
}

@media( max-width: 585px) {
    .unutulanTeklifModal .col-md-5 {
        display: none;
    }

    #cookie-notice {
        height: 55%;
        line-height: 35px;
    }

    #firstStepForm .form-group, .selected-box {
        margin-bottom: 10px;
    }

    .page-section-pt {
        height: 925px;
    }

    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (width:1024px) {
    input[type='checkbox'] + label, input[type='radio'] + label {
        margin-left: -2px;
    }
}

@media (width:1024px) {
    header .content {
        height: 163px;
    }

    .select2-container {
        width: 100% !important;
    }

    header .topbar .col-md-6 {
        width: 100%;
        float: none;
        display: block;
    }

        header .topbar .col-md-6:first-child span {
            float: none !important;
            text-align: center;
            display: block;
            width: 100%;
        }

        header .topbar .col-md-6:last-child span {
            float: none !important;
            text-align: center;
        }

        header .topbar .col-md-6:last-child span,
        header .topbar .col-md-6 .social {
            display: block;
            width: 100%;
        }

            header .topbar .col-md-6 .social span {
                float: left !important;
                display: inherit;
                width: auto;
            }

        header .topbar .col-md-6 .social {
            text-align: center;
            padding: 5px 0px;
        }

    .navbar-toggler {
        position: absolute;
        margin-top: 30px;
        padding-left: 0px;
    }

    .navbar {
        background: #fff;
    }

    .footer.footer-black .copyright .container {
        padding: 0px;
    }

    .about-content {
        position: relative;
        margin-bottom: 20px;
        width: 55%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .footer-black {
        padding: 20px 0px 0px;
    }

    .usefull-link {
        padding-top: 30px;
    }

    .footer .list-inline li {
        float: left;
        padding-left: 12px;
    }

    .teklifMirketDiv {
        display: none;
    }

    #fullscreengrid {
        width: 100%;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 2px;
    }

    .page-section-pt {
        height: 1205px;
    }

    .aksesuarSecin {
        height: 160px;
    }

    .select {
        height: 40px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        padding-top: 14px;
        font-size: 12px;
    }

    .form-control::-webkit-input-placeholder {
        /* Edge */
        font-size: 12px;
        color: #999;
    }

    .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 12px;
        color: #999;
    }

    .form-control::placeholder {
        font-size: 12px;
        color: #999;
    }

    .select2-results__option {
        padding: 5px;
        font-size: 13px;
    }

    .select2-container .select2-selection--single {
        height: 30px;
    }

    .contact-2 .gray-form {
        padding-right: 0px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 13px;
    }

    .accordion-button {
        font-size: 14px;
    }

    .accordion-body {
        font-size: 13px;
    }

    .gray-form .button.red {
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .page-section-ptb {
        padding: 30px 0;
    }
    header .topbar {
        height: 125px;
    }
}

@media (max-width:768px) {
    .select2-container {
        width: 100% !important;
    }

    .mobildeGoster {
        display: block;
    }

    header .topbar {
        height: 125px;
    }

        header .topbar .col-md-6 {
            width: 100%;
            float: none;
            display: block;
        }

            header .topbar .col-md-6:first-child span {
                float: none !important;
                text-align: center;
                display: block;
                width: 100%;
            }

            header .topbar .col-md-6:last-child span {
                float: none !important;
                text-align: center;
            }

            header .topbar .col-md-6:last-child span,
            header .topbar .col-md-6 .social {
                display: block;
                width: 100%;
            }

                header .topbar .col-md-6 .social span {
                    float: left !important;
                    display: inherit;
                    width: auto;
                }

            header .topbar .col-md-6 .social {
                text-align: center;
                padding: 5px 0px;
            }

    .navbar-toggler {
        position: absolute;
        margin-top: 30px;
        padding-left: 0px;
    }

    header .content {
        height: 110px;
    }

    .navbar {
        background: #fff;
    }

    .footer.footer-black .copyright .container {
        padding: 0px;
    }

    .about-content {
        position: relative;
        margin-bottom: 20px;
        width: 55%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .footer-black {
        padding: 20px 0px 0px;
    }

    .usefull-link {
        padding-top: 30px;
    }

    .footer .list-inline li {
        float: left;
        padding-left: 12px;
    }

    .teklifMirketDiv {
        display: none;
    }

    #fullscreengrid {
        width: 100%;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 2px;
    }

    .page-section-pt {
        height: 1205px;
    }

    .aksesuarSecin {
        height: 310px;
    }

    .select {
        height: 40px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        padding-top: 14px;
        font-size: 12px;
    }

    .form-control::-webkit-input-placeholder {
        /* Edge */
        font-size: 12px;
        color: #999;
    }

    .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 12px;
        color: #999;
    }

    .form-control::placeholder {
        font-size: 12px;
        color: #999;
    }

    .select2-results__option {
        padding: 5px;
        font-size: 13px;
    }

    .select2-container .select2-selection--single {
        height: 30px;
    }

    .contact-2 .gray-form {
        padding-right: 0px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 13px;
    }

    .accordion-button {
        font-size: 14px;
    }

    .accordion-body {
        font-size: 13px;
    }

    .gray-form .button.red {
        margin-bottom: 50px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .page-section-ptb {
        padding: 30px 0;
    }
}


/* radio and checkbox */

input[type='checkbox'],
input[type='radio'] {
    --active: #e15128;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #bbc1e1;
    --border-hover: #e15128;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}

    input[type='checkbox']:after,
    input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    input[type='checkbox']:checked,
    input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    input[type='checkbox']:disabled,
    input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

        input[type='checkbox']:disabled:checked,
        input[type='radio']:disabled:checked {
            --b: var(--disabled-inner);
            --bc: var(--border);
        }

        input[type='checkbox']:disabled + label,
        input[type='radio']:disabled + label {
            cursor: not-allowed;
        }

    input[type='checkbox']:hover:not(:checked):not(:disabled),
    input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type='checkbox']:focus,
    input[type='radio']:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    input[type='checkbox']:not(.switch),
    input[type='radio']:not(.switch) {
        width: 21px;
    }

        input[type='checkbox']:not(.switch):after,
        input[type='radio']:not(.switch):after {
            opacity: var(--o, 0);
        }

        input[type='checkbox']:not(.switch):checked,
        input[type='radio']:not(.switch):checked {
            --o: 1;
        }

    input[type='checkbox'] + label,
    input[type='radio'] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type='checkbox']:not(.switch) {
        border-radius: 7px;
    }

        input[type='checkbox']:not(.switch):after {
            width: 5px;
            height: 9px;
            border: 2px solid var(--active-inner);
            border-top: 0;
            border-left: 0;
            left: 7px;
            top: 4px;
            transform: rotate(var(--r, 20deg));
        }

        input[type='checkbox']:not(.switch):checked {
            --r: 43deg;
        }

    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }

        input[type='checkbox'].switch:after {
            left: 2px;
            top: 2px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: var(--ab, var(--border));
            transform: translateX(var(--x, 0));
        }

        input[type='checkbox'].switch:checked {
            --ab: var(--active-inner);
            --x: 17px;
        }

        input[type='checkbox'].switch:disabled:not(:checked):after {
            opacity: 0.6;
        }

input[type='radio'] {
    border-radius: 50%;
}

    input[type='radio']:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }

    input[type='radio']:checked {
        --s: 0.5;
    }


@media (max-width:425px) {
    .slide, .quick-links, .play-video-2-section {
        display: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-top: 0px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        padding-top: 24px !important;
    }
}

.aksesuarSecinBaslik {
    padding-top: 15px;
    margin-bottom: 0px;
    color: #5a5a5a;
    font-weight: 900;
}

select:hover, select:focus, select:active {
    outline: none;
    outline-offset: -1px;
}

.aksesuarAciklama {
    height: 151px;
    width: 100%;
    padding: 10px 15px;
    margin-top: 5px;
    height: 151px;
    border: 6px solid #ff7e27
}

    .aksesuarAciklama:focus {
        border: 6px solid #ff7e27;
        outline: none;
    }

.backstepbtn {
    width: 81px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border: 0px;
    background: #e35128 !important;
    padding: 4px 15px;
    border-radius: 10px;
    position: absolute;
    margin-top: -47px;
    margin-left: 205px;
}


#firstStepForm .form-group {
    margin-bottom: 19px;
}

.unutulanTeklifModal {
    z-index: 9999999;
}

    .unutulanTeklifModal .modal-body {
        padding: 0px
    }

.veya {
    margin-top: 10px;
}

    .veya:before {
        position: absolute;
        content: "";
        background: #e35128;
        height: 2px;
        width: 30%;
        margin-left: -72px;
        margin-top: 11px;
    }

    .veya span {
        background: #fff;
        width: 218px;
        height: 41px;
        z-index: 9999999;
        position: relative;
        padding: 5px 35px;
    }

.modalTeklifikon {
    padding: 50px 0px 0px 0px;
}

.modalmotoDetay {
    padding: 19px 40px;
}

.modalMotoBilgisi {
    background: #ddd;
    height: 100px;
    padding: 15px;
    text-align: center;
}

.modalTeklifTutar::after {
    content: "";
    position: absolute;
    margin-top: -10px;
    margin-left: -93px;
    border: 20px solid transparent;
    border-top-color: #ffffff;
}

.modalMotoBilgisi .siyahmotoBilgisi {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.modalMotoBilgisi .turuncuPlaka {
    font-size: 30px;
    color: #e15128;
    font-weight: 600;
}

.modalKapatBtn {
    position: absolute;
    right: 13px;
    top: 10px;
    padding: 3px 10px;
}



#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 43px;
    left: 0;
    text-align: center;
    /* border-top: 2px solid #fbb03b; */
    font-weight: normal;
    font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
    display: block;
    bottom: 0px;
    display: none;
}

    #cookie-notice,
    #cookie-notice * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #cookie-notice.cn-animated {
            -webkit-animation-duration: 0.5s !important;
            animation-duration: 0.5s !important;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

            #cookie-notice.cn-animated.cn-effect-none {
                -webkit-animation-duration: 0.001s !important;
                animation-duration: 0.001s !important;
            }

        #cookie-notice .cookie-notice-container {
            display: block;
        }

        #cookie-notice.cookie-notice-hidden .cookie-notice-container {
            display: none;
        }

        #cookie-notice .cookie-revoke-container {
            display: block;
        }

        #cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
            display: none;
        }

        #cookie-notice .cn-revoke-cookie {
            margin: 0;
        }

        #cookie-notice .cn-button {
            margin: 0 0 0 10px;
            border: none;
            background: #e15128;
            color: #fff;
            padding: 13px 15px;
        }

        #cookie-notice.cookie-notice-visible.cn-effect-none,
        #cookie-notice.cookie-revoke-visible.cn-effect-none {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }

        #cookie-notice.cn-effect-none {
            -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
        }

        #cookie-notice.cookie-notice-visible.cn-effect-fade,
        #cookie-notice.cookie-revoke-visible.cn-effect-fade {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }

        #cookie-notice.cn-effect-fade {
            -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
        }

        #cookie-notice.cookie-notice-visible.cn-effect-slide,
        #cookie-notice.cookie-revoke-visible.cn-effect-slide {
            -webkit-animation-name: slideInUp;
            animation-name: slideInUp;
        }

        #cookie-notice.cn-effect-slide {
            -webkit-animation-name: slideOutDown;
            animation-name: slideOutDown;
        }

        #cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
        #cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
            -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
        }

        #cookie-notice.cn-position-top.cn-effect-slide {
            -webkit-animation-name: slideOutUp;
            animation-name: slideOutUp;
        }


.modal-body h3 {
    font-size: 1.1em !important;
    font-weight: 600;
}

.modal {
    z-index: 9999999;
}

.nav-tabs:after {
    position: absolute;
    content: "";
    z-index: 999999;
    background: #fff0;
    width: 198px;
    height: 28px;
    margin-top: -1px;
}

.inputKapsa {
    height: 50px;
    margin-bottom: 19px;
    overflow: hidden;
}

.inputKapsa select, .inputKapsa .form-control {
    height: 45px;
    max-height: 45px;
    outline: none;
}


@media (max-width:465px) {
    .page-section-pt {
        height: 1430px;
    }
}

/*blog-list*/
.blog-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}

.blog-card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.blog-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    color: rgba(0,0,0,.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-title > a {
   color: currentColor;
}

.blog-card-text {
    color: rgba(0,0,0,.44);
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrapfooter {
    font-size: 12px;
    margin-top: 30px;
}

.author-thumb {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 13px;
    border-radius: 100%;
}

.author-meta {
    flex: 1 1 auto;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    display: inline-block;
}

.post-name, .post-date, .author-meta {
    display: inline-block;
}
.post-date, .post-read {
    color: rgba(0,0,0,.44);
}
.dot:after {
    content: ".";
    margin-left: 3px;
    margin-right: 3px;
}
.post-date, .post-read {
    color: rgba(0,0,0,.44);
}

.post-read-more {
    align-items: center;
    display: inline-block;
    float: right;
    margin-top: 8px;
}

.post-read-more a {
    color: rgba(0,0,0,.44);
}

.post-name a, .post-read-more a:hover {
    color: rgba(0,0,0,.8);
}
/*blog-list*/

.graybg {
    background-color: #fafafa;
    padding: 40px 0 46px;
    position: relative;
}
.listrelated .blog-card {
    box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    border: 0;
}


.share {
    display: none;
    text-align: center;
    margin-top: 20px;
}

.share, .share a {
    color: rgba(0,0,0,.44);
    fill: rgba(0,0,0,.44);
}

.share p {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.share ul {
    padding-left: 0;
    margin-left: 0;
}

 .share ul li {
     display: inline-block;
     margin-bottom: 5px;
 }

.sep {
    height: 1px;
    width: 20px;
    background: #999;
    margin: 0px auto;
    margin-bottom: 1.2rem;
}

.mainheading {
    padding: 1rem 0rem;
}

.post-top-meta {
    margin-bottom: 2rem;
}

.post-top-meta .author-thumb {
    width: 72px;
    height: 72px;
}

.link-dark {
    color: rgba(0,0,0,.8);
}

.btn.follow {
    border-color: #02B875;
    color: #1C9963;
    padding: 3px 10px;
    text-align: center;
    border-radius: 999em;
    font-size: 0.85rem;
    display: inline-block;
}

.post-top-meta {
    margin-bottom: 2rem;
}

.post-top-meta .btn.follow {
    margin-left: 5px;
    margin-top: -4px;
}

.post-top-meta .author-description {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 0.95rem;
}

.post-top-meta span {
    font-size: 0.9rem;
    color: rgba(0,0,0,.44);
    display: inline-block;
}

span.post-date, span.post-read {
    color: rgba(0,0,0,.44);
}

span.post-name, span.post-date, span.author-meta {
    display: inline-block;
}

.post-top-meta span {
    font-size: 0.9rem;
    color: rgba(0,0,0,.44);
    display: inline-block;
}

span.post-date, span.post-read {
    color: rgba(0,0,0,.44);
}

.mainheading h1.posttitle {
    font-weight: 700;
    margin-bottom: 1rem;
}

.featured-image {
    display: block;
    margin: 0px auto;
    margin-bottom: 1.5rem;
}

.article-post {
    font-family: Merriweather;
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(0,0,0,.8);
}

    .article-post p, .article-post blockquote {
        margin: 0 0 1.5rem 0;
    }

    .article-post p, .article-post blockquote {
        margin: 0 0 1.5rem 0;
    }


ul.tags {
    list-style: none;
    padding-left: 0;
    margin: 0 0 3rem 0;
}

    ul.tags li {
        display: inline-block;
        font-size: 0.9rem;
    }

        ul.tags li a {
            background: rgba(0,0,0,.05);
            color: rgba(0,0,0,.6);
            border-radius: 3px;
            padding: 5px 10px;
        }

blockquote {
    border-left: 4px solid #00ab6b;
    padding: 0 20px;
    font-style: italic;
    color: rgba(0,0,0,.5);
}

@media (min-width: 1024px) {
    .share {
        position: sticky;
        display: block;
        top:10px;
    }

        .share ul li {
            display: block;
        }
}

