body {
    color: #34495e;
    font-size: 16px;
    letter-spacing: .2px;
    font-family: 'Arial', sans-serif;
    min-width: 1200px;
    background-color: #f4f5f8;
}

    body.is-landing-page {
        background-color: #fff !important;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle !important;
}

::-moz-selection {
    color: #fff;
    background: #96c11f;
}

::selection {
    color: #fff;
    background: #96c11f;
}

a:active, a:focus {
    text-decoration: none !important;
}

em {
    font-style: normal;
}

.container {
    position: relative;
    width: 1170px;
    max-width: none !important;
}

.bold {
    font-weight: 600;
}

.jumbotron {
    background-color: #96c11f;
    color: #ffffff;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.block {
    display: block;
}

.center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.full-width {
    width: 100%;
}

.relative {
    position: relative;
}

.m-auto {
    margin: auto;
}

.float-none {
    float: none !important;
}

.thin {
    font-weight: 300 !important;
}

.p-disable {
    background: #f5f5f5 !important;
    border: 1px solid #cccccc;
    padding: 14px 12px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #555;
    font-size: 22px;
}

.h3-disable {
    color: #aaaaaa;
    font-size: 18px;
    font-weight: bold;
}

.no-padding {
    padding: 0;
}

.error-input {
    border: 1px solid red !important;
}

.dropdown {
    position: relative;
}

    .dropdown:hover ul {
        display: block;
    }

    .dropdown ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 31px;
        right: -2px;
        background: #fefefe;
        color: #111;
        border: 1px solid #ddd;
        border-radius: 3px;
        display: none;
        z-index: 3;
    }

    .dropdown li {
        list-style: none;
        margin: 0;
        border-top: 1px solid #ddd;
    }

        .dropdown li:hover {
            background-color: #fbfbfb;
        }

        .dropdown li:first-child {
            border: none;
        }

        .dropdown li a {
            padding: 10px 20px;
            display: block;
        }

/*Colors*/

.blue {
    color: #2164ac;
}

.blue-2 {
    color: #0071d5;
}


.white {
    color: #ffffff;
}

.light-blue {
    color: #c9eaff;
}

.light-grey {
    color: #8f8f8f;
}

/*Typography*/

h1, h2, h3, h4, h5 {
    margin: 0;
}

h1 {
    font-size: 32px;
    font-weight: 600;
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    color: #515151;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 30px;
}

/*p {
}*/

ul, li {
    margin: 0;
    padding: 0;
}

label {
    font-weight: normal;
    margin-left: 10px;
}

.default-padding {
    padding: 50px 0;
}

.padding-20 {
    padding: 20px !important;
}


.padding-36 {
    padding: 36px !important;
}

.small-text {
    font-size: 12px;
}

.no-wrap {
    white-space: nowrap;
}

.overflow {
    overflow: auto;
}

.koalay-header-line {
    width: 100%;
    height: 48px;
    background: url('https://static.koalay.com/Images/KoalayApp/Desktop/Marketing/koalay-header-icon.png') no-repeat center left;
    position: relative;
    line-height: 48px;
    margin: 30px 0px;
}

    .koalay-header-line hr {
        position: absolute;
        width: calc(100% - 60px);
        top: 23px;
        right: 0;
        height: 1px;
        background: #ddd;
        font-size: 0;
        border: 0;
        margin: 0;
    }

.margined-h {
    margin-bottom: 10px;
}

/*Buttons*/

button:focus {
    outline: 0 !important;
}

a {
    border: none;
    letter-spacing: 0px;
}

    a:hover, button:hover, i {
        transition: .2s ease-out;
        text-decoration: none !important;
    }

    a:active, button:active {
        text-decoration: none !important;
    }

.btn {
    border: none;
    color: #ffffff;
    padding: 10px 15px;
}

    .btn:hover {
        color: #ffffff;
    }

    .btn.large {
        padding: 16px 32px;
    }

    .btn.btn-for-input {
        padding: 21px;
    }

    .btn.btn-default.green {
        background: #96c11f;
    }

        .btn.btn-default.green:hover {
            background: #799c19;
        }

    .btn.btn-default.blue {
        background: #0071d5;
    }

        .btn.btn-default.blue:hover {
            background: #0055a5;
        }

    .btn.btn-default.blank {
        background: none;
    }

        .btn.btn-default.blank.blue {
            border: 1px solid #0071d5;
            color: #0071d5;
        }

        .btn.btn-default.blank.green {
            border: 1px solid #96c11f;
            color: #96c11f;
        }

        .btn.btn-default.blank.blue:hover {
            background: #0055a5;
            color: #ffffff;
            border: 1px solid #0055a5;
        }

        .btn.btn-default.blank.green:hover {
            background: #799c19;
            color: #ffffff;
            border: 1px solid #799c19;
        }

.btn-step {
    font-weight: bold;
    font-size: 18px;
    background: #004a99;
}

    .btn-step:hover {
        background-color: #96c11f;
    }

    .btn-step i {
        margin-left: 10px;
    }

.btn-popup {
    font-size: 18px;
    font-weight: bold;
    color: #004a99 !important;
    padding: 10px 36px;
    background: none;
    border: 2px solid #004a99 !important;
}

    .btn-popup i {
        margin-right: 20px;
    }

    .btn-popup:hover {
        color: #fff !important;
    }

.btn-toggle-list {
    color: #7f7e7f;
    background: #f2f2f2;
    font-weight: bold;
    position: absolute;
    top: 4px;
    right: 3px;
    padding: 17px 30px;
    display: inline-block;
    z-index: 2;
    font-size: 16px;
}

    .btn-toggle-list.small {
        top: 3px;
        right: 2px;
        padding: 10px 19px;
    }

    .btn-toggle-list i {
        margin-right: 5px;
    }

    .btn-toggle-list.small i {
        margin-right: 0px;
    }

    .btn-toggle-list:hover {
        background-color: #dddddd;
        color: #7f7e7f;
    }

.btn-accordion {
    background-color: #f2f2f2;
    font-size: 18px;
    color: #7f7e7f;
}

    .btn-accordion:hover {
        color: #505050;
    }

    .btn-accordion.active {
        background-color: #004a99;
        color: #ffffff;
    }

    .btn-accordion i {
        margin-top: 5px;
    }

    .btn-accordion.active i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/*Forms*/

.form-control {
    padding: 15px 10px;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    background: none;
    -webkit-appearance: none;
    height: auto;
    position: relative;
    z-index: 1;
    color: #555;
}

    .form-control:focus {
        border-color: #7fd6f7;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control.summary {
        padding: 10px;
        font-size: 18px;
    }

    .form-control.white {
        background: #fff;
    }

    .form-control.small {
        font-size: 18px;
    }

select {
    background: url("https://static.koalay.com/Images/KoalayApp/Desktop/Marketing/ico-dropdown.png") no-repeat right !important;
    background-size: auto 100% !important;
    cursor: pointer;
}

    select[disabled] {
        background-color: #eee !important;
    }

    select:hover {
        background-size: auto 94% !important;
        -moz-transition: ease-in-out .1s;
        -o-transition: ease-in-out .1s;
        -webkit-transition: ease-in-out .1s;
        transition: ease-in-out .1s;
    }

    select::-ms-expand {
        display: none;
    }

/*Side Nav Menu*/

.side-nav-menu li {
    list-style: none;
    padding: 14px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    font-weight: 300;
    font-size: 15px;
}

    .side-nav-menu li:first-child {
        padding: 20px;
        font-weight: bold;
        font-size: 18px;
    }

        .side-nav-menu li:first-child:hover {
            background-color: #ffffff;
        }

    .side-nav-menu li:hover {
        background-color: #96c11f;
        transition: .2s ease-out;
    }

    .side-nav-menu li a {
        color: #878787;
        display: block;
    }

    .side-nav-menu li:hover a {
        color: #fff;
    }

    .side-nav-menu li.active {
        background-color: #96c11f;
    }

        .side-nav-menu li.active a {
            color: #ffffff;
        }

    .side-nav-menu li a:hover {
        color: #ffffff;
    }

/*List Styles*/

.ul-check {
    list-style: url("https://static.koalay.com/Images/KoalayApp/Desktop/Marketing/ico-list-style-check.png") !important;
    font-weight: 100;
    margin: 20px 0;
}

    .ul-check li {
        margin: 10px 20px !important;
        padding: 0 10px;
    }

/*Modal*/

.modalbox {
    background: rgba(27, 103, 176, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modalbox-content {
    width: 50%;
    height: 400px;
    background: #f0f1f4;
    margin: 100px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 85, 165, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -ms-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .3s;
}

.overlay-open {
    opacity: 1 !important;
}

.popup-container {
    width: 970px;
    background: url("https://static.koalay.com/Images/KoalayApp/Quotation/popup-pattern.png") repeat;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 140px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.popup-header {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.h1-modal {
    font-size: 30px;
    color: #2164ac;
    font-weight: bold;
    margin: 30px 0 30px 0px;
}

.p-modal {
    font-size: 14px;
    color: #515151;
    line-height: 24px;
}

.btn-close-popup {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #024996;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 0 5px 0 0;
    overflow: hidden;
}

    .btn-close-popup:hover i {
        color: #ffffff;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

/*Header*/
section {
    position: relative;
    padding: 60px 0;
}

.parent-page {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

.ul-margin-60 {
    margin-left: 60px;
}

.ul-margin-30 {
    margin-left: 30px;
}

.parent-page-insurers {
    margin-top: 100px;
}
.parent-page-insurers.koalay-name {
    margin-top: 80px;
}
    .parent-page-insurers.koalay-name img.koalay-name{
        margin-bottom: 5px;
    }

    .bordered-grid-wrapper {
        height: auto;
        line-height: 0;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        margin-right: 0;
        margin-left: 0;
        display: inline-block;
    }

.bordered-grid {
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .bordered-grid .img-wrapper {
        height: 75px
    }

    .bordered-grid img {
        max-width: 150px;
        margin-top: 15px;
    }

    .bordered-grid a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin: 10px auto;
        line-height: 19px;
    }


#header {
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, .90);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

#header #description {
    position: absolute;
    top: calc(100% - 10px);
    background-color: #fff;
    z-index: 0;
    width: 420px;
    padding: 10px;
    box-shadow: 0 0 0 0 rgba(50,50,50,.41);
    display: none;
    border-radius: 5px;
}
#header.scrolled-header #description {
    width: 370px;
}
#header #description img {
    width: 100%;
}
#header #description.showme {
    height: 75px;
    z-index: 10;
    box-shadow: 0 3px 5px 0 rgba(50,50,50,.41);
    display: block;
}
#header.scrolled-header #description.showme {
    height: 65px;
}
#header-shadow {
    width: 100%;
    height: 10px;
    background: url("https://static.koalay.com/Images/KoalayApp/Desktop/Marketing/header-shadow.png") no-repeat center bottom;
    position: absolute;
    z-index: 2;
    bottom: -10px;
}

#logo {
    width: 240px;
    height: 41px;
    display: inline-block;
    background: url("https://static.koalay.com/Images/KoalayApp/Desktop/Marketing/koalay-logo-new.png") no-repeat;
    background-size: 100% auto;
    margin: 16px 0px;
    float: left;
    text-indent: -9000px;
}

#header, #header * {
    -webkit-transition: ease-in .3s;
    -moz-transition: ease-in .3s;
    -ms-transition: ease-in .3s;
    -o-transition: ease-in .3s;
    transition: ease-in .3s;
}

.main-nav {
    float: left;
    margin: 32px 30px;
    font-size: 14px;
}

    .main-nav li.nav-item {
        list-style: none;
        float: left;
        position: relative;
        margin-right: 20px;
    }

    .main-nav li a {
        font-weight: bold;
        color: #7c7c7c;
        margin-right: 0px !important;
    }

        .main-nav li a:hover {
            color: #96c11f;
        }

.nav-item:hover .sub-nav {
    display: block;
    transition: .2s ease-out;
}

.sub-nav {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .41);
    border-radius: 5px;
    overflow: hidden;
    z-index: 3;
}

    .sub-nav li {
        border-bottom: 1px solid #ccc;
        min-width: 180px;
    }

        .sub-nav li:hover {
            background-color: #96c11f;
        }

            .sub-nav li:hover a {
                color: #ffffff;
            }

        .sub-nav li a {
            font-weight: 300;
            font-size: 14px;
            padding: 10px;
            display: block;
        }

#header-right-side {
    float: right;
}

#btn-header-teklif-al {
    margin-top: 18px;
    float: left;
}

.header-phone-number {
    font-size: 24px;
    font-weight: 600;
    color: #0055a5;
    margin: 24px 0px 0px 20px;
    float: left;
}

.scrolled-header {
    height: 60px !important;
}

    .scrolled-header #logo {
        width: 170px;
        height: 30px;
        margin: 14px 0px;
    }

    .scrolled-header .main-nav {
        margin: 20px 50px;
    }

    .scrolled-header #btn-header-teklif-al {
        margin-top: 8px;
    }

    .scrolled-header .header-phone-number {
        margin: 12px 0px 0px 20px;
    }

.cc-mode-title {
    position: absolute;
    top: 0px;
    font-size: 8px;
    left: 40%;
    background-color: #0055a5;
    color: #fff;
    padding: 4px;
    letter-spacing: 5px;
    border-radius: 0 0 5px 5px;
}

/*Footer*/

/*footer {
    background-color: #ecf0f1;
    padding: 30px 0;
}

    footer ul li {
        margin: 0;
        list-style: none;
        float: left;
    }

#footer-logo img {
    border-bottom: 1px solid #949494;
    margin: auto;
    padding-bottom: 10px;
    margin-bottom: -14px;
}

.social-footer {
    width: 40px;
    height: 42px;
    background-size: 100%;
    display: inline-block;
    margin: 0 5px;
    text-indent: -9000px;
}

    .social-footer.twitter {
        background-position: 0px -43px;
    }

    .social-footer.googleplus {
        background-position: 0px -87px;
    }

    .social-footer.instagram {
        background-position: 0px -131px;
    }


.ul-footer-nav li {
    border-left: 1px solid #d4d8d9;
    padding: 0px;
    width: 160px;
    margin-bottom: 10px;
    height: 50px;
    text-align: center;
}

    .ul-footer-nav li a {
        font-size: 12px;
        color: #898989;
        margin: 0 6px;
        font-weight: 300;
        transition: .3s;
    }

        .ul-footer-nav li a:hover {
            color: #000;
        }

#copyright {
    width: 100%;
    background: #d8dcdd;
    color: #9f9f9f;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    padding: 10px 30px;
    box-sizing: border-box;
}

.ico-footer-phone {
    margin-left: 10px;
}

.footer-phone-number {
    font-size: 30px;
    font-weight: 600;
    color: #9f9f9f;
    border-bottom: 1px solid #7f7e7f;
    padding-bottom: 10px;
    display: block;
}*/

/*RADIO BUTTONS*/

input[type=radio].custom-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=radio].custom-radio + label.css-label {
        padding-left: 75px;
        height: 59px;
        display: block;
        line-height: 59px;
        background-position: 16px 0;
        vertical-align: middle;
        cursor: pointer;
        margin-bottom: 0px;
        font-weight: bold;
        font-size: 20px;
        color: #7f7e7f;
    }

    input[type=radio].custom-radio.small + label.css-label {
        padding-left: 75px;
        height: 50px;
        display: block;
        line-height: 50px;
        background-position: 16px -5px;
        vertical-align: middle;
        cursor: pointer;
        margin-bottom: 0px;
        font-weight: bold;
        font-size: 16px;
        color: #7f7e7f;
    }

    input[type=radio].custom-radio:checked + label.css-label {
        background-position: 16px -60px;
        color: #fff;
    }

    input[type=radio].custom-radio.small:checked + label.css-label {
        background-position: 16px -64px;
        color: #fff;
    }

label.css-label {
    background: url(https://static.koalay.com/Images/KoalayApp/Desktop/Quotation/ico-radio-check.png) no-repeat;
}

.radio {
    width: 100%;
    display: block;
    background-color: #f2f2f2;
    border-radius: 4px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    margin-bottom: 24px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

    .radio.small {
        margin-bottom: 10px;
    }

    .radio.checked {
        background: #004a99;
        color: #fff;
    }

    .radio:hover {
        background-color: #ddd;
    }

    .radio.checked:hover {
        background: #004a99;
        color: #fff;
    }

.select-thin {
    padding: 10px 10px;
    font-size: 18px;
}

input[type=checkbox].css-checkbox-item {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox-item + label.css-label-insurance, input[type=checkbox].css-checkbox-item + label.css-label-insurance.clr {
        padding-left: 55px;
        width: 280px;
        padding-top: 6px;
        height: 42px;
        display: inline-block;
        line-height: 30px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        font-size: 16px;
        color: #7f7e7f;
        top: 0px;
    }

label.css-label-insurance {
    background-image: url("https://static.koalay.com/Images/KoalayApp/ico-checkbox-check.png");
}

input[type=checkbox].css-checkbox-item:checked + label.css-label-insurance, input[type=checkbox].css-checkbox-item + label.css-label-insurance.chk {
    background-position: 0 -43px;
}

.check-insurance-item.checked {
    border: none;
    background: #004a99;
}

    .check-insurance-item.checked label {
        color: #fff !important;
    }

.check-insurance-item {
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    text-align: left;
    cursor: pointer;
    width: 290px;
    margin: 10px auto;
    padding: 2px 5px;
    display: block;
    background: #f2f2f2;
    height: 44px;
    overflow: hidden;
    float: none;
    transition: .2s;
}

/*INSURER LANDING PAGES*/

.landing-page {
    background-color: #fff;
    border-bottom: 2px dashed #004a99;
    padding-bottom: 32px;
}

.landing-page-image-container {
    text-align: center;
    background: #fff;
}

    .landing-page-image-container img {
        width: 90%;
        margin: 0px auto;
    }

.landing-page-descriptions {
    padding-bottom: 30px;
}

    .landing-page-descriptions h1 {
        margin-bottom: 30px;
    }

.landing-page-koalay-ad {
    background-color: #fbfbfb;
    padding: 24px 0;
}

#casco-value-calculator {
    padding: 70px 70px;
    background-color: #f1f5f7;
}

    #casco-value-calculator td {
        border: none;
    }

.landing-page-seperator {
    height: 32px;
    background-color: #ffffff;
    border-bottom: 1px solid #dfe3e5;
    text-align: center;
}

.landing-page-seperator-img {
    display: block;
    margin: auto;
    margin-top: -56px;
}


.landing-page-contact-info {
    background-color: #f1f5f7;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    padding: 27px;
    position: relative;
}

    .landing-page-contact-info img {
        position: absolute;
        top: 30px;
        right: 30px;
    }

.landing-page-card {
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
    height: 380px;
    margin: 30px 0 100px 0;
}

.left-bordered {
    border-left: 2px solid #0071d5;
    padding-left: 30px;
}


.tbl-no-border td, .tbl-no-border tr {
    border: none !important;
}

#relatedBlogPosts .row > div {
    text-align: left;
    min-height: 450px;
}

#relatedBlogPosts h2 {
    margin-bottom: 10px;
}

#relatedBlogPosts h3.subheading {
    font-weight: 300;
    font-size: 16px;
    color: #616161;
}

#relatedBlogPosts .post-thumb-container {
    display: inline-block;
    height: 240px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px #999;
}

#relatedBlogPosts .post-info {
    margin-top: 12px;
    font-size: 13px;
    color: #9b9b9b;
    margin-bottom: 10px;
}

#relatedBlogPosts a:hover h3 {
    color: #23527c;
}

#relatedBlogPosts a:hover img {
    opacity: .8
}


#relatedBlogPosts h3 {
    margin-bottom: 15px;
    margin-top: 0
}

#relatedBlogPosts img {
    width: 100%;
    min-height: 240px;
    margin-bottom: 15px;
}

#relatedBlogPosts p {
    color: #616161;
    height: 70px;
    overflow-y: hidden;
    width: 370px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.insurer-landing-page {
    color: #616161;
    text-align: justify;
}
.insurer-landing-page.insurer-true > div{
    /*padding: 30px 0 0;*/
    background-color: #fff;
    position: relative;
    z-index: 8;
    -webkit-box-shadow: 0 4px 12px 0px #c9cacc;
    -moz-box-shadow: 0 4px 12px 0px #c9cacc;
    box-shadow: 0 4px 12px 0px #c9cacc;
}
.insurer-landing-page.insurer-true > div:last-of-type,
.insurer-landing-page.insurer-true > div.padding-20,
.insurer-landing-page.insurer-true > div.landing-page-seperator {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: initial;
}
.insurer-landing-page.insurer-true > div.insurer-box {
    z-index: 6;
}
.insurer-landing-page.insurer-true > div.contractedInsurers {
    z-index: 4;
}
.top-content {
    margin-bottom: 10px;
    -webkit-box-shadow: 0 14px 12px -10px #c9cacc;
    -moz-box-shadow: 0 14px 12px -10px #c9cacc;
    box-shadow: 0 14px 12px -10px #c9cacc;
}

.insurer-landing-page-left-side {
    padding-left: 0px !important;
}

.insurer-landing-page-right-side {
    padding-top: 20px;
}

    .insurer-landing-page-right-side div {
        margin-top: 10px;
    }

    .insurer-landing-page-right-side ul {
        list-style: url("https://static.koalay.com/Images/KoalayApp/Desktop/Marketing/ico-list-style-check.png") !important;
        margin-top: 28px;
    }

.tbl-no-border td ul {
    margin-top: 28px;
    list-style-image: url('https://static.koalay.com/Images/KoalayApp/Desktop/Marketing/ico-bullet-point.png');
}

.bottom-content ul, .green-ul {
    padding-left: 40px;
    padding-top: 10px;
    list-style-image: url('https://static.koalay.com/Images/KoalayApp/Desktop/Marketing/ico-bullet-point.png');
}

.insurer-landing-page-right-side ul {
    list-style-image: url('https://static.koalay.com/Images/KoalayApp/Desktop/Marketing/ico-bullet-point.png');
    margin-left: 20px;
}

.insurer-landing-page-right-side li, .tbl-no-border td li, .bottom-content li {
    margin-bottom: 20px;
}


.margin-bottom-20 {
    margin-bottom: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

.bottom-content h3 {
    color: #0071d5;
    margin-top: 50px;
}

.bottom-content p {
    margin-top: 15px;
    /*border-left: 2px solid #0071d5;*/
    padding-left: 30px;
}

.calculation-content {
    padding: 50px 50px 30px;
    background-color: #f1f5f7;
}

    .calculation-content p {
        margin: 13px 50px;
    }

    .calculation-content .form-control {
        font-size: 16px;
        font-weight: 400;
    }


/*Sekmeli Menü*/

.mtv-container {
    width: 970px;
    margin: auto;
}

.tbl-mtv {
    text-align: center;
}

    .tbl-mtv td {
        width: 50%;
    }

.tbl-mtv-header {
    margin-bottom: 0;
    background-color: #cbcfd2;
    font-weight: bold;
    color: #4e4e4e;
    font-size: 14px;
}

    .tbl-mtv-header.green {
        background-color: #8dc63f;
        color: #fff;
    }

    .tbl-mtv-header .glyphicon {
        color: #e6ffa0;
    }

        .tbl-mtv-header .glyphicon.gray {
            float: right;
            color: #4e4e4e
        }

.glyphicon:before {
    transition: all 0.3s ease-in-out
}

.tbl-mtv-header.open .glyphicon:before {
    content: "\e260";
}

.mtv-container-parent, .tbl-mtv-categories {
    display: none
}

.tbl-mtv-container {
    padding: 0 50px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-left: none;
    display: none;
}

    .tbl-mtv-container:first-child {
        display: block;
    }

.tbl-mtv-header td:first-child {
    border-right: 1px solid #c0c4c7;
}

.mtv-wrapper-left {
    width: 200px;
    float: left;
    border-radius: 5px 0 0 5px;
    overflow: hidden
}
    .mtv-wrapper-left.vehicle-date-container{
        position: relative;
    }
    .mtv-wrapper-right {
        width: 770px;
        float: left;
        border-radius: 0 5px 5px 0;
        overflow: hidden;
    }

    .mtv-wrapper-right .tbl-mtv-header tr td:first-child {
        padding-left: 50px;
    }

    .mtv-wrapper-right .tbl-mtv-header tr td:nth-child(2) {
        padding-left: 16px;
    }

.tbl-mtv-categories td {
    border-top: none !important;
    padding: 16px !important;
    color: #7c868f;
    cursor: pointer;
}

    .tbl-mtv-categories td.active {
        background-color: #fff !important;
        font-weight: bold;
        border: 1px solid #e9e9e9;
        border-top: 1px solid #e9e9e9 !important;
        border-left: 5px solid #8dc63f;
        border-radius: 5px 0 0 5px;
    }
/*Sekmeli Menü bitiş*/

.font-18px {
    font-size: 18px;
}

img.grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#vehicle-date-select {
    width: 970px;
    position: absolute;
    top: 37px;
    left: 0px;
    display: none;
    z-index: 10;
}

    #vehicle-date-select .registered-year {
        width: 50%;
        text-align: center;
        display: block;
        float: left;
        font-size: 14px;
        color: #4e4e4e;
        padding: 3px 0;
        border: solid 5px #fff;
        background-color: #fff;
    }

#vehicle-date-select .registered-year:first-child {
    border-right: none;
}

    #vehicle-date-select .registered-year.active {
        /*color: #fff;
        background-color: #8dc63f;*/
        border: solid 5px #8dc63f;
    }

.vehicle-date-container .tbl-mtv-categories,
.vehicle-date-container .mtv-container-parent {
    margin-top: 36px;
}
.mtv-wrapper-left.open {
    overflow: visible;
}
.sonra2018 tr td:first-child,
.sonra2018 tr td:nth-child(2) {
    width: 280px;
}
.sonra2018 tr td:last-child {
    width: auto;
}

body.error-pages { 
    margin-top:200px
}
body.error-pages .main-nav,
body.error-pages #btn-header-teklif-al {
    display: none !important
}


table.cookie-table,
table.cookie-table tbody,
table.cookie-table tfoot,
table.cookie-table thead,
table.cookie-table tr,
table.cookie-table th,
table.cookie-table td {
    border: 1px solid #000;
    vertical-align: middle;
}

#faq-main.faq-item {
    background: none;
    border-radius: 0;
}
#faq-main.faq-item::before {
    content: none;
}
