/* Minification failed. Returning unminified contents.
(117,44): run-time error CSS1046: Expect comma, found '0'
(117,48): run-time error CSS1046: Expect comma, found '/'
(118,41): run-time error CSS1046: Expect comma, found '0'
(118,45): run-time error CSS1046: Expect comma, found '/'
(119,36): run-time error CSS1046: Expect comma, found '0'
(119,40): run-time error CSS1046: Expect comma, found '/'
(2213,41): run-time error CSS1046: Expect comma, found '0'
(2213,45): run-time error CSS1046: Expect comma, found '/'
 */

/* 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;
        }
}

/* 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;}
}
@charset "UTF-8";

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/Assets/fonts/Gilroy-Light.otf");
    src: url("/Assets/fonts/Gilroy-Light.woff") format("woff");
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/Assets/fonts/Gilroy-Medium.otf");
    src: url("/Assets/fonts/Gilroy-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/Assets/fonts/Gilroy-Bold.otf");
    src: url("/Assets/fonts/Gilroy-Bold.woff") format("woff");
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("/Assets/fonts/Gilroy-ExtraBold.otf");
    src: url("/Assets/fonts/Gilroy-ExtraBold.woff") format("woff");
}

@-moz-keyframes loading {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-o-keyframes loading {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-o-keyframes loading {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

/* LOADING ANIMATION */
@-webkit-keyframes ytloading {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(100%);
    }
}

@keyframes ytloading {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(100%);
    }
}

.loading-animation {
    position: relative;
    overflow: hidden;
}

    .loading-animation:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(230, 233, 239, 1), rgba(255, 255, 255, 0));
        background: linear-gradient(to right, rgba(255,255,255, 0), rgba(230, 233, 239, 1), rgba(255,255,255, 0));
        animation: ytloading 1.2s .1s infinite;
        -webkit-animation: ytloading 1.2s .1s infinite;
    }
/* /LOADING ANIMATION */

.grecaptcha-badge {
    visibility: hidden;
}

.captcha-text {
    margin: 5px;
}

.offerLoading {
    position: absolute !important;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1005;
    display: none;
    overflow: hidden;
}

    .offerLoading img {
        position: absolute !important;
        width: 150px;
        height: 150px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }

    .offerLoading.loading-fixed {
        position: fixed !important;
    }

    .offerLoading .loading-text {
        position: absolute !important;
        width: 100%;
        text-align: center;
        padding: 15px;
        top: 15%;
        font-size: 17px;
    }

        .offerLoading .loading-text strong {
            display: block;
            color: #bd3632;
            margin-bottom: 15px;
        }

.button-loading {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1005;
    display: none;
    overflow: hidden;
}

    .button-loading img {
        position: absolute !important;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }

.loading-box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1005;
    display: none;
    overflow: hidden;
}

    .loading-box img {
        width: 150px;
        height: 150px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }

    .loading-box.display {
        display: block;
    }

/* RESET */

html {
    width: 100%;
    height: 100%;
}


ul, ol {
    margin: 0;
    padding: 0;
}

    ul li, ol li {
        list-style-type: none;
    }

img {
    border: none;
}

    img#btn-refresh-captcha {
        margin-top: 20px;
        cursor: pointer;
    }

    img#captcha-image {
        margin-top: 20px;
    }

p {
    margin: 0;
    padding: 0;
}

a {
    color: #878E94;
    font-weight: 700;
    text-decoration: none;
}

    a:hover, a:active, a:focus, a:visited {
        text-decoration: none;
        outline: none;
    }

    a:hover {
        text-decoration: underline;
    }

    a:active {
        font-weight: 800;
    }

    a.icon-link .fa {
        margin-left: 3px;
        font-size: 12px;
    }

input, select, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    button:focus, button:active {
        outline: 0;
    }

.btnDefault {
    display: block;
    text-align: center;
}

    .btnDefault a {
        border: 2px solid transparent;
        padding: 15px 25px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        letter-spacing: 1px;
        color: #fff;
        border-color: #eaa200;
        background: #eaa200;
    }

        .btnDefault a:hover, .btnDefault a:focus {
            color: #fff !important;
        }

        .btnDefault a:before {
            background: #eaa200;
        }

        .btnDefault a:hover {
            color: #fff !important;
            outline: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -o-box-shadow: none;
            -ms-box-shadow: none;
        }

            .btnDefault a:hover:before {
                background: #eaa200;
            }

body {
    margin: 0;
    padding: 0;
    font-family: "Gilroy", sans-serif !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
}

main {
    position: relative;
}

.sidebar {
    background: #f5f5f5;
}

    .sidebar .sidebarContent {
        padding: 90px 0 28px;
        color: #ffffff;
        text-align: center;
        border-bottom: 20px solid #46b933;
        position: relative;
    }

        .sidebar .sidebarContent .sidebarIcon {
            background: #3baf29;
            padding: 25px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: -66px;
            left: 25px;
        }

            .sidebar .sidebarContent .sidebarIcon span {
                font-size: 85px;
            }

        .sidebar .sidebarContent h4 {
            font-size: 23px;
            line-height: 29px;
            font-weight: 400;
            margin: 0 0 20px 0;
        }

        .sidebar .sidebarContent p {
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
        }

        .sidebar .sidebarContent .btnDefault {
            display: inline-block;
            padding: 0 5px;
            margin-top: 20px;
        }

            .sidebar .sidebarContent .btnDefault a {
                color: #ffffff;
                border-color: #ffffff;
                display: inline-block;
                padding: 12px 50px;
                text-align: center;
                font-weight: 700;
            }

                .sidebar .sidebarContent .btnDefault a:hover {
                    color: #3baf29;
                    border-color: #ffffff;
                }

                .sidebar .sidebarContent .btnDefault a:before {
                    background: #ffffff;
                }

.formItem {
    margin-bottom: 20px;
    position: relative;
    min-height: 60px;
}

    .formItem .errorMessage {
        color: #ff1a00;
        font-size: 12px;
        font-weight: 600;
        position: relative;
        left: 21px;
        bottom: -5px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .formItem.validateError .errorMessage {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .formItem.validateError .input__label--hoshi:before {
        border-color: #ff1a00;
    }

    .formItem.validateError .input__field--hoshi {
        color: #ff1a00;
    }

        .formItem.validateError .input__field--hoshi::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #ff1a00;
            text-transform: uppercase;
        }

        .formItem.validateError .input__field--hoshi::-moz-placeholder {
            /* Firefox 19+ */
            color: #ff1a00;
            text-transform: uppercase;
        }

        .formItem.validateError .input__field--hoshi:-ms-input-placeholder {
            /* IE 10+ */
            color: #ff1a00;
            text-transform: uppercase;
        }

        .formItem.validateError .input__field--hoshi:-moz-placeholder {
            /* Firefox 18- */
            color: #ff1a00;
            text-transform: uppercase;
        }

    .formItem.validateError i.glyphicon-chevron-right {
        color: #ff1a00;
    }

    .formItem label.css-label-check {
        color: #5b5b5b;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 35px;
    }

    .formItem .input {
        margin: 0;
        display: inline;
        max-width: initial;
    }

    .formItem .input__field--hoshi {
        font-weight: 600;
        font-size: 14px;
        line-height: normal;
        color: #959595;
        /*padding: 15px 0;*/
        z-index: 999;
    }

        .formItem .input__field--hoshi:disabled {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
            filter: alpha(opacity=40);
            -moz-opacity: 0.4;
            -khtml-opacity: 0.4;
            opacity: 0.4;
        }

            .formItem .input__field--hoshi:disabled + label {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
                filter: alpha(opacity=40);
                -moz-opacity: 0.4;
                -khtml-opacity: 0.4;
                opacity: 0.4;
            }

    .formItem textarea {
        resize: none;
        max-height: 150px;
        height: 50px;
        overflow-y: auto;
    }

    .formItem .input__label--hoshi {
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        color: #5b5b5b;
        bottom: -15px;
    }

        /*.formItem .input__label--hoshi::before {
            border-bottom: 4px solid #959595;
        }*/

        .formItem .input__label--hoshi::after {
            margin-top: 0;
        }

    .formItem input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #959595;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        text-transform: uppercase;
    }

    .formItem input::-moz-placeholder {
        /* Firefox 19+ */
        color: #959595;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        text-transform: uppercase;
    }

    .formItem input:-ms-input-placeholder {
        /* IE 10+ */
        color: #959595;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        text-transform: uppercase;
    }

    .formItem input:-moz-placeholder {
        /* Firefox 18- */
        color: #959595;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        text-transform: uppercase;
    }

    .formItem .input__label-content--hoshi {
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        color: #959595;
        padding: 0 0;
    }

    .formItem i.glyphicon-chevron-right {
        position: absolute;
        right: 0;
        top: 22px;
        color: #959595;
        font-size: 22px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        z-index: 1;
    }

.sectionTitle {
    padding: 3% 0 3% 0;
}

/*section#traffic-offer, section.cover-kasko {
    position: relative;
}
*/
section#traffic-offer .sectionTitle, section.cover-kasko .sectionTitle, section.cover-ikinciel .sectionTitle, section.cover-saglik .sectionTitle, section.cover-tamamlayici .sectionTitle, section.cover-seyahat .sectionTitle, section.cover-konut .sectionTitle, section.cover-dask .sectionTitle, section.cover-esya .sectionTitle, section.cover-ferdi .sectionTitle {
    padding: 3% 4% 0 4%;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.sectionTitle .section-title-inner {
    overflow: hidden;
}

section#traffic-offer .sectionTitle .container, section.cover-kasko .sectionTitle .container {
    margin-left: 144px;
    border: 1px;
    border-radius: 32px;
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 41px;
    background: #fff;
}

.sectionTitle .section-title-text {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #343e47;
    margin: 0;
}

    .sectionTitle .section-title-text a {
        color: #343e47;
    }

    .sectionTitle .section-title-text:after {
        background: #394248 none repeat scroll 0 0;
        bottom: 6px;
        content: "";
        display: inline-block;
        height: 1px;
        left: 100%;
        position: absolute;
        width: 5000px;
    }
    /*.sectionTitle .section-title-text.hshort:after { background: #394248 none repeat scroll 0 0; bottom: 6px; content: ""; display: inline-block; height: 1px; left: 100%; position: absolute; width: 740px;}*/
    .sectionTitle .section-title-text.non-form:after {
        width: 540px !important;
    }

    .sectionTitle .section-title-text.non-form1:after {
        width: 575px !important;
    }

    .sectionTitle .section-title-text.non-form2:after {
        width: 630px !important;
    }

.sectionTitle h1.section-title-text {
    font-size: 32px;
}

.sectionTitle h2.section-title-text {
    font-size: 24px;
}

.sectionTitle h3.section-title-text {
    font-size: 20.8px;
}

.sectionTitle h4.section-title-text {
    font-size: 16px;
}

.sectionTitle h5.section-title-text {
    font-size: 12.8px;
}

.sectionTitle h6.section-title-text {
    font-size: 11.2px;
}

section#infoCenterDetail h3.non-form3:after {
    width: 933px;
}

.main-title h3 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 30px 0;
}

.main-title.blue h3 {
    color: #00a1e1;
}

.form-set {
    margin-left: 120px;
    margin-right: 120px;
    margin-top: 30px;
    border: 1px solid #37424a;
    border-radius: 25px;
}

    .form-set .formItem .input__field--hoshi {
        padding-left: 20px;
        border: 1px solid;
        border-radius: 45px;
    }

section#takeOffer .takeOfferContainer #dask {
    padding: 30px 50px;
}

section#takeOffer .newControls1 {
    padding: 30px;
    background: #f7f7f7;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

section#takeOffer .takeOfferContainer .d-wrap {
    padding-bottom: 50px;
}

section#takeOffer .newControls2 p.trank {
    position: relative;
    top: -30px;
}

section#takeOffer .formLast .btnDefault {
    margin-top: 20px;
}

.sectionTitle span.title-icon {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}

    .sectionTitle span.title-icon img {
        width: 100%;
    }

label.css-label-check.validateError {
    color: #ff1a00 !important;
}

    label.css-label-check.validateError a {
        color: #ff1a00;
    }

.subpage {
    margin-bottom: 50px;
    background: #eeeff4;
    background: -moz-linear-gradient(left, #eeeff4 50%, #ffffff 50%);
    background: -webkit-linear-gradient(left, #eeeff4 50%, #ffffff 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #eeeff4), color-stop(50%, #ffffff));
    background: -o-linear-gradient(left, #eeeff4 50%, #ffffff 50%);
    background: linear-gradient(to right, #eeeff4 50%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeff4', endColorstr='#ffffff', GradientType=1);
}

    .subpage > .container > .row {
        display: flex;
    }

    .subpage .main-content {
        padding: 0 30px;
        background: #fff;
        border-radius: 25px;
        width: 70%;
    }

        .subpage .main-content h4 {
            font-weight: 700;
            font-size: 18px;
            color: #65675b;
        }

        .subpage .main-content p {
            font-size: 16px;
            line-height: 26px;
            color: #65675b;
            margin-bottom: 30px;
        }

.subpage-sidebar {
    background-color: #eeeff4;
    padding: 35px 0 35px 0;
    width: 30%;
}

    .subpage-sidebar ul {
        padding-left: 15px;
    }

        .subpage-sidebar ul li {
            margin-bottom: 15px;
        }

            .subpage-sidebar ul li a {
                color: #65675b;
                font-weight: bold;
                text-transform: uppercase;
                font-size: 13px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .subpage-sidebar ul li a:before {
                    content: "›";
                    color: #bd3632;
                    left: -15px;
                    margin-right: -9px;
                    position: relative;
                    top: 3px;
                    line-height: 1;
                    font-weight: 600;
                    font-size: 28px;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
                    filter: alpha(opacity=0);
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    opacity: 0;
                    -webkit-transition: all 1s ease;
                    -moz-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    transition: all 1s ease;
                }

                .subpage-sidebar ul li a:hover {
                    color: #bd3632;
                }

                    .subpage-sidebar ul li a:hover:before {
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
                        filter: alpha(opacity=100);
                        -moz-opacity: 1;
                        -khtml-opacity: 1;
                        opacity: 1;
                    }

                .subpage-sidebar ul li a.active:before {
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
                    filter: alpha(opacity=100);
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    opacity: 1;
                }

                .subpage-sidebar ul li a.active {
                    color: #bd3632 !important;
                }

.breadcrumbs {
    padding: 12px 0;
}

    .breadcrumbs li {
        display: inline;
        margin-right: 5px;
        letter-spacing: .3px;
    }

        .breadcrumbs li:after {
            content: '›';
            margin-left: 7px;
            position: relative;
            top: 2px;
            font-size: 23px;
            line-height: 12px;
            font-weight: 200;
        }

        .breadcrumbs li:last-child:after {
            display: none;
        }

    .breadcrumbs a {
        color: #65675b;
        font-size: 12px;
    }

        .breadcrumbs a.gray-bread {
            color: #3B4146 !important;
            position: relative;
            top: -2px;
            font-weight: normal;
        }

    .breadcrumbs .red-bread {
        color: #3B4146 !important;
        position: relative;
        top: -2px;
        font-size: 12px;
    }

.bredcrumbs a.white-bread {
    position: relative;
    top: -2px;
}

.breadcrumbs span {
    font-size: 10px;
}

@media only screen and (max-width:767px) {
    .breadcrumbs {
        display: none;
    }
}

h2.subpage-title {
    font-weight: bold;
    color: #65675b;
    margin-top: 40px;
    text-transform: uppercase;
}

    h2.subpage-title:after {
        content: "";
        display: block;
        height: 4px;
        width: 25px;
        background: #65675b;
        margin: 44px 0 44px;
    }

    h2.subpage-title.no-after:after {
        display: none;
    }

h2.subcom-title {
    font-size: 35px;
    font-weight: bold;
    color: #65675b;
    margin-top: 55px;
    text-transform: uppercase;
    padding-bottom: 50px;
}

    h2.subcom-title:after {
        display: block;
        height: 4px;
        width: 25px;
        background: #65675b;
        margin: 44px 0 44px;
    }

h1.subcom-title {
    font-weight: bold;
    color: #65675b;
    margin-top: 55px;
    text-transform: uppercase;
    padding-bottom: 50px;
}

    h1.subcom-title:after {
        display: block;
        height: 4px;
        width: 25px;
        background: #65675b;
        margin: 44px 0 44px;
    }


.btnDefault#inscompanies {
    text-align: left !important;
    display: contents;
}

    .btnDefault#inscompanies ::before {
        border-radius: 5px;
    }

    .btnDefault#inscompanies a {
        border: 2px solid;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: 50px;
    }

        .btnDefault#inscompanies a:visited {
            color: #00a1e1;
        }

h1.subpage-title {
    font-weight: bold;
    color: #65675b;
    margin-top: 40px;
    text-transform: uppercase;
}

    h1.subpage-title::after {
        content: "";
        display: block;
        height: 4px;
        width: 25px;
        background: #65675b;
        margin: 44px 0 44px;
    }

ul.list {
    margin: 30px 0 60px;
}

    ul.list li {
        list-style-type: disc;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        text-align: left !important;
    }

#errorPage .btnDefault {
    margin-top: 70px;
}

    #errorPage .btnDefault a {
        color: #ffffff;
        border-color: #eaa200;
    }

input[type=email] {
    text-transform: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: all 5000s ease-in-out 0s;
}


.btn .offerListLoading {
    left: 0;
    right: 0;
    height: 103%;
}

    .btn .offerListLoading img {
        height: 90%;
        width: auto;
    }

.btn-circle {
    border-radius: 50px;
    padding: 10px 30px;
}

.btn-icon {
    padding-right: 45px;
}

.btn-no-icon {
    padding: 15px 8px !important;
    font-size: 10px;
}

.float-right {
    float: right;
}



.btn-icon [class^="icon-"], .btn-icon [class*=" icon-"] {
    -webkit-text-fill-color: #ffffff;
    fill: #ffffff;
    font-size: 28px;
    margin-left: 10px;
    position: absolute;
    top: 17px;
    right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-icon:hover [class^="icon-"], .btn-icon:hover [class*=" icon-"] {
    right: 5px
}

.btn-icon .fa {
    float: right;
    margin-right: -30px;
    vertical-align: bottom;
}

.btn-icon-left .fa {
    margin-right: 10px;
    vertical-align: bottom;
}

.btn-circle.btn-icon .fa {
    font-size: 17px;
    margin-right: -28px;
}

.btn-circle.btn-icon {
    padding-right: 40px;
}

.btn-gray {
    position: relative;
    background-color: #d2d2d2;
    font-weight: bold;
    color: #ffffff;
}

.btn-orange {
    position: relative;
    background-color: #ff6f00;
    color: #fff !important;
    font-weight: bold;
}

.btn-blue {
    background-color: #00a1e1;
    color: #fff !important;
    font-weight: bold;
}

.btn-white {
    background-color: #fff;
    color: #333;
    font-weight: bold;
}

.btn-red {
    background-color: #bd3632;
    color: #fff !important;
    font-weight: bold;
}

.btn-green {
    background-color: #46ba34;
    color: #fff !important;
    font-weight: bold;
}

.btn-black {
    background-color: #37424a;
    color: #fff !important;
    font-weight: bold;
}

.btn-inverse.btn-blue {
    background-color: #fff;
    color: #36a9e0 !important;
    border: 1px solid #36a9e0;
}

.btn-inverse.btn-red {
    background-color: #fff;
    color: #bd3632 !important;
    border: 1px solid #bd3632;
}

.buttonTableColorful div.btn {
    padding: 7px 27px;
    border-bottom: 0;
    cursor: default;
}

.btn-middle {
    width: 50%;
    font-size: 15px;
}

    .btn-middle .fa {
        float: none;
    }
.offer-coverage-detail .breadcrumbs {
    padding-top: 10px;
    overflow: hidden;
    height: auto;
}

.cookie-container {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    display: flex;
}

    .cookie-container .cookie {
        position: relative;
        display: flex;
        max-width: 450px;
        justify-content: center;
        align-items: center;
        padding: 15px 25px 25px;
        transition: bottom .3s;
        border: 1.5px solid #ddd;
        border-radius: 20px;
        box-shadow: 0 10px 45px 0 rgb(0 0 0 / 11%);
        background: #fff;
        margin: auto;
    }

        .cookie-container .cookie .icon {
            position: absolute;
            top: -25px;
            border-radius: 100%;
            background: #fff;
            padding: 11px;
        }

        .cookie-container .cookie p {
            text-align: center;
            font-size: 12px;
            padding:0 20px 10px 20px;
        }

        .cookie-container .cookie .buttons .btn {
            font-size: 10px;
            background-color: white;
            letter-spacing: 2px;
            border: 1px solid;
            margin-right: 5px;
            padding: 8px 20px;
        }

        .cookie-container .cookie .buttons .btn-green {
            border-color: #46ba34;
            color: #46ba34 !important;
        }

        .cookie-container .cookie .buttons .btn-red {
            border-color: #bd3632;
            color: #bd3632 !important;
        }

        /*.cookie-container .cookie #cookieCloseBtn {
            width: 21px;
            height: 21px;
            text-decoration: none;
            text-align: center;
            font-style: normal;
            font-size: 21px;
            line-height: 17px;
            overflow: visible;
            cursor: pointer;
            background: transparent;
            -webkit-appearance: none;
            display: block;
            outline: none;
            padding: 0;
            z-index: 1046;
            box-shadow: none;
            touch-action: manipulation;
            color: #3074FF;
            border: 3px solid #3074FF;
            border-radius: 100%;
            align-self: flex-end;
            position: absolute;
            top: 0px;
            right: 50px;
        }*/

            .cookie-container .cookie #cookieCloseBtn .fa {
                font-size: 20px;
            }

    .cookie-container .buttons {
        text-align: center;
        display:flex;
        justify-content:space-evenly;
        }

        .cookie-container .buttons .btn-link {
            text-decoration: underline;
            margin-top:auto;
        }

    .cookie-container .btn-blue, .cookie-container .btn-white {
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px;
        padding: 10px 20px;
        color:#3074ff;
        border:2px solid #3074ff;
        letter-spacing: 1px;
    }

    .cookie-container .btn-blue {
        background-color: #3074FF;
        color: #fff;
        /*margin-left: 15px;
        margin-top: 15px;*/
    }

    .cookie-container .btn-link {
        color: #37424a;
    }

    .cookie-container .btn-white:hover {
        text-decoration: none;
    }

img.lazySlider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.timeout-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    font-size: 16px;
    color: #37424A;
    font-weight: bold;
    text-align: center;
}

    .timeout-info p {
        width: 100%;
        margin-bottom: 30px;
    }

    .timeout-info a {
        margin: 0 15px;
    }

#button-back-top {
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    border: 2px solid;
    border-radius: 5px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding: 5px 10px;
}

    #button-back-top .fa {
        font-size: 24px;
    }

    #button-back-top:hover {
        cursor: pointer;
        background-color: #3074FF;
        color: #ffffff;
    }

        #button-back-top:hover::after {
            color: #ffffff;
        }

    #button-back-top:active {
        background-color: #555;
    }

    #button-back-top.show {
        opacity: 1;
        visibility: visible;
    }

#wa-button {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    padding: 5px;
    background: #ffffffe6;
    border-radius: 10px;
}

    #wa-button span {
        font-weight: 400;
        color: #3B4146;
    }

    #wa-button img {
        padding: 5px 2px 5px 5px;
        background: #fff;
        border-radius: 10px;
    }

    #wa-button:hover {
        text-decoration: none;
    }

@media (max-width: 768px) {
    #wa-button {
        padding: 0;
    }

        #wa-button span {
            display: none;
        }
}

.rounded-border {
    position: relative;
    border: 1px solid #37424a;
    border-radius: 25px !important;
    overflow: hidden;
}

.img-on-hover-scale {
    display: block;
    overflow: hidden;
}

    .img-on-hover-scale img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .img-on-hover-scale:hover 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);
    }


.arrow-down {
    position: absolute;
    width: 0;
    height: 0;
    /*margin-left: 10%;*/
    border-left: 20px solid transparent;
    border-right: 5px solid transparent;
    border-top: 20px solid white;
    right: 15%;
    bottom: -20px;
}

.partners-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .partners-logo > * {
        padding: 0 10px;
        border-left: 1px solid #ccc;
    }

        .partners-logo > *:first-child {
            border-left: 0;
        }

    .partners-logo .last {
        text-align: center;
        display: flex;
        align-items: end;
    }

        .partners-logo .last .text {
            font-size: 10px;
            margin-left: 5px;
            align-self: center;
            margin-top: 5%;
        }

.btn-read {
    height: 210px !important;
}

.button-update img {
    width: 19px;
    height: auto;
    position: relative;
    top: -1px;
    left: 5px;
}

.newControls p {
    margin: -24px;
}

.title-color {
    padding: 15px 30px;
    background-color: #00a1e1;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.title-color-all-radius {
    border-radius: 20px;
}

.title-color h1 {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}

.title-color p {
    font-size: 14px;
}

.title-color-red {
    background-color: #bd3632;
}

.form-group.validateError .errorMessage {
    display: inline;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.line-separator hr {
    margin-top: 0px;
    border-top: 0;
    border-bottom: 1px solid #AAA;
    margin-bottom: 15px;
    margin-right: 90px;
    box-shadow: 0px 1px 3px #aaa;
}

#informationCarousel img.lazyload {
    background: #f1f1fa;
}

.floating-label {
    left: 20px;
    position: relative;
    opacity: 0;
}

.floating-open {
    opacity: 1;
}

label[for=plateCity] {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 80px;
}

label[for=plateLetters] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 165px;
}

label[for=plateCode] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 260px;
}

.form-section-row.active ~ .form-section-row label[for=plateCity] {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row label[for=plateLetters] {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row label[for=plateCode] {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row label[for=licenseSerial] {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row label[for=licenseNo] {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row label[for=email] {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row label[for=phone] {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row label[for=plate-old] {
    opacity: 0;
}

label[for=plate-old] {
    opacity: 0;
}

.shadow-box {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 15px #ddd;
}

.form-control.has-error, .select2-container.has-error .select2-selection {
    border-width: 1px;
    border-color: #ff1a00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .form-control.has-error:focus {
        border-width: 1px;
        border-color: #ff1a00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.tt-hint.form-control:disabled {
    background-color: transparent !important;
}

/* Section Title */
.section-title {
    text-align: center;
    color: #ff0000;
    margin-bottom: 30px;
}

    .section-title .section-title-text {
        font-weight: 600;
        margin: 0;
        color: #ff0000;
        font-size: 28px;
    }

    .section-title .section-title-description {
        margin-top: 10px;
        color: #37424a;
        font-size: 18px;
    }

    .section-title h3 a, .section-title h2 a {
        color: #ff0000;
    }

@media (max-width:767px) {
    .section-title .section-title-text {
        font-size: 24px;
    }

    .section-title .section-title-description {
        font-size: 12px;
    }
}
/* End Section Title */

.teaser-container .teaser {
    margin-bottom: 30px;
}

    .teaser-container .teaser a {
        display: block;
    }



.gray-text {
    color: #37424a !important;
}

.margin-gap-50 {
    margin-bottom: 50px;
}

.gist {
    font-size: 14px;
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

.slip-over {
    position: relative;
    left: 40%;
}

@media (max-width:767px) {
    .pad-right-xs-30 {
        padding-right: 30px;
    }
}

.form-policy-container .checkbox, .form-policy-container .radio {
    font-size: 12px;
}


#cookieSettings .chkbox {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

#cookieSettings .list-group-item-text {
    text-align: justify;
}


.birthday-dropdown-container {
    display: flex;
    max-width: 363px;
}

    .birthday-dropdown-container .vfl-has-label {
        flex-basis: auto;
    }

.birth-month {
    margin: 0 2px;
}

.birthday-desc {
    font-size: 10px;
    margin-top: 5px;
    max-width: 363px;
    text-align: justify;
}

#birth-day {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#birth-month {
    border-radius: 0;
}

#birth-year {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media only screen and (max-width:767px) {
    .birth-month {
        flex-basis: 110%;
    }

    .birthday-desc {
        font-size: 9px;
    }

    .subpage .main-content {
        width: 100%;
    }

    .cookie-container .btn-blue, .cookie-container .btn-white {
        font-size: 14px;
    }
    .cookie-container{
        left:10px;
        right:10px;
        bottom:0;
    }
        .cookie-container .cookie{
            max-width:initial;
        }
}

.textbox.uppercase input {
    text-transform: uppercase;
}

.text-decoration-underline {
    text-decoration: underline !important;
}


#motorcycle-popup .title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

#motorcycle-popup .motorcycle-popup-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    #motorcycle-popup .motorcycle-popup-container .check {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        background-color: #fafafa;
        border-radius: 10px;
        border: solid 0.4px #a9a9a9;
        padding: 20px 28px;
        margin-top: 40px;
        cursor: pointer;
    }

        #motorcycle-popup .motorcycle-popup-container .check span {
            font-size: 18px;
            color: #30434c;
            font-weight: bold;
            margin-top: 5px;
        }

        #motorcycle-popup .motorcycle-popup-container .check input {
            margin-top: 5px;
            margin-left: 0px;
        }

        #motorcycle-popup .motorcycle-popup-container .check img {
            width: auto;
        }

#motorcycle-popup .button-container {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

#motorcycle-popup .motorcycle-popup-container input[type=radio] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #a5a5a5;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #motorcycle-popup .motorcycle-popup-container input[type=radio]:checked {
        background-color: #3074FF;
        box-shadow: none;
        border-color: #3074FF;
    }

    #motorcycle-popup .motorcycle-popup-container input[type=radio]:after {
        content: "";
        display: none;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #fff;
    }

#motorcycle-popup .button-container .btn-solid {
    background-color: #3074FF;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 25px;
    border: 0;
    letter-spacing: 1px;
}

#motorcycle-popup .motorcycle-popup-container input[type=radio]:checked:after {
    display: block;
}

.info-btn {
    font-size: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #3074FF;
    margin-left: 5px;
}

@media (max-width: 767px) {
    #motorcycle-popup .title {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }

    #motorcycle-popup .motorcycle-popup-container {
        flex-direction: column;
        justify-content: center;
    }

        #motorcycle-popup .motorcycle-popup-container .check {
            margin-top: 40px;
        }

    .timeout-info a {
        margin: 5px;
    }
}

.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-link.blue {
                color: #3074FF;
            }

/* 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 */

.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;
    }
}

.campaigns .page-banner {
    display: flex;
    align-items: center;
    min-height: 270px;
    padding: 30px;
    background: no-repeat center url(/Assets/Images/kampanyalar-banner.webp);
}

    .campaigns .page-banner .text h1 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .campaigns .page-banner .text p {
        font-size: 20px;
    }

    .campaigns .page-banner .callcenter-btn {
        display: none;
    }
    .campaigns .page-banner .callcenter-btn .text{
        text-align:center;
    }

.no-webp .campaigns .page-banner {
    background-image: url(/Assets/Images/kampanyalar-banner.png);
}

.campaigns .page-banner img {
    width: 100%;
    height: auto;
}

.campaigns .banner {
    height: 480px;
    background-image: url('/Assets/Images/campaigns_banner_bottom.webp');
    background-repeat: no-repeat;
    background-position: bottom;
}

    .campaigns .banner .content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

        .campaigns .banner .content h1 {
            font-size: 54.5px;
            font-weight: bold;
            line-height: 0.61;
            letter-spacing: -0.27px;
            color: #37424a;
        }

        .campaigns .banner .content .desc {
            margin-top: 30px;
        }

        .campaigns .banner .content .desc_phone {
            display: none;
        }

        .campaigns .banner .content .desc p {
            font-size: 24.5px;
            font-weight: normal;
            line-height: 1.41;
            letter-spacing: -0.61px;
            color: #37424a;
        }

        .campaigns .banner .content .features {
            margin-top: 70px;
            display: flex;
        }

            .campaigns .banner .content .features div {
                width: 180px;
                border-right: 1px solid #e5e5e5;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                padding: 15px;
            }

                .campaigns .banner .content .features div.selected {
                    background-color: #f2f2f2;
                }

                .campaigns .banner .content .features div:first-child {
                    border-left: 1px solid #e5e5e5;
                }

                .campaigns .banner .content .features div img {
                    height: 32px;
                    width: auto;
                }

                .campaigns .banner .content .features div span {
                    margin-top: 14px;
                    font-size: 18.5px;
                    font-weight: 800;
                    line-height: 1.03;
                    text-align: center;
                    color: #37424a;
                    white-space: nowrap;
                }

    .campaigns .banner .banner_img {
        flex-grow: 0;
        width: auto;
        height: auto;
    }

.campaigns .campaign_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1170px;
    margin: 40px auto;
}

    .campaigns .campaign_list::after {
        content: "";
        width: 31%;
    }

.campaign {
    flex-basis: 31%;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    overflow: hidden;
}
    .campaign a:last-child{
        align-self:center;
    }
    .campaign .title {
        font-size: 18px;
        font-weight: bold;
        color: #38424b;
        margin: 0 15px 15px;
        align-self: start;
        min-height: 51px;
    }

    .campaign .campaign_image {
        margin-bottom: 15px;
        /*width: 100%;
        background: no-repeat center;
        background-size: contain;
        height: 212px;
        overflow: hidden;*/
    }

        .campaign .campaign_image .desktop {
            display: block;
        }

        .campaign .campaign_image .mobile {
            display: none;
        }

        .campaign .campaign_image picture > * {
            width: 100%;
            height: auto;
        }

    .campaign .campaign_detail {
        margin: 0 15px 20px;
        font-weight: normal;
        line-height: 1.18;
        letter-spacing: 0.5px;
        color: #38424b;
    }

    .campaign .btn-solid {
        padding: 10px 40px;
        margin: 0 15px 15px;
        align-self: end;
        margin-top: auto;
    }

.campaigns .interaction {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .campaigns .interaction .register {
        flex-basis: 50%;
        background: linear-gradient(to top, #ff0125, #f50017, #f51300),center/100% calc(100% - 100px) no-repeat, url('/Assets/Images/campaigns_register.webp') center;
        background-blend-mode: multiply;
        background-size: cover;
        height: 500px;
        display: flex;
        justify-content: flex-end;
    }

        .campaigns .interaction .register .content {
            height: 100%;
            display: flex;
            flex-direction: column;
            padding: 33px 18px 57px 0px;
            flex-basis: 60%;
        }

            .campaigns .interaction .register .content p {
                font-size: 26px;
                font-weight: bold;
                line-height: 1.28;
                letter-spacing: -0.53px;
                text-align: center;
                color: #ffffff;
                margin-bottom: 25px;
            }

            .campaigns .interaction .register .content .form-group {
                display: flex;
                justify-content: space-between;
                margin-bottom: 10px;
            }

            .campaigns .interaction .register .content .form-control {
                border: none;
            }

            .campaigns .interaction .register .content .form-group input:first-child {
                margin-right: 7px;
            }

            .campaigns .interaction .register .content .email {
                margin-bottom: 10px;
            }

            .campaigns .interaction .register .content .checkbox input {
                width: 16px;
                height: 16px;
                border-radius: 7px;
                box-shadow: inset 0px 3px 3px 0 rgba(0, 0, 0, 0.28);
            }

            .campaigns .interaction .register .content .chkbox {
                color: #ffffff;
                font-size: 10px;
            }

                .campaigns .interaction .register .content .chkbox a {
                    color: #ffffff;
                }

            .campaigns .interaction .register .content button {
                width: 188px;
                height: 41px;
                padding: 12px 40px;
                border-radius: 20px;
                background-color: #ffffff;
                font-size: 15px;
                font-weight: 800;
                line-height: 1.17;
                letter-spacing: -0.15px;
                text-align: center;
                color: #2d2d2d;
                white-space: nowrap;
                margin: 0 auto;
                cursor: pointer;
                border: none;
            }


    .campaigns .interaction .blog {
        flex-basis: 50%;
        background: url('/Assets/Images/campaigns_blog.webp') center;
        background-blend-mode: multiply;
        background-size: cover;
        height: 500px;
        display: flex;
    }

        .campaigns .interaction .blog .content_bg {
            opacity: 0.78;
            background-color: #000000;
            padding: 32px 0px 56px 30px;
            height: 100%;
            width: 100%;
            display: flex;
        }

            .campaigns .interaction .blog .content_bg .content {
                height: 100%;
                display: flex;
                flex-direction: column;
                flex-basis: 60%;
                align-items: center;
                justify-content: space-between;
            }

                .campaigns .interaction .blog .content_bg .content p {
                    font-size: 26px;
                    font-weight: bold;
                    line-height: 1.53;
                    letter-spacing: -0.53px;
                    color: #ffffff;
                    text-align: center;
                }

                .campaigns .interaction .blog .content_bg .content .img_area {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    margin-bottom: 30px;
                    width: 100%;
                }

                    .campaigns .interaction .blog .content_bg .content .img_area .blog_element {
                        flex-basis: 32%;
                        width: 161px;
                        height: 116px;
                        margin-bottom: 10px;
                        object-fit: cover;
                        position: relative;
                    }

                        .campaigns .interaction .blog .content_bg .content .img_area .blog_element img {
                            height: 100%;
                            width: 100%;
                            position: absolute;
                        }

                        .campaigns .interaction .blog .content_bg .content .img_area .blog_element span {
                            font-size: 16px;
                            font-weight: normal;
                            line-height: 1.25;
                            letter-spacing: -0.16px;
                            text-align: center;
                            color: #ffffff;
                            padding: 0px 5px;
                            position: absolute;
                            height: 100%;
                            align-items: center;
                            display: flex;
                            background-color: #1d1a1a;
                            opacity: 0.8;
                            width: 100%;
                        }

                .campaigns .interaction .blog .content_bg .content .blog_btn {
                    width: 188px;
                    height: 41px;
                    padding: 12px 0px;
                    border-radius: 20px;
                    background-color: #ffffff;
                    font-size: 15px;
                    font-weight: 800;
                    line-height: 1.17;
                    letter-spacing: -0.15px;
                    text-align: center;
                    color: #000000;
                    white-space: nowrap;
                    margin: 0 auto;
                }


.campaigns_popup_bg {
    position: fixed;
    background-color: rgba(11,11,11,.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .campaigns_popup_bg .campaign_popup {
        background-color: #fff;
        padding: 30px;
        max-width: 500px;
        margin: 40px auto;
        border-radius: 25px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

        .campaigns_popup_bg .campaign_popup .desc {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 50px;
        }

            .campaigns_popup_bg .campaign_popup .desc h2 {
                font-size: 24px;
                color: #333;
                font-weight: 600;
            }

            .campaigns_popup_bg .campaign_popup .desc p {
                font-size: 18px;
                font-weight: 400;
            }

        .campaigns_popup_bg .campaign_popup .footer a {
            color: #ffffff;
            background-color: #eaa200;
            font-weight: 800;
            font-size: 12px;
            padding: 15px 50px;
            border-radius: 25px;
        }

        .campaigns_popup_bg .campaign_popup .close {
            position: absolute;
            top: 15px;
            right: 15px;
            text-transform: uppercase;
        }

            .campaigns_popup_bg .campaign_popup .close:hover {
                opacity: 1;
            }

@media (max-width:767px) {
    .campaign {
        flex-basis: 100%;
    }

    .campaigns .campaign_list {
        padding: 0 15px;
    }

    .campaigns .page-banner {
        align-items: start;
        padding: 15px;
        background-position: 73%;
    }

        .campaigns .page-banner > .text {
            width: 60%;
            padding: 15px;
        }

        .campaigns .page-banner .text h1 {
            margin: 0;
        }

        .campaigns .page-banner .text p {
            display: none;
        }

        .campaigns .page-banner .callcenter-btn {
            display: inline-grid;
            margin-left: auto;
            align-self: flex-end;
        }

    .campaign .campaign_image .desktop {
        display: none;
    }

    .campaign .campaign_image .mobile {
        display: block;
    }

    .campaign .title {
        min-height: auto;
    }
    .campaign .campaign_image{
        height:auto;
    }
}

body {
    overflow-x: hidden;
}

#dealHeader {
    position: initial;
    top: auto;
}

.blog .page-banner {
    margin-bottom: 30px;
}

    .blog .page-banner .desktop {
        display: block;
    }

    .blog .page-banner .mobile {
        display: none;
    }

.blog.blog-detail .page-banner {
    margin-bottom: 0;
}

.blog .detail-header {
    padding: 15px 0 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

    .blog .detail-header h1 {
        font-weight: bold;
        margin: 0;
    }

    .blog .detail-header .date {
        margin: 10px 20px 10px;
        color: #707070;
    }

    .blog .detail-header .writer {
        padding: 10px;
        background: #f6f9ff;
        margin: 0 10px;
        color: #3074FF;
        font-weight: bold;
        display: inline-block;
    }

        .blog .detail-header .writer strong {
            color: #707070;
        }

        .blog .detail-header .writer .bio {
            color: #707070;
            font-weight: 300;
            margin-top: 5px;
        }

.blog-categories {
    margin-bottom: 30px;
}

    .blog-categories ul {
        display: flex;
        gap: 5px;
        justify-content: space-between;
    }

        .blog-categories ul li {
            flex-grow: 1;
        }

            .blog-categories ul li a {
                display: block;
                padding: 15px;
                border: 1px solid #c9c9c9;
                border-radius: 5px;
                text-align: center;
                white-space: nowrap;
            }

                .blog-categories ul li a.active {
                    background: #f92621;
                    color: #fff;
                }

                .blog-categories ul li a:hover {
                    text-decoration: none;
                }

.blog .content {
    display: flex;
}

    .blog .content .last-created {
        flex-basis: 85%;
        margin-right: 30px;
        padding: 0;
        margin-bottom: 0;
    }

        .blog .content .last-created .blog-item-container {
            flex-direction: row;
            flex-basis: 100%;
            border: 1px solid #c9c9c9;
            border-radius: 5px !important;
            margin: 0 0 30px;
        }

            .blog .content .last-created .blog-item-container .blog-item-text-container {
                padding: 30px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .blog .content .last-created .blog-item-container .blog-item-text-container a {
                    text-align: right;
                }

                .blog .content .last-created .blog-item-container .blog-item-text-container p {
                    -webkit-line-clamp: 4;
                }

                .blog .content .last-created .blog-item-container .blog-item-text-container h6 {
                    height: auto;
                }

            .blog .content .last-created .blog-item-container .blog-item-img img {
                width: auto;
                max-width: none;
                border-radius: 0;
            }

    .blog .content .right-side {
        flex-basis: 30%;
        position: sticky;
        top: 0px;
        height: 100vh;
        overflow: auto;
    }
        .blog .content .right-side::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: transparent;
        }

        .blog .content .right-side::-webkit-scrollbar {
            width: 5px;
            background-color: transparent;
        }

        .blog .content .right-side::-webkit-scrollbar-thumb {
            border-radius: 3px;
            background-color: #bcbcbc;
        }

        .blog .content .right-side .pre-form {
            margin-bottom: 30px;
        }

        .blog .content .right-side .campaign .campaign_image .mobile {
            display: block;
        }

        .blog .content .right-side .campaign .campaign_image .desktop {
            display: none;
        }

        .blog .content .right-side .pre-form .form .captcha-text {
            position: static !important;
        }

.blog .pre-form.wide {
    margin-bottom: 30px;
}

.blog .right-side-casco .title {
    height: 65px;
}

.blog .detail {
    padding-right: 50px;
    flex-basis: 70%;
}

.blog .editor-list {
    margin-top: 50px;
}

    .blog .editor-list h2 {
        width: 100%;
        text-align: center;
    }

    .blog .editor-list .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 30px 0;
        border: 1px solid #c9c9c9;
        border-radius: 5px;
    }

        .blog .editor-list .inner .blog-item-container {
            display: flex;
            flex-basis: 48%;
            flex-direction: row;
            border: 1px solid #c9c9c9;
            border-radius: 5px !important;
            margin: 0 0 30px;
        }

            .blog .editor-list .inner .blog-item-container .blog-item-img {
                overflow: hidden;
            }

            .blog .editor-list .inner .blog-item-container .blog-item-text-container {
                flex-basis: 70%;
                padding: 30px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .blog .editor-list .inner .blog-item-container .blog-item-text-container a {
                    text-align: right;
                }

                .blog .editor-list .inner .blog-item-container .blog-item-text-container p {
                    -webkit-line-clamp: 4;
                }

                .blog .editor-list .inner .blog-item-container .blog-item-text-container h6 {
                    height: auto;
                }

            .blog .editor-list .inner .blog-item-container .blog-item-img img {
                width: auto;
                max-width: none;
                border-radius: 0;
            }

.breadcrumbs a.red-bread {
    color: #eaa200 !important;
}

nav.navbar {
    display: none;
}

.sectionTitle span.title-icon {
    display: none;
}

.sectionTitle .section-title-text {
    font-size: 20px;
    color: #eaa200;
}

    .sectionTitle .section-title-text:after {
        background: #eaa200 none repeat scroll 0 0;
    }


.blog #sigorta .btnDefault {
    display: none;
}

.blog .sectionTitle {
    display: none;
}

.blog .visitor {
    display: block !important;
}

.blog #sigorta .formWrapper {
    border: 1px solid;
    border-radius: 25px;
    width: 400px;
    height: 200px;
    position: relative;
    left: 960px;
    top: -1175px;
    background: rgba(80,80,80,0.1);
}

.blog #sigorta .formItem {
    border: 1px solid;
    border-radius: 15px;
    max-height: 40px;
    min-height: 20px;
    background: #ffffff;
}

.blog #sigorta .formWrapper .row {
    position: relative;
    left: 35px;
}

.blog #sigorta .formItem .input__field--hoshi {
    padding-top: 1px;
    font-weight: 400;
    text-transform: lowercase !important;
}

.blog #sigorta .formWrapper h3 {
    font-size: 18px;
    padding-right: 82px;
    padding-bottom: 10px;
}

.blog #sigorta #sendMyEmail {
    display: block !important;
    padding-top: 10px;
}

.blog #sigorta .btnDefault a {
    padding: 0px 74px;
    border-radius: 25px;
}

.blog #sigorta span.icon-kucuk_ok {
    font-size: 33px;
}

.blog #sigorta span.textTakePolicy2 {
    position: relative;
    top: -9px;
}

.blog #yasam {
    position: relative;
    top: -80px;
}

.blog #sigorta .shareWrapper {
    border-radius: 25px;
    background: rgba(80,80,80,0.1);
    z-index: 1;
    padding: 25px;
}

    .blog #sigorta .shareWrapper h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0;
    }

.blog #sigorta .icon {
    border: 1px solid;
    border-radius: 30px;
    background: #eaa200;
}

.blog #sigorta .share-item {
    display: inline-block;
    width: 50px;
    background: #ffffff;
    border-radius: 15px;
    margin-right: 10px;
}

    .blog #sigorta .share-item a {
        display: block;
        padding: 5px;
    }

        .blog #sigorta .share-item a img {
            width: 100%;
            height: auto;
        }

.adv-pal-logo {
    display: block !important;
    padding: 10px 0px 10px 0px;
}

.blog #sigorta .mostredCarousel .blog-item-container .blog-item-img {
    height: 114px;
    position: relative;
    left: -1px;
}

.blog #sigorta .mostredCarousel .blog-item-container .blog-item-text-container {
    padding: 11px;
}

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-text-container h3 {
        font-size: 11px;
        margin-top: 0px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-text-container p {
        font-size: 11px;
    }

.blog #sigorta .mostredCarousel .blog-item-container .blog-item-icon {
    padding: 0px;
}

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-icon img {
        height: 20px;
        position: relative;
        left: -15px;
        top: -10px;
    }

.blog #sigorta .mostredCarousel .row {
    margin-left: 0px;
    margin-right: 0px;
}

.blog #sigorta .right-wrapper .mostredCarousel {
    background: rgba(80,80,80,0.1);
    border-radius: 25px;
    margin-bottom: 30px;
}

.blog #sigorta .mostredCarousel .container h2 {
    font-size: 18px;
    position: relative;
    left: 20px;
    padding-bottom: 10px;
    font-weight: 400;
}


.contentWrap ul li {
    white-space: normal !important;
}

.carousel-container {
    height: 320px;
    overflow: hidden;
}

#mainCarousel a {
    overflow: hidden;
}

    #mainCarousel a, #mainCarousel a:hover, #mainCarousel a:active, #mainCarousel a:focus {
        border: 0;
        outline: 0;
    }

#mainCarousel .homeCarouselItem {
    position: relative;
}

.blog #sigorta .left-wrapper #informationCarousel .container {
    width: 100%;
}

.blog .adv-pan .red-bar {
    width: 100%;
    background-color: #e10;
    height: 100px;
    margin: 15px 0;
}

.blog .adv-pan .left-bar {
    display: table;
    width: 100%;
    height: 100%;
}

.blog .adv-pan .red-header {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    color: white;
    font-size: 28px;
}

.blog .adv-pan .right-bar {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}

.blog .adv-pan .white-header {
    padding: 5px 0;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.blog #sigorta .col-diviner .col-lg-4, .blog #sigorta .col-diviner .col-md-4, .blog #sigorta .col-diviner .col-sm-4 {
    width: 50% !important;
}

.gray-styler {
    background: rgba(80,80,80,0.1);
    border-radius: 25px;
    margin-bottom: 25px;
}

    .gray-styler h2 {
        padding-left: 15px;
    }

.adv-pan a {
    color: white;
}

.blog .slick-dots {
    width: 100%;
}

.page-detail-container {
    font-style: italic;
    font-size: 12px;
    padding: 5px 0;
}

.adv-pan .hidden-lg {
    display: none;
}

@media (max-width: 767px) {
    .blog p iframe {
        width: 100% !important;
    }

    .page-detail-container {
        font-size: 10px;
    }

    .adv-pan .hidden-lg {
        display: block;
    }

    .adv-pan .hidden-xs {
        display: none;
    }
}


section#informationCenter #informationCarousel {
    margin-top: 120px;
    padding: 0 30px;
    background: #d2d2d2;
}

    section#informationCenter #informationCarousel .blog-item-container {
        margin-top: -120px;
    }

    section#informationCenter #informationCarousel .infoCarousel {
        display: block;
    }

        section#informationCenter #informationCarousel .infoCarousel .slick-track::after {
            content: '';
            clear: both;
            display: block;
            position: relative;
        }

    section#informationCenter #informationCarousel .slick-next {
        right: -14px;
    }

    section#informationCenter #informationCarousel .slick-prev {
        left: -21px;
    }

section#informationCenter ul {
    display: inline-block;
    width: 100%;
}

section#informationCenter .infoBox {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
}

    section#informationCenter .infoBox a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        padding: 0 2%;
        outline: none !important;
    }

        section#informationCenter .infoBox a figure.infoBoxImg {
            border-bottom: 4px solid #fd8204;
            position: relative;
            overflow: hidden;
        }

            section#informationCenter .infoBox a figure.infoBoxImg img {
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
                position: relative;
                z-index: 1;
                width: 100%;
            }

            section#informationCenter .infoBox a figure.infoBoxImg .overlayBg {
                position: absolute;
                left: 0;
                top: 0%;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.4);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                transition: all 1s ease;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
                z-index: 2;
            }

                section#informationCenter .infoBox a figure.infoBoxImg .overlayBg span {
                    text-transform: uppercase;
                    color: #ffffff;
                    font-size: 15px;
                    line-height: 21px;
                    font-weight: 400;
                    position: absolute;
                    right: 15px;
                    bottom: 15px;
                    z-index: 3;
                }

                    section#informationCenter .infoBox a figure.infoBoxImg .overlayBg span i.icon-ok {
                        font-size: 42px;
                        position: relative;
                        top: 12px;
                        font-style: normal;
                        fill: #ffffff;
                        -webkit-text-fill-color: #ffffff;
                    }

                        section#informationCenter .infoBox a figure.infoBoxImg .overlayBg span i.icon-ok * {
                            font-style: normal;
                        }

        section#informationCenter .infoBox a:hover {
            color: #ffffff;
            text-decoration: none;
        }

            section#informationCenter .infoBox a:hover figure.infoBoxImg .overlayBg {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
            }

            section#informationCenter .infoBox a:hover figure.infoBoxImg 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);
            }

        section#informationCenter .infoBox a:active, section#informationCenter .infoBox a:focus, section#informationCenter .infoBox a:visited {
            color: #ffffff;
            text-decoration: none;
        }

        section#informationCenter .infoBox a aside.infoBoxContent {
            padding-right: 40px;
        }

            section#informationCenter .infoBox a aside.infoBoxContent h6 {
                color: inherit;
                font-size: 15px;
                font-weight: 700;
                line-height: 21px;
            }

            section#informationCenter .infoBox a aside.infoBoxContent p {
                color: inherit;
                padding: 0;
                margin: 0;
                font-size: 15px;
                line-height: 21px;
                font-weight: 400;
            }

section#informationCenter #btnMoreInfo {
    padding: 40px 0 20px;
}


    section#informationCenter #btnMoreInfo a:focus, section#informationCenter #btnMoreInfo a:active, section#informationCenter #btnMoreInfo a:visited {
        outline: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
    }

    section#informationCenter #btnMoreInfo a:focus {
        color: #00a1e1;
    }

section#informationCenter .slick-prev:before, section#informationCenter .slick-next:before {
    font-size: 25px;
    line-height: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-list-mobile {
    display: none;
}

.blog-list-desktop {
    flex-basis: 85%;
}

@media (max-width: 767px) {
    .blog-list-desktop {
        display: none;
    }

    .blog-list-mobile {
        display: block;
    }

    .blog-list-traffic {
        margin-bottom: 30px;
    }

    .blog .page-banner .desktop {
        display: none;
    }

    .blog .page-banner .mobile {
        display: block;
    }

    .blog .content {
        flex-direction: column;
    }

        .blog .content .last-created {
            flex-basis: 100%;
            margin-right: 0;
        }

    .blog .detail {
        padding: 15px;
    }

    .blog .editor-list .inner {
        padding: 0;
        border: 0;
    }

        .blog .editor-list .inner .blog-item-container {
            display: block;
        }

            .blog .editor-list .inner .blog-item-container .blog-item-img img {
                margin-left: 0;
                margin-top: -20%;
            }

    .blog .slick-dots {
        bottom: 0;
    }

    .blog .page-banner {
        margin-bottom: 0;
    }

    .blog-categories {
        overflow-x: auto;
    }

    .blog .content .last-created .blog-item-container {
        flex-direction: column;
    }

        .blog .content .last-created .blog-item-container .blog-item-text-container {
            padding: 15px;
        }

    .blog .editor-list .inner .blog-item-container .blog-item-text-container {
        padding: 15px;
    }

    .blog .editor-list .inner .blog-item-container .blog-item-img {
        height: 170px;
    }

    .blog .content .right-side .pre-form {
        display: none;
    }

        .blog .content .right-side .pre-form.casco .title {
            width: 100%;
            height: 100px;
            font-size: 24px;
            background-size: contain;
            background-position: right;
            background-color: #f1f1f1;
            align-items: center;
        }

    .blog .detail-header {
        border-bottom: 0;
        padding: 15px 0 0;
        margin: 0;
    }

        .blog .detail-header .top {
            padding: 15px;
            border: 1px solid #e5e5e5;
            border-radius: 5px;
        }

        .blog .detail-header h1 {
            font-size: 24px;
        }

        .blog .detail-header .date {
            margin: 10px 0 0;
        }

        .blog .detail-header .writer {
            padding: 15px;
            margin: 15px 0 0;
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            font-size: 18px;
        }

        .blog .detail-header .bio {
            font-size: 14px;
        }
}

@media screen and (max-width: 1024px) {
    .blog .blog-item-container .blog-item-img {
        height: 171px;
    }
}

@media screen and (max-width: 768px) {
    .blog .write-place .banner-header span {
        font-size: 16px;
    }

        .blog .write-place .banner-header span.long-text {
            font-size: 14px;
        }

    .blog .write-place h3 {
        font-size: 14px;
    }

    .blog .write-place .banner-info {
        padding: 15px
    }

    .blog .banner-info .button-read-more {
        padding: 5px;
        border-radius: 10px;
    }

        .blog .banner-info .button-read-more span {
            font-size: 10px;
        }

        .blog .banner-info .button-read-more img {
            height: 15px;
            margin-top: -2px;
        }

    #sigorta .blog-item-container .blog-item-img {
        height: 129px;
    }

    #sigorta .blog-item-container .blog-item-text-container h6 {
        font-size: 13px;
    }

    #sigorta .blog-item-container p {
        font-size: 12px;
    }

    #trafik .blog-item-container .blog-item-img {
        height: 144px;
    }

    #saglik .blog-item-container .blog-item-img {
        height: 144px;
    }

    #yasam .blog-item-container .blog-item-img {
        height: 144px;
    }

    #genel .blog-item-container .blog-item-img {
        height: 144px;
    }

    .blog #sigorta .formItem {
        position: relative;
        left: -10px;
        top: -18px;
    }

    .blog #sigorta .btnDefault a {
        padding: 5px 40px;
    }

    .blog #trafik .visitor {
        position: relative;
        left: 0px;
    }

    .blog-item-container .blog-item-text-container p {
        font-size: 13px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-img {
        height: 66px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-text-container h3 {
        font-size: 8px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-text-container p {
        font-size: 8px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-icon img {
        height: 18px !important;
    }

    .blog-item-container .blog-item-text-container h6, .blog-item-container .blog-item-text-container h3 {
        margin: 0px;
    }

    section#saglik .blog-item-icon img {
        margin-top: 7px;
    }

    .blog #sigorta .right-wrapper {
        margin-top: 15px;
    }
}

@media screen and (max-width: 443px) {
    #sigorta .blog-item-container .blog-item-img {
        height: 211px;
    }

    #sigorta .informationCarousel .row {
        position: relative;
        left: 100px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-img {
        height: 208px;
    }

    #sigorta .blog-item-container .blog-item-text-container h6 {
        font-size: 14px;
    }

    #sigorta .blog-item-container p {
        font-size: 14px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-text-container h3 {
        font-size: 14px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-text-container p {
        font-size: 14px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-icon img {
        height: 25px !important;
    }

    .blog #saglik {
        top: 0px;
        margin-bottom: 20px;
    }

    .blog #yasam {
        top: 0px;
    }

    .blog-container {
        margin-top: -3px;
    }

    .blog #sigorta .left-wrapper .col-lg-4, .blog #sigorta .left-wrapper .col-md-4, .blog #sigorta .left-wrapper .col-sm-4 {
        width: 100% !important;
    }
}

@media screen and (max-width: 414px) {
    #sigorta .blog-item-container .blog-item-img {
        height: 195px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-img {
        height: 195px;
    }

    .sectionTitle .section-title-text:after {
        width: 350px !important;
    }
}

@media screen and (max-width: 375px) {
    #sigorta .blog-item-container .blog-item-img {
        height: 175px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-img {
        height: 175px;
    }

    .blog #sigorta .share-item {
        width: 40px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 360px) {
    #sigorta .blog-item-container .blog-item-img {
        height: 165px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-img {
        height: 165px;
    }

    .blog .adv-pan a img {
        width: 360px;
    }

    #sigorta .blog-item-container p {
        font-size: 13px;
    }

    .sectionTitle .section-title-text:after {
        width: 295px !important;
    }
}

@media screen and (max-width: 320px) {
    #sigorta .blog-item-container .blog-item-img {
        height: 145px;
    }

    .blog #sigorta .mostredCarousel .blog-item-container .blog-item-img {
        height: 145px;
    }

    .blog #sigorta #informationCarousel {
        left: 45px;
    }

    .blog #sigorta .mostredCarousel {
        left: -920px;
    }

    #sigorta .blog-item-container p {
        font-size: 12px;
    }

    #sigorta .blog-item-container .blog-item-text-container h6 {
        font-size: 13px;
    }

    .blog #sigorta .twitter {
        left: 55px;
    }

    .blog #sigorta .instagram {
        left: 110px;
    }

    .blog #sigorta .youtube {
        left: 165px;
    }

    .blog #sigorta .linkedin {
        left: 220px;
    }

    .sectionTitle .section-title-text:after {
        width: 255px !important;
    }
}

@media screen and (max-width: 980px) {
    section#informationCenter .infoBox a aside.infoBoxContent {
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    section#informationCenter .infoBox a aside.infoBoxContent h6 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 850px) {
    section#informationCenter .infoBox a aside.infoBoxContent h6 {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 768px) {
    section#informationCenter .sectionTitle .section-title-text:after {
        width: 480px;
    }

    section#informationCenter #informationCarousel .blog-item-container {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }

    section#informationCenter #informationCarousel .col-lg-4:first-child .blog-item-container {
        margin-top: -120px !important;
    }

    section#informationCenter #btnMoreInfo {
        padding: 0 0 20px;
    }

    section#informationCenter .blog-item-container .blog-item-icon img {
        position: relative;
        top: 6px;
    }
}

.expander {
    height: 56px;
    overflow: hidden;
    cursor: pointer;
    display: grid;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
}

.writer-choosen-container {
    border-top: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
}
    .writer-choosen-container .writer-choosen {
        display:flex;
        margin: 40px 0 50px 0;
    }
        
        .writer-choosen-container .writer-choosen .writer-info{
            margin-left:40px;
            display:flex;
            flex-direction:column;
            justify-content:space-between;
        }
            .writer-choosen-container .writer-choosen .writer-info .writer-title {
                font-size: 28px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 0.71;
                letter-spacing: 0.42px;
                text-align: left;
                color: #37424a;
                
            }
            .writer-choosen-container .writer-choosen .writer-info .writer-info-text {
                margin-top:20px;
                font-size: 17px;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: left;
                color: #707070;
            }
            .writer-choosen-container .writer-choosen .writer-info .writer-contact-detail{
                margin-top:15px;
            }
                .writer-choosen-container .writer-choosen .writer-info .writer-contact-detail a span {
                    font-size: 25px;
                    color: #0A66C2;
                }
            .writer-choosen-container .writer-choosen .writer-info .writer-contact-detail-mobile {
                display: none;
            }
    .other-writers-container .other-writers {
        display: flex;
        margin: 40px 0 70px 0;
        padding-top: 40px;
    }
    .other-writers-container .other-writers:first-child{
        display: flex;
        margin: 40px 0 70px 0;
        padding-top: 0;
        border-top: none;
    }
    .other-writers-container .other-writers-show {
        border-top:1px solid #B9B9B9;
    }
    .other-writers-container .other-writers-show:first-child{
        border-top:none;
    }
    .texts-buttons{
        display:flex;
        margin-top:20px;
    }
        .texts-buttons button {
            background-color: #fff;
            border: none;
            color: #8e8e9d;
            font-size: 22px;
            font-weight: bold;
        }
        .texts-buttons .active {
            padding-bottom: 15px;
            color: #3074ff;
            border-bottom:2px solid;
            margin-bottom:20px;
        }
            .texts-buttons .active button {
                color: #3074ff;
                
            }
        .texts-buttons button:first-child{
            padding-left:0;
        }
        .texts-buttons .writers-texts:first-child{
            margin-right:25px;
        }
        .other-writers-container .writers-texts {
            color: #8e8e9d;
            margin-right: 20px;
            font-size: 22px;
        }
    .other-writers-container .all-writers {
        color: #8e8e9d;
        font-size: 22px;
    }
.other-writers-container .other-writers .writer-info {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.other-writers-container .other-writers .writer-info .writer-info-text {
    /*width: 410px;*/
    margin-top: 20px;
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    line-height: normal;
    color: #707070;
}
    .other-writers-container .other-writers .writer-info .writer-title {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.71;
        letter-spacing: 0.42px;
        text-align: left;
        color: #37424a;
    }
    .other-writers-container .other-writers .writer-info .all-text-button{
        display:flex;
        margin-top:15px;
    }
        .other-writers-container .other-writers .writer-info .all-text-button a {
            background-color: #E8F0FF;
            color: black;
            padding: 15px 100px;
        }
        .other-writers-container .other-writers .writer-social-media {
            display: flex;
            width: -webkit-fill-available;
            justify-content: end;
            align-items: end;
        }
            .other-writers-container .other-writers .writer-social-media .writer-contact-detail a span {
                font-size: 22px;
                color: #0A66C2;
            }
            .all-text-button-mobile {
                display: none;
            }
.writer-contact-detail-mobile{
    display:none;
}

.writers-blog-container{
    margin-top:25px;
    display:flex;
}
.writers-blog{
    width:75%;
}

.last-created {
    flex-basis: 85%;
    margin-right: 30px;
    padding: 0;
    margin-bottom: 0;
}

        .last-created .blog-item-container {
            flex-direction: row;
            flex-basis: 100%;
            border: 1px solid #c9c9c9;
            border-radius: 5px !important;
            margin: 0 0 30px;
        }

             .last-created .blog-item-container .blog-item-text-container {
                padding: 30px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .last-created .blog-item-container .blog-item-text-container a {
                    text-align: right;
                }

                .last-created .blog-item-container .blog-item-text-container p {
                    -webkit-line-clamp: 4;
                }

                .last-created .blog-item-container .blog-item-text-container h6 {
                    height: auto;
                }

.last-created .blog-item-container .blog-item-img img {
                width: auto;
                max-width: none;
                border-radius: 0;
            }

.right-side {
        flex-basis: 30%;
        position: sticky;
        top: 0;
        /*max-height:728px;*/
        height: fit-content;
    }

.right-side .pre-form {
            margin-bottom: 30px;
        }

.right-side .campaign .campaign_image .mobile {
            display: block;
        }

.right-side .campaign .campaign_image .desktop {
            display: none;
        }

.pre-form.wide {
    margin-bottom: 30px;
}

 /*.blog-item-container {
    flex-direction: row;
    flex-basis: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 5px !important;
    margin: 0 0 30px;
}

     .blog-item-container .blog-item-text-container {
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

         .blog-item-container .blog-item-text-container a {
            text-align: right;
        }

         .blog-item-container .blog-item-text-container p {
            -webkit-line-clamp: 4;
        }

         .blog-item-container .blog-item-text-container h6 {
            height: auto;
        }

     .blog-item-container .blog-item-img img {
        width: auto;
        max-width: none;
        border-radius: 0;
    }

.right-side {
    flex-basis: 30%;
    position: sticky;
    top: 0;*/
    /*max-height:728px;*/
    /*height: fit-content;
}

    .right-side .pre-form {
        margin-bottom: 30px;
    }

    .right-side .campaign .campaign_image .mobile {
        display: block;
    }

    .right-side .campaign .campaign_image .desktop {
        display: none;
    }

.pre-form.wide {
    margin-bottom: 30px;
}

.detail {
    padding-right: 50px;
    flex-basis: 70%;
}

.editor-list {
    margin-top: 50px;
}

    .editor-list h2 {
        width: 100%;
        text-align: center;
    }

    .editor-list .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 30px 0;
        border: 1px solid #c9c9c9;
        border-radius: 5px;
    }

        .blog-item-container {
            display: flex;
            flex-basis: 85%;
            flex-direction: row;
            border: 1px solid #c9c9c9;
            border-radius: 5px !important;
            margin-right:30px;
        }

            .blog-item-container .blog-item-img {
                overflow: hidden;
            }

                .blog-item-container .blog-item-img img {
                }

            .blog-item-container .blog-item-text-container {
                flex-basis: 70%;
                padding: 30px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .blog-item-container .blog-item-text-container a {
                    text-align: right;
                }

                .blog-item-container .blog-item-text-container p {
                    -webkit-line-clamp: 4;
                }

                .blog-item-container .blog-item-text-container h6 {
                    height: auto;
                }

            .blog-item-container .blog-item-img img {
                width: auto;
                max-width: none;
                border-radius: 0;
            }
.button-selected{
    color:blue;
}*/
    /* Edit�r�n Se�tikleri */

.editor-list {
    margin-top: 50px;
}

    .editor-list h2 {
        width: 100%;
        text-align: center;
    }

    .editor-list .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 30px 0;
        border: 1px solid #c9c9c9;
        border-radius: 5px;
    }

        .editor-list .inner .blog-item-container {
            display: flex;
            flex-basis: 48%;
            flex-direction: row;
            border: 1px solid #c9c9c9;
            border-radius: 5px !important;
            margin: 0 0 30px;
        }

            .editor-list .inner .blog-item-container .blog-item-img {
                overflow: hidden;
            }

            .editor-list .inner .blog-item-container .blog-item-text-container {
                flex-basis: 70%;
                padding: 30px;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .editor-list .inner .blog-item-container .blog-item-text-container a {
                    text-align: right;
                }

                .editor-list .inner .blog-item-container .blog-item-text-container p {
                    -webkit-line-clamp: 4;
                }

                .editor-list .inner .blog-item-container .blog-item-text-container h6 {
                    height: auto;
                }

            .editor-list .inner .blog-item-container .blog-item-img img {
                width: auto;
                max-width: none;
                border-radius: 0;
            }
@media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .writers-blog-container {
        display: block;
    }
    .writers-blog{
        width:auto;
    }
    .right-side {
        display: none;
    }
    .writer-choosen-container {
        border: 1px solid #B9B9B9;
        border-radius: 5px;
    }
    .writer-choosen-container .writer-choosen .writer-image {
        margin-left: 3%;
    }
        .writer-choosen-container .writer-choosen .writer-image img{
            width:100px;
            height:auto;
        }
    .writer-choosen-container .writer-choosen .writer-info {
        margin-left: 3%;
        justify-content:center;
        margin-right:5%;
    }
        .writer-choosen-container .writer-choosen .writer-info .writer-info-text{
            width:auto;
            font-size:15px;
        }
        .writer-choosen-container .writer-choosen .writer-info .writer-title{
            font-size:20px;
        }
        .writer-choosen-container .writer-choosen .writer-info .writer-contact-detail {
            display: none;
        }
        .writer-choosen-container .writer-contact-detail-mobile {
            display: flex;
            justify-content: center;
        }
        .writer-choosen-container .writer-contact-detail-mobile a {
            width:110px;
            text-align-last:center;
            margin-top:15px;
        }
            .writer-choosen-container .writer-contact-detail-mobile a span {
                font-size: 20px;
                color: #0A66C2;
            }
        .writer-choosen-container .writer-choosen{
            margin-bottom:0px;
            margin-top:20px;
        }
    .texts-buttons{
        justify-content:space-between;
    }
    .texts-buttons button {
        font-size: 16px;
    }
        .other-writers .writer-social-media{
            display:none !important;
        }
    .other-writers-container{
/*        border: 1px solid #707070;
        border-radius: 5px;*/
    }
        .other-writers-container .other-writers-show {
            border: 1px solid #B9B9B9 !important;
            border-radius: 5px;
            margin-top: 20px;
        }

        .other-writers-container .other-writers .writer-image {
            margin-left: 3%;
        }

            .other-writers-container .other-writers .writer-image img {
                width: 100px;
                height: auto;
            }

        .other-writers-container .other-writers .writer-info {
            margin-left: 3%;
            justify-content: center;
            margin-right: 5%;
        }

            .other-writers-container .other-writers .writer-info .writer-info-text {
                width: auto;
                font-size: 15px;
            }
            .other-writers-container .other-writers .writer-info .writer-title {
                font-size: 20px;
            }
            .other-writers-container .other-writers .writer-info .all-text-button{
                display:none;
            }
            .other-writers-container .all-text-button-mobile {
                display: flex;
                justify-content:center;
            }
                .other-writers-container .all-text-button-mobile a {
                    padding: 15px 60px;
                    background-color: #E8F0FF !important;
                    color: #37424A;
                    margin-bottom:20px;
                }
                .other-writers-container .all-text-button-mobile button {
                    padding: 15px 60px;
                    background-color: #E8F0FF !important;
                    width:95%;
                    color: #37424A;
                    margin-bottom:20px;
                }
            .other-writers-container .other-writers .writer-info .writer-contact-detail {
                display: none !important;
            }

        .other-writers-container .writer-contact-detail-mobile {
            display: flex;
            justify-content: center;
        }

            .other-writers-container .writer-contact-detail-mobile a {
                width: 110px;
                text-align-last: center;
            }
                .other-writers-container .writer-contact-detail-mobile a span {
                    font-size: 20px;
                    color: #0A66C2;
                }

        .other-writers-container .other-writers {
            margin-bottom: 40px;
            margin-top: 20px;
        }
 .other-writers-container .other-writers:first-child{
     margin-bottom:20px;
 }
        .blog-items-wrapper .blog-item-container{
        border:1px solid #707070 !important;
        border-radius:5px !important;
    }

    /* blog */
    .content {
        flex-direction: column;
    }

        .content .last-created {
            flex-basis: 100%;
            margin-right: 0;
        }

    .detail {
        padding: 15px;
    }

    .editor-list .inner {
        padding: 0;
        border: 0;
    }

        .editor-list .inner .blog-item-container {
            display: block;
        }

            .editor-list .inner .blog-item-container .blog-item-img img {
                margin-left: 0;
                margin-top: -20%;
            }

     .content .last-created .blog-item-container {
        flex-direction: column;
    }

        .content .last-created .blog-item-container .blog-item-text-container {
            padding: 15px;
        }

    .editor-list .inner .blog-item-container .blog-item-text-container {
        padding: 15px;
    }

    .editor-list .inner .blog-item-container .blog-item-img {
        height: 170px;
    }

    .content .right-side .pre-form.casco .title {
        width: 100%;
        height: 100px;
        font-size: 24px;
        background-size: contain;
        background-position: right;
        background-color: #f1f1f1;
        align-items: center;
    }
}
