﻿@charset "utf-8";
/* CSS Document */

/* Global Colors */
:root {
    --background-color: #ffffff;
    --text-color: #000000;
    --brand-color: #ff0000;
    --gold-color: #E7B220;
    --diamond-color: #E7B220;
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    font-family: var(--default-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    color: var(--text-color);
    background: #ffffff;
}

figure {
    margin: 0;
}

b,
strong {
    font-weight: 700;
}

a,
input,
button,
textarea {
    outline: none !important;
}

a {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

ol,
ul {
    margin-bottom: 20px;
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    ol li,
    ul li {
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
    }

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row > * {
        padding-left: 15px;
        padding-right: 15px;
    }

.alignnone {
    float: none;
    margin: 20px;
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.aligncenter {
    float: none;
    display: block;
    margin: 20px auto;
}

blockquote {
    padding-left: 30px;
    border-left: 5px solid #100B3C;
    margin-bottom: 20px;
}

    blockquote * {
        font-size: 150%;
        line-height: 180%;
    }

.paragraph-small {
    font-size: 14px;
    line-height: 115%;
}

.paragraph-medium {
    font-size: 18px;
    line-height: 150%;
}

.paragraph-large {
    font-size: 20px;
    line-height: 150%;
}

.font-family-open-sans {
    font-family: 'Open Sans', sans-serif !important;
}

.font-family-myriadproregular {
    font-family: 'MyriadProRegular', sans-serif !important;
}

.font-family-myriadprobold {
    font-family: 'MyriadProBold', sans-serif !important;
}

.font-family-uknumberplate {
    font-family: 'UKNumberPlate', sans-serif !important;
}

.font-family-vauxhallneuethin {
    font-family: 'VauxhallNeueThin', sans-serif !important;
}

.font-family-vauxhallneueultralight {
    font-family: 'VauxhallNeueUltraLight', sans-serif !important;
}

.font-family-vauxhallneuelight {
    font-family: 'VauxhallNeueLight', sans-serif !important;
}

.font-family-vauxhallneueregular {
    font-family: 'VauxhallNeueRegular', sans-serif !important;
}

.font-family-vauxhallneueheavy {
    font-family: 'VauxhallNeueHeavy', sans-serif !important;
}

.font-family-vauxhallneuebold {
    font-family: 'VauxhallNeueBold', sans-serif !important;
}

.font-family-vauxhallneueextrabold {
    font-family: 'VauxhallNeueExtrabold', sans-serif !important;
}

.font-family-vauxhallneueblack {
    font-family: 'VauxhallNeueBlack', sans-serif !important;
}

/* block-title */
.block-title {
    font-family: var(--default-font);
    font-size: 32px;
    /*font-weight:bold;*/
    line-height: 109.375%;
    color: var(--text-color);
    margin-bottom: 30px;
}

    .block-title * {
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        margin-top: 0;
        margin-bottom: 0;
    }

    .block-title a {
        text-decoration: none;
    }

        .block-title a:hover {
            color: #337ac7;
        }
/* block-title */

/* block-small-title */
.block-small-title {
    font-family: var(--default-font);
    font-size: 25px;
    line-height: 109.375%;
    color: #000000;
    margin-bottom: 20px;
}

    .block-small-title * {
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        margin-top: 0;
        margin-bottom: 0;
    }

    .block-small-title a {
        text-decoration: none;
    }

        .block-small-title a:hover {
            color: #337ac7;
        }
/* block-small-title */

/* extra-small-block-title */
.extra-small-block-title {
    font-family: var(--default-font);
    font-size: 20px;
    line-height: 109.375%;
    color: #000000;
    margin-bottom: 15px;
}

    .extra-small-block-title * {
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        margin-top: 0;
        margin-bottom: 0;
    }

    .extra-small-block-title a {
        text-decoration: none;
    }

        .extra-small-block-title a:hover {
            color: #337ac7;
        }
/* extra-small-block-title */

/* common-form */
.common-form .form-group {
    margin-bottom: 20px;
}

.common-form .form-label {
    font-family: var(--default-font);
    font-weight: bold;
    font-size: 16px;
    line-height: 142.857%;
}

.common-form .form-select,
.common-form .form-control {
    height: 48px;
    resize: none;
    font-size: 16px;
    line-height: 142.857%;
    background-color: #ffffff;
    color: var(--text-color);
    border: 1px solid #000000;
    box-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .common-form .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .common-form .form-control::-moz-placeholder {
        color: #999999;
    }

    .common-form .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .common-form .form-control:-o-placeholder {
        color: #999999;
    }

    .common-form .form-select:focus,
    .common-form .form-control:focus {
        border-color: #ff0000;
    }

    .common-form .form-select[disabled],
    .common-form .form-control[disabled] {
        background-color: #eeeeee;
    }

.common-form .input-group .input-group-text {
    color: #ffffff;
    border-color: #000000;
    background: #000000;
}

.common-form .input-group .form-control {
    border-radius: 0 5px 5px 0 !important;
    -webkit-border-radius: 0 5px 5px 0 !important;
    -moz-border-radius: 0 5px 5px 0 !important;
    -ms-border-radius: 0 5px 5px 0 !important;
    -o-border-radius: 0 5px 5px 0 !important;
}

.common-form .form-check-list {
    display: flex;
    flex-wrap: wrap;
}

    .common-form .form-check-list .form-check {
        padding: 0;
    }
/* common-form */

/* buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    padding: 13px 20px;
    border: 1px solid transparent;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-simple-black {
    color: #000000 !important;
    background: #ffffff !important;
    border-color: #000000 !important;
}

.btn-simple-black:active,
.btn-simple-black:focus {
    color: #000000 !important;
    background: #ffffff !important;
    border-color: #000000 !important;
}

.btn-simple-black:active:focus,
.btn-simple-black:hover {
    color: #ffffff !important;
    background: #000000 !important;
    border-color: #000000 !important;
}

.btn-black {
    color: #ffffff !important;
    background: #000000 !important;
    border-color: #000000 !important;
}

.btn-black:active,
.btn-black:focus {
    color: #ffffff !important;
    background: #000000 !important;
    border-color: #000000 !important;
}

.btn-black:active:focus,
.btn-black:hover {
    color: #000000 !important;
    background: #ffffff !important;
    border-color: #000000 !important;
}

.btn-simple-red {
    color: var(--brand-color);
    background: #ffffff !important;
    border-color: var(--brand-color);
}

.btn-simple-red:active,
.btn-simple-red:focus {
    color: var(--brand-color);
    background: #ffffff !important;
    border-color: var(--brand-color);
}

.btn-simple-red:active:focus,
.btn-simple-red:hover {
    color: #ffffff !important;
    background: var(--brand-color);
    border-color: var(--brand-color);
}

.btn-cta {
    color: #ffffff !important;
    background: var(--brand-color);
    border-color: var(--brand-color);
}

.btn-cta:active,
.btn-cta:focus {
    color: #ffffff !important;
    background: var(--brand-color);
    border-color: var(--brand-color);
}

.btn-cta:active:focus,
.btn-cta:hover {
    color: #ffffff !important;
    background: #c9302c !important;
    border-color: #c9302c !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #ffffff !important;
    pointer-events: none;
    background-color: var(--brand-color) !important;
    border-color: var(--brand-color) !important;
    /*opacity: var(--bs-btn-disabled-opacity)*/
} 

/* buttons */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
    padding: 15px 0;
    box-shadow: 0 0 1rem rgb(102 102 102 / 20%);
}

.header .h-logo {
    text-align: center;
}

.header .h-logo * {
    display: inline-block;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* about-you */
.about-you-section .about-you-content {
    font-family: var(--default-font);
}

.about-you-section .test-form-all-data a {
    font-size: 16px;
    display: inline-block;
    text-decoration: underline;
}
/* about-you */

/* custom-navigation */
.custom-navigation-section {
    padding: 14px 0;
    font-size: 14px;
    line-height: 115%;
    color: #337ac7;
}

.custom-navigation-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.custom-navigation-section ul li:first-child {
    border-left: 1px solid #337ac7;
    border-right: 1px solid #337ac7;
    margin-right: 0;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}

        .custom-navigation-section ul li:last-child {
            border-right: 1px solid #337ac7;
            margin-left: 0;
            border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
        }

        .custom-navigation-section ul li {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0 -1px;
            padding: 0;
            list-style-type: none;
            border: 1px solid #337ac7;
            border-left: none;
            border-right: none;
        }

            .custom-navigation-section ul li a {
                text-decoration: none;
                color: inherit;
                padding: 6px 40px;
            }

                .custom-navigation-section ul li a:hover {
                    color: #23527c;
                }

                .custom-navigation-section ul li.active a,
                .custom-navigation-section ul li.current a,
                .custom-navigation-section ul li.completed a,
                .custom-navigation-section ul li a.active,
                .custom-navigation-section ul li a.current,
                .custom-navigation-section ul li a.completed {
                    color: #ffffff;
                    background: var(--brand-color);
                }
/* custom-navigation */

/* about-you */
.about-you-section {
    padding-top: 45px;
    padding-bottom: 20px;
}
/* about-you */

/* test-form-all-data */
.test-form-all-data {
    font-size: 14px;
    line-height: 115%;
    color: #000000;
}

    .test-form-all-data a {
        text-decoration: underline;
        color: inherit;
    }

        .test-form-all-data a:hover {
            color: #337ab7;
        }
/* test-form-all-data */

/* steps */
.steps-section {
    padding-bottom: 30px;
}

.steps-list .steps-block .form-left-side {
    padding-top: 18px;
}

.steps-list .form-left-side {
    text-align: right;
}

.steps-block .step-navigation-button {
    margin-top: 15px;
    text-align: right;
}

    .steps-block .step-navigation-button .btn {
        min-width: 160px;
    }

.steps-block .form-left-side {
    padding-left: 20px;
    padding-right: 20px;
}

.steps-block .form-right-side {
    position: relative;
    padding-right: 100px;
}

    .steps-block .form-right-side .custom-tooltip-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9;
    }

        .steps-block .form-right-side .custom-tooltip-icon .tooltip-icon {
            cursor: pointer;
            text-decoration: none;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #ffffff;
            background: var(--brand-color);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .steps-block .form-right-side .custom-tooltip-icon .tooltip-detail {
            position: absolute;
            right: -15px;
            bottom: 100%;
            min-width: 250px;
            background: #ffffff;
            padding: 15px 10px;
            border: 1px solid rgba(0,0,0,0.2);
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 125%;
            display: none;
        }

            .steps-block .form-right-side .custom-tooltip-icon .tooltip-detail:before {
                position: absolute;
                content: "";
                right: 18px;
                bottom: 0;
                margin-bottom: -8px;
                z-index: -1;
                width: 15px;
                height: 15px;
                background: #ffffff;
                border: 1px solid rgba(0,0,0,0.2);
                box-shadow: 0 0 5px rgba(0,0,0,0.2);
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
            }

        .steps-block .form-right-side .custom-tooltip-icon:hover .tooltip-detail {
            display: block;
        }

        .steps-block .form-right-side .custom-tooltip-icon .tooltip-detail * {
            margin-bottom: 0;
        }

        .steps-block .form-right-side .custom-tooltip-icon .tooltip-detail b,
        .steps-block .form-right-side .custom-tooltip-icon .tooltip-detail strong {
            font-weight: 600;
        }

.steps-block .form-group:hover {
    background: #fef8f4;
}

.steps-block {
    padding: 26px;
    border: 1px solid #b9b5b4;
    box-shadow: 0 0 1rem rgba(102,102,102,.2);
    margin-bottom: 30px;
}

    .steps-block .form-check-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }

        .steps-block .form-check-list > * {
            flex: 0 0 auto;
            max-width: 100%;
            margin: 0 5px 10px;
        }

        .steps-block .form-check-list .form-check {
            position: relative;
        }

            .steps-block .form-check-list .form-check .form-check-input {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 9;
                cursor: pointer;
                z-index: 9;
                margin: 0;
                width: 100%;
                height: 100%;
                background: transparent;
                opacity: 0;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
            }

                .steps-block .form-check-list .form-check .form-check-input:hover ~ .form-check-label {
                    background: #F1F7FB;
                }

                .steps-block .form-check-list .form-check .form-check-input:checked ~ .form-check-label {
                    color: #ffffff;
                    background: var(--brand-color);
                    border-color: var(--brand-color);
                }

            .steps-block .form-check-list .form-check .form-check-label {
                font-weight: 600;
                font-size: 16px;
                line-height: 125%;
                color: #000000;
                background-color: #ffffff;
                min-width: 95px;
                text-align: center;
                padding: 0.782em;
                border: 1px solid #000000;
                box-shadow: 0 5px 12px rgba(0,0,0,0.2);
                word-break: break-word;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
            }

    .steps-block .form-group > .row > *:last-child {
        border-left: 6px solid transparent;
    }

    .steps-block .form-group.has-error > .row > *:last-child {
        background: #fef8f4;
        border-color: #CC0000;
    }

    .steps-block .field-validation-error {
        display: block;
        font-size: 14px;
        line-height: 125%;
        margin-top: 10px;
        color: #ff0000;
    }

    .steps-block .custom-form-group {
        margin-bottom: 20px;
    }

.steps-list {
    counter-reset: my-awesome-counter;
}

    .steps-list .steps-block {
        counter-increment: my-awesome-counter;
    }

.steps-block .block-title {
    font-family: var(--default-font);
}

.steps-list .steps-block .block-title:before {
    content: counter(my-awesome-counter);
    font-family: var(--default-font);
    font-weight: bold;
    font-size: 65%;
    min-width: 38px;
}

.steps-block .simple-form-note {
    margin-top: 20px;
}

    .steps-block .simple-form-note *:last-child {
        margin-bottom: 0;
    }

.steps-block .form-detail {
    padding-top: 4px;
    padding-bottom: 4px;
}

.steps-block .block-title {
    position: relative;
    display: flex;
    align-items: center;
}

    .steps-block .block-title:before {
        position: relative;
        content: "";
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        border: 1px solid #000000;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

.steps-block .form-label {
    margin-bottom: 0;
}

.steps-block .form-group .form-control:focus {
    border-color: var(--brand-color);
}

.steps-block .form-group .form-control[type="number"]::-webkit-outer-spin-button,
.steps-block .form-group .form-control[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.steps-block .form-group .form-control[type="number"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
}

.steps-block .proposer-marketing-block .form-check-label .icon {
    display: block;
    font-size: 3em !important;
    text-align: center;
    margin-bottom: 15px;
}

.steps-block .static-address-detail {
    border: 1px solid #000000;
    padding: 15px;
}

    .steps-block .static-address-detail .address-buttons {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

        .steps-block .static-address-detail .address-buttons > * {
            margin-top: 15px;
        }

    .steps-block .static-address-detail .address-title {
        margin-bottom: 15px;
    }

    .steps-block .static-address-detail .address-detail .detail p {
        margin-bottom: 5px;
    }

    .steps-block .static-address-detail .address-buttons .btn {
        min-width: 120px;
    }

.steps-list .form-submit-continue {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.steps-section .form-submit-continue .btn {
    min-width: 160px;
    text-align: right;
}

#address_postcode_lookup .form-control,
#address_postcode_lookup .btn {
    margin-bottom: 15px;
}

.steps-section .find-my-bike-block .input-group .form-control {
    text-align: center;
    font-family: 'UKNumberPlate', sans-serif;
    font-weight: 700;
    font-size: 28px;
    background-color: #FFCF00;
}

.steps-section .find-my-bike-block .input-group .input-group-text {
    padding: 0;
    background: #022d95;
}

.vehicle-modal-table .table {
    border: none;
    min-width: 450px;
}

    .vehicle-modal-table .table tr td {
        border: none;
        padding: 10px 20px;
    }

.custom-vehicle-modal-detail .change-vehicle-detail-button {
    margin: 25px 0;
}
/* steps */

/* your-quote */
.packages-option-list .package-option-block {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .packages-option-list .package-option-block .form-check-input {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        z-index: 9;
        cursor: pointer;
        opacity: 0;
        z-index: 9;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .packages-option-list .package-option-block .form-check-input:checked ~ .option-detail {
            color: #ffffff;
            background: #ff0000;
            border-color: #ff0000;
        }

    .packages-option-list .package-option-block .option-detail {
        height: 100%;
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        color: #000000;
        border: 1px solid #000000;
        padding: 25px 15px;
        border-radius: inherit;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        -ms-border-radius: inherit;
        -o-border-radius: inherit;
    }

        .packages-option-list .package-option-block .option-detail * {
            color: inherit;
        }

    .packages-option-list .package-option-block .price {
        font-family: var(--default-font);
        font-size: 50px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .packages-option-list .package-option-block .option-detail *:last-child {
        margin-bottom: 0;
    }

    .packages-option-list .package-option-block .option-detail .detail p {
        margin-bottom: 5px;
    }

    .packages-option-list .package-option-block .option-detail .more-info {
        margin-top: 20px;
    }

.your-quote-section {
    padding-bottom: 65px;
}

    .your-quote-section .your-quote-block {
        padding: 26px 20px;
        border: 1px solid #b9b5b4;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
    }

        .your-quote-section .your-quote-block .quote-detail {
            font-family: var(--default-font);
        }

            .your-quote-section .your-quote-block .quote-detail b,
            .your-quote-section .your-quote-block .quote-detail strong {
                font-family: var(--default-font);
                font-weight: normal;
            }

            .your-quote-section .your-quote-block .quote-detail a {
                text-decoration: underline;
                color: inherit;
            }

                .your-quote-section .your-quote-block .quote-detail a:hover {
                    color: #23527c;
                }

        .your-quote-section .your-quote-block .apply-now-button {
            margin-top: 30px;
            text-align: right;
        }

            .your-quote-section .your-quote-block .apply-now-button .btn {
                text-decoration: none;
                min-width: 160px;
            }

    .your-quote-section .enhance-cover-list .enhance-block {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 50px);
        margin-bottom: 50px;
    }

        .your-quote-section .enhance-cover-list .enhance-block .enhance-logo {
            width: 190px;
            margin-bottom: 15px;
        }

        .your-quote-section .enhance-cover-list .enhance-block .enhance-detail ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .your-quote-section .enhance-cover-list .enhance-block .enhance-detail ul li {
                display: block;
                margin: 0 0 5px;
                padding: 0;
                list-style-type: none;
            }

                .your-quote-section .enhance-cover-list .enhance-block .enhance-detail ul li a {
                    color: inherit;
                }

                    .your-quote-section .enhance-cover-list .enhance-block .enhance-detail ul li a:hover {
                        color: #23527c;
                    }

        .your-quote-section .enhance-cover-list .enhance-block .payment-button {
            margin-top: 25px;
        }

    .your-quote-section .cover-detail-partition {
        max-width: 700px;
        width: 100%;
    }

        .your-quote-section .cover-detail-partition p {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            margin: 0 -15px;
        }

            .your-quote-section .cover-detail-partition p > * {
                flex: 1 0 0;
                max-width: 100%;
                padding: 0 15px;
                margin-bottom: 10px;
            }

            .your-quote-section .cover-detail-partition p .cover-title {
                flex: 0 0 auto;
                width: 40%;
                text-align: right;
            }

            .your-quote-section .cover-detail-partition p .cover-detail > * {
                display: block;
                margin-bottom: 10px;
            }

    .your-quote-section .your-quote-block .block-title.btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: var(--default-font);
        font-weight:normal;
        font-size: 32px;
        line-height: 109.375%;
        color: #000000;
        margin-bottom: 30px;
        padding: 0;
        box-shadow: none !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

        .your-quote-section .your-quote-block .block-title.btn:after {
            position: relative;
            content: "\f107";
            font-family: "FontAwesome";
            margin-left: 15px;
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transition: all ease-in-out 0.3s;
            -webkit-transition: all ease-in-out 0.3s;
            -moz-transition: all ease-in-out 0.3s;
            -ms-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
        }

        .your-quote-section .your-quote-block .block-title.btn.collapsed:after {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
        }

    .your-quote-section .your-quote-block .steps-block {
        border: none;
        padding: 0;
        box-shadow: none;
    }

    .your-quote-section .buy-now-insurance-block .btn {
        flex-direction: column;
    }

        .your-quote-section .buy-now-insurance-block .btn span {
            margin-bottom: 5px;
        }

        .your-quote-section .buy-now-insurance-block .btn *:last-child {
            margin-bottom: 0;
        }

    .your-quote-section .your-quote-table .table {
        border: 1px solid #000000;
        /* min-width: 500px; */
    }

        .your-quote-section .your-quote-table .table tr th,
        .your-quote-section .your-quote-table .table tr td {
            border-bottom: none;
        }

        .your-quote-section .your-quote-table .table tbody tr:nth-child(odd) td {
            background: #f9f9f9;
        }

        .your-quote-section .your-quote-table .table tr th,
        .your-quote-section .your-quote-table .table tr td {
            width: 50%;
            padding: 10px 20px;
        }

.your-quote-sidebar .sidebar-block {
    padding: 26px 20px;
    border: 1px solid #b9b5b4;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

    .your-quote-sidebar .sidebar-block .sidebar-title {
        font-family: var(--default-font);
        font-size: 22px;
        line-height: 109.375%;
        color: #000000;
        margin-bottom: 15px;
    }

        .your-quote-sidebar .sidebar-block .sidebar-title svg {
            margin-right: 5px;
        }

    .your-quote-sidebar .sidebar-block .sidebar-detail {
        font-family: var(--default-font);
    }

        .your-quote-sidebar .sidebar-block .sidebar-detail *:last-child {
            margin-bottom: 0;
        }

        .your-quote-sidebar .sidebar-block .sidebar-detail p a {
            text-decoration: underline;
            color: inherit;
        }

            .your-quote-sidebar .sidebar-block .sidebar-detail p a:hover {
                color: #23527c;
            }

    .your-quote-sidebar .sidebar-block .chat-now-button {
        margin-top: 15px;
    }

    .your-quote-sidebar .sidebar-block .certificate-link {
        margin-top: 15px;
    }
/* your-quote */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
    background: #121212;
    padding-top: 56px;
    padding-bottom: 36px;
    padding-left: 30px;
    padding-right: 30px;
}

    .footer .f-navigation {
        margin-bottom: 15px;
    }

        .footer .f-navigation ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: 0 -6px;
            padding: 0;
            list-style-type: none;
        }

            .footer .f-navigation ul li {
                display: inline-flex;
                margin: 0 6px 16px;
                padding: 0;
                list-style-type: none;
                font-size: 14px;
                line-height: 120%;
                color: #ffffff;
            }

                .footer .f-navigation ul li a {
                    text-decoration: none;
                    padding: 10px 15px;
                    color: inherit;
                }

                    .footer .f-navigation ul li a:hover {
                        text-decoration: underline;
                        color: #ffffff;
                    }

    .footer .f-main-detail .f-detail {
        font-size: 13px;
        line-height: 141%;
        color: #ffffff;
    }

        .footer .f-main-detail .f-detail * {
            margin-bottom: 0;
        }
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/



/*========== Modal Start ==========*/
.modal .modal-header .btn-close {
    box-shadow: none;
}

.modal .modal-title {
    font-family: var(--default-font);
    font-size: 28px;
    color: #000000;
    text-align: center !important;
}

.modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/*========== Modal End ==========*/

.red {
    color: #ff0000;
}

.green {
    color: #019934;
}

.goldText {
    color: #E7B220;
}

.diamondText {
    color: #757575;
}

.text14 {
    font-size: 14px;
}

.text16 {
    font-size: 16px;
}

.text20 {
    font-size: 20px;
}

.text28 {
    font-size: 28px;
}

.text45 {
    font-size: 45px;
}

.bgBlue {
    background-color: #C3E0F2;
}

hr.thick {
    height: 2px;
    background-color: #000;
    border: none;
    opacity: 1;
}

.cca-input-group {
    padding-left: 0;
}

.gold-package {
    color: var(--gold-color);
}

.diamond-package {
    color: var(--diamond-color);
}

#Car_regNumber {
    border: 1px solid #000;
    height: 48px;
    background: #FFCF00;
    font-family: 'UKNumberPlate', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 1.8em;
    font-weight: bolder;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    background-image: url('../../../img/button-reg-bg.png');
    background-repeat: no-repeat;
    background-position: -30px -11px;
    padding: 0.2em 0 0 23px;
}

    #Car_regNumber:-ms-input-placeholder {
        color: rgba(102, 102, 102, 0.4) !important;
        text-transform: none;
        font-size: 2.1em;
        font-weight: 500;
    }

    #Car_regNumber::-moz-placeholder {
        color: rgba(102, 102, 102, 0.4) !important;
        text-transform: none;
        font-size: 1.8em;
    }

    #Car_regNumber::-webkit-input-placeholder {
        color: rgba(102, 102, 102, 0.4) !important;
        text-transform: none;
        font-size: 1.8em;
    }

    #Car_regNumber::placeholder {
        color: rgba(102, 102, 102, 0.4);
        font-size: 1.2em;
        font-weight: 500;
    }


    #Car_regNumber::-ms-clear {
        display: none;
    }

    #Car_regNumber:focus {
        border: 1px solid #000;
    }

#carDetailsTable tr td:nth-child(2) {
    font-weight: bold;
}

/* spinner */
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 5px auto;
}

.double-bounce1, .double-bounce2 {
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff0000;
    ;
    opacity: 0.6;
    /*position: absolute;  
  top: 0;
  left: 0;*/

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* end spinner */

/********************  loader graphic on confirmation page - https://bootsnipp.com/snippets/GaeVl *******************/
.loader17 {
    position: relative;
    width: 65px;
    border: 1px solid transparent;
    margin: 40px auto
}

    .loader17 span {
        position: absolute;
        bottom: 0;
        display: block;
        width: 9px;
        height: 5px;
        border-radius: 5px;
        background: rgba(0,0,0,.1);
        -webkit-animation: preloader 2s infinite ease-in-out;
        animation: preloader 2s infinite ease-in-out
    }

        .loader17 span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }

        .loader17 span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s
        }

        .loader17 span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: .6s;
            animation-delay: .6s
        }

        .loader17 span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: .8s;
            animation-delay: .8s
        }

        .loader17 span:nth-child(6) {
            left: 55px;
            -webkit-animation-delay: 1s;
            animation-delay: 1s
        }

@-webkit-keyframes preloader {
    0%,100%,50% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0,0,0,.1)
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #ff0000
    }
}

@keyframes preloader {
    0%,100%,50% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(0,0,0,.1)
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #ff0000
    }
}

.modalTitle {
    margin-left: 107px
}

.hidden {
    display: none !important;
}

/* margins */
.mt15 {
    margin-top: 15px
}

.choices__inner {
    color: #000 !important;
    border: 1px solid currentColor !important;
    background: none !important;
    position: relative !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100% !important;
    cursor: pointer !important;
    font-family: "Open Sans", Arial, sans-serif !important;
}

.choices__list {
    z-index: 2 !important;
}

.agreement input {
    position: absolute !important;
    left: -10000px;
    opacity: 0;
}

.agreement.premium-sign .form-group label:before {
    /*display: block;
        float: left;*/
    margin-bottom: 40px;
    top: 8px;
    position: relative;
    margin-left: -42px;
    vertical-align: sub !important;
}

.agreement .form-group label {
    text-align: left;
    line-height: 23px;
    margin-left: 32px !important;
}

.agreement {
    display: block !important;
}

    .agreement .form-group label:before {
        content: '\e94a';
        font-family: "icomoon";
        padding-right: 10px;
        font-size: 2em;
        color: #000;
        vertical-align: middle;
    }

    .agreement .form-group input:checked ~ label:before {
        content: '\e94b';
        font-family: "icomoon";
        color: #009933;
        font-size: 2em;
        vertical-align: middle;
    }

    .agreement .form-group {
        background-color: #f2f8fb;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        text-align: center;
    }

.agreement .form-group label {
    /*display: inline-block;
    height: 32px;*/
    font-size: 1em;
    font-weight: 400;
    color: #000;
    padding: 5px;
    margin-left: 10px;
}

.agreement .form-group {
    padding: 10px;
}

/* bring webchat behind modals */
#genesys-mxg-frame {
    z-index: 1050;
}
