/* Minification failed. Returning unminified contents.
(813,44): run-time error CSS1046: Expect comma, found '0'
(813,48): run-time error CSS1046: Expect comma, found '/'
(814,41): run-time error CSS1046: Expect comma, found '0'
(814,45): run-time error CSS1046: Expect comma, found '/'
(815,36): run-time error CSS1046: Expect comma, found '0'
(815,40): run-time error CSS1046: Expect comma, found '/'
(1464,46): run-time error CSS1046: Expect comma, found '203'
(1464,53): run-time error CSS1046: Expect comma, found ')'
(1535,42): run-time error CSS1046: Expect comma, found '203'
(1535,49): run-time error CSS1046: Expect comma, found ')'
(1598,42): run-time error CSS1046: Expect comma, found '203'
(1598,49): run-time error CSS1046: Expect comma, found ')'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/Assets/Images/loader_2_50x50.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/Assets/fonts/slick.eot');
    src: url('/Assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Assets/fonts/slick.woff') format('woff'), url('/Assets/fonts/slick.ttf') format('truetype'), url('/Assets/fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 0;
    right:0;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 8px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 26px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
    .slick-dots li button:before {
        font-size: 3rem;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
        height: 8px;
        content: '';
        text-align: center;
        opacity: .25;
        background-color: #a5a5a5;
        color: #a5a5a5;
        border-radius: 25px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .slick-dots li.slick-active button:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        color: #3B4146;
        background-color: #3B4146;
        font-size: 3rem;
    }

@media screen and (max-width: 767px) {
    .slick-dots {width:100%;bottom:-25px;}
}
.blog-items-wrapper {
    padding: 50px 0;
    margin-bottom: 50px;
}

    .blog-items-wrapper .top {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: flex-end;
        position: relative;
    }

        .blog-items-wrapper .top .title {
            color: #3B4146;
            font-size: 28px;
            font-weight: 600;
            margin: auto;
            margin-bottom: 15px;
        }

        .blog-items-wrapper .top .link-icon {
            position: absolute;
            right: 15px;
        }

    .blog-items-wrapper .blog-items-inner > .container {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .blog-items-wrapper .blog-item-container {
        display: flex;
        flex-direction: column;
        flex-basis: 30%;
        border: 0;
        margin: 15px;
        border-radius: 0 !important;
    }


        .blog-items-wrapper .blog-item-container .blog-item-text-container {
            padding: 15px 0 0;
            background: #fff;
        }

        .blog-items-wrapper .blog-item-container .blog-item-img img {
            border-radius: 5px;
        }

        .blog-items-wrapper .blog-item-container .blog-item-text-container h6, .blog-item-container .blog-item-text-container h3 {
            font-size: 18px;
            font-weight: 600;
            margin: 0 0 15px 0;
            height: 40px;
            line-height: 22px;
            letter-spacing: 0.5px;
        }


        .blog-items-wrapper .blog-item-container .blog-item-icon {
            display: block;
            text-align: center;
            padding: 30px;
            padding-top: 0;
        }

    .blog-items-wrapper .blog-items-showall-button {
        padding-top: 30px;
    }

    .blog-items-wrapper .slick-dots {
        position: relative;
        margin: 5px 0;
    }

    .blog-items-wrapper .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

.blog-item-container .blog-item-text-container h6 a {
    color: #3B4146;
}

    .blog-item-container .blog-item-text-container h6 a:hover {
        text-decoration: none;
    }

    .blog-item-container .blog-item-text-container h6 a:active {
        font-weight: bold;
    }

.product-texts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-item-container {
    border-width: 0;
    background: white;
    color: #37424a;
    overflow: hidden;
    border: 1px solid;
    margin-bottom: 25px;
}


    .blog-item-container .detail-btn {
        color: #37424a;
        font-size: 14px;
        float: right;
        margin-top: 15px;
    }

    .blog-item-container .blog-item-text-container h6, .blog-item-container .blog-item-text-container .date {
        font-size: 12px;
        font-weight: 400;
    }

    .blog-item-container .blog-item-text-container h6, .blog-item-container .blog-item-text-container h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 5px 0 10px;
    }

    .blog-item-container .blog-item-text-container p {
        font-size: 14px;
        font-weight: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blog-item-container:hover .img-on-hover-scale img {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .blog-item-container .blog-item-text-container {
        padding: 15px;
    }

    .blog-item-container .blog-item-icon {
        display: block;
        text-align: right;
        padding: 40px;
        padding-top: 0;
    }


@media screen and (max-width: 1200px) {
    .blog-items-wrapper .blog-item-container .blog-item-img img {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .blog-items-wrapper .top .link-icon {
        display: none;
    }

    .blog-items-wrapper .top .title {
        font-size: 24px;
    }

    .blog-items-wrapper .blog-items-inner > .container {
        border: 0;
    }
    .blog-items-wrapper .blog-item-container .blog-item-text-container h6, .blog-item-container .blog-item-text-container h3 {
        font-size: 16px;
        height:auto;
    }
}

.btn-solid {
    background-color: #37424A;
    color: #fff;
}

    .btn-solid:not([disabled]):hover,
    .btn-solid:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #F0F0F0;
        color: #000;
    }

.btn-ghost {
    background-color: #fff;
    border: 1px solid #3074FF;
    color: #3074FF;
}

    .btn-ghost:not([disabled]):hover,
    .btn-ghost:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #3074FF;
        color: #fff;
    }

.btn-success {
    background-color: #419641;
    border: 1px solid #419641;
    color: #fff;
}

    .btn-success:not([disabled]):hover,
    .btn-success:not([disabled]):focus {
        text-decoration: none !important;
        background-color: #419641;
        color: #fff;
    }

.btn-solid,
.btn-ghost,
.btn-success {
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 25px;
    border: 0;
    letter-spacing: 1px;
}

    .btn-solid[disabled],
    .btn-ghost[disabled],
    .btn-success[disabled] {
        opacity: .6;
    }

/*#region CORPORATE-BUTTON*/

.corporate-button {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px;
    background-color: white;
    text-align: center;
    color: inherit;
    border: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 9px;
}

    .corporate-button.active,
    input:checked + .corporate-button {
        box-shadow: 0 0px 6px 3px #4372f6;
    }

    .corporate-button:hover,
    .corporate-button:focus {
        cursor: pointer;
        text-decoration: none;
        color: dimgray;
        fill: dimgray;
    }

    .corporate-button:active {
        transform: scale(0.98);
    }

/*#endregion CORPORATE-BUTTON*/

/*#region CORPORATE-LINK*/

.corporate-link {
    color: inherit;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none !important;
}

    .corporate-link:not(.active):hover,
    .corporate-link:not(.active):focus-within,
    .corporate-link:not(.active):hover > svg,
    .corporate-link:not(.active):focus-within > svg {
        color: #1e49a2;
        fill: #1e49a2;
    }

    .corporate-link:not(.active):active {
        transform: scale(0.98);
    }

/*#endregion CORPORATE-LINK*/



.btn-link {
    color: #878E94;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    border: 0;
}

    .btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:visited {
        text-decoration: none;
        outline: none;
    }

    .btn-link:hover {
        text-decoration: underline;
    }

    .btn-link:active {
        font-weight: 800;
    }

    .btn-link.icon-link .fa {
        margin-left: 3px;
        font-size: 12px;
    }

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled] {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent
        }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover {
                color: #777;
                text-decoration: none
            }

            .btn-link img {
                vertical-align: sub;
            }

/* Btn Loading */
.btn-solid .loading, .btn-ghost .loading {
    display: none;
}

.btn-loading {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

    .btn-loading .loading {
        display: block;
        margin-left: 10px;
        -webkit-animation: fa-spin 1s steps(8) infinite;
        animation: fa-spin 1s steps(8) infinite;
    }

        .btn-loading .loading:before {
            content: "\f110";
            font-family: FontAwesome, sans-serif;
        }
/* /Btn Loading */


/* TEXTBOX */
.textbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

    .textbox input {
        width: 100%;
        padding: 15px 20px;
        border-radius: 5px;
        border: 1px solid #a5a5a5;
        background-color: #fff;
        outline: none;
        color: #3B4146;
        font-size: 17px;
        text-transform: none;
        font-weight: bold;
        transition: all .1s;
        letter-spacing: 1px;
    }

input#name, input#surname {
    text-transform: uppercase;
}

.textbox input:focus {
    border: 1px solid #3074FF;
}

.textbox.float-label input:focus + label {
    top: -8px;
    font-size: 13px;
    color: #3074FF;
}

.textbox.float-label.has-value label {
    top: -8px;
    font-size: 13px;
}

.textbox .typeahead.has-value + label {
    top: -8px;
    font-size: 13px;
}

.textbox .typeahead {
    text-transform: uppercase;
}

    .textbox .typeahead + label span {
        display: none;
        margin-left: 5px;
    }

    .textbox .typeahead.loading + label span {
        display: inline-block;
    }

.textbox.twitter-typeahead label.arrow {
    position: absolute;
    right: 0;
    left: auto;
}

.textbox.twitter-typeahead .arrow::after {
    content: '\f078';
    font-family: Fontawesome;
    position: absolute;
    width: 45px;
    height: 100%;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #a5a5a5;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    pointer-events: none;
    cursor: pointer;
}

.textbox.twitter-typeahead.opened .arrow::after {
    content: '\f077';
    background: #3074FF;
    color: #fff;
    pointer-events: all;
}

.textbox.twitter-typeahead.opened input.typeahead {
    border-color: #3074FF;
}

    .textbox.twitter-typeahead.opened input.typeahead + label {
        color: #3074FF;
    }

.textbox.twitter-typeahead .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.textbox.twitter-typeahead .tt-hint {
    color: #999 !important;
}

.textbox.twitter-typeahead .tt-menu {
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    z-index: 9999 !important;
    max-height: 150px;
    overflow-y: auto;
}

    .textbox.twitter-typeahead .tt-menu .empty-message {
        font-size: 12px;
        padding: 0 15px;
    }

.textbox.twitter-typeahead .tt-suggestion {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #71818D;
}

    .textbox.twitter-typeahead .tt-suggestion:hover {
        cursor: pointer;
        background-color: rgba(48, 116, 255, 0.1);
    }

    .textbox.twitter-typeahead .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .textbox.twitter-typeahead .tt-suggestion p {
        margin: 0;
    }

    .textbox.twitter-typeahead .tt-suggestion img {
        width: 50px;
        margin-right: 10px;
    }

    .textbox.twitter-typeahead .tt-suggestion.img-option {
        padding: 7px 10px;
        display: flex;
    }

.textbox.twitter-typeahead .error-text {
    display: none;
    position: absolute;
}

    .textbox.twitter-typeahead .error-text::after {
        display: none;
    }


.textbox.twitter-typeahead.tt-occupation.error {
    margin-bottom: 40px;
}

.textbox.twitter-typeahead.error .error-text {
    display: block;
}

hr.tt-suggestion {
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

    hr.tt-suggestion:hover {
        cursor: default;
        background-color: transparent;
    }

.tt-suggestion.tt-cursor {
    color: inherit;
    background-color: #c8c8c8;
    font-weight: bold;
}

.tt-menu::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.tt-menu::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.tt-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(102, 143, 255, 0.2);
}


.textbox label {
    font-size: 16px;
    color: #6C7379;
    font-weight: 600;
    transition: all .2s;
    letter-spacing: .3px;
}

.textbox.float-label label {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 0 8px;
    cursor: text;
    color: #6C7379;
    font-weight: 400;
    background: #fff;
}

.textbox.error input, .textbox input.has-error {
    border-color: #fe5050;
}

    .textbox.error input, .textbox.error.float-label label, .textbox input.has-error + label {
        color: #fe5050 !important;
    }

.textbox .error-text, .textbox .valid-text, .multiple-inline-textbox .error-text {
    position: relative;
    width: 100%;
    font-size: 11px;
    color: #fe5050;
    margin-top: 5px;
    letter-spacing: .5px;
}

    .textbox .error-text::after {
        position: absolute;
        right: 10px;
        top: -43px;
        content: url(/assets/images/icon-warning.svg);
        display: block;
    }

.textbox .valid-text {
    color: #38C976;
}

    .textbox .valid-text::after {
        position: absolute;
        right: 15px;
        top: -40px;
        font-family: FontAwesome;
        font-size: 18px;
        content: "\f058";
        color: #38C976;
    }

.textbox.valid input, .textbox input.valid {
    border-color: #38C976;
}

    .textbox.valid input, .textbox.valid.float-label label, .textbox input.valid + label {
        color: #38C976 !important;
    }

.textbox.disabled {
    opacity: .6;
}

    .textbox.disabled input[disabled] {
        cursor: not-allowed;
    }

@media (max-width: 767px) {
    .textbox input {
        padding: 15px;
        font-size: 14px;
    }
}

/* /TEXTBOX */

#calculate-mtv .twitter-typeahead.textbox label,
#calculate-tax .twitter-typeahead.textbox label,
#calculate-fuelConsumption .twitter-typeahead.textbox label,
#calculate-depreciationCar .twitter-typeahead.textbox label {
    display: none !important;
}

.textarea label {
    width: 100%;
    font-size: 16px;
    color: rgb(108, 115, 121);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.textarea textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #a5a5a5;
    background-color: #fff;
    outline: none;
    color: #3B4146;
    text-transform: none;
    transition: all .1s;
    letter-spacing: 1px;
    resize: none;
}

.pre-form {
    display: flex;
    flex-direction: column;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    overflow: hidden;
}

    .pre-form .title {
        font-weight: 800;
        margin-bottom: 0;
        color: #fff;
        padding: 10px 30px;
        font-size: 20px;
        text-align: left;
        letter-spacing: .5px;
        display: flex;
        align-items: center;
        margin-top: 0;
        line-height: 23px;
    }

    .pre-form .form {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
        padding: 10px 30px;
    }

        .pre-form .form p {
            color: #3B4146;
            font-weight: bold;
            margin-bottom: 10px;
        }

            .pre-form .form p * {
                line-height: inherit;
                font-weight: inherit;
                font-size: inherit;
                margin: 0;
            }

        .pre-form .form .btn-solid {
            width: 100%;
            padding: 10px 20px;
        }

        .pre-form .form .textbox {
            margin-bottom: 10px;
        }

            .pre-form .form .textbox input {
                padding: 10px 17px;
            }

            .pre-form .form .textbox.float-label label {
                top: 10px;
                left: 10px;
            }

            .pre-form .form .textbox.float-label.has-value label {
                top: -8px;
            }

            .pre-form .form .textbox.float-label input:focus + label {
                top: -8px;
            }

            .pre-form .form .textbox .error-text::after {
                top: -38px;
            }

    .pre-form.traffic .title {
        background: no-repeat top right url(/assets/images/red-front-cars-running-road.png);
        background-size: cover;
        height: 65px;
    }

    .pre-form.casco .title {
        background: no-repeat left center url(/assets/images/car-crash.png);
        height: 200px;
        color: #3B4146;
        align-items: start;
    }
    .pre-form.dask .title {
        background: no-repeat url(/assets/images/Lead_Form_350x65_dask_bos.jpg);
        height: 65px;
        background-size:cover;
        align-items: start;
        padding-top:20px;
    }
    .pre-form.konut .title {
        background: no-repeat url(/assets/images/Lead_Form_350x65_konut_bos.jpg);
        height: 65px;
        color: #3B4146;
        background-size: cover;
        align-items: start;
        padding-top: 20px;
    }
    .pre-form.tamamlayici .title {
        background: no-repeat url(/assets/images/lead_form_350x65tamamlayici_bos.jpg);
        height: 65px;
        color: #3B4146;
        background-size: cover;
        align-items: start;
    }
    .pre-form.ozel .title {
        background: no-repeat url(/assets/images/ozel_saglik_Lead_Form_350x65.jpg);
        height: 65px;
        color: #3B4146;
        background-size: cover;
        align-items: start;
        padding-top: 20px;
    }
    .pre-form.travel .title {
        background: no-repeat url(/assets/images/Seyahat_Saglik_sigortası_Lead_Form_350x65.jpg);
        height: 65px;
        color: #3B4146;
        background-size: cover;
        align-items: start;
    }

    .pre-form.wide {
        max-width: 1170px;
        margin: auto;
        flex-direction: row;
        margin-bottom: 30px;
    }

        .pre-form.wide .title {
            width: 60%;
            height: auto;
            background-size: contain;
            background-position: right;
            background-color: #f1f1f1;
            font-size: 30px;
            align-items: center;
        }

        .pre-form.wide .form {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            justify-content: center;
            padding: 10px 75px;
        }

            .pre-form.wide .form p {
                font-size: 24px;
            }

@media (min-width: 768px) {
    .pre-form.traffic.wide .title.lazyloaded {
        background: no-repeat top right url(/assets/images/car-crash-red.jpg);
    }
}

@media (max-width:767px) {
    .pre-form.wide {
        flex-direction: column;
        /*margin: 0 15px;*/
    }

        .pre-form.wide .title {
            width: 100%;
            height: 100px;
            font-size: 24px;
        }

        .pre-form.wide .form {
            padding: 20px;
        }

            .pre-form.wide .form p {
                font-size: 18px;
            }
}


.no-webp .faq-wrapper .faq-bg.lazyloaded, .no-webp .faq-wrapper .faq-bg.lazyloading {
    background-image: url('/Assets/images/sss-bg.png');
}

.faq-wrapper {
    margin-bottom: 50px;
}

    .faq-wrapper .faq-bg.lazyloaded, .faq-wrapper .faq-bg.lazyloading {
        background-image: url("/Assets/images/sss-bg.webp");
    }


    .faq-wrapper .title {
        color: #3B4146;
        font-size: 28px;
        font-weight: 600;
        margin: auto;
        text-align: center;
        margin-bottom: 15px
    }

    .faq-wrapper .no-bg {
        padding-left: 15px !important;
        background: none !important;
    }

    .faq-wrapper .section-title.mobile {
        display: none;
    }


.panel-group {
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel {
    background-color: #F0F0F0;
    padding:15px;
}
.panel:nth-child(2n+1) {
    background-color: #fff;
}

.panel .panel-title a {
    display: table;
    width: 100%;
    padding: 5px 0;
    color: #30434d;
    font-weight: bold;
}

    .panel .panel-title a .panel-title-text {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding-right: 10px;
        color: #3B4146;
        letter-spacing: .3px;
    }

    .panel .panel-title a .fa {
        color: #3074FF;
        transition: all .2s;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -moz-transition: all .2s;
    }
    .panel .panel-title a.collapsed .fa {
        color: #a5a5a5;
        transform: rotate(180deg);
    }

.panel .panel-body {
    color: #6C7379;
}

@media (max-width: 767px) {
    .faq-wrapper {
        margin-bottom: 50px;
    }

        .faq-wrapper .section-title {
            text-align: center;
        }

        .faq-wrapper .container {
            min-height: 300px;
            padding-left: 15px !important;
            padding-top: 300px;
            background-position: center top;
        }

            .faq-wrapper .container.no-bg {
                padding-top: 0;
            }

        .faq-wrapper .section-title.mobile {
            display: block;
        }

        .faq-wrapper .section-title.desktop {
            display: none;
        }
        .faq-wrapper .title{
            font-size:24px;
        }
}

.head {
    display: flex;
}

    .head .left {
        border-radius: 5px;
        margin-right: 30px;
        position: relative;
        overflow: hidden;
    }

        .head .left img {
            border-radius: 5px;
        }

            .head .left img.badge {
                position: absolute;
                right: -65px;
                top: 30px;
            }

            .head .left img.logo {
                position: absolute;
                right: 15px;
                bottom: 15px;
                height: 60px;
            }

    .head .right {
        display: flex;
        flex-direction: column;
        padding: 15px 30px;
        border-radius: 5px;
        border: 1px solid #c9c9c9;
        justify-content: center;
        width: 62%;
    }

        .head .right h1 {
            font-weight: bold;
            margin: 0;
        }

        .head .right a {
            align-self: start;
        }

        .head .right h3 {
            font-size: 16px;
            line-height: 20px;
        }

.body-details {
    padding: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    margin-top: 50px;
}

    .body-details .row {
        margin: 0 !important;
    }

    .body-details a {
        display: inline-block !important;
        border-radius: 5px !important;
        font-weight: bold;
        font-size: 16px;
        padding: 15px 25px !important;
        border: 0 !important;
        letter-spacing: 1px;
        background-color: #37424A !important;
        color: #fff !important;
        text-transform: none !important;
        margin: 15px 0 !important;
    }

.ucretsiz-arac-muayenesi-kampanyasi .detail {
    display: flex;
}

    .ucretsiz-arac-muayenesi-kampanyasi .detail .left {
        flex-basis: 70%;
        margin-right: 30px;
    }

    .ucretsiz-arac-muayenesi-kampanyasi .detail .right {
        display: flex;
        align-items: end;
    }

    .ucretsiz-arac-muayenesi-kampanyasi .detail .list {
        padding: 30px;
        border: 1px solid #c9c9c9;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ucretsiz-arac-muayenesi-kampanyasi .detail h2 {
        text-align: left;
        margin: 50px 0 15px;
        line-height: 32px;
    }

    .ucretsiz-arac-muayenesi-kampanyasi .detail p {
        font-size: 16px;
        margin: 15px 0;
        display: flex;
    }

        .ucretsiz-arac-muayenesi-kampanyasi .detail p:before {
            content: "\f111";
            font-family: FontAwesome;
            font-size: 8px;
            padding-top: 5px;
            margin-right: 10px;
        }

    .ucretsiz-arac-muayenesi-kampanyasi .detail .steps {
        display: none;
        overflow-x: auto;
    }

        .ucretsiz-arac-muayenesi-kampanyasi .detail .steps .step {
            display: flex;
            flex-shrink: 0;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            width: 200px;
            height: 150px;
            margin: 20px 5px;
            padding: 15px;
            text-align: center;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgb(203 203 203);
        }

            .ucretsiz-arac-muayenesi-kampanyasi .detail .steps .step .number {
                color: #f51300;
                font-weight: 800;
                font-size: 26px;
                line-height: 18px;
                margin-bottom: 10px;
            }

            .ucretsiz-arac-muayenesi-kampanyasi .detail .steps .step .desc {
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                font-weight: bold;
            }

                .ucretsiz-arac-muayenesi-kampanyasi .detail .steps .step .desc small {
                    font-size: 12px;
                    color: #7c7f83;
                    margin-top: 5px;
                    display: block;
                    font-weight: normal;
                }

.audi-servis-indirim-kampanyasi .detail h2,
.seat-servis-indirim-kampanyasi .detail h2,
.skoda-servis-indirim-kampanyasi .detail h2,
.volkswagen-servis-indirim-kampanyasi .detail h2,
.volkswagen-ticari-arac-servis-indirim-kampanyasi .detail h2 {
    text-align: center;
    margin: 0 0 15px;
}

.audi-servis-indirim-kampanyasi .detail p,
.seat-servis-indirim-kampanyasi .detail p,
.skoda-servis-indirim-kampanyasi .detail p,
.volkswagen-servis-indirim-kampanyasi .detail p,
.volkswagen-ticari-arac-servis-indirim-kampanyasi .detail p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px
}

.audi-servis-indirim-kampanyasi .detail .steps,
.seat-servis-indirim-kampanyasi .detail .steps,
.skoda-servis-indirim-kampanyasi .detail .steps,
.volkswagen-servis-indirim-kampanyasi .detail .steps,
.volkswagen-ticari-arac-servis-indirim-kampanyasi .detail .steps {
    display: none;
    overflow-x: auto;
}

    .audi-servis-indirim-kampanyasi .detail .steps .step,
    .seat-servis-indirim-kampanyasi .detail .steps .step,
    .skoda-servis-indirim-kampanyasi .detail .steps .step,
    .volkswagen-servis-indirim-kampanyasi .detail .steps .step,
    .volkswagen-ticari-arac-servis-indirim-kampanyasi .detail .steps .step {
        display: flex;
        flex-shrink: 0;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 200px;
        height: 150px;
        margin: 20px 5px;
        padding: 15px;
        text-align: center;
        border-radius: 5px;
        box-shadow: 0px 0px 20px rgb(203 203 203);
    }

        .audi-servis-indirim-kampanyasi .detail .steps .step .number,
        .seat-servis-indirim-kampanyasi .detail .steps .step .number,
        .skoda-servis-indirim-kampanyasi .detail .steps .step .number,
        .volkswagen-servis-indirim-kampanyasi .detail .steps .step .number,
        .volkswagen-ticari-arac-servis-indirim-kampanyasi .detail .steps .step .number {
            color: #f51300;
            font-weight: 800;
            font-size: 26px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        .audi-servis-indirim-kampanyasi .detail .steps .step .desc,
        .seat-servis-indirim-kampanyasi .detail .steps .step .desc,
        .skoda-servis-indirim-kampanyasi .detail .steps .step .desc,
        .volkswagen-servis-indirim-kampanyasi .detail .steps .step .desc,
        .volkswagen-ticari-arac-servis-indirim-kampanyasi .detail .steps .step .desc {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-weight: bold;
        }

            .audi-servis-indirim-kampanyasi .detail .steps .step .desc small,
            .seat-servis-indirim-kampanyasi .detail .steps .step .desc small,
            .skoda-servis-indirim-kampanyasi .detail .steps .step .desc small,
            .volkswagen-servis-indirim-kampanyasi .detail .steps .step .desc small,
            .volkswagen-ticari-arac-servis-indirim-kampanyasi .detail .steps .step .desc small {
                font-size: 12px;
                color: #7c7f83;
                margin-top: 5px;
                display: block;
                font-weight: normal;
            }


.alisveris-kredili-kasko-kampanyasi .detail h3 {
    display: none;
    font-weight: bold;
    margin-bottom: 30px;
}

.alisveris-kredili-kasko-kampanyasi .detail .steps {
    display: none;
    overflow-x: auto;
}

    .alisveris-kredili-kasko-kampanyasi .detail .steps .step {
        display: flex;
        flex-shrink: 0;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 200px;
        height: 150px;
        margin: 20px 5px;
        padding: 15px;
        text-align: center;
        border-radius: 5px;
        box-shadow: 0px 0px 20px rgb(203 203 203);
    }

        .alisveris-kredili-kasko-kampanyasi .detail .steps .step .number {
            color: #f51300;
            font-weight: 800;
            font-size: 26px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        .alisveris-kredili-kasko-kampanyasi .detail .steps .step .desc {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-weight: bold;
        }

            .alisveris-kredili-kasko-kampanyasi .detail .steps .step .desc small {
                font-size: 12px;
                color: #7c7f83;
                margin-top: 5px;
                display: block;
                font-weight: normal;
            }

.alisveris-kredili-kasko-kampanyasi .other-campaigns {
    margin: 50px 0;
}

    .alisveris-kredili-kasko-kampanyasi .other-campaigns h3 {
        text-align: center;
        margin: 50px 0;
        font-size: 2em;
        font-weight: 600;
    }


.alisveris-kredili-kasko-kampanyasi .blue-part {
    display: flex;
    align-items: stretch;
    margin: 0 0 50px;
}

    .alisveris-kredili-kasko-kampanyasi .blue-part img {
        z-index: 2;
        position: relative;
        height: 355px;
        width: auto;
    }

    .alisveris-kredili-kasko-kampanyasi .blue-part .right {
        padding: 30px 30px 30px 145px;
        background: #e9f7fe;
        margin-left: -135px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        z-index: 1;
        margin-top: 30px;
        margin-right: 30px;
    }

        .alisveris-kredili-kasko-kampanyasi .blue-part .right h3 {
            display: block;
            margin: 0 0 15px;
            line-height: 28px;
        }

        .alisveris-kredili-kasko-kampanyasi .blue-part .right p {
            margin-bottom: 15px;
        }

            .alisveris-kredili-kasko-kampanyasi .blue-part .right p:last-child {
                margin-bottom: 0;
            }

.alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 > * {
        display: flex;
    }

    .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 p {
        margin-bottom: 15px;
    }

    .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 picture {
        order: 2;
    }

    .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 img {
        align-self: end;
        width: 70%;
        order: 2;
        margin-left: auto;
        margin-right: -30px;
    }

    .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 .gray {
        flex-direction: column;
        width: 60%;
        order: 1;
        background: #efeff0;
        padding: 30px;
        align-self: end;
    }

        .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 .gray h3 {
            font-weight: bold;
            font-size: 28px;
            margin: 0;
        }

        .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 .gray p {
            margin-top: 15px;
        }

.tabs-container {
    padding: 30px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
}

    .tabs-container .conditions li {
        list-style: disc;
        margin-bottom: 15px;
        margin-left: 30px;
        color: #3b4146;
    }

    .tabs-container .tab-2 > * {
        display: flex;
    }


    .tabs-container p {
        margin-bottom: 15px;
    }

    .tabs-container .price-table tr th {
        font-weight: bold;
        border: 1px solid #a5a5a5;
        padding: 8px 15px;
        font-size: 12px;
        width: 220px;
        text-align: left;
    }

    .tabs-container .price-table tr td {
        border: 1px solid #a5a5a5;
        padding: 8px 15px;
        font-size: 12px;
        width: 220px;
        text-align: right;
        letter-spacing: 1px;
    }

        .tabs-container .price-table tr td:nth-child(3) {
            background-color: #f4f4f4;
        }


.tab-btns {
    margin-bottom: 30px;
    display: flex;
}

    .tab-btns .btn-link {
        font-size: 16px;
        margin-right: 30px;
        padding: 0 10px 15px;
    }

        .tab-btns .btn-link:hover {
            text-decoration: none;
            color: #3074FF;
        }

    .tab-btns .active {
        color: #3074FF;
        border-bottom: 3px solid #3074FF;
    }

    .tab-btns .fa-chevron-up {
        display: none;
    }

    .tab-btns .active .fa-chevron-up {
        display: none;
        color: #3074FF;
        transform: rotate(180deg);
    }

.pre-form.wide {
    margin-top: 50px;
}

    .pre-form p {
        margin-bottom: 10px;
    }

    .pre-form.casco .title, .pre-form.traffic .title {
        background-image: url(/Assets/Images/tuvturk-casco-bg.png);
        background-size: cover;
    }

        .pre-form.casco .title img {
            margin-left: -60px;
        }

.sticky-button-container {
    display: none;
}

@media (max-width:767px) {
    .head .right .btn-solid {
        display: none;
    }

    .sticky-button-container {
        width: 100%;
        position: fixed;
        z-index: 1;
        bottom: 0;
        text-align: center;
        display: block;
    }

    .sticky-button {
        display: inline-block !important;
        border-radius: 5px !important;
        font-weight: bold;
        font-size: 16px;
        padding: 15px 25px !important;
        border: 0 !important;
        letter-spacing: 1px;
        background-color: #3074FF !important;
        margin: 10px 0 !important;
    }

        .sticky-button a {
            color: #fff;
        }

    #wa-button {
        bottom: 70px;
    }

    #button-back-top.show {
        bottom: 127px;
    }

    .pre-form {
        display: flex;
        width: auto;
        margin-bottom: 50px;
    }

        .pre-form.casco .title {
            order: 1;
        }

            .pre-form.casco .title img {
                margin-left: -45px;
                height: 80px;
            }

        .pre-form.casco .form {
            order: 2;
        }

    .head {
        flex-direction: column;
    }

        .head .right {
            padding: 15px;
            text-align: center;
            width: auto;
        }

            .head .right a {
                align-self: center;
            }

            .head .right h1 {
                font-size: 24px;
            }

        .head .left {
            margin: 0 -15px 30px -15px;
        }

    .ucretsiz-arac-muayenesi-kampanyasi .detail h3 {
        display: block;
        text-align: center;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .tab-btns {
        flex-direction: column;
        justify-content: stretch;
        margin-bottom: 0;
    }

        .tab-btns .btn-link {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .tabs-container .tab-1 img {
        display: none;
    }

    .head .left img.badge {
        right: -35px;
        top: 30px;
        height: 115px;
    }

    .tab-btns .fa-chevron-up, .tab-btns .active .fa-chevron-up {
        display: inline-block;
    }

    .pre-form.traffic .title {
        width: 100%;
        height: 65px;
        font-size: 20px;
        background-size: cover;
    }

    .tabs-container {
        padding: 15px;
    }

    .ucretsiz-arac-muayenesi-kampanyasi .detail {
        flex-direction: column;
        border: 1px solid #c9c9c9;
        padding: 30px;
        margin-top: 30px;
    }

        .ucretsiz-arac-muayenesi-kampanyasi .detail h2 {
            margin-top: 0;
            font-size: 20px;
            text-align: center;
        }

        .ucretsiz-arac-muayenesi-kampanyasi .detail .list {
            border: 0;
            padding: 0;
        }

        .ucretsiz-arac-muayenesi-kampanyasi .detail .right {
            display: none;
        }

    .audi-servis-indirim-kampanyasi .detail h3,
    .seat-servis-indirim-kampanyasi .detail h3,
    .skoda-servis-indirim-kampanyasi .detail h3,
    .volkswagen-servis-indirim-kampanyasi .detail h3,
    .volkswagen-ticari-arac-servis-indirim-kampanyasi .detail h3 {
        display: block;
        text-align: center;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .audi-servis-indirim-kampanyasi .detail .steps-img,
    .seat-servis-indirim-kampanyasi .detail .steps-img,
    .skoda-servis-indirim-kampanyasi .detail .steps-img,
    .volkswagen-servis-indirim-kampanyasi .detail .steps-img,
    .volkswagen-ticari-arac-servis-indirim-kampanyasi .detail .steps-img {
        display: none;
    }

    .audi-servis-indirim-kampanyasi .detail .steps,
    .seat-servis-indirim-kampanyasi .detail .steps,
    .skoda-servis-indirim-kampanyasi .detail .steps,
    .volkswagen-servis-indirim-kampanyasi .detail .steps,
    .volkswagen-ticari-arac-servis-indirim-kampanyasi .detail .steps {
        display: flex;
        overflow-x: auto;
    }

    .alisveris-kredili-kasko-kampanyasi .detail h3 {
        display: block;
        text-align: center;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .alisveris-kredili-kasko-kampanyasi .detail .steps-img {
        display: none;
    }

    .alisveris-kredili-kasko-kampanyasi .detail .steps {
        display: flex;
        overflow-x: auto;
    }

    .alisveris-kredili-kasko-kampanyasi-delayed .detail .steps {
        margin-bottom: 30px;
    }

    .alisveris-kredili-kasko-kampanyasi .other-campaigns h3 {
        font-size: 24px;
        margin: 0;
    }

    .alisveris-kredili-kasko-kampanyasi .blue-part img {
        display: none;
    }

    .alisveris-kredili-kasko-kampanyasi .blue-part .right {
        padding: 30px;
        margin-left: 0;
        width: auto;
        text-align: center;
        margin-right: 0;
        z-index: auto;
    }

    .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 img {
        margin-top: -60px;
        width: auto;
    }

    .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 picture {
        order: 2;
        margin-left: auto;
        position: relative;
    }

    .alisveris-kredili-kasko-kampanyasi .tabs-container .tab-2 .gray {
        order: 3;
        width: auto;
        margin: -15px -30px -30px;
    }
}

