@charset "utf-8";
/* CSS Document */
/* Start Site General Styles */
@import url("https://use.typekit.net/fok8twi.css");
su html {
    scroll-behavior: smooth;
    font-size: 1rem;
}
body {
    font-family: "area-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #E8E8E8;
}
#spinner-container {
    text-align: center;
    z-index: 999;
    width: 100%;
    padding-top: 30px;
}
#spinnerratetext {
    margin-top: 10px;
}
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #0c0025;
    min-width: 160px;
    z-index: 1;
    border-radius: 6px;
   /* padding: 10px; */
    margin-left: 6px;
}
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #0c0025;
    min-width: 160px;
    z-index: 1;
    border-radius: 6px;
    padding: 10px;
    margin-left: 170px;
}
.dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #0c0025;
    min-width: 160px;
    z-index: 1;
    border-radius: 6px;
    padding: 10px;
    margin-left: 318px;
}
.dropdown-content4 {
    display: none;
    position: absolute;
    background-color: #0c0025;
    min-width: 160px;
    z-index: 1;
    border-radius: 6px;
    padding: 10px;
    margin-left: 434px;
}
.dropdown-content1 a, .dropdown-content2 a, .dropdown-content3 a, .dropdown-content4 a {
    padding: 4px 8px;
    text-decoration: none;
    display: block;
    color: #ffffff;
    text-align: left;
}
.dropdown-content1 a:hover, .dropdown-content2 a:hover, .dropdown-content3 a:hover, .dropdown-content4 a:hover {
    /* background-color: #D3FE10; */
    color: #D3FE10;
}
.gap-type-title-top {
    font-family: "moniker", sans-serif;
    font-weight: 700;
    color: #480097;
    font-size: 1.6rem;
    padding-bottom: 10px;
}
.gap-type-title {
    font-family: "moniker", sans-serif;
    font-weight: 700;
    color: #480097;
    font-size: 1.6rem;
    padding-bottom: 10px;
    padding-top: 30px;
}
.document_check p {
    margin-bottom: 20px;
}
/* Style for the dropdown when hovered */
.topnav .dd_menu:hover .dropdown-content1, .topnav .dd_menu:hover .dropdown-content2, .topnav .dd_menu:hover .dropdown-content3, .topnav .dd_menu:hover .dropdown-content4 {
    display: block;
}
@media only screen and (max-width:1240px) {
    .dropdown-content1, .dropdown-content2, .dropdown-content3, .dropdown-content4 {
        display: none !important;
    }
	  /*  .topnav.responsive {
        position: absolute;
        right: 0px;
        width: 45%;
        height: 100vh;
        padding-top: 70px;
        padding-bottom: 40px;
        background-color: rgba(0, 45, 50, 0.8); 
    } */
    .topnav {
        top: 0px;
        padding: 0px;
    }
    .topnav a {
        padding: 9px 30px;
    }
    .topnav.responsive .icon {
        position: absolute;
        top: 9px;
        left: 0px;
        width: 100%;
        height: auto;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        padding: 0px 30px;
        width: 70%;
    }
    /* .fa, .fas, #burger {
        font-size: 1.7rem;
        float: right;
        padding-top: 35px;
    } */
    .topnav.responsive a .fa, .fas {
        padding-top: 14px;
    }
    .topnav a {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}
.carousel-fade {
    transition: opacity 0s 2.6s;
}
h1, h2, h3, h4, h5 {
    font-family: "moniker", sans-serif;
    font-weight: 400;
}
ul {
    padding-bottom: 10px;
}
::-moz-selection { /* Code for Firefox */
    color: #FFFFFF;
    background-color: #6f05d2;
}
::selection {
    color: #FFFFFF;
    background-color: #6f05d2;
}
/* End Site General Styles */
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/faq_subtract.png");
}
.accordion-button::after {
    width: 1.7rem;
    height: 1.7rem;
    background-size: 1.7rem;
    background-image: url("../images/faq_add.png");
}
/* ----- Start Page Header CSS ----- */
.scrolly {
    transition: .5s;
    transition-timing-function: ease-out;
    background-color: #170057;
}
#stick {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    z-index: 99;
}
#header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    min-height: 87px;
}
.logobox {
    padding: 20px 0px 20px 0px;
}
/* ----- End Page Header CSS ----- */
/* ----- Start Page Navigation CSS ----- */
.navcontainer_subpage {
    background-color: #170057;
}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-link {
	color:#ffffff !important;
}
.nav-link:focus {
    color: #EBFF58;
}
.topnav {
    padding: 35px 0px 0px 0px;
    float: left;
}
.scrolly * .topnav {
    padding-bottom: 30px;
}
.topnav a {
    display: inline;
    text-align: right;
    padding: 12px 6px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 2.1;
    font-family: brother-1816, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}
.topnav a:hover {
    color: #B1FF2B;
}
.dropdown-content1 a, .dropdown-content2 a, .dropdown-content3 a, .dropdown-content4 a {
    padding: 4px 8px;
    text-decoration: none;
    display: block;
    color: #ffffff;
    text-align: left;
}
.dropdown-content1 a:hover, .dropdown-content2 a:hover, .dropdown-content3 a:hover, .dropdown-content4 a:hover {
    /* background-color: #D3FE10; */
    color: #D3FE10;
    /* border-radius: 4px; */
}
.dropdown-item {
/*    width: 200px; */
    display: inline-block;
    text-align: right;
	/* padding:10px; */
}
a.dropdown-item {
    color: #ffffff;
}
a.dropdown-item:hover {
    color: #000000;
}
.dropdown-item:hover {
  background-color: unset;
}
.dropdown-menu {
 /*   padding: 10px 10px 10px 10px; */
    background-color: #180539;
}
.dropdown-content1 a, .dropdown-content2 a, .dropdown-content3 a, .dropdown-content4 a {
    padding: 4px 8px;
    text-decoration: none;
    display: block;
    color: #ffffff;
    text-align: left;
}
.dropdown-content1 a:hover, .dropdown-content2 a:hover, .dropdown-content3 a:hover, .dropdown-content4 a:hover {
    /* background-color: #D3FE10; */
    color: #D3FE10;
}
.topnav .dd_menu:hover .dropdown-content1, .topnav .dd_menu:hover .dropdown-content2, .topnav .dd_menu:hover .dropdown-content3, .topnav .dd_menu:hover .dropdown-content4 {
    display: block;
}
.topnav .icon {
    display: none;
}
.fa, .fas {
    font-size: 1.7rem;
    right: 40px;
    position: absolute;
    padding-top: 8px;
}
.linkline.responsive_link {
    display: none;
}
.swiper_container {
    min-height: 150px;
}
.qq_container {
    min-height: 150px;
}
/* ----- End Page Navigation CSS ----- */
/* ----- Start Page Masthead CSS ----- */
.hero-overlay {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
}
#masthead {
    position: relative;
    height: auto;
    min-height: 990px;
}
.v {
    text-align: right;
    position: relative;
}
.v img {
    position: relative;
    right: -48px;
}
ul.headerbullets {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}
.headerbullet i {
    font-size: 1.4rem;
    padding: 6px 12px 0px 0px;
}
.type_box_outer {
    padding: 5px;
    height: 100%;
    border-radius: 4px;
    border-left: 1px solid #3F027C;
    border-bottom: 1px solid #3F027C;
    border-top: 12px solid #7C00DB;
    border-right: 1px solid #3F027C;
}
.nav_type_box_outer {
    padding: 5px;
    margin-bottom: 10px;
    height: 100%;
}
.nav_type_button {
    width: 100%;
    text-align: right;
    position: relative;
    bottom: 0px;
    margin-top: 30px;
    /* padding: 0px 50px 30px 0px; */
}
.type_item_text {
    z-index: 3;
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 20px;
}
.type_box_inner {
    background-image: linear-gradient(45deg, rgba(72, 2, 135, 1), rgba(18, 1, 70, 1));
    min-height: 120px;
    border-right: 12px solid #8817FF;
    padding: 30px;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.nav_type_box_inner {
    background-color: #2f0271;
    min-height: 100px;
    border-right: 12px solid #8817FF;
    padding: 30px;
    height: 100%;
    /* position: relative; */
}
.nav_type_title {
    color: #ffffff;
    font-size: 1.1rem;
    padding-bottom: 10px;
}
.nav_type_body {
    color: #ffffff;
    min-height: 100px;
}
/* End Page Masthead CSS */
/* Start Quick Quote Styles */
label, .formlabel, #sliderValue {
    color: #0B0119;
    padding-bottom: 6px;
}
.error-msg, #noofpeopleerror, #noofitemserror, #vehicleerror1, #vehicleerror1b, #emailerror, #producterror, #addon1error, #addon2error, #addon3error, #addon4error, #addon5error, #addon6error, #decerror, #p1FirstNameError,
#p1LastNameError,
#p1DOBAgeError,
#p1DOBError,
#emailInvalidError,
#emailError,
#phoneerror,
#phoneelerror-msg,
#streeterror,
#cityerror,
#postcodeerror,
#countryerror,
#p2FirstNameError,
#p2LastNameError,
#p2DOBAgeError,
#p2DOBError,
#p3FirstNameError,
#p3LastNameError,
#p3DOBAgeError,
#p3DOBError,
#p4FirstNameError,
#countryeligerror,
#p4LastNameError,
#p4DOBAgeError,
#vehicleerror1d,
#vehicleerror1e,
#vehicleerror2c,
#vehicleerror2d,
#vehicleerror2e,
#vehicleerror3c,
#vehicleerror3d,
#vehicleerror3e,
#vehicleerror3c,
#vehicleerror3d,
#vehicleerror3e,
#p4DOBError {
    color: red;
    padding-bottom: 10px;
    display: none;
}
#vehicleerror1c {
    color: red;
    padding-top: 10px;
    display: none;
}
#error-msg2 {
    color: red;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
#error-msg3 {
    color: red;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.slide-container {
    width: 100%;
    position: relative;
}
.slide-container .slide {
    display: none;
    width: 100%;
}
.slide-container .active-slide {
    display: block;
}
.slide-container .slide {
    position: relative;
}
.slide-container .previous {
    animation: slideout 1s forwards;
}
.minPrice {
    font-size: 4rem;
    font-weight: 700;
    color: #ffffff;
}
.pcm {
    font-size: 0.8rem;
    position: relative;
    top: -18px;
}
.slider {
    -webkit-appearance: none;
}
#amountpermonth input[type=range] {
    padding: 0px;
    margin-bottom: 27px;
    height: 6px;
}
input[type=date] {
    width: 100%;
    border: 1.4px solid #406A00;
}
input[type=number] {
    width: 100%;
}
#number-input {
    /*	color:#ffffff; */
}
select, option {
	color:#000000;
}
input,
select,
textarea,
email,
date {
	font-size: 16px;
}
input[type=date] {
	width:100%;
}
input[type="text"] {
  font-size: 16px;
}
.registration-input {
        font-size: 0.9em !important;
}
#range-container {
    color: #ffffff;
    display: none;
}
#range-input {
    color: #ffffff;
}
#choice-container {
    color: #ffffff;
    padding-bottom: 10px;
}
#result-container {
    color: #ffffff;
    display: none;
    border-left: 1px solid #fb5391;
    padding-left: 30px;
}
#upper-limit-container {
    color: #ffffff;
    padding-top: 6px;
    font-size: 0.7rem;
}
#range-container {
    padding-left: 12px;
}
.carvalue, .duration, .covertype, .annualsalary, #amountpermonth, #result-container {
    padding-top: 6px;
}
.onequote_spacer {
    padding-top: 40px;
}
ul.headerbullets {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
    font-size: 1.4rem;
}
.headerbullet i {
    font-size: 1.4rem;
    padding: 6px 12px 0px 0px;
}
#types {
    margin-top: -288px;
    margin-bottom: -44px;
}
#types p {
    font-size: .9rem;
}
.types_row {
    margin-left: 0px;
    margin-right: 0px;
}
.types {
    position: relative;
    /* margin-bottom: -20px; */
    z-index: 800;
}
.quickquote_header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #D3FE10;
    margin-top: 4vh;
    padding: 6px 20px 6px 20px;
    position: relative;
    z-index: 2;
    font-size: 1.4rem;
    font-weight: 500;
    color: #12051A;
}
.quickquote {
    border-bottom: 12px solid #AE5AFF;
    ;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 20px 20px 20px;
    position: relative;
    z-index: 2;
    min-height: 213px;
}
.formfield {
    display: inline-block;
}
.step1_spacing {
    margin-top: 32px;
}
.formlabel {
    padding-bottom: 10px;
    font-size: 1.3rem;
    min-height: 100px;
}
.bd-formlabel {
    padding-bottom: 10px;
    font-size: 1.3rem;
    min-height: 0px;
}
.getaquote_page .formlabel {
    padding-bottom: 20px;
    font-size: 1.3rem;
    min-height: unset;
}
.getaquote_page_question {
    margin-bottom: 40px;
}
.getaquote_page .email_consent {
    padding-top: 40px;
    font-size: 1rem;
}
.formlabel.regbox {
    min-height: 50px;
}
input {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1.4px solid #598700;
    height: 40px; /* was 61px */
    border-radius: 4px;
}
input[type=search] {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1.4px solid #598700;
    height: 40px; /* was 61px */
    border-radius: 4px;
}
select {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1.4px solid #406A00;
    height: 40px !important; /* was 60px !important */
    border-radius: 4px;
}
#v1header, #v2header, #v3header, #v4header {
    padding-left: 8px;
    padding-right: 8px;
}
/* ----- End Page Quickquote CSS ----- */
/* ----- Start Page Buttons CSS ----- */
.qq_button_container {
    position: relative;
    height: 100%;
}
.qq_buttons {
    /* position:absolute; */
    height: 100%;
    width: 100%;
    bottom: 0px;
}
.quickquote_button {
    padding: 6px 20px 6px 20px;
    background-color: #d3fe10;
    border: 0.5px;
    border-radius: 4px;
    border-color: #a1c300;
    color: #170146;
    height: 50px;
    margin-top: 33px;
    text-align: center;
    font-size: 1.3rem;
    min-width: 140px;
    margin-bottom: 6px;
    margin-left: 6px;
}
.quickquote_button_top {
    padding: 6px 20px 6px 20px;
    background-color: #d3fe10;
    border: 0.5px;
    border-radius: 4px;
    border-color: #a1c300;
    color: #170146;
    height: 50px;
    text-align: center;
    font-size: 1.3rem;
    min-width: 140px;
    margin-bottom: 39px;
}
.moreinfo {
    background-color: #7900ae;
    border-color: #7900ae;
    color: #ffffff;
    margin-right: 10px !important;
}
.quickquote_button.moreinfo:hover {
    background-color: #220131;
    border-color: #220131;
    color: #ffffff;
}
.next_button_tray {
    width: 100%;
    padding: 10px 0px 20px 0px;
    background-color: #490096;
    text-align: center;
}
.checkout_button {
    padding: 6px 20px 6px 20px;
    background-color: #d3fe10;
    border: 0.5px;
    border-radius: 4px;
    border-color: #6418AE;
    color: #170146;
    height: 50px;
    text-align: center;
    font-size: 1.1rem;
    min-width: 120px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.back_button {
    padding: 6px 20px 6px 20px;
    background-color: #6418AE;
    border: 0.5px;
    border-radius: 4px;
    border-color: #6418AE;
    color: #ffffff;
    height: 50px;
    text-align: center;
    font-size: 1.1rem;
    min-width: 120px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.validate_button {
    padding: 10px 20px 10px 20px;
    background-color: #511199;
    border: 0.5px;
    border-radius: 4px;
    border-color: #511199;
    color: #ffffff;
    height: 60px;
    text-align: center;
    font-size: 1.3rem;
    display: inline-block;
}
.buy_button {
    padding: 6px 20px 6px 20px;
    background-color: #d3fe10;
    border: 0.5px;
    border-radius: 4px;
    border-color: #a1c300;
    color: #170146;
    height: 50px;
    text-align: center;
    font-size: 1.3rem
}
.quickquote_button_previous {
    padding: 10px 20px 10px 20px;
    background-color: #242424;
    border: 0.5px;
    border-radius: 4px;
    border-color: #242424;
    color: #787879;
    height: 61px;
    margin-top: 33px;
    text-align: center;
    font-size: 1.3rem
}
.quickquote_button-hero {
    padding: 10px 20px 10px 20px;
    background-color: #161616;
    border: 0.5px;
    border-radius: 4px;
    border-color: #161616;
    color: #ffffff;
    height: 62px;
    margin-top: 94px;
    text-align: center;
}
.nextstep_button {
    padding: 10px 20px 10px 20px;
    background-color: #d3fe10;
    border: 0.5px;
    border-radius: 4px;
    border-color: #d3fe10;
    color: #000000;
    height: 61px;
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.quickquote_button_previous1 {
    padding: 10px 20px 10px 20px;
    background-color: #242424;
    /* min-width: 170px; */
    border: 0.5px;
    border-radius: 4px;
    border-color: #242424;
    color: #787879;
    height: 62px;
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.quickquote_button_previous2 {
    padding: 10px 20px 10px 20px;
    background-color: #242424;
    /* min-width: 170px; */
    border: 0.5px;
    border-radius: 4px;
    border-color: #242424;
    color: #787879;
    height: 62px;
    text-align: center;
    font-size: 1.3rem;
    position: absolute;
    bottom: 0px;
    margin-bottom: 40px;
}
.quickquote_button-hero1 {
    padding: 10px 20px 10px 20px;
    background-color: #16012b;
    /* min-width: 170px; */
    font-size: 1.3rem;
    border: 0.5px;
    border-radius: 4px;
    border-color: #161616;
    color: #ffffff;
    height: 62px;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
.quickquote_button-hero2 {
    padding: 10px 20px 10px 20px;
    background-color: #d3fe10;
    /* min-width: 170px; */
    font-size: 1.3rem;
    border: 0.5px;
    border-radius: 4px;
    border-color: #161616;
    color: #170146;
    height: 62px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    cursor: pointer;
}
.nextstep_button:hover {
    background-color: #fcfa2c;
    color: #000000;
}
.quickquote_button_previous1:hover {
    background-color: #d3fe10;
    color: #000000;
}
.quickquote_button_previous2:hover {
    background-color: #d3fe10;
    color: #000000;
}
.quickquote_button-hero1:hover {
    background-color: #d3fe10;
    color: #000000;
}
.quickquote_button-hero2:hover {
    background-color: #8bbe00;
    color: #000000;
}
.quickquote_header img {
    display: none;
}
.quickquote_button:hover {
    background-color: #8bbe00;
    color: #000000;
}
.quickquote_button_top:hover {
    background-color: #8bbe00;
    color: #000000;
}
.checkout_button:hover {
    background-color: #8bbe00;
    color: #000000;
}
.back_button:hover {
    background-color: #d3fe10;
    color: #000000;
}
.validate_button:hover {
    background-color: #170057;
    color: #ffffff;
}
.buy_button:hover {
    background-color: #8bbe00;
    color: #000000;
}
.quickquote_button_previous:hover {
    background-color: #d3fe10;
    color: #000000;
}
.quickquote_button-hero:hover {
    background-color: #d3fe10;
    color: #000000;
}
.quickquote_button_mainbody_left {
    padding: 10px 20px 10px 20px;
    background-color: #d3fe10;
    min-width: 170px;
    border: 0px;
    border-radius: 4px;
    color: #000000;
    height: 61px;
}
.quickquote_button_mainbody_left:hover {
    background-color: #d3fe10;
    box-shadow: 0px 0px 8px 2px #d3fe10;
}
.quickquote_button_mainbody_right {
    padding: 10px 20px 10px 20px;
    background-color: #d3fe10;
    min-width: 170px;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    height: 61px;
    margin-right: 90px;
}
.quickquote_button_mainbody_right:hover {
    background-color: #d3fe10;
    box-shadow: 0px 0px 8px 2px #d3fe10;
}
/* ----- End Page Buttons CSS ----- */
.coverage_left, .coverage_right {
    text-align: center;
    position: relative;
}
.coverage_left:before, .coverage_right:before {
    content: '';
    width: 100%;
    border-bottom: solid rgba(211, 254, 16, 1.00);
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 1;
    padding-top: 40px;
}
.coverage_text {
    z-index: 3;
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 40px;
}
.coverage_icon {
    text-align: center;
}
.coverage_item_box {
    padding-top: 30px;
}
.coverage_item_outer {
    padding: 5px;
    margin-bottom: 10px;
}
.coverage_item_inner {
    background-color: #43048c;
    min-height: 220px;
    padding: 20px 30px 0px 30px;
    height: 100%;
}
.coverage_item_content {
    border-bottom: 14px solid #8817ff;
    height: 100%;
}
.product_choice {
    margin-bottom: 20px;
}
.type_tray {
    padding-top: 40px;
}
.product_choice .type_title {
    font-size: 1.1rem;
}
.product_choice .type_body p {
    font-size: .9rem;
}
.long_quote {
    background-color: #2F0271;
    color: #ffffff;
}
.quote_leadin {
    padding-top: 20px;
}
#illustration_section, #gap_section {
    background-image: url(../images/spotlights.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#breakdown_section {
    background-image: url(../images/spotlights_green.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#basic_section {
    background-color: #ffffff;
}
.basic_section {
    background-color: #ffffff;
}
.basic_shaded_section {
    background-color: #F3EBFE;
}
.tp_section {
    min-height: 500px;
}
.illustration_upper_box {
    padding-top: 50px;
    padding-bottom: 30px;
}
.illustration_lower_box {
    border-top: 4px solid #658201;
    padding-top: 30px;
}
.illustration_subheading {
    font-size: 1.2rem;
    color: #ffffff;
    padding-top: 20px;
}
.illustration_data {
    font-size: 3.2rem;
    color: #D3FE10;
    font-weight: 700;
    line-height: 1;
}
.illustration_info {
    padding-top: 50px;
    text-align: right;
}
.illustration_info_top {
    font-size: 1.2rem;
    color: #D3FE10;
}
.illustration_info_bottom {
    font-size: 1.2rem;
    color: #ffffff;
}
.illustration_image {
    text-align: right;
}
.subpage_body {
    padding: 40px 0px 40px 0px;
}
.subpage_body p, .subpage_body li, .termstext li {
    font-size: 1rem; /* was 1.2rem */
}
.subpage_body h2, .termstext h2 {
    padding-top: 30px;
    font-size: 1.6rem;
    color: #480097;
}
.subpage_body a, .termstext a {
    color: #4F0083;
}
.prod_results_para {
    padding-bottom: 20px;
}
.quote_type_box_outer {
    padding: 5px;
    height: 100%;
    border-radius: 4px;
    border-left: 1px solid #3F027C;
    border-bottom: 1px solid #3F027C;
    border-top: 12px solid #7C00DB;
    border-right: 1px solid #3F027C;
}
.quote_type_box_inner {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    padding: 30px 30px 10px 30px;
    position: relative;
    cursor: pointer;
    height: 100%;
    margin: -5px;
}
.quote_type_title {
    color: #ffffff;
    font-size: 1.1rem;
    padding-bottom: 10px;
}
.quote_type_body {
    color: #ffffff;
}
.quote_type_title {
    color: #36007A;
    font-size: 1.1rem;
    padding-bottom: 10px;
    font-weight: 700;
}
.quote_type_body p {
    color: #36007A;
    font-size: 0.9rem;
}
.header_section {
    background-image: url("../images/spotlights.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.product_header_section {
    /* min-height: 100vh; */
    background-image: url("../images/spotlights.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
.dot_tray {
    width: 100%;
    position: relative;
}
.dot_col {
    width: 100%;
    position: relative;
    text-align: center;
}
.dot1 {
    height: 110px;
    width: 110px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -55px;
    left: calc(50% - 55px);
}
.dot2 {
    height: 110px;
    width: 110px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -55px;
    left: calc(50% - 55px);
}
.dot3 {
    height: 110px;
    width: 110px;
    background-color: #F3EBFE;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -55px;
    left: calc(50% - 55px);
}
.dot4 {
    height: 110px;
    width: 110px;
    background-color: #1E015E;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -55px;
    left: calc(50% - 55px);
}
.dot5 {
    height: 110px;
    width: 110px;
    background-color: #490096;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -55px;
    left: calc(50% - 55px);
}
.dot6 {
    height: 110px;
    width: 110px;
    background-color: #110036;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -55px;
    left: calc(50% - 55px);
}
.v_image img {
    width: 100%;
    height: auto;
}
.v_mobile {
    display: none;
}
.herotext_container {
    padding-top: 14vh;
}
.herotext_container h1 {
    font-size: 3rem;
    line-height: 1;
    padding-bottom: 30px;
    color: #ffffff;
    font-family: "moniker", sans-serif;
    font-weight: 400;
}
h1.product {
    font-size: 4.3rem;
    line-height: 1;
    padding-top: 60px;
}
.herotext_container h2 {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0px 0px 20px 0px;
    color: #ffffff;
    font-family: "moniker", sans-serif;
    font-weight: 400;
    /*	word-wrap:break-word;
	overflow:hidden; */
    font-style: normal;
}
.herotext_container ul {
    font-size: 1.2rem;
    list-style: none;
    padding-left: 0px;
}
.herotext_container i {
    color: #BDFF0F;
}
.herotext_container li {
    color: #ffffff;
}
.slidernav_box {
    position: relative;
    top: -184px; /* changed from 250 */
    margin-bottom: -214px; /* changed from 210 */
    z-index: 90;
}
.qq_box {
    position: relative;
    top: -60px; /* changed from 250 */
    margin-bottom: -90px; /* changed from 210 */
    z-index: 90;
    padding-left: 0px;
    padding-right: 0px;
}
#formstep1 .container, #formstep2 .container, #formstep3 .container {
    padding-left: 0px;
    padding-right: 0px;
}
/* End Page Header_Sections ---- */
.section_heading h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #480097;
}
.section_heading h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #480097;
    text-align: center;
}
.section_heading_img {
    text-align: center;
    margin: 20px 0px 40px 0px;
}
.subpage_section_heading h1 {
    padding-top: 40px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #480097;
}
.subpage_section_heading h2 {
    padding-top: 40px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #480097;
    text-align: center;
}
.dark h2, .dark {
    color: #ffffff;
}
.highlight_row {
    margin-top: 60px;
}
.highlightcolumm_left {
    min-height: 120px;
}
.highlightcolumm-middle {
    border-left: 1px solid #A5C900;
    border-right: 1px solid #A5C900;
    min-height: 120px;
}
.highlightcolumm_right {
    min-height: 120px;
}
.highlightbox_image {
    text-align: center;
    padding-bottom: 20px;
}
.highlightbox_heading {
    text-align: center;
}
.highlightbox_heading h3 {
    font-size: 2rem;
    padding-bottom: 20px;
    text-align: center;
}
.highlightbox_body {
    text-align: center;
}
.highlightbox_body p {
    font-size: 1.4rem;
}
.quote_button_box {
    width: 1005;
    text-align: center;
    padding-top: 30px;
}
.qbb_bottom {
    padding-top: 0px;
}
.floating_image_tray {
    position: relative;
}
.floating_image_box {
    position: absolute;
    width: auto;
    top: -160px;
    left: -80px;
}
.product_floating_image_tray {
    position: relative;
}
.product_floating_image_box {
    position: absolute;
    width: auto;
    bottom: 0px;
}
/* ----- Start Page Header_Sections ---- */
#feature_section {
    background-color: #ffffff;
}
.featured_product {
    /*  background-image: url("../images/broken_car2.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
	background-size:25%; */
}
#faq_section {
    background-color: #f3ebfe;
}
#benefits_section {
    background-image: url("../images/spotlights.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.instructions {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.6rem;
    color: #B8FA22;
    line-height: 1;
}
.product_tile_outer {
    background-color: #43038d;
    width: 100%;
    height: 100%;
    box-shadow: 0px 20px 8px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.product_tile_inner {
    height: 100%;
}
.product_tile_inner img {
    width: 128px !important;
    height: auto;
}
.swiper-slide-active .product_tile_inner {
    border: 2px solid #BDFF0F !important;
    height: 100%;
}
.product_tile_heading {
    font-size: 1.4rem;
    padding: 40px 30px 10px 30px;
    color: #ffffff;
    line-height: 1;
}
.product_tile_body {
    padding: 10px 30px 6px 30px;
    font-size: .9rem;
    color: #ffffff;
    min-height: 80px;
}
.product_tile_button_inner {
    position: absolute;
    height: auto;
    bottom: 0px;
    padding: 15px 65px 45px 40px;
    width: 100%;
    text-align: right;
}
.product_tile_button:after {
    content: '';
    display: block;
    padding-top: 20px;
    margin: 0 auto;
    border-bottom: 6px solid #D000FF;
}
.sub_heading {
    font-size: 1.2rem;
    line-height: 1;
}
.email_consent {
    padding-top: 10px;
}
.email_consent a {
    color: #39087D;
}
.button_tray {
    position: relative;
    bottom: 0px;
}
.button_row {
    height: 100%;
    padding-bottom: 1px;
}
/* End Page Header_Sections ---- */
/* ----- Start Page Body_Sections ---- */
.body_section {
    padding: 110px 0px 90px 0px;
}
#subpage_body_section {
    padding: 150px 15px 80px 15px;
}
.button_only {
    padding: 50px 0px 70px 0px;
}
.getaquote_text {
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
}
.getaquote_text p {
    font-size: 1rem;
    padding: 0px 20vw;
}
.benefit_tray {
    padding-top: 50px;
}
.benefit_icon_box {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
}
.benefit_box i {
    font-size: 1.6rem;
    position: relative;
    top: 4px;
    color: #95ba00;
    margin-right: 4px;
}
.benefit_box {
    background-color: #ffffff;
    padding: 16px 20px 20px 20px;
    margin-bottom: 10px;
    font-size: 1.08rem;
}
/* End Page Body_Sections ---- */
/* ----- Start Page TrustPilot Ribbon CSS ----- */
#trustpilot_ribbon {
    background-color: #151515;
    padding-top: 35px;
    padding-bottom: 35px;
    display: none;
}
.trustpilot_content_logo {
    text-align: center;
    color: #ffffff;
}
.trustpilot_content {
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}
/* ----- End Page TrustPilot CSS ----- */
/* ----- Start Page FAQ Section CSS ----- */
#faqs {
    padding-top: 40px;
    padding-bottom: 80px;
    z-index: 3;
}
#faqs a {
    color: #310097;
}
#faqs h3 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-weight: 700;
}
.accordion {
    padding: 30px 90px 30px 90px;
}
.accordion p {
    font-size: 1rem;
}
.accordion-item {
    margin: 10px 0px 10px 0px;
    /* border: 0.5px solid #626161 !important; */
    border-radius: 4px;
}
.accordion-button {
    background-color: #310097;
    padding: 12px 30px 10px 30px;
    color: #ffffff;
}
.accordion-button h3 {
    font-size: 1.2rem;
}
.accordion-button:not(.collapsed) {
    background-color: #310097;
    color: #ffffff;
}
.accordion-button:focus {
	outline: 4px solid #eb00bb;
    outline-offset: 0px;
   /* border-color: #A9FF00 !important;
    box-shadow: 0 0 0 0.25rem rgb(204 255 0 / 25%) !important; */
}
.accordion-body {
    background-color: #ffffff; /* was #F3EBFE */
    border: 0px;
    border-bottom: 1px solid #A9FF00;
}
.morefaqs {
    width: 100%;
    text-align: center;
}
/* ----- End Page FAQ Section CSS ----- */
/* ----- Start Footer Section CSS ----- */
#footercta {
    padding: 40px 0px 40px 0px;
    background-color: #2c2c2c;
    border-top: 6px solid #310097;
}
.footer_cta {
    color: #ffffff;
    text-align: center;
}
.footer_cta h3 {
    font-size: 1.4rem;
    padding-bottom: 0px;
}
#footer {
    background-color: #0D0D0D;
    padding: 90px 0px 90px 0px;
    color: #ffffff;
    font-size: 0.8rem;
    height: auto;
    width: 100%;
}
.footerlogo {
    padding-bottom: 60px;
    height: 47px;
}
.regwording {
    font-size: 0.7rem;
    color: #C0C0C0;
}
.socialicons {
    color: #ffffff;
    font-size: 2.4rem;
    text-align: right;
}
.socialicons .fa-facebook {
    padding-right: 10px;
}
.socialicons a {
    color: #ffffff;
}
.footerlinks a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 4px 0px;
}
.footerlinks a:hover {
    color: #D3FE10;
}
.footerlinks_block a {
    color: #ffffff;
    text-decoration: none;
}
.footerlinks_block a:hover {
    color: #D3FE10;
}
.herolinks {
    color: #ffffff;
    font-size: 1.6rem;
}
.herolinks:hover {
    color: #D3FE10;
    text-decoration: underline;
}
.digi2l a {
    color: #ffffff;
    text-decoration: none;
}
/* ----- End Footer Section CSS ----- */
/* ----- Start SubPage Specific CSS ----- */
.subpage {
	text-align:center;
}
#introsection.subpage h1 {
    font-size: 2.8rem !important;
    padding-bottom: 30px;
    color: #000000;
    padding-left: 90px;
    font-weight: 700;
}
#introsection.communitypage h1 {
    font-size: 2.8rem !important;
    padding-bottom: 30px;
    color: #000000;
    padding-left: 90px;
    font-weight: 700;
}
.contentblockleft_quote p {
    padding-bottom: 10px;
    color: #ffffff;
    padding-left: 90px;
    line-height: 1.4;
}
#subpage_mainbody {
    padding-top: 90px;
    z-index: 999;
    height: 100%;
}
.bodycontent_box {
    padding-bottom: 50px;
}
#subpage_highlight {
    padding: 120px 0px 70px 0px;
    background-color: #232323;
    color: #ffffff;
}
#subpage_highlight h2 {
    font-size: 2.0rem;
}
#subpage_highlight h3 {
    font-size: 1.4rem;
    padding-top: 0px;
}
tr, td {
    border: 0.5px solid #000000;
    padding: 5px;
}
table {
    width: 100%;
}
.termscontent h2 {
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 0px;
}
.termscontent p {
    padding-left: 0px;
}
.termscontent a {
    color: #310097;
}
.backbutton {
    padding-bottom: 10px;
}
.desktop_hide {
    display: none;
}
.summarybox_outer {
    border-radius: 12px;
    border: 6px solid #48018A;
    background-color: #ffffff;
}
#resultsboxchoice1, #resultsboxchoice2, #resultsboxchoice3 {
    visibility: hidden;
}
.results_tray { /*  Added 01.12.23  */
    padding-left: 0px;
    padding-right: 0px;
}
#results {
    display: none;
}
.resultsbox_heading {
    font-size: 1.2rem;
    color: #5800D6;
    font-weight: 700;
    padding-bottom: 10px;
}
.add_on_row {
    margin-bottom: 30px;
}
.add_on {
    font-size: 2.1rem;
}
.desktop_hide.add_on {
    padding-top: 10px;
    font-size: 1.2rem;
}
.results-box, .results_tray {
    height: 100%;
}
.resultsbox_outer {
    height: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}
.resultsbox_inner {
    height: 100%;
    border-radius: 8px;
    background-image: linear-gradient(45deg, rgba(11, 13, 60, 1), rgba(18, 17, 93, 1));
}
.summarybox_inner {
    border-radius: 4px;
    background-color: #ffffff;
    padding-left: 12px;
    padding-right: 12px;
}
.resultsbox_title, .resultsbox_title1 {
    font-size: 1.3rem;
    text-align: center;
    padding: 20px 30px 20px 30px;
    background-image: linear-gradient(45deg, rgba(80, 1, 143, 1), rgba(118, 0, 250, 1));
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: 700;
}
.resultsbox_label, .resultsbox_label1, .resultsbox_label2, .resultsbox_label3 {
    font-size: 1rem;
    text-align: center;
    padding: 20px 30px 4px 30px;
    color: #ffffff;
}
.resultsbox_label1 sup i {
    color: #6117AB;
}
.resultsbox_data, .resultsbox_data1, .resultsbox_data2, .resultsbox_data3 {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 4px 30px 10px 30px;
    color: #ffffff;
    border-bottom: 0.5px solid #412d5f;
}
.resultsbox_tier1_top, .resultsbox_tier1_bottom {
    background-color: #6f4c29;
}
.resultsbox_tier2_top, .resultsbox_tier2_bottom {
    background-color: #55727e;
}
.resultsbox_tier3_top, .resultsbox_tier3_bottom {
    background-color: #876405;
}
#resultsbox_footer, #resultsbox_footer1, #resultsbox_footer2, #resultsbox_footer3 {
    background-image: linear-gradient(45deg, rgba(23, 23, 46, 1), rgba(23, 23, 46, 1));
    padding: 10px 30px 10px 30px;
    text-align: center;
}
.summarybox_footer {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    padding: 10px 30px 30px 30px;
    text-align: center;
    min-height: 70px;
}
.summarybox_title {
    font-size: 1.1rem;
    text-align: center;
    padding: 20px 30px 20px 30px;
    background-image: linear-gradient(45deg, rgba(80, 1, 143, 1), rgba(118, 0, 250, 1));
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.summarybox_header .quote_ref {
    font-weight: 700;
    font-size: 1.4rem !important;
}
.summarybox_label {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #6418AE;
}
.summarybox_data {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
}
.summary_subheading {
    background-image: linear-gradient(45deg, rgba(105, 26, 180, 1), rgba(29, 0, 92, 1));
    color: #ffffff;
    font-size: 1.2rem;
    padding: 10px 20px 10px 20px;
    text-align: center;
}
.summarybox_footer {
    min-height: 62px;
    background-image: linear-gradient(45deg, rgba(105, 26, 180, 1), rgba(29, 0, 92, 1));
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.premium_label {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #6418AE;
}
.premium_amount {
    font-size: 3.6rem;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #a2c403;
    text-align: center;
}
.sum_label {
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #6418AE;
}
.sum_amount {
    font-size: 3.6rem;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #a2c403;
    text-align: center;
}
.cost {
    font-size: 0.9rem;
}
.level_stripe_bronze {
    width: 100%;
    background-color: #7b4d20;
    height: 12px;
    border-left: 0.5px solid rgb(175, 175, 177);
    border-right: 0.5px solid rgb(175, 175, 177);
}
.level_stripe_silver {
    width: 100%;
    background-color: #a5b6bd;
    height: 12px;
    border-left: 0.5px solid rgb(175, 175, 177);
    border-right: 0.5px solid rgb(175, 175, 177);
}
.level_stripe_gold {
    width: 100%;
    background-color: #bf8f0d;
    height: 12px;
    border-left: 0.5px solid rgb(175, 175, 177);
    border-right: 0.5px solid rgb(175, 175, 177);
}
.productname {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.productcolumn-inner {
    background-color: #ffffff;
    border-radius: 12px;
}
#productresultspage .contentblockleft h2 {
    color: #ffffff;
}
.formfield {
    position: relative;
}
#dropdownList {
    padding: 20px;
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 0px;
    position: absolute;
    z-index: 1;
    color: #000000;
    width: calc(100% - 24px);
    top: 93px;
    left: 12px;
    border-bottom: 0.5px solid #000000;
    border-left: 0.5px solid #000000;
    border-right: 0.5px solid #000000;
    display: none;
}
.row-flex {
    display: flex;
    height: 100%;
    padding-bottom: 70px;
}
.productcolumn {
    height: 100%;
    padding: 10px;
    margin-bottom: 30px;
    color: #000000;
}
.chosenproduct {
    border: 6px solid #310097;
    border-radius: 8px;
    color: #000000;
}
.productcolumn-inner {
    height: 100%;
    border: 0.5px solid #000000;
    border-radius: 12px;
    padding-bottom: 30px;
}
.productname {
    min-height: 60px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.monthlyprem {
    min-height: 60px;
    padding: 20px 30px 20px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.producttype {
    min-height: 60px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.productiep {
    min-height: 60px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.productexcess {
    min-height: 60px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.monbenamount {
    min-height: 60px;
    padding: 20px 30px 20px 30px;
    text-align: center;
    border-bottom: 0.5px solid #989797;
}
.prodname, .prodtype, .iep, .prodex, .premipt, .benam {
    font-weight: 700;
}
.prodname {
    font-size: 1.2rem;
}
.premipt, .benam {
    font-size: 1.8rem;
}
.monthlyprem {}
.ipt {
    font-size: 0.8rem;
}
.ipt_bd {
    position: relative;
    top: -8px;
}
sup i {
    color: #D3FE10;
}
.flowbox_inner i {
    color: #12b401;
    padding-left: 10px;
}
.tooltipc2m {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 130px;
    min-height: 120px;
    background-color: white;
    padding: 20px;
    border: 1px solid #666666;
    border-radius: 4px;
    color: #000000;
    line-height: 1;
}
.resultsboxchoice_outer {
    padding: 0px 20px 0px 20px;
}
.resultsboxchoice_inner {
    text-align: center;
    padding: 16px 0px 10px 0px;
    background-image: linear-gradient(12deg, rgba(65, 1, 120, 1), rgba(113, 0, 238, 1));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
}
/* 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;
}
.productbutton {
    text-align: center;
    padding-top: 18px;
}
#column1button, #column2button, #column3button, #column4button {
    border: 0px;
    border-radius: 4px;
    padding: 14px 10px 14px 10px;
    min-width: 140px;
    background-color: #d3fe10;
    color: #ffffff;
    box-shadow: 0px 4px 5px #b95a5d;
}
#column1button:hover, #column2button:hover, #column3button:hover {
    margin-top: -4px;
    margin-bottom: 4px;
    background-color: #ED2A6D;
}
/* .productname {
    background-color: #CF004D;
    color: #ffffff;
} */
/* .quickquotesummary {
    padding: 30px;
    background-color: #F4F4F4;
    border: 3px solid #CF004D;
    border-radius: 6px;
    margin-top: 10px;
}
.quickquotesummary h2 {
    font-size: 1.4rem;
} */
.qqBox {
    padding: 10px 6px 10px 6px;
}
.qqBoxDivider {
    border-top: 0.5px solid #686868;
}
.return {
    padding-top: 16px;
    text-align: center;
}
#returnbutton {
    border: 0px;
    border-radius: 4px;
    padding: 14px 10px 14px 10px;
    min-width: 140px;
    background-color: #232323;
    color: #ffffff;
    box-shadow: 0px 4px 5px #6c6c6c;
}
.document_row {
    padding-top: 30px;
}
.document_tray {
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 0 30px 30px 30px;
    border-top: 12px solid #480097;
}
.documentbox {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
}
.documentbox_left, .documentbox_right {
    border-top: 12px solid #480097;
}
.documentbox_category h2 {
    padding-top: 0px;
}
.documentbox_title {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px soild #000000;
    font-weight: 700;
}
.documentbox_title a {
    font-size: 1.1rem;
}
.documentbox_title i {
    color: #F40053;
    padding-left: 10px;
    font-size: 1.2rem;
}
.selected1 {
    background-image: linear-gradient(45deg, rgba(72, 2, 135, 1), rgba(18, 1, 70, 1));
    margin: -5px;
}
.selected2 {
    background-image: linear-gradient(45deg, rgba(72, 2, 135, 1), rgba(18, 1, 70, 1));
}
.selected1 .quote_type_title, .selected1 .quote_type_body p, .selected2 .duration_choice_inner {
    color: #ffffff;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 0px 0px #23232329;
}
.quote_type_selected {
    visibility: hidden;
    background-color: #B8FF00;
    color: #142300;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 2px;
    margin: -5px;
    margin-top: 4px;
    padding-top: 2px;
    position: relative;
    top: -20px;
}
.quote_duration_selected {
    visibility: hidden;
    background-color: #B8FF00;
    color: #142300;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 2px;
    margin-top: 4px;
    padding-top: 2px;
    position: relative;
}
.selected1 + .quote_type_selected {
    visibility: visible;
}
.selected2 .quote_duration_selected {
    visibility: visible;
}
.duration_choice_outer {
    text-align: center;
    border: 0.5px solid #511199;
    border-radius: 4px;
    margin-bottom: 30px;
    cursor: pointer;
}
.duration_choice_inner {
    font-size: 1.5rem;
    padding: 25px 30px 10px 30px;
    font-weight: 700;
    color: rgba(81, 17, 153, 1.00);
}
.regrow {
    padding-top: 40px;
}
.quote_type_box_outer:hover {
    border: 1px solid #B8FF00;
    border-top: 12px solid #B8FF00;
}
.duration_choice_outer:hover {
    border: 1px solid #B8FF00;
}
.selected_value_slider {
    padding-top: 40px;
}
/* ----- End SubPage Specific CSS ----- */
/* ----- Start Content Fade CSS ----- */
.fadeAni {
    transition: opacity 0.3s ease-in;
}
.fadeOut0 {
    opacity: 0;
}
.fadeIn0 {
    opacity: 1;
}
/* ----- End Content Fade CSS ----- */
/* ----- Start Pricing Page CSS ----- */
.priceguide {
    padding-bottom: 70px;
}
.pricingbox-outer {
    padding: 10px;
    height: 100%;
}
#subpage_bodycontent_standard {
    background-color: #161616;
    /* background-color:#ffffff; */
}
#subpage_bodycontent_claim {
    background-color: #ffffff;
    /* background-color:#ffffff; */
}
.quotepage {
    background-color: #161616;
}
.claimpage {
    background-color: #ffffff;
}
/* ----- End Pricing Page CSS ----- */
/* ----- Start Cookie Box CSS ----- */
#cookiebox {
    display: none;
    height: auto;
    padding: 12px 60px 12px 60px;
    position: fixed;
    bottom: 0px;
    animation-name: appear;
    animation-duration: .8s;
    z-index: 999;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    color: #ffffff;
}
#cookiebox a {
    color: #fff;
}
.cookietext a {
    text-decoration: underline;
}
.cookietext {
    padding-top: 10px;
    float: left;
}
.closetray {
    float: right;
}
.closebutton {
    Padding: 12px 30px 10px 30px;
    background: linear-gradient(45deg, #d3fe10, #d3fe10);
    border-radius: 4px;
    margin-top: 4px;
    border: 0px;
    color: #000000;
}
/* ----- Start Contact Section ----- */
#contact {
    padding: 30px 0px 70px 0px;
}
.contactboxes p {
    padding: 0px;
}
.contactbox-inner {
    padding: 30px;
    background-color: #ECECEC;
    height: 100%;
}
.contactboxes h3 {
    font-size: 1.5rem !important;
    font-weight: 700;
}
.contactbox h2 {
    color: #ffffff;
}
.contactbox {
    background-color: #160655;
    padding: 0 30px 30px 30px;
    min-height: 400px;
    color: #ffffff;
    border-top: 12px solid #6022a7;
}
.contactbox-label {
    padding-top: 10px;
}
.contactbox-detail {
    font-weight: 700;
}
/* ----- End contact Section ----- */
/*----- Start Toottip CSS -----*/
/* Tooltip container */
.modaltooltip {
    position: relative;
    display: inline-block;
    line-height: 1;
    /* height:100%; */
}
/* Tooltip text */
.modaltooltip .modaltooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #0d0d0d;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 4px;
    font-size: 0.8rem;
    /* Position the tooltip text */
    position: absolute;
    z-index: 9990;
    bottom: 125%;
    left: 50%;
    margin-left: -85px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.4;
}
.modaltooltiptext.landing_tooltip {
    width: 300px;
    margin-left: -150px;
}
/* Tooltip arrow */
.modaltooltip .modaltooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.modaltooltiptext.landing_tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.modaltooltip:hover .modaltooltiptext {
    visibility: visible;
    opacity: 1;
}
#ExcessPeriod::after, #prodex1::after, #prodex2::after, #prodex3::after {
    content: ' Days';
}
/*----- End Toottip CSS -----*/
.termstables tr td {
    border: 1px solid #000000;
    padding: 10px;
}
.excessdescr {
    font-size: 0.8rem;
    padding-top: 10px;
}
.quotearrow {
    position: relative;
    top: 24px;
    left: 20px;
}
/* start Discount Banner Styles */
.discount {
    display: none;
    background-image: url("images/discountbackground.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.discountbanner {
    width: 100%;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.discounttext {
    width: 100%;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
}
.emphasis1 {
    padding-top: 6px;
    font-size: 1.9rem;
    font-weight: 700;
}
.emphasis2 {
    padding-top: 6px;
    font-size: 1.9rem;
    font-weight: 700;
    color: #490096;
}
/* End Discount Banner Styles */
/* Start Car Value Slider CSS */
#range-container {
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
    top: -44px;
    margin-bottom: -66px;
    padding: 0px;
}
#slider-container {
    width: auto;
    margin: 0 auto;
    left: 0px;
    top: 50px;
}
#range-input {
    width: 100%;
    border: 0px;
}
#slider-values {
    display: flex;
    justify-content: space-between;
    color: #000000;
}
#bd-slider-values {
    color: #000000;
    text-align: center;
    font-weight: 700;
}
#slider-values span {
    flex: 1;
}
#right-value {
    text-align: right;
    color: #000000;
    font-size: 1.3rem;
}
#left-value {
    text-align: left;
    color: #000000;
    font-size: 1.3rem;
}
.selected_value_tray {}
#selected-value-header {
    position: relative;
    right: 0; /* Adjust right positioning as needed */
    text-align: right; /* Align it to the right */
    color: #000000;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 10px;
}
#selected-value {
    position: relative;
    right: 0; /* Adjust right positioning as needed */
    text-align: right; /* Align it to the right */
    color: #8900FF;
    font-weight: 700;
    font-size: 3.8rem;
    margin-top: -4px;
}
/********** Range Input Styles **********/
/*Range Reset*/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 15rem;
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
}
/* Removes default focus */
input[type="range"]:focus {
    outline: none;
}
/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
    background-color: #525252;
    border-radius: 0.5rem;
    height: 0.5rem;
}
/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -12px; /* Centers thumb on the track */
    /*custom styles*/
    background: #40017E;
    height: 32px;
    width: 32px;
    border: 4px solid #A2E900;
    border-radius: 50%;
    animation: borderAnimation 2s infinite;
    animation-direction: alternate;
}
input[type="range"]:focus::-webkit-slider-thumb {
    border: 1px solid #40017E;
    outline: 3px solid #eb00bb;
    outline-offset: 0.125rem;
    border-radius: 50%;
}
/******** Firefox styles ********/
/* slider track */
input[type="range"]::-moz-range-track {
    background-color: #525252;
    border-radius: 0.5rem;
    border-radius: 50%;
    height: 0.5rem;
}
/* slider thumb */
input[type="range"]::-moz-range-thumb {
    border: none; /*Removes extra border that FF applies*/
    border-radius: 0; /*Removes default border-radius that FF applies*/
    /*custom styles*/
    background: #40017E;
    height: 32px;
    width: 32px;
    border: 4px solid #A2E900;
    border-radius: 50%;
    animation: borderAnimation 5s infinite;
    animation-direction: alternate;
}
input[type="range"]:focus::-moz-range-thumb {
    border: 1px solid #40017E;
    outline: 3px solid #eb00bb;
    outline-offset: 0.125rem;
    border-radius: 50%;
}
@keyframes borderAnimation {
    0% {
        border-color: #ff0000;
    }
    100% {
        border-color: #00ff00;
    }
}
/* End Car Value Slider CSS */
/* Start Reg Validation CSS */
.registration-ui h1 {
    margin: 2em 0 0;
    font-size: 2em;
    font-family: helvetica, ariel, sans-serif;
    text-align: center;
}
.vehicle_detail_tray h2 {
    padding: 10px 0px 10px 0px;
    ;
    font-size: 1.4rem;
    color: #511199;
    font-weight: 700;
}
.coverholder_detail_tray h2 {
    padding: 10px 0px 10px 0px;
    ;
    font-size: 1.4rem;
    color: #511199;
    font-weight: 700;
}
#make, #model {
    font-weight: 700;
    font-size: 1.1rem;
}
.registration-ui {
    /* background: linear-gradient(to bottom, #efe702 0%, #cbef02 100%); */
    /* padding: 0.6em 2.90em .0.6em 2.90em; */
    font-weight: bold;
    font-size: 2em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
    display: inline-block; /* Added to maintain alignment */
    width: 100%; /* Total width of the box */
    vertical-align: middle;
    height: 60px;
}
.registration-ui:before {
    content: 'GB';
    display: block;
    width: 30px;
    height: 100%;
    background: #4a02ef;
    position: absolute;
    top: 0;
    left: 0; /* Align 'GB' to the left */
    border-radius: 5px 0 0 5px;
    color: #f8d038;
    font-size: 0.8rem;
    line-height: 85px;
    padding-left: 5px;
}
.registration-ui:after {
    content: url('../images/flag.gif');
    display: block;
    position: absolute;
    top: -10px;
    right: 50px; /* Adjust the right padding */
    left: 6px;
    width: 20px;
    height: 20px;
}
/* Style for the input element */
.registration-input {
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding-left: 45px;
    background: transparent;
    font-size: .9em;
    letter-spacing: 1px; /* Adjust letter-spacing to a smaller value */
    outline: none;
    width: 100%;
    right: 30px;
    vertical-align: middle; /* Added for alignment */
    width: calc(100% - 10px);
}
.validate_reg {
    display: inline-block;
}
.vehicle_detail_tray {
    margin-top: 20px;
    border-top: 0.5px solid #511199;
    padding: 10px 0px 20px 0px;
}
.vehicle_detail_tray_date {
    border-top: 0.5px solid #511199;
    padding: 10px 0px 20px 0px;
	margin-top:20px;
}
.coverholder_detail_tray {
    margin-top: 20px;
    border-top: 0.5px solid #511199;
    padding: 10px 0px 20px 0px;
}
.coverholder_detail_tray_date {
    border-top: 0.5px solid #511199;
    padding: 10px 0px 20px 0px;
	margin-top:20px;
}
.product_header_section_left, .product_header_section_right {
    min-height: 656px;
}
.datestamp_top {
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 700;
}
.datestamp {
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 30px;
}
.dateseparator {
    border-top: 0.5px solid #6E00AF;
    margin-top: 40px;
    margin-bottom: 60px;
    width: 100%;
    height: 2px;
}
/* Start Nex Breakdown CSS */
.desktop-productresults {
    display: flex;
}
.mobile_productresults {
    display: none;
}
.sticky {
    position: sticky;
    top: 150px;
    transition: all 0.6s ease-in-out;
    border-radius: 4px;
    padding: 0px 12px 10px 12px;
}
#breakdown h2 {
    font-size: 1.4rem !important;
}
.vehiclemakedata, .vehiclemodeldata, .vehicletypedata, .vehicleregdata {
    font-weight: 700;
}
.discount-alert-outer-vehicle, .discount-alert-outer-person {
    border: 2px solid #00534F;
    padding: 14px 20px 14px 20px;
    background-color: #84F5C9;
    margin-top: 22px;
    display: none;
}
.bd_prodname1 {
    /* border:0.5px solid #6300AD; */
    font-size: 1rem;
    margin: -10px;
    margin-bottom: 8px;
    background-color: #B4B3B3;
    border-radius: 4px;
    position: relative;
    height: 90px;
    background: linear-gradient(to bottom, #140149, #4a028d); /* Gradient colors */
    /* overflow: hidden; Ensures the semi-circle doesn't overflow */
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    line-height: 1;
    border-top: 8px solid #7c00db;
}
.bd_prodname2 {
    /* border:0.5px solid #6300AD; */
    font-size: 1rem;
    margin: -10px;
    margin-bottom: 8px;
    background-color: #B4B3B3;
    border-radius: 4px;
    position: relative;
    height: 90px;
    background: linear-gradient(to bottom, #140149, #4a028d); /* Gradient colors */
    /* overflow: hidden; Ensures the semi-circle doesn't overflow */
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    line-height: 1;
    border-top: 8px solid #7c00db;
}
.bd_prodname3 {
    /* border:0.5px solid #6300AD; */
    font-size: 1rem;
    margin: -10px;
    margin-bottom: 8px;
    background-color: #F3F3F3;
    border-radius: 4px;
    position: relative;
    height: 90px;
    background: linear-gradient(to bottom, #140149, #4a028d); /* Gradient colors */
    /* overflow: hidden; Ensures the semi-circle doesn't overflow */
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    line-height: 1;
    border-top: 8px solid #7c00db;
}
.bd_prodname4 {
    /* border:0.5px solid #6300AD; */
    font-size: 1rem;
    margin: -10px;
    margin-bottom: 8px;
    background-color: #B4B3B3;
    border-radius: 4px;
    position: relative;
    height: 90px;
    background: linear-gradient(to bottom, #140149, #4a028d); /* Gradient colors */
    /* overflow: hidden; Ensures the semi-circle doesn't overflow */
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    line-height: 1;
    border-top: 8px solid #7c00db;
}
.bd_product_inner {
    position: relative;
}
.bd_prodname1 i, .bd_prodname2 i, .bd_prodname3 i, .bd_prodname4 i {
    color: white;
}
.bd_prodname3::after {
    content: '';
    position: absolute;
    bottom: -50px; /* Push the semi-circle down */
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* Semi-circle diameter */
    height: 100px; /* Semi-circle radius */
    background: #ffffff;
    border-radius: 50%; /* Makes it a perfect circle, clipped by height */
}
.bd_prodname1::after, .bd_prodname2::after, .bd_prodname3::after, .bd_prodname4::after {
    content: '';
    position: absolute;
    bottom: -10px; /* Push the semi-circle down */
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* Semi-circle diameter */
    height: 20px; /* Semi-circle radius */
    background: #ffffff;
    border-radius: 50%; /* Makes it a perfect circle, clipped by height */
    overflow: hidden;
}
.bd_product_outer1 {
    /* border:0.5px solid #6300AD; */
    padding: 10px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 0.5px solid #2f0269;
}
.bd_product_outer2 {
    /* border:0.5px solid #6300AD; */
    padding: 10px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 0.5px solid #2f0269;
}
.bd_product_outer3 {
    /* border:0.5px solid #6300AD; */
    padding: 10px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    border: 0.5px solid #2f0269;
}
.bd_product_outer4 {
    /* border:0.5px solid #6300AD; */
    padding: 10px;
    font-size: 0.9rem;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 0.5px solid #2f0269;
}
.bd_product_outer1:hover, .bd_product_outer2:hover, .bd_product_outer3:hover, .bd_product_outer4:hover {
    border-color: #A1FF00;
    cursor: pointer;
}
.bd_price {
    text-align: center;
    margin-top: -10px;
    font-weight: 700;
    font-size: 1.8rem;
}
.bd_prodname {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.9rem;
    line-height: 1;
    background-image: linear-gradient(170deg, rgba(30, 255, 170, 1), rgba(123, 221, 65, 0));
    margin: -10px;
    margin-bottom: 6px;
    min-height: 90px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.prodname_title {
    font-weight: 700;
    padding-top: 6px;
}
.bd_coverarray_subheading {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1rem;
    text-align: center;
    padding-top: 30px;
}
.question-tooltip {
    font-size: 20px;
    color: #000000;
}
input[type=checkbox].cb-standard {
    border: 2px solid #000000 !important;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 30px;
}
.form-navigation {
    text-align: right;
    border-top: 0.5px solid #A7A6A6;
    padding-top: 20px;
}
.hide-after::after {
    display: none;
    background: unset;
}
.color-after::after {
    background-color: #ffffff;
}
.coverholder-details {
    padding-top: 16px;
    margin-bottom: 10px;
    margin-left: -10px;
}
.coverholder-details-date {
    padding-top: 16px;
    padding-right: 0px;
}
.coverholder-subheading {
    padding-top: 30px;
    margin-bottom: -10px;
    /* margin-left:-10px; */
    font-size: 1.1rem;
    font-weight: 700;
}
.input-array {}
.coverholder-accordion {
    border-bottom: 0px;
}
.coverholder-input {
    padding-top: 0px;
}
.bd_coverarray_item_object {
    text-align: left;
    font-size: 0.8rem; /* Was important */
    padding: 0px 5px;
    margin: 6px 0px;
    border-bottom: 0.5px solid #000000;
    padding-bottom: 8px;
    position: relative;
}
.bd_coverarray_item_object .modaltooltip i {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    overflow: visible;
}
.bd_coverarray_item_detail {
    padding-bottom: 6px;
    text-align: center;
}
.results-add-on-row {
    border-bottom: 0.5px solid #000000;
    border-bottom: 0.5px solid #AAAAAA;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.add-europe.eu-not-selected {
    border: 2px solid #6300D0;
    background-color: #ffffff;
    padding: 10px;
    font-size: 0.9rem;
    min-height: 120px;
}
.add-europe.eu-selected {
    border: 2px solid #86E000;
    background-color: #ABF9DB;
    padding: 10px;
    font-size: 0.9rem;
    min-height: 120px;
}
.price-descriptor {
    font-size: 0.8rem;
    padding-bottom: 10px;
    text-align: center;
}
.summary-info-block {
    font-size: 1rem;
    padding: 15px 10px;
}
.summary-info-line-item {
    font-size: 1rem;
    background-color: #ffffff;
    /* margin-bottom:10px;
	border-radius:4px; */
    padding-top: 10px;
    padding-bottom: 6px;
}
.summary-info-line-item-label {
    position: relative;
    top: 0px;
    height: 100%;
    padding-right: 0px;
}
.summary-info-line-item-inner {
    padding-bottom: 10px;
    border-bottom: 0.5px solid purple;
}
.summary-info-block-amount {
    font-weight: 700;
    display: inline;
    text-align: right;
    padding-left: 0px;
	word-break: break-word;
}
.summary-info-block-amount-stack {
    font-weight: 700;
    display: inline;
    text-align: right;
    padding-left: 0px;
}
.vk-summary-heading {
    padding-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 700;
}
.mob_bd_prodname1 {
    padding: 20px 20px 10px 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    left: 25px;
    margin: -10px -0px -10px -25px;
    color: #ffffff;
}
.mob_bd_prodname2 {
    padding: 20px 20px 10px 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    left: 15px;
    background-image: linear-gradient(120deg, rgba(123, 123, 123, 0.5), rgba(123, 255, 255, 0));
    margin: -10px -0px -10px -25px;
}
.mob_bd_prodname3 {
    padding: 20px 20px 10px 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    left: 15px;
    background-image: linear-gradient(120deg, rgba(123, 123, 123, 0.5), rgba(123, 255, 255, 0));
    margin: -10px -0px -10px -25px;
}
.mob_bd_prodname4 {
    padding: 20px 20px 10px 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    left: 15px;
    background-image: linear-gradient(120deg, rgba(123, 123, 123, 0.5), rgba(123, 255, 255, 0));
    margin: -10px -0px -10px -25px;
}
.mob_prodname_title {
    font-weight: 700;
    font-size: 1.1rem;
    padding-top: 6px;
}
.mob_bd_price {
    padding-top: 12px;
    font-size: 2.2rem;
    font-weight: 700;
}
.facilitator_logo {
    position: relative;
    display: inline-block;
    /* padding-left: 30px; */
}
.validate_reg {
    /*  display: inline-block; */
}
.vehicle_detail_tray {
    margin-top: 20px;
    border-top: 0.5px solid #511199;
    padding: 10px 0px 20px 0px;
}
.coverholder_detail_tray {
    margin-top: 20px;
    border-top: 0.5px solid #511199;
    padding: 10px 0px 20px 0px;
}
/* End Reg Validation CSS */
.bd-quote-summary {
    min-height: 70px;
    border-radius: 6px;
    font-size: 1.3rem;
    padding: 22px 15px 22px 15px;
    background-color: #ffffff;
}
.summary-price {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
}
.summary-price-inner {
    padding-top: 6px;
    font-size: 1.3rem;
}
.summary-price-amount {
    font-size: 2.8rem;
    font-weight: 700;
    margin-top: -10px;
    color: #436F00;
}
.billing-buttons {
    font-size: 1rem;
    text-align: right;
}
.billing-monthly {
    display: inline-block;
    padding: 3px;
    border: 0px;
}
#europeanext, #europeanext1, #europeanext2, #europeanext3, #europeanext4 {
    border: none;
    background-color: #E8E8E8;
    width: 100%;
    text-align: left;
    margin-left: -6px;
    padding-right: 0px;
}
.billing-annual {
    display: inline-block;
    padding: 3px;
}
.billing-monthly-button {
    display: inline-block;
    padding: 6px;
    border: 0.5px solid #828282;
    border-radius: 4px;
    background-color: #7DF700;
}
.billing-annual-button {
    display: inline-block;
    padding: 6px;
    border: 0.5px solid #828282;
    border-radius: 4px;
    background-color: #ffffff;
}
.progress-bar {
    width: 100%;
    background: repeating-linear-gradient(45deg, #b2b4b2, #b2b4b2 10px, #abacab 10px, #abacab 20px);
    margin-bottom: 20px;
    margin-top: 10px;
}
.progress {
    width: 14.2%;
    height: 30px;
    background-color: #78C800;
    text-align: center;
    line-height: 30px;
    color: white;
}
.peril {
    padding-bottom: 3px;
    /* border-bottom:0.5px solid #000000; */
    padding-top: 8px;
}
.periladded {
    padding-bottom: 3px;
    /* border-bottom:0.5px solid #ffffff; */
    padding-top: 8px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: relative;
}
input[type="radio"], .slds-radio .slds-radio_faux {
    appearance: none;
    width: 34px;
    height: 34px;
    border: 1px solid #000000;
    border-radius: 50%;
    position: relative;
}
input[type="checkbox"], .slds-checkbox .slds-checkbox_faux {
    appearance: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    background: #78C800;
}
input[type="radio"]:checked, .slds-radio .slds-radio_faux:checked {
    background-color: #000000;
    border-color: #000000;
}
input[type="checkbox"]:checked, .slds-checkbox .slds-checkbox_faux:checked {
    background-color: #78C800;
    /* border-color: #000000; */
    border: none;
}
/* input[type="radio"]:checked::after, .slds-radio .slds-radio_faux:checked {
    content: '-';
    display: block;
    /* width: 12px;
    height: 12px;
    border-radius: 50%;
    background: black; 
    position: absolute;
	font-size:1.4rem;
	top:50%;
	transform:translateY(-50%);
	text-align:center;

} */
/* input[type="checkbox"]:checked::after, .slds-checkbox .slds-checkbox_faux:checked {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:#78C800;
    position: absolute;
	color:#000000;
	content:'-';
} */
input[type="radio"]:checked:focus::after, .slds-radio .slds-radio_faux:checked {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: black;
    position: absolute;
    /* top: 4px;
    left: 4px; */
}
input[type="checkbox"]:checked:focus::after, .slds-checkbox .slds-checkbox_faux:checked {
    content: '-';
    /* display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: black; */
    position: absolute;
    top: 50%; /* Move to the vertical middle */
    left: 50%; /* Move to the horizontal middle */
    transform: translate(-50%, -50%); /* Center both vertically and horizontally */
    text-align: center; /* Ensure text alignment */
    font-size: 2.8rem;
}
input[type=radio], .slds-radio .slds-radio_faux {
    width: 34px;
    height: 34px;
}
input[type=checkbox] {
    width: 50px;
    height: 50px;
    background-color: #4C007F;
    color: #ffffff;
    content: '+';
}
input[type=checkbox].vk-checkbox-small {
    width: 30px;
    height: 30px;
    background-color: #4C007F;
    color: #ffffff;
    content: '+';
}
input[type="checkbox"] {
    width: 60px;
    height: 60px;
    background-color: #4C007F;
    color: #ffffff;
    position: relative; /* Make it the containing block for the pseudo-element */
    display: inline-block; /* Ensure it behaves like a box */
}
input[type="checkbox"].vk-checkbox-small {
    width: 30px;
    height: 30px;
    background-color: #4C007F;
    color: #ffffff;
    position: relative; /* Make it the containing block for the pseudo-element */
    display: inline-block; /* Ensure it behaves like a box */
}
input[type="checkbox"]::after {
    content: '+';
    position: absolute; /* Position relative to the checkbox */
    font-size: 2rem; /* Adjust the size of the content */
    color: #ffffff; /* Set the text color */
    top: 50%; /* Move to the vertical middle */
    left: 50%; /* Move to the horizontal middle */
    transform: translate(-50%, -50%); /* Center horizontally and vertically */
    text-align: center; /* Align text if multiline */
}
input[type="checkbox"].vk-checkbox-small::after {
    content: '+';
    position: absolute; /* Position relative to the checkbox */
    font-size: 2rem; /* Adjust the size of the content */
    color: #ffffff; /* Set the text color */
    top: 50%; /* Move to the vertical middle */
    left: 50%; /* Move to the horizontal middle */
    transform: translate(-50%, -50%); /* Center horizontally and vertically */
    text-align: center; /* Align text if multiline */
}
.sectionvalue {
    text-align: right;
    font-weight: 700;
}
/* General Checkbox Styling */
input[type="checkbox"] {
    width: 60px;
    height: 60px;
    background-color: #4C007F; /* Default background color */
    color: #ffffff;
    position: relative; /* Containing block for pseudo-element */
    display: inline-block; /* Ensures box behavior */
}
input[type="checkbox"] .vk-checkbox-small {
    width: 30px;
    height: 30px;
    background-color: #4C007F; /* Default background color */
    color: #ffffff;
    position: relative; /* Containing block for pseudo-element */
    display: inline-block; /* Ensures box behavior */
}
/* Default "+" Symbol */
input[type="checkbox"]::after {
    content: '+'; /* Default content */
    position: absolute; /* Position relative to the checkbox */
    font-size: 2rem; /* Size of the symbol */
    color: #ffffff; /* Default text color */
    top: 50%; /* Vertical alignment */
    left: 50%; /* Horizontal alignment */
    transform: translate(-50%, -50%); /* Center symbol */
}
input[type="checkbox"].vk-checkbox-small::after {
    content: '+'; /* Default content */
    position: absolute; /* Position relative to the checkbox */
    font-size: 2rem; /* Size of the symbol */
    color: #ffffff; /* Default text color */
    top: 50%; /* Vertical alignment */
    left: 50%; /* Horizontal alignment */
    transform: translate(-50%, -50%); /* Center symbol */
}
/* Checked State Styling */
input[type="checkbox"]:checked {
    background-color: #65C800; /* Change background only for the checked box */
}
input[type="checkbox"].vk-checkbox-small:checked {
    background-color: #65C800; /* Change background only for the checked box */
}
/* Adjust Symbol in Checked State */
input[type="checkbox"]:checked::after {
    /* content: '-'; Change symbol to "-"
    font-size: 2.8rem; Adjust symbol size if needed
	top:45%;
	color:#000000; */
    content: '';
    display: block;
    position: absolute;
    /* top: 40%; 
  left: 40%; */
    transform: translate(-50%, -50%); /* Center the checkmark */
    width: 30px;
    height: 30px;
    background-color: #000000;
    color: #000000;
    clip-path: polygon(20% 60%, 40% 80%, 75% 30%, 65% 20%, 40% 60%, 30% 50%);
}
input[type="checkbox"].vk-checkbox-small:checked::after {
    content: '-'; /* Change symbol to "-" */
    font-size: 2.8rem; /* Adjust symbol size if needed */
    top: 45%;
    color: #000000;
}
input[type="checkbox"].round:checked::before {
    content: 'Remove Add-On'; /* Text to display */
    position: absolute; /* Position relative to the checkbox */
    left: -120px; /* Position to the left of the checkbox */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Correct vertical alignment */
    font-size: 14px; /* Adjust font size */
    color: #000; /* Text color */
}
input[type="checkbox"].vk-checkbox-small:checked::before {
    content: ''; /* Text to display */
    position: absolute; /* Position relative to the checkbox */
    left: -120px; /* Position to the left of the checkbox */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Correct vertical alignment */
    font-size: 14px; /* Adjust font size */
    color: #000; /* Text color */
}
/* input[type="checkbox"] {
    appearance: none;
	-webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #000000;
    border-color: #000000;
}
input[type="checkbox"]:checked::after {
    content: '\2714'; 
    font-size: 18px;
    color: #ffffff !important;
    position: absolute;
    top: -2px;
    left: 3px;
} */
/* input[type="radio"],  .slds-radio .slds-radio_faux {
    appearance: none;
    width: 34px;
    height: 34px;
    border: 1px solid #000000;
    border-radius: 50%;
    position: relative;
} */
input[type="radio"], .slds-radio .slds-radio_faux {
    border: 2px solid #000000 !important;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 30px;
}
input[type="radio"]:checked, .slds-radio .slds-radio_faux:checked {
    background-color: #A2E900;
    border-color: #000000;
}
/* input[type="radio"]:checked::after, .slds-radio .slds-radio_faux:checked {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4FDC03;
    position: absolute;
    top: 6px;
    left: 6px;
} */
input[type="radio"]:checked::after, .slds-radio .slds-radio_faux:checked {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: #000000;
    color: #000000;
    clip-path: polygon(20% 60%, 40% 80%, 75% 30%, 65% 20%, 40% 60%, 30% 50%);
}
input[type="radio"]:checked:focus::after, .slds-radio .slds-radio_faux:checked {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
}
input[type="radio"]::after {
    font-size: 2rem;
    top: 50%;
    left: 50%;
}
.vk-checkbox-outer {
    margin-bottom: 20px;
}
.vk-radio-inner {
    border: 0.5px solid #511199;
    padding: 8px 20px;
    position: relative;
    border-radius: 4px;
    width: 100%;
    min-height: 70px; /* was 80px */
    cursor: pointer;
}
.vk-radio-inner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}
.vk-radio-inner:hover {
    border: 0.5px solid #B8FF00;
}
.vk-radio-object {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}
.vk-checkbox-inner {
    border: 0.5px solid #000000;
    padding: 6px 20px;
    position: relative;
}
.vk-checkbox-object {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
}
.vk-input-item-left {
    text-align: left;
    /* display:flex; */
    align-items: center;
    font-size: 1rem;
}
.vk-input-item-right {
    text-align: right;
    /* display:flex; */
    align-items: center;
    font-size: 1rem;
    font-size: 1.4rem;
}
.vk-input-item-left img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 14px;
}
.vk-input-item-right {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 5px;
}
.breakdown-section h2 {
    margin-bottom: 20px;
    padding-top: 0px;
}
.vk-radio {
    /*	margin-top:12px; */
    width: auto;
}
.vk-checkbox {
    /* margin-top:12px; */
    width: auto;
}
legend {
    font-size: 16px;
    font-weight: 700;
}
.question-spacer {
    height: 20px; /* was 40px 22/01/2025 */
    border-bottom: 0.5px solid #000000;
    margin-bottom: 20px; /* was 40px 22/01/2025 */
}
.question-spacer-bottom {
    border-bottom: 0.5px solid #000000;
}
.bd-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.bd-accordion-button {
    background-color: #ffffff;
    /* padding: 20px 20px 20px 20px; */
    color: #000000;
    /* border:0.5px solid #000000; */
    padding: 10px 10px 10px 20px;
    /* border: 1.4px solid #406A00; */
    border-radius: 4px;
    height: 60px !important;
}
.bd-mob-product-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
	padding-bottom:10px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
	left:0px;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.bd-mob-product-button {
    background-color: #ffffff;
    /* padding: 20px 20px 20px 20px; */
    color: #000000;
    /* border:0.5px solid #000000; */
    /* border: 1.4px solid #406A00; */
    border-radius: 4px;
}
.summaryAccordion, .summaryAccordion h2 {
    padding: 0px;
    border: none;
    margin: 0px;
    height: unset;
    min-height: unset;
}
.accordion-item .summaryAccordion {
    padding: 0px;
    border-width: 0px;
    margin: 0px;
    height: unset !important;
    min-height: unset;
}
.product-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    /* padding: 1rem 1.25rem; */
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0px;
    overflow-anchor: none;
    background-image: linear-gradient(120deg, rgba(91, 9, 171, 1), rgba(15, 1, 52, 1));
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.bd-mob-product {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    /* padding: 1rem 1.25rem; */
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 10px;
    overflow-anchor: none;
    background-image: linear-gradient(120deg, rgba(91, 9, 171, 1), rgba(15, 1, 52, 1));
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.product-accordion-button i {
    color: #ffffff;
}
.product-accordion-button {
    background-color: #ffffff;
    /* padding: 20px 20px 20px 20px; */
    color: #000000;
    /* border:0.5px solid #000000; */
    /* padding: 10px 10px 10px 20px; */
    /* border: 1.4px solid #406A00; */
    /* height: 60px !important; */
    border-radius: 4px;
    padding: 10px;
}
.product-accordion-body {
    background-color: #ffffff;
    border: 0px;
}
.accordion-header h2 {
    margin-bottom: 0px;
}
.accordion-item:not(:first-of-type) {
    /*  border-top: 0.5px solid #000000; */
}
.accordion-item {
    background-color: #ffffff;
    /* border: 0.5px solid rgba(0, 0, 0, 1); */
}
.bd-accordion-body {
    background-color: #ffffff;
    /* border: 0.5px solid #000000; */
    border-top: none;
    padding: 10px 30px 30px 30px;
}
 h2.bd-mob-product-header {
	padding-top:4px;
	 font-size:0.9rem;
	 text-decoration:underline;
}
.bd-mob-product-body {
    background-color: #ffffff;
    /* border: 0.5px solid #000000; */
    border-top: none;
   /* padding: 0px 0px 30px 0px; */
}
.bd-accordion-button:not(.collapsed)::after {
    background-image: url("../images/dropdownarrow.png");
}
.bd-accordion-button::after {
    width: 1.7rem;
    height: 1.7rem;
    background-size: 1.7rem;
    background-image: url("../images/dropdownarrow.png");
}
.bd-accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.bd-accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.bd-accordion-button:not(.collapsed)::after {
    background-size: 24px;
    padding-right: 24px;
    background-image: url("../images/dropdownarrow.png");
}
.bd-accordion-button::after {
    background-size: 24px;
    padding-right: 24px;
    background-image: url("../images/dropdownarrow.png");
}
.bd-accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
}
.bd-accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}


.bd-mob-product-button:not(.collapsed)::after {
    background-image: url("../images/dropdownarrow.png");
}
.bd-mob-product-button::after {
    width: 1.7rem;
    height: 1.7rem;
    background-size: 1.7rem;
    background-image: url("../images/dropdownarrow.png");
}
.bd-mob-product-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.bd-mob-product-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.bd-mob-product-button:not(.collapsed)::after {
    background-size: 24px;
    padding-right: 24px;
    background-image: url("../images/dropdownarrow.png");
}
.bd-mob-product-button::after {
    background-size: 24px;
    padding-right: 24px;
    background-image: url("../images/dropdownarrow.png");
}
.bd-mob-product-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
}
.bd-mob-product-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}



.product-accordion-button:not(.collapsed)::after {
    background-image: url("../images/dropdownarrow_white.png");
}
.product-accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.product-accordion-button:not(.collapsed)::after {
    /*  background-size: 24px; */
    padding-right: 24px;
    background-image: url("../images/dropdownarrow_white.png");
    width: 1.25rem;
    height: 1.25rem;
}
/* .product-accordion-button::after {
        background-size: 24px;
    padding-right: 24px;
    background-image: url("../images/dropdownarrow.png");
}
.product-accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
} */
.product-accordion-button::after {
    width: 1.7rem;
    height: 1.7rem;
    background-size: 1.7rem;
    background-image: url("../images/dropdownarrow_white.png");
}
.product-accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.product-accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}
.product-accordion-body {
    background-color: #ffffff;
    /* border: 0.5px solid #000000; */
    border-top: none;
    padding: 0px 30px 30px 30px;
}
input[type=search] {
    border: 0.5px solid #000000;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/dropdownarrow.png) no-repeat right 12px center;
    background-size: 24px;
    padding-right: 24px;
}
select::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer */
}
.add_item_tray {
    margin-top: 36px;
    text-align: right;
    width: 100%;
}
.add_item_button {
    width: 60px;
    height: 60px;
    background-color: #4C007F;
    border-radius: 50%;
    color: #ffffff;
    font-size: 2.2rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.add_vehicle::before {
    content: 'Add a vehicle'; /* Text to display */
    position: absolute; /* Position relative to the checkbox */
    left: -95px; /* Position to the left of the checkbox */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Correct vertical alignment */
    font-size: 14px; /* Adjust font size */
    color: #000; /* Text color */
}
.add_policy_holder::before {
    content: 'Add a policy holder'; /* Text to display */
    position: absolute; /* Position relative to the checkbox */
    left: -130px; /* Position to the left of the checkbox */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Correct vertical alignment */
    font-size: 14px; /* Adjust font size */
    color: #000; /* Text color */
}
.remove_item_button {
    width: 60px;
    height: 60px;
    background-color: #A2E900;
    border-radius: 50%;
    color: #000000;
    font-size: 2.2rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.remove_item_button::before {
    content: 'Remove vehicle'; /* Text to display */
    position: absolute; /* Position relative to the checkbox */
    left: -115px; /* Position to the left of the checkbox */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Correct vertical alignment */
    font-size: 14px; /* Adjust font size */
    color: #000; /* Text color */
}
.remove_vehicle_button {
    width: 60px;
    height: 60px;
    background-color: #A2E900;
    border-radius: 50%;
    color: #000000;
    font-size: 2.2rem;
    display: inline-block;
    position: relative;
	border-width:0px;
}
.remove_vehicle_button::before {
    content: 'Remove vehicle'; /* Text to display */
    position: absolute; /* Position relative to the checkbox */
    left: -115px; /* Position to the left of the checkbox */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Correct vertical alignment */
    font-size: 14px; /* Adjust font size */
    color: #000; /* Text color */
}
.remove_person_button {
    width: 60px;
    height: 60px;
    background-color: #A2E900;
    border-radius: 50%;
    color: #000000;
    font-size: 2.2rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
	border-width:0px;
}
.remove_person_button::before {
    content: 'Remove policy holder'; /* Text to display */
    position: absolute; /* Position relative to the checkbox */
    left: -140px; /* Position to the left of the checkbox */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Correct vertical alignment */
    font-size: 14px; /* Adjust font size */
    color: #000; /* Text color */
}
.item_button_inner_remove {
    width: 100%;
    /* position: absolute; */
    top: 46%;
    transform: translateY(-50%);
    text-align: center;
}
.item_button_inner_add {
    width: 100%;
   /* position: absolute; */
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.add_item_label_outer {
    text-align: right;
    position: relative;
    height: 100%;
}
.add_item_label_inner {
    position: absolute;
    top: -50%;
    margin: 0px;
    transform: translateY(50%);
    text-align: right;
    right: 70px;
}
.vehicle_results {
    border: 0.5px solid #000000;
    padding: 20px;
    background-color: #E8E8E8;
    margin-top: 30px;
}
input[type="checkbox"].square:checked + .checkmark {
    background-color: #000000;
    color: #ffffff !important;
}
input[type="checkbox"].square:checked + .checkmark::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    clip-path: polygon(10% 70%, 50% 90%, 95% 40%, 80% 30%, 50% 70%);
    padding-top: 15px;
}
/* input[type="checkbox"].square {
    display: none; /* Hide default checkbox 
} */
input[type="checkbox"].square {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
/* Style the custom checkmark for 'square' checkboxes */
input[type="checkbox"].square + .checkmark {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #cffffff;
    border: 2px solid #000;
    position: relative;
    cursor: pointer;
}
/* Style when the checkbox is checked */
input[type="checkbox"].square:checked + .checkmark {
    background-color: #0ffffff;
    color: #ffffff !important;
}
/* Add custom checkmark shape on checked state */
input[type="checkbox"].square:checked + .checkmark::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%); /* Center the checkmark */
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    clip-path: polygon(20% 60%, 40% 80%, 75% 30%, 65% 20%, 40% 60%, 30% 50%);
}
/* Add custom checkmark shape on checked state */
input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%); /* Center the checkmark */
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    clip-path: polygon(20% 60%, 40% 80%, 75% 30%, 65% 20%, 40% 60%, 30% 50%);
}
.prodacc_selectedstripe {
    height: 35px;
    width: 100%;
    background-image: linear-gradient(45deg, rgba(23, 0, 88, 1), rgba(66, 2, 120, 1));
    text-align: center;
    padding: 6px 0px;
    font-weight: 700;
    font-size: 1.1rem;
    display: none;
    color: #ffffff;
}
.summarytick {
    color: #4F9300;
    font-size: 1.12rem;
    padding-right: 6px;
}
.toggle-container {
    width: 100%;
    text-align: right;
    gap: 10px;
}
.toggle-button {
    padding: 6px 20px;
    border: 0px;
    background-color: #ffffff;
    color: #777777;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
    margin-bottom: 6px;
    min-width: 96px;
}
.toggle-button.active {
    background-color: #72D400;
    color: #000000;
}
.bd-trustpilot {
    text-align: right;
    padding-top: 30px;
}
.payment_choice_label {
    padding-top: 6px;
}
.trustpilot-widget-home {
    /* display:inline; */
    left: -25px;
    height: 240px;
}
#tp-widget-wrapper {
    margin-right: 0px !important;
    max-width: unset !important;
}
.trsutpilot-container iframe {
    display: block;
    margin-left: auto;
    margin-right: 0;
}
.index-mini-trustpilot-container iframe {
    display: block;
    margin-left: auto;
    margin-left: 0;
    width: auto !important;
}
.addon_price {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    text-align: right;
}
.vk-radio-outer {
    margin-bottom: 10px;
    cursor: pointer;
}
#choice_vehicle {
    display: none;
}
#choice_person {
    display: none;
}
.chosen-excess-box {
    margin-top: 30px;
}
.chosen-excess-label-outer {
    position: relative;
    height: 100%;
}
.chosen-excess-label-inner {
    position: absolute;
    top: -50%;
    transform: translateY(50%);
    text-align: right;
    right: 20px;
}
.breakdown-section h3 {
    font-size: 1.3rem;
    color: #000000;
    margin-bottom: 30px;
}
.breakdown-subsection h3 {
    font-size: 1.3rem;
    color: #000000;
    margin-bottom: 30px;
}
.bd-excess-range-left {
    text-align: left;
}
.bd-excess-range-right {
    text-align: right;
}
input[type="range"]:focus::-webkit-slider-thumb {
    outline: 4px solid #eb00bb;
}
input[type="range"]:focus::-moz-range-thumb {
    outline: 4px solid #eb00bb;
}
input[type="range"]:focus::-ms-thumb {
    outline: 4px solid #eb00bb;
}
#ar_option {
    display: none;
}
/* .optionalextra {
	min-height:130px;
} */
.coveritem_yes {
    color: #4B9E00 !important;
}
.coveritem_no {
    color: #BC0003 !important;
}
.col.acc_coveritem {
    /*  margin-left: -25px; */
}
#startDate {
    display: none;
}
.docsAccordion {
    padding-left: 0px;
    padding-right: 0px;
    /* font-size: 1.2rem; */
}
.docsAccordion h2 {
    padding-top: 0px;
}
.docsAccordion_title {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.2rem;
}
.hp_gap_image {
    background-image: url("../images/gapimage1.png");
    background-repeat: no-repeat;
    overflow: visible;
    height: 430px;
    background-position: right -30px;
    background-size: contain;
}
.hp_breakdown_image {
    background-image: url("../images/breakdownimage1.png");
    background-repeat: no-repeat;
    overflow: visible;
    height: 430px;
    background-position: right -30px;
    background-size: contain;
}
.productboxes.GAP {
    position: relative;
    margin-top: -90px;
}
.productboxes.breakdown {
    position: relative;
    margin-top: -160px;
    margin-bottom: 30px;
}
.rowfix {
    margin-left: -20px;
    margin-right: -20px;
}
.rowfix_bottom {
    padding-bottom: 50px;
}
.types {
    margin-top: 60px;
}
.selection_cta_button {
    margin: 0px;
}
.selection_cta {
    text-align: right;
    width: 100%;
}
.section_image {
    text-align: center;
    position: relative;
    top: -40px;
}
.policytype_image_inner1 img, .policytype_image_inner2 img, .policytype_image_inner3 img, .policytype_image_inner4 img {
    position: absolute;
    bottom: 0px;
    left: 50%; /* Move to center */
    transform: translateX(-50%); /* Shift back by half the width */
    overflow-y: visible;
    text-align: center;
    width: auto;
}
.contactus_subheading {
    padding-bottom: 130px;
}
.producttype-image-outer {
    position: relative;
    height: 100%;
}
.producttype-image-inner {
    position: absolute;
    top: -150px;
    right: 40px;
}
.producttype-image-inner.contactchoice {
    top: -110px;
}
h3.contactus_sectionheading {
    font-size: 1.2rem;
    font-weight: 700;
}
h4.contactus_sectionheading {
    font-size: 1rem;
    font-weight: 700;
}
.contactus_outer {
    background-color: #170057;
    padding: 30px;
    margin-bottom: 10px;
    position: relative;
    color: #ffffff;
}
.contactus_outer a {
    color: #ffffff;
}
.contactus_inner_left {
    border-right: 1px solid #D3FE10;
    height: 100%;
}
.bd_quote_body {
    min-height: 1800px;
	padding-right: 0px;
    padding-left: 0px;
}
#europeanext1, #europeanext2, #europeanext3, #europeanext4 {
    border: 0px;
}
.section_icon {
    text-align: center;
    padding-top: 12px
}
.producttype-title {
    text-align: center;
    padding: 20px 30px 10px 30px;
    ;
    font-size: 1.2rem;
    font-weight: 700;
}
.product_feature {
	text-align:left;
}
.study {
    background-color: #F3EBFE;
    background-image: url("../images/study.png");
    background-position: right top 70px;
    background-repeat: no-repeat;
    background-size: auto;
}
.faq_subheading {
    font-size: 1.4rem;
    padding-top: 10px;
    font-weight: 700;
    color: #310097;
}
.shaded_section {
    text-align: center;
    color: #ffffff;
    background-image: url("../images/spotlights.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.shaded_section h2 {
    color: #ffffff;
}
.shaded_section_image {
    background: #110036 url("../images/tyre.png") no-repeat bottom left/auto;
}
.vehicle_label {
    min-width: 75px;
}
input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the checkmark */
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    clip-path: polygon(20% 60%, 40% 80%, 75% 30%, 65% 20%, 40% 60%, 30% 50%);
}
input[type="checkbox"]:focus-visible + .checkmark {
    border: 2px solid #4d90fe; /* Highlight the checkmark with a border on focus */
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.8); /* Optional: add a glow or shadow on focus */
    outline: 3px solid #eb00bb;
}

.vehicle_choice_text {
    font-size: 1rem;
}
#previous {
    background-color: #232323;
    color: #ffffff;
}
input[type="checkbox"].cb-standard:checked + .checkmark::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the checkmark */
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    clip-path: polygon(20% 60%, 40% 80%, 75% 30%, 65% 20%, 40% 60%, 30% 50%);
}
.hidden_spacer {
    min-height: 30px;
}
/* Default styles for vk-radio-inner */
.vk-radio-inner {
    background-color: #f5f5f5; /* Default background color */
    color: #000; /* Default text color */
    transition: background-color 0.3s ease, color 0.3s ease;
}
/* Change background and text color for 'No' when selected */
input[type="radio"][value="No"]:checked + .vk-radio-inner {
    background-image: unset;
    background-color: #ffdddd !important; /* Background for 'No' selected */
    color: #ff0000; /* Text color for 'No' selected */
}
/* Change the color of the checked radio button */
input[type="radio"]:checked {
    accent-color: #ff0000; /* Modern browsers support accent-color */
}
/* Change the color of the checked radio button */
input[type="radio"][value="No"]:checked {
    background-color: gray; /* Modern browsers support accent-color */
}
/* Add styling for the radio button's after pseudo-element */
input[type="radio"][value="No"]:checked::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000000; /* Inner dot color when checked */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    clip-path: polygon(40% 0%, /* Top-left */ 60% 0%, /* Top-right */ 60% 40%, /* Mid-right top */ 100% 40%, /* Right-top */ 100% 60%, /* Right-bottom */ 60% 60%, /* Mid-right bottom */ 60% 100%, /* Bottom-right */ 40% 100%, /* Bottom-left */ 40% 60%, /* Mid-left bottom */ 0% 60%, /* Left-bottom */ 0% 40%, /* Left-top */ 40% 40% /* Mid-left top */
        );
    transform-origin: center; /* Set the pivot point */
}
.subsection_item {
    display: inline-block;
    padding-right: 10px;
}
/* Style the toggle switch container */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 20px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3D3D3D;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #71A300;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.toggle_left {
    padding-right: 10px;
    word-wrap: break-word;
}
.toggle_right {
    text-align: right;
}
#page2toggle1Decision, #page2toggle2Decision, #page2toggle3Decision, #page2toggle4Decision, #page4toggle1Decision, #page6toggle1Decision, #page6toggle2Decision {
    padding-top: 10px;
    display: inline-block;
}
body .slds-checkbox_toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox_toggle [type=checkbox] + .slds-checkbox--faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container {
    font-size: var(--lwc-fontSize1, 0.625rem);
    color: var(--lwc-colorTextLabel, #696969);
    position: absolute;
    display: inline;
    top: 5px;
    right: 0px;
}
body #quoteamend .slds-checkbox_toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox_toggle [type=checkbox] + .slds-checkbox--faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container {
    font-size: var(--lwc-fontSize1, 0.625rem);
    color: var(--lwc-colorTextLabel, #696969);
    display: inline;
    top: 5px;
    right: 0px;
}
body .slds-checkbox_toggle, .slds-checkbox--toggle {
    width: 100%;
    font-weight: bold;
    padding-bottom: 6px;
}
.carousel {
    overflow: hidden;
}
.dropdown-menu {
    display: relative;
    z-index: 1;
}
/* Start Reg Validation CSS */
.registration-ui h1 {
    margin: 2em 0 0;
    font-size: 2em;
    font-family: helvetica, ariel, sans-serif;
    text-align: center;
}
.vehicle_detail_tray h2 {
    padding: 10px 0px 10px 0px;
    ;
    font-size: 1.4rem;
    color: #511199;
    font-weight: 700;
}
.coverholder_detail_tray h2 {
    padding: 10px 0px 10px 0px;
    ;
    font-size: 1.4rem;
    color: #511199;
    font-weight: 700;
}
#make, #model {
    font-weight: 700;
    font-size: 1.1rem;
}
.registration-ui {
    background: linear-gradient(to bottom, #efe702 0%, #cbef02 100%);
    /* padding: 0.6em 2.90em .0.6em 2.90em; */
    font-weight: bold;
    font-size: 2em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
    display: inline-block; /* Added to maintain alignment */
    width: 100%; /* Total width of the box */
    vertical-align: middle;
    height: 60px;
}
.registration-ui:before {
    content: 'GB';
    display: block;
    width: 30px;
    height: 100%;
    background: #4a02ef;
    position: absolute;
    top: 0;
    left: 0; /* Align 'GB' to the left */
    border-radius: 5px 0 0 5px;
    color: #f8d038;
    font-size: 0.8rem;
    line-height: 85px;
    padding-left: 5px;
}
.registration-ui:after {
    content: url('../images/flag.gif');
    display: block;
    position: absolute;
    top: -10px;
    right: 50px; /* Adjust the right padding */
    left: 6px;
    width: 20px;
    height: 20px;
}
/* Style for the input element */
.registration-input {
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding-left: 45px;
    background: transparent;
    font-size: .9em;
    letter-spacing: 1px; /* Adjust letter-spacing to a smaller value */
    outline: none;
    width: 100%;
    right: 30px;
    vertical-align: middle; /* Added for alignment */
    width: calc(100% - 10px);
}
input[type="text"]:focus-visible, input[type="search"]:focus-visible, input[type="radio"]:focus-visible, input[type="checkbox"]:focus-visible, select:focus-visible, #rangeSlider:focus-visible, a:focus-visible, input[type="number"]:focus-visible, button:focus, .custom-checkbox:focus-visible, .cb-standard:focus-visible, .quote_type_box_inner:focus-visible, .duration_choice_outer:focus-visible, .quickquote_button-hero1:focus-visible, .switch input:focus-visible + .slider, #addvehiclebutton:focus-visible, #removeButton2:focus-visible, #removeButton3:focus-visible, #removeButton4:focus-visible, #addpersonbutton:focus-visible, .cb-standard:focus + .checkmark, .promoswitch input:focus-visible + .slider {
    outline: 4px solid #eb00bb;
    outline-offset: 0px;
}
.product_choice_button:focus {
outline: 4px solid #eb00bb;
    outline-offset: 0px;
    border: 6px solid purple;
}
.custom-checkbox input[type="checkbox"]:focus + .checkmark, .cb-standard input[type="checkbox"]:focus-visible + .checkmark {
    outline: 4px solid #eb00bb;
    outline-offset: 0px;
}
input[type="range"]:focus::-webkit-slider-thumb {
    outline: 4px solid #eb00bb;
}
input[type="range"]:focus::-moz-range-thumb {
    outline: 4px solid #eb00bb;
}
input[type="range"]:focus::-ms-thumb {
    outline: 4px solid #4eff36;
}
input[type="text"]:focus, input[type="search"]:focus-visible, select:focus-visible, input[type="number"]:focus-visible {
    border: 2px solid #000000;
}
/* input[type="radio"]:focus, input[type="checkbox"]:focus {
    border: 3px solid #000000; 
    
} */
input[type="number"]:focus-visible {
    outline: 4px solid #eb00bb;
    outline-offset: 0px;
    z-index: 999;
    display: relative;
}
#sliderValue:focus-visible {
    outline: 4px solid #eb00bb;
    border: 2px solid #000000;
}
.modaltooltip:focus-visible .modaltooltiptext, .modaltooltip:hover .modaltooltiptext, .modaltooltip-desc:focus-visible .modaltooltiptext, .modaltooltip-desc:hover .modaltooltiptext {
    visibility: visible;
    opacity: 1;
}
.modaltooltip:focus-visible {
    outline: 4px solid #eb00bb;
    border: 3px solid #4eff36;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    box-sizing: border-box;
    position: relative;
    /* left: 16px; */
    /* left: 3px;
    top: -6px; */
}
.modaltooltip-desc:focus-visible {
    outline: 4px solid #eb00bb;
    border: 3px solid #4eff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    position: relative;
    /* left: -3px; */
    left: 3px;
    top: -3px;
}
.paymonthly {
    font-size: 1rem;
    text-align: right;
    display: inline-block;
    padding: 0px;
    position: relative;
}
.payyearly {
    font-size: 1rem;
    text-align: left;
    display: inline-block;
    padding: 0px;
    position: relative;
}
.paytoggle {
    font-size: 1rem;
    text-align: center;
    display: inline-block;
    position: relative;
}
.paymonthly_inner {
    position: absolute;
    top: 50%;
    margin: 0px;
    transform: translateY(-50%);
    width: 100%;
    text-align: right;
}
.payyearly_inner {
    position: absolute;
    top: 50%;
    margin: 0px;
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
}
.paytoggle_inner {
    position: absolute;
    top: 50%;
    margin: 0px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.toggle {
    max-height: 0px;
    background-image: linear-gradient(45deg, rgba(72, 2, 135, 1), rgba(18, 1, 70, 1));
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}
.addressButton_tray {
    /* margin-left:-12px; */
    margin-right: -12px;
    margin-top: 20px;
}
.addressButton {
    padding: 16px 20px;
    border: 0px;
    color: #ffffff;
    background-color: #511199;
    border-radius: 4px;
}
.addressButton:hover {
    background-color: #2F0162;
}
#manualAddressInput1 {
    display: none;
    padding: 0px;
    margin: 0px;
}
#manualAddressInput2 {
    display: none;
    padding: 0px;
    margin: 0px;
}
.producthighlightsection_dark {
    color: #ffffff;
}
.producthightlight_home_content {
    padding-top: 50px;
}
.productboxes {
    padding-top: 20px;
}
.breakdownquote_button {
    width: 100%;
    text-align: center;
}
.whyVeerkle {
    list-style: none;
    margin-left: -20px;
}
#basic_section i {
    color: #73D500;
    padding-right: 10px;
}
.covertable .fa-xmark {
    color: #ffffff;
}
.covertable .fa-check {
    color: #A2E900;
}
.peril-top {
    padding-top: 6px;
}
.covertable_header {
    min-height: 90px;
    text-align: center;
    padding-top: 20px;
    font-size: 1.2rem;
    color: #ffffff;
}
.covertable_footer {
    min-height: 60px;
    text-align: center;
    padding: 20px 0px;
}
.covertable_footer .quickquote_button {
    margin-top: 0px;
}
.coverlevel_price {
    font-weight: 700;
    font-size: 1.5rem;
}
.covertable {
    padding-top: 10px;
    /* overflow:hidden; */
    margin-bottom: 50px;
}
#europeanext {
    background-color: #ffffff;
    padding-bottom: 2px;
}
.europeril {
    padding-right: 10px;
    text-align: right;
    /* color:#490090; */
}
.showeuro, .showeuro1 {
    display: none;
}
.alternate0 {
    background-color: #E8E8E8
}
.alternate1 {
    background-color: #6D2DD5;
}
.alternate2 {
    background-color: #5A11A2;
}
.alternate3 {
    background-color: #3C086E;
}
.alternate4 {
    background-color: #26005B;
}
#vehicle2, #vehicle3, #vehicle4, #vehicle5 {
    display: none;
}
.registration-ui input[type=text] {
    height: 58px;
    background: linear-gradient(to bottom, #efe702 0%, #cbef02 100%);
    width: 100%;
}
/* .registration-ui input[type="text"]:focus {
    border: none;
} */
.topnav.responsive .dd_menu {
    display: block;
}
 .topnav.responsive .dropdown-content1, .topnav.responsive .dropdown-content2, .topnav.responsive .dropdown-content3, .topnav.responsive .dropdown-content4 {
    display: block !important;
    position: relative;
    background-color: unset;
    margin-left: 20px;
    width: auto;
} 
.whybox-wrapper {
    margin-bottom: 6px;
}
.whybox {
    /* margin-top:50px; */
}
.whybox-outer {
    margin-bottom: 6px;
    border-right: 12px solid #8817FF;
    background-color: #2F0271;
    height: 100%;
}
.whybox-inner {
    padding: 30px;
    color: #ffffff;
}
.whybox-inner i, .productfeature-content i {
    color: #D3FE10;
}
.whybox-inner h3 {
    font-size: 1.4rem;
}
.footerlinks_block {
    margin-bottom: 10px;
}
.footerlinks_block h3 {
    padding-top: 10px;
    font-size: 1.2rem;
}
.nav_type_title a {
    text-decoration: none;
    color: #ffffff;
}
.topnav.responsive .dropdownarrow_sml {
    display: none;
} 
.horiz {
    display: inline;
    padding: 40px 12px 0px 0px !important;
}
.producthighlight_box {
    background-color: #f0f0f0;
    min-height: 40px;
}
.bd_producttype {
    margin-bottom: 10px;
}
.producttype-outer {
    /* box-shadow: 0px 4px 8px #9d018d; */
    height: 100%;
    min-height: 120px;
}
.producttype-inner {
    background-color: #2f0271;
    color: #ffffff;
    height: 100%;
    border-right: 12px solid #8817FF;
}
.producttype-image {
    background-color: #5B5B5B;
    /* min-height:160px; */
    margin-right: -12px;
}
.producttype-content {
    padding: 4px 30px 8px 30px;
    min-height: 90px;
	text-align:center;
}
.producttype-button {
    padding: 8px 30px 20px 30px;
    text-align: center;
}
.producttype-button .quickquote_button {
    margin-top: 0px;
}
.productfeature-outer {
    /* box-shadow: 0px 4px 8px #9d018d; */
    margin-bottom: 24px;
    height: 100%;
    width: 100%;
}
.productfeature-inner {
    background-color: #2f0271;
    color: #ffffff;
    height: 100%;
    /*	 border-right: 12px solid #8817FF; */
}
.productfeature-image {
    background-image: linear-gradient(45deg, rgba(72, 2, 135, 1), rgba(18, 1, 70, 1));
    min-height: 100px;
    /* margin-right: -12px; */
    border-top: 12px solid #73d500;
    text-align: center;
    padding-top: 10px;
}
.productfeature-title {
    text-align: center;
    padding: 20px 0px 10px 0px;
    ;
    font-size: 1.2rem;
    font-weight: 700;
}
.productfeature-content {
    padding: 4px 30px 40px 30px;
	text-align:center;
}
.productfeature-content .list {
	text-align:left;
}
.productfeature-button {
    padding: 8px 30px 20px 30px;
    text-align: right;
}
.productfeature-button .quickquote_button {
    margin-top: 0px;
}
#choicecolumn1, #choicecolumn2, #choicecolumn3, #choicecolumn4 {
    cursor: pointer;
}
.column1-vanilla {
    background-color: #9858FF;
    min-height: 400px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 10px 0px 15px -5px rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 102;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.column2-vanilla {
    background-color: #860BFF;
    min-height: 400px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 10px 0px 15px -5px rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 101;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.column3-vanilla {
    background-color: #6000BE;
    min-height: 400px;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 10px 0px 15px -5px rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 100;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.column4-vanilla {
    background-color: #490090;
    min-height: 400px;
    padding-left: 0px;
    padding-right: 0px; /* box-shadow: 10px 0px 15px -5px rgba(0, 0, 0, 0.5); */ display: block;
    z-index: 99;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.mob_eurorow {
    background-color: #E8E8E8;
    padding-top: 6px;
}
.mob_eurorow_margin {
    margin: 0px;
}
.vk-radio-inner-row {
    padding: 10px;
}
.vk-radio-inner, .validate_reg, .change_reg {
    width: 100%;
}
.validate_button {
    width: 100%;
}
.covertable1 {
    min-height: 400px;
    background-color: #ffffff;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: 10px 0px 12px -10px rgba(0, 0, 0, 0.5);
    display: block;
    /* z-index: 104; */
}
.breakdown_products {
    min-height: 400px;
    padding-right: 25px;
}
#mob_selectcolumn1, #mob_selectcolumn2, #mob_selectcolumn3, #mob_selectcolumn4 {
    margin-top: 10px;
    width: 100%;
    background-color: #150350;
    color: #ffffff;
}
.telno_row, .address_row {
    margin: 0px;
    padding: 0px;
}
.telno_col_left {
    margin: 0px;
    padding-left: 0px;
    width: 50%;
}
.telno_col_right {
    margin: 0px;
    padding-right: 0px;
    width: 50%;
}
#cta_ribbon {
    background-color: #490096;
}
.h3_subheading {
    padding-bottom: 20px;
}
.euro_extension_explainer {
    margin-bottom: 20px;
}
.euro_extension_explainer ul {
    list-style: none;
    margin-left: -30px;
}
.euro_extension_explainer i {
    color: #73D500;
}
.tp-widget-stars {
    width: 70% !important;
}
.product_feature {
    margin-bottom: 30px;
}
.custom-column {
    flex: 1 1 20%; /* Distribute 5 columns equally */
}
.howitworks_number {
    font-size: 6rem;
    line-height: 1;
    font-family: "moniker", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #73D500;
}
.policytype_image_inner1 {
    position: relative;
    height: 150px;
    background-color: purple;
    text-align: center;
}
.policytype_image_inner2 {
    position: relative;
    height: 150px;
    background-color: #ec4433;
    text-align: center;
}
.policytype_image_inner3 {
    position: relative;
    height: 150px;
    background-color: #04ced0;
    text-align: center;
}
.policytype_image_inner4 {
    position: relative;
    height: 150px;
    background-color: #f0c600;
    text-align: center;
}
#hiddenFields {
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
    margin-top: 10px; /* Add margin to separate from the switch */
	background-color:#ffffff;
}
/* #promo_box {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
} */
.promobox {
	font-size:1rem;
}
.promoswitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
	margin-bottom:6px;
}
.promoswitch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.promoslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.promoslider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .promoslider {
    background-color: #73D500;
}
input:focus + .promoslider {
    box-shadow: 0 0 1px #e4c600;
}
input:checked + .promoslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.promoslider.round {
    border-radius: 34px;
}
.promoslider.round:before {
    border-radius: 50%;
}
.promo_question {
    padding-top: 6px;
}
.promocode_row {
    padding-bottom: 20px;
}
.promo_button {
    padding: 6px 20px 6px 20px;
    background-color: #D3FE10;
    border: 0.5px;
    border-radius: 4px;
    border-color: #D3FE10;
    color: #170146;
    height: 51px;
    text-align: center;
    font-size: 1.3rem;
    margin: 10px 0px 10px 0px;
    min-width: 140px;
}
.promo_button:hover {
    background-color: #708800;
    color: #FFFFFF;
}
.promocode_row {
    padding-bottom: 20px;
}
#promocodeInput {
    width: calc(100% - 8px);
    position: relative;
    left: 4px
}
.breakdown_help_outer {}
.breakdown_help_inner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 110px;
    height: 110px;
    background-color: #170057;
    z-index: 9999;
    text-align: center;
    padding: 16px 6px 16px 6px;
    border-radius: 50%;
    border: 4px solid #6600d8;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    background-size: 50%;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 4px #3d3d3d, 0 0 0 4px #BDFF0F;
}
#sch1mobeuoptional {
	padding-top:4px;
}
#decerror {
	padding-top:10px;
}
.body_content_center {
	text-align:center;
}
.body_list_row {
padding-bottom:4px;
}
.body_list_item {
	max-width:30px;
	min-width:30px;
}
.accordion-item:not(:first-of-type) {
    border-top: 0.5px;
}
.extrapolicyholder {
	margin-top:10px;
	border-top:2px solid #480097;
}
/* End New Breakdown CSS */
/* End Reg Validation CSS */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
/* ----- Start SFC Styling ------ */
.sfc_stage_heading {
    font-size: 1.4rem;
    color: #5623aa;
    font-weight: 700;
    padding-top: 10px;
}
body .sfc_page, body .sfc_page p, body .slds-form-element label {
    font-size: 1rem;
    font-weight: 500;
}
.logobox img {
    max-width: unset;
}
body .sfc-heading h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 700;
    padding: 0px 0px 30px 40px;
}
.sfc-heading p {
    color: #ffffff;
    font-size: 1rem;
    padding: 0px 0px 30px 40px;
}
.flowbox_inner {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.flowbox_header {
    min-height: 62px;
    background-image: linear-gradient(45deg, rgba(105, 26, 180, 1), rgba(29, 0, 92, 1));
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 20px;
}
.policy_docs_inner {
    border: 2px solid #a0d201;
}
.policy_docs_header {
    background-image: linear-gradient(45deg, rgba(160, 210, 1, 1), rgba(68, 109, 3, 1));
}
.flowbox_header .quote_ref {
    font-weight: 700;
    font-size: 1.4rem !important;
}
.flowbox_label {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #6418AE;
    border-left: 1px solid #521299;
}
.flowbox_data {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 1.2rem;
    border-right: 1px solid #521299;
}
.flowbox_subheading {
    min-height: 62px;
    background-image: linear-gradient(45deg, rgba(105, 26, 180, 1), rgba(29, 0, 92, 1));
    color: #ffffff;
    font-size: 1.2rem;
    padding: 20px;
    ;
}
.flowbox_footer {
    min-height: 62px;
    background-image: linear-gradient(45deg, rgba(105, 26, 180, 1), rgba(29, 0, 92, 1));
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.policy_docs_footer {
    background-image: linear-gradient(45deg, rgba(160, 210, 1, 1), rgba(68, 109, 3, 1));
}
.summary_chevrons {
    margin-top: 0px;
    margin-bottom: 10px;
}
.total_value {
    color: #6c1bb8;
    font-size: 4rem;
    font-weight: 700;
    padding-top: 0px;
}
.total_value.premium {
    color: #5aa807;
}
.flowbox_inner a {
    color: #000000;
}
body .forceCommunitySection .cb-section_column:last-child {
    padding: 16px 10px 16px 18px;
}
body .digi2lVeerkleSupPageTemplate .slds-button_brand {
    min-width: 120px;
    border-radius: 4px;
    font-size: 1.3rem;
    color: #170130;
}
#subpage_bodycontent .container {
    padding: 0px;
}
#subpage_bodycontent .contentblockleft p {
    color: #ffffff;
}
#subpage_bodycontent tr, td {
    border-width: 0px;
}
#subpage_bodycontent table {
    width: inherit;
}
#subpage_bodycontent_quote .container {
    padding: 0px;
}
#subpage_bodycontent_quote tr, td {
    border-width: 0px;
}
#subpage_bodycontent_quote table {
    width: inherit;
}
#subpage_bodycontent_standard .container {
    padding: 0px;
}
#subpage_bodycontent_standard tr, td {
    border-width: 0px;
}
#subpage_bodycontent_standard table {
    width: inherit;
}
.slds-datepicker h2 {
    font-size: 1rem;
    padding-top: 8px;
}
abbr[title] {
    text-decoration: none;
}
fieldset {
    margin-bottom: 20px;
}
#subpage_bodycontent input {
    background-color: #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 6px;
    margin-top: 6px;
}
input[type=tel], input[type=search] {
    background-color: #ffffff !important;
    /* border: 0.5px solid #D4D4D4 !important; */
}
#subpage_bodycontent span {
    font-size: 1rem;
    color: #1f1f1f;
    font-wight: 400;
}
#subpage_bodycontent .flowruntimeBody__lwc[flowruntime-lwcBody_lwcBody] {
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-top: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent .navigationBar[flowruntime-flow_flow] {
    border-top: 1px solid var(--lwc-colorBorderWhite);
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-bottom: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent .flowruntime-input-label[flowruntime-inputWrapper2_inputWrapper2] {
    font-weight: var(--lwc-fontWeightBold, 400);
}
#subpage_bodycontent .slds-card {
    /* box-shadow: -4px 8px 8px #b6b6b6; */
}
#subpage_bodycontent .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux {
    border: var(--lwc-borderWidthThin, 1px) solid var(--slds-c-radio-color-border, var(--sds-c-radio-color-border, var(--slds-g-color-border-base-4, var(--lwc-colorBorderInput, #D4D4D4))));
}
#subpage_bodycontent_quote input[type=text], input[type=tel] /*, input[type=search] */ {
    background-color: #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 4px;
    margin-top: 6px;
}
#subpage_bodycontent_quote span {
    font-size: 1rem;
    color: #1f1f1f;
}
#subpage_bodycontent_quote .flowruntimeBody__lwc[flowruntime-lwcBody_lwcBody] {
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-top: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent_quote .navigationBar[flowruntime-flow_flow] {
    border-top: 1px solid var(--lwc-colorBorderWhite);
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-bottom: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent_quote .flowruntime-input-label[flowruntime-inputWrapper2_inputWrapper2] {
    font-weight: var(--lwc-fontWeightBold, 400);
}
#subpage_bodycontent_quote .slds-form-element span, .slds-form-element label {
    font-weight: var(--lwc-fontWeightBold, 400);
    font-size: 1rem;
    color: #1f1f1f;
}
#subpage_bodycontent_quote .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux {
    border: var(--lwc-borderWidthThin, 1px) solid var(--slds-c-radio-color-border, var(--sds-c-radio-color-border, var(--slds-g-color-border-base-4, var(--lwc-colorBorderInput, #D4D4D4))));
}
#subpage_bodycontent_standard input[type=text], input[type=tel] /*, input[type=search] */ {
    background-color: #f3f3f3;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 4px;
    margin-top: 6px;
}
#subpage_bodycontent_standard span {
    font-size: 1rem;
    color: #1f1f1f;
}
#subpage_bodycontent_standard .flowruntimeBody__lwc[flowruntime-lwcBody_lwcBody] {
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-top: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent_standard .navigationBar[flowruntime-flow_flow] {
    border-top: 1px solid var(--lwc-colorBorderWhite);
    padding-left: var(--lwc-spacingXLarge, 1rem);
    padding-right: var(--lwc-spacingXLarge, 1rem);
    padding-bottom: var(--lwc-spacingXLarge, 1rem);
}
#subpage_bodycontent_standard .flowruntime-input-label[flowruntime-inputWrapper2_inputWrapper2] {
    font-weight: var(--lwc-fontWeightBold, 400);
}
#subpage_bodycontent_standard .slds-form-element span, .slds-form-element label {
    font-weight: var(--lwc-fontWeightBold, 400);
    font-size: 1rem;
    color: #1f1f1f;
}
#subpage_bodycontent_standard .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux {
    border: var(--lwc-borderWidthThin, 1px) solid var(--slds-c-radio-color-border, var(--sds-c-radio-color-border, var(--slds-g-color-border-base-4, var(--lwc-colorBorderInput, #D4D4D4))));
}
body .forceCommunityFlowCommunity {
    border: var(--lwc-borderWidthXThick, 4px) solid #6418AE;
}
body .slds-button_neutral {
    padding: 8px 12px 8px 12px;
    min-width: 80px;
    border-radius: 2px;
}
.submenu-button {
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 6px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #4b4b4b;
    max-width: 230px;
}
.submenu-button:hover {
    background-color: #6d6d6d;
}
a.submenulink {
    text-decoration: none;
}
a.submenulink:hover {
    text-decoration: none !important;
}
a.submenulink:focus {
    text-decoration: none !important;
}
Body ul {
    margin-bottom: 0px;
}
Body .slds-button_brand {
    padding: 8px 12px 8px 12px;
    min-width: 80px;
    border-radius: 2px;
}
.no_dot {
padding-top:0px;
}
table.termstables {
    word-break: break-word;
}
/* -------------- Claims Status 2.0 -----------------  */
#paddingpush {
    margin-top: 10vh;
    margin-bottom: 10vh;
}
.body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
    /* flex-basis: 100px; */
    margin: 0px;
}
.attention-stripe {
    border: 0.5px solid red;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 40px;
    background: repeating-linear-gradient(45deg, #e02626, #e02626 20px, #fd3939 20px, #fd3939 40px);
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    padding-top: 6px;
    margin-top: 17px;
}
.status-green-stripe {
    border: 0.5px solid green;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 40px;
    background: repeating-linear-gradient(45deg, #486501, #486501 20px, #325400 20px, #325400 40px);
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    padding-top: 6px;
    margin-top: -7px;
}
.status-grey-stripe {
    border: 0.5px solid green;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 40px;
    background: repeating-linear-gradient(45deg, #575757, #575757 20px, #2d2d2d 20px, #2d2d2d 40px);
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    padding-top: 6px;
    margin-top: -7px;
}
.date-rationale {
    padding: 0px 15px 15px 15px;
    font-size: 0.8rem;
}
/* @media only screen and (max-width:768px) {
    .attention-stripe {
        font-size: 1rem;
    }
    .status-green-stripe {
        font-size: 1rem;
    }
    .status-grey-stripe {
        font-size: 1rem;
    }
    .status-claimref {
        font-size: 1.3rem;
    }
    .discountbanner {
        width: 100%;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }
    .discounttext {
        width: 100%;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 700;
    }
    .emphasis1 {
        padding-top: 6px;
        font-size: 1.1rem;
        font-weight: 700;
    }
    .emphasis2 {
        padding-top: 6px;
        font-size: 1.1rem;
        font-weight: 700;
        color: #6418AE;
    }
	#faq_section h3 {
    font-size: 1rem;
}
} */
@media only screen and (max-width:332px) {
    .attention-stripe {
        padding-bottom: 6px;
    }
    .status-green-stripe {
        padding-bottom: 6px;
    }
    .status-grey-stripe {
        padding-bottom: 6px;
    }
}
.status-box {
    border-left: 0.5px solid red;
    border-bottom: 0.5px solid red;
    border-right: 0.5px solid red;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}
.status-green-box {
    border-left: 0.5px solid gray;
    border-bottom: 0.5px solid gray;
    border-right: 0.5px solid gray;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.status-grey-box {
    border-left: 0.5px solid gray;
    border-bottom: 0.5px solid gray;
    border-right: 0.5px solid gray;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.status-number-text {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    color: #e02626;
    padding-top: 20px;
    max-height: 170px;
}
.green-status-number-text {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    color: #486501;
    padding-top: 20px;
    max-height: 190px;
}
.green-status-number {
    text-align: center;
    font-weight: 500;
    font-size: 5rem;
    margin-top: 0px;
    color: #82BB01;
    position: relative;
    top: -20px;
}
.status-text {
    font-size: 1rem;
    padding-top: 20px;
    padding-left: 30px !important;
    padding-bottom: 20px;
}
.claim-stage-report {
    min-height: 200px;
    border: 0.5px solid black;
    border-radius: 4px;
    margin-bottom: 10px;
}
.stage-intro {
    padding: 30px;
    font-size: 1.2rem;
    font-weight: 500;
}
.stages {
    padding: 30px;
}
.stage-stripe-cleared {
    background-color: #2E2E2E;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff;
}
.stage-stripe-waiting {
    background-color: #E4E4E4;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
    color: #C0C0C0;
}
.stage-stripe-3 {
    background-color: lightgrey;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.stage-stripe-4 {
    background-color: lightgrey;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.stage-stripe-5 {
    background-color: lightgrey;
    padding: 5px 10px 5px 10px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}
.status-claimref {
    padding-left: 0px !important;
    padding-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 500;
}
.zref {
    color: #486501;
}
.est-completion-row {
    border: 0.5px solid black;
    min-height: 80px;
    background-color: #D4E95D;
    margin-top: -7px !important;
}
.est-completion-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 500;
}
.est-completion-date {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500;
}
.completion-date-desc {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 0.5;
}
.video-container {
    margin-bottom: 10px;
}
.video-intro-text {
    padding: 6px 30px 10px 30px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000000;
}
.video-box {
    background-color: #363636;
    width: auto;
    min-height: 280px;
    color: #ffffff;
    padding: 30px;
    font-size: 0.8rem;
}
.med-box {
    padding: 30px;
    border: 0.5px red solid;
    background: repeating-linear-gradient(45deg, #fef7f7, #fef7f7 20px, #fce9e9 20px, #fce9e9 40px);
    margin-bottom: 10px;
}
.med-message {
    text-align: center;
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
}
@media only screen and (max-width:575px) {
    .status .stage-intro {
        padding: 30px 20px 10px 20px;
        text-align: center;
    }
    .stages {
        padding: 0px 20px 30px 20px;
        text-align: center;
    }
    .est-completion-text {
        padding: 30px 20px 10px 20px;
        text-align: center;
    }
    .est-completion-date {
        padding: 0px 20px 30px 20px;
        text-align: center;
    }
    .video-intro-text {
        font-size: .9rem;
    }
    .addon_price {
        position: relative;
        margin: 0;
        top: unset;
        transform: unset;
        padding-left: 10px;
        right: unset;
    }
    /*	.trustpilot-widget {
    height: auto;
} */
}
.response_heading {
    font-weight: 500;
    color: #c80437;
    font-size: 1.3rem;
}
.response_emphasis {
    font-weight: 500;
    color: #c80437;
    font-size: 1rem;
}
.success_response_date {
    padding-bottom: 10px;
}
.portal_nextsteps_text {
    border: 0.5px solid gray;
    border-radius: 4px;
    padding: 30px !important;
}
body .toggleLabel[c-caseFileUploaderInput_caseFileUploaderInput] {
    text-align: right;
}
body .toggle[c-caseFileUploaderCreator_caseFileUploaderCreator] {
    min-width: 100%;
}
body .title[c-caseFileUploaderInput_caseFileUploaderInput] {
    margin-bottom: 15px;
    margin-top: 10px;
}
body .status[c-caseFileUploaderInput_caseFileUploaderInput] {
    background: #666;
    color: #fff;
    flex-basis: 35px;
    width: 45px;
    line-height: 24px;
    text-align: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    margin-right: 10px;
    padding: 0 5px 0 5px;
    border-radius: 4px;
    margin-bottom: 2px;
}
body .file-uploader[c-caseFileUploaderInput_caseFileUploaderInput] {
    margin: 4px auto 0;
    width: 100%;
}
body .slds-file-selector {
    width: 100%;
}
body .slds-file-selector__dropzone {
    width: 100%;
}
body label {
    margin-bottom: 0px;
}
body c-case-file-uploader-input[c-caseFileUploader_caseFileUploader] {
    margin-bottom: 3px;
    border-bottom: 1px solid #6418AE;
    display: block;
    padding: 10px 0 10px 0;
}
body .slds-m-bottom_large, .slds-m-bottom--large {
    margin-bottom: 0px;
    margin-top: 20px; /* Line added 30.03.2020 */
}
body .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux {
    border-color: #000000;
}
body .slds-radio .slds-form-element__label {
    font-size: 1rem;
}
body .spacer[c-caseFileUploaderCreator_caseFileUploaderCreator] {
    margin-bottom: 16px;
}
ody c-case-file-uploader c-case-file-uploader-input .file-uploader span.slds-form-element__label {
    display: none !important;
}
body [c-caseFileUploader_caseFileUploader] .slds-card__body {
    padding-top: 0px !important;
} /* body .slds-card__body [c-casefileuploader_casefileuploader] {
    padding: 0px !important;
} */
body .slds-card__body [c-casefileuploader_casefileuploader] {
    padding: 6px !important;
}
body .file[c-caseFileUploaderInput_caseFileUploaderInput] {
    padding-bottom: 10px;
    padding-top: 5px;
}
/* End Amnon's Care File Uploader Style Addition */
/* Start Brand Styled Document Upload Button Styles */
body c-casefileuploaderinput_casefileuploaderinput, button.slds-button.slds-button_neutral[disabled] {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(217, 219, 221);
    transition: border .15s linear;
    background-color: grey;
    border-color: grey;
    color: lightgrey;
}
body c-casefileuploaderinput_casefileuploaderinput, button.slds-button.slds-button_neutral {
    padding: 11px 12px 11px 12px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(65, 111, 5);
    transition: border .15s linear;
    background-color: #6418AE;
    border-color: #6418AE;
    color: #ffffff;
    min-width: 120px;
    border-radius: 4px;
    font-size: 1.3rem;
}
body c-casefileuploaderinput_casefileuploaderinput, .slds-file-selector__button.slds-button.slds-button_neutral {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 1px solid rgb(65, 111, 5);
    transition: border .15s linear;
    background-color: #6418AE;
    border-color: #6418AE;
    color: #ffffff;
    min-width: 90px;
    word-break: break-word;
}
body .messages[c-caseFileUploaderInput_caseFileUploaderInput] {
    margin-bottom: 10px;
}
/* End Brand Styled Document Upload Button Styles */
@media (max-height:414px) and (orientation:landscape) {
    body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
        min-width: 100%;
    }
}
@media (max-width:321px) and (orientation:portrait) {
    body .messages[c-caseFileUploaderInput_caseFileUploaderInput] {
        flex-basis: 70%;
        flex-grow: 1;
        padding-right: 10px;
        min-width: 0px;
    }
}
@media (max-width:415px) and (orientation:portrait) {
    body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
        flex-basis: 100px;
        padding-left: 0px;
        padding-top: 10px;
        margin: 0px;
        min-width: 100%;
    }
}
/* End - CSS for Additional Doc Uploader */
/* Start - CSS for Additional Doc Uploader Status Label */
body .status[c-caseFileUploaderCreator_caseFileUploaderCreator] {
    background: #666;
    color: #fff;
    flex-basis: 35px;
    width: 45px;
    line-height: 24px;
    text-align: center;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    margin-right: 10px;
    padding: 30px 5px 30px 5px;
}
/* End - CSS for Additional Doc Uploader Status Label */
/* Start - CSS for Document Upload Text Overflow Fix  */
body .criteria[c-caseFileUploaderInput_caseFileUploaderInput], .question[c-caseFileUploaderInput_caseFileUploaderInput] {
    padding-bottom: 5px;
    text-align: left !important;
    word-break: break-word !important;
}
/* End - CSS for Document Upload Text Overflow Fix  */
@media only screen and (max-width:1024) {
    body .toggle[c-caseFileUploaderInput_caseFileUploaderInput] {
        margin: 0px;
        word-break: normal;
    }
    body .toggle[c-caseFileUploaderCreator_caseFileUploaderCreator] {
        margin: 0px;
        word-break: normal;
    }
}
@media only screen and (max-width:768px) {
    body .slds-rich-text-editor__textarea h1, .slds-rich-text-editor__output h1 {
        font-size: 2rem;
    }
}
@media only screen and (max-width:414px) {
    body .slds-rich-text-editor__textarea h1, .slds-rich-text-editor__output h1 {
        font-size: 1.6rem;
    }
}
/* body .date-picker table, tr, td {
    border: 0px !important;
} */
body .date-picker table tr td {
    border: 0px !important;
}
lightning-formatted-rich-text.slds-rich-text-editor__output span {
    font-size: 1rem !important;
}
body .flowruntimeBody__lwc[flowruntime-lwcBody_lwcBody] {
    padding-top: 20px !important;
}
.bank-account-inputs[c-bankAccountInput_bankAccountInput] div.actions[c-bankAccountInput_bankAccountInput] {
    padding-top: 36px !important;
}
.submenu-button {
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 6px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    background-color: #4b4b4b;
    /* max-width: 230px; */
    display: inline-block;
    min-width: 230px;
    margin: 0px 6px 40px 0px;
}
.slds-form-element__label {
    color: #000000;
}
.docnotice {
    background-color: #393939 !important;
    color: #ffffff !important;
    border-radius: 0px;
    border-color: #D30753 !important;
}
#docnoticetray .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/* Start Doc Preference Dropdown Styles */
.question {
    border-radius: 1px;
    padding: 10px;
    margin: 0px;
}
.gone {
    position: absolute;
    left: -100vw;
}
.question i {
    position: absolute;
    font-size: 20px;
    padding-top: 16px;
}
.docnotice-content {
    display: none;
}
.docnoticeitem input:checked ~ .docnotice-content {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}
.docnoticeitem input:checked + .fas .fa-plus {
    display: none;
}
.docnoticeitem .col-sm-12 {
    margin-bottom: 0px;
    position: relative;
    background-color: #fffafd;
    padding: 0px;
}
.question-docnotice i {
    position: absolute;
    font-size: 20px;
    padding: 16px;
}
.docnoticeitem input:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f077';
    float: right;
    display: block;
}
#docnoticeitem a.collapsed i::before {
    content: "\f2c7" !important;
}
.docnoticeitem label {
    padding: 10px 10px 10px 30px;
    width: 100%;
}
.docnoticeitem label:after {
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f078';
    text-align: right;
    display: block;
    top: 10px;
    position: absolute;
    right: 25px;
}
.stretchcontent-docnotice {
    padding: 10px 30px 20px 30px;
    font-size: 1rem;
}
.breakdown_mobile_image {
    display: none;
}
.date-wrapper {
    width: 100%;
    display: flex;
}
input[type="date"] {
    flex: 1;
    font-size: 16px; /* avoids iOS zoom */
    padding: 0.5em;
    box-sizing: border-box;
    appearance: auto;
    -webkit-appearance: auto;
}
/* End Doc Preferences Dropdown Styles */
/* ------- End SFC Styling -------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* ------- End SFC Styling -------- */
/* ----- Start Cookie Box CSS ----- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* ----- Start Media Queries ----- */
@media only screen and (min-width: 1360px) and (max-height: 300px) {
    .herotext_container {
        padding-top: 140px;
    }
}
@media only screen and (max-width:1399px) {
    .v img {
        width: 95%;
    }
    .types {
        /*	 margin-top:90px; was 40px - 18.12.24 */
    }
    .product_choice_button {
        min-width: 100px;
        padding: 6px;
        left: -2px;
        position: relative;
    }
    .peril {
        font-size: 0.8rem;
        padding-bottom: 8px;
    }
    .europeril {
        padding-right: 10px;
    }
    .paymonthly_inner {
        padding-right: 6px;
    }
    .payyearly_inner {
        padding-left: 6px;
    }
    .formfield {
        display: block;
    }
    .formlabel {
        margin-top: 10px;
        font-size: 1.1rem;
        min-height: 90px;
    }
    .quickquote_button-hero {
        margin-top: 68px;
    }
    .buttonspan {
        width: 100%;
        text-align: right;
    }
    input, #age, #industry {
        width: 100%;
    }
    select {
        width: 100%;
    }
    .quickquote {
        margin-left: 10px;
        margin-right: 10px;
    }
    .quickquote_header {
        margin-left: 10px;
        margin-right: 10px;
    }
    .premium_amount {
        font-size: 2.6rem;
    }
    .total_value {
        font-size: 2.6rem;
    }
    .v {
        overflow: visible;
    }
}
@media only screen and (max-width:1240px) {
    .dropdown-content1, .dropdown-content2, .dropdown-content3, .dropdown-content4 {
        display: none;
    }
    .col-sm-1 {
        margin-bottom: 10px;
    }
  /*  .topnav.responsive {
        position: absolute;
        right: 0px;
        width: 40%;
        height: 100vh;
        padding-top: 70px;
        padding-bottom: 40px;
        background-color: rgba(0, 0, 0, 0.9); */
    
    .topnav {
        top: 0px;
        padding: 0px;
    }
    .topnav a {
        padding: 9px 30px;
    }
    .topnav.responsive .icon {
        position: absolute;
        top: 9px;
        left: 0px;
        width: 100%;
        height: auto;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        padding: 0px 30px;
        /* width: 70%; */
        line-height: 1.7;
    }
    .fa, .fas, #burger {
        font-size: 1.7rem;
        float: right;
        padding-top:23px;
    }
    .topnav.responsive a .fa, .fas {
        padding-top: 14px;
    }
    .topnav a {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    ul {
        padding-left: 90px;
    }
	.bd_ul {
		padding-left: 20px;
	}
    .dd_menu {
        display: none;
    }
    .responsive.linkline.responsive_link {
        display: block;
    }
    .mobile_image {
        display: none;
        min-height: 220px;
        background: url("../images/woman_in_car.png") bottom right no-repeat;
        background-size: contain;
        width: 100%;
        position: relative;
        margin-bottom: -40px;
        /* margin-top: -90px; */
        overflow: hidden;
    }
    .breakdown_mobile_image {
        display: none;
        min-height: 120px;
        /*background: url("../images/breakdown_van_mobile.png") bottom right no-repeat;
        background-size: contain;*/
        width: 100%;
        margin-bottom: -40px;
        /* margin-top: -90px; */
        overflow-y: visible;
    }
    .breakdown_mobile_image img {
        /* position: absolute;
        margin-bottom: -90px; */
        /* margin-top: -90px; */
        /* overflow-y: visible;
		right:40px;
			z-index:998;
			        left: calc(50% - 75px);
        width: 20%;
        padding-top: 10px; */
        position: absolute;
        right: 90px;
        top: -150px; /* was -300px */
        width: 35%; /* was 45% */
        z-index: 9995;
    }
    /* .types {
        margin-top: 120px;
    } */
    .section_header_left {
        /*   min-height: 575px; */
    }
	    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 45%;
        height: 100vh;
        background-color: rgba(0, 12, 24, 0.8); /* transparent sea */
        padding-top: 60px; /* to avoid overlap with navbar brand/toggler */
        z-index: 1050;
        transition: transform 0.2s ease-in-out;
    }
    .navbar-toggler {
        position: relative;
        z-index: 1100; /* higher than .navbar-collapse */
    }
    .navbar-collapse {
        z-index: 1050;
    }
    #burger {
        color: #F8FF00;
        font-size: 1.8rem;
    }
    .navbar-collapse:not(.show) {
        transform: translateX(100%);
    }
    .navbar-collapse.show {
        transform: translateX(0);
    }
    .navbar-nav {
        flex-direction: column;
        padding-left: 1rem;
    }
    .dropdown-menu {
        background-color: transparent;
        border: none;
    }
    .burgerlink, .nav-link {
        color: #fff !important;
    }
    .navbar-toggler {
        z-index: 1060; /* ensure it's above the menu */
    }
    .navbar-toggler:focus {
        box-shadow: unset;
    }
    .nav_getaquote {
        padding: 0px;
        background-color: unset;
        border-radius: 0px;
        margin-left: 0px;
        color: rgba(0, 0, 0, .55);
        padding-right: 20px;
    }
    .nav_getaquote .nav-link {
        color: #ffffff !important;
    }
    .nav_getaquote:hover {
        box-shadow: 0px 0px 0px 0px;
        color: #F8FF00;
        background-color: unset;
    }
	    .fa, .fas, #burger {
        font-size: 1.7rem;
        float: right;
        padding-top: 23px;
    }
	.navbar-collapse.show {
        transform: translateX(0);
    }
    .navbar-collapse {
        z-index: 1050;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 45%;
        height: 100vh;
        background-color: rgba(0, 12, 24, 0.8);
        padding-top: 60px;
        z-index: 1050;
        transition: transform 0.2s ease-in-out;
    }
	 /* Target toggle button when menu is open */
  .navbar-toggler[aria-expanded="true"] {
    position: fixed !important;
    top: 15px;   /* adjust spacing from top */
    right: 15px; /* adjust spacing from right */
    z-index: 1100; /* above the menu */
    background: transparent;
    border: none;
    color: #F8FF00; /* visible color */
    padding: 8px 12px;
  }

  /* Optional: enlarge burger icon */
  .navbar-toggler[aria-expanded="true"] #burger {
    font-size: 2rem;
  }
	.navbar-nav {
        flex-direction: column;
        padding-left: 1rem;
    }
}
@media only screen and (orientation:portrait) and (min-height:1365px) {
    .types {
        margin-top: 30px;
    }
}
@media only screen and (max-width:1239px) {
    .v {
        visibility: hidden;
    }
    .v img {
        width: auto;
        height: 50%;
    }
    .section_header_right {
        display: none;
    }
    .breakdown_mobile_image {
        display: block;
    }
    /* .herotext_container {
	width:100%;
} */
    /* .herobox {
			height:300px;
		} */
}
@media only screen and (max-width:1200px) {
    .pricingbody {
        min-height: 140px;
    }
    .custom-column {
        width: 20%; /* Each column takes up 20% */
    }
}
@media only screen and (max-width:1000px) {
    #cookiebox {
        display: none;
        width: 100%;
        height: auto;
        padding: 5px 60px 10px 60px;
        position: fixed;
        bottom: 0px;
        font-size: .8rem;
        z-index: 999;
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
        color: #ffffff;
    }
    .closebutton {
        margin-top: 6px;
    }
}
@media only screen and (max-width:1399px) and (min-width:1199px) {
    #result-container {
        padding-left: 20px;
    }
    .minPrice {
        font-size: 3.6rem;
    }
    .peril .question-tooltip {
        font-size: 0.8rem;
    }
	.periladded {
		font-size:0.8rem;
		padding-bottom:8px;
	}
	.coverholder-details-date {
	font-size: 0.86rem;
	}
}
@media only screen and (min-width:991px) and (max-width:1399px) {
		.coverholder-details-date {
	font-size: 0.86rem;
	}
}
@media only screen and (min-width:991px) and (max-width:1199px) {
	button.validate_button {
    font-size: 1rem;
}
}
@media only screen and (max-width:1199px) {
    /* .herobox {
min-height: 600px;
} */
    .spacer-top {
        height: 30px;
        width: 100%;
    }
    ul.headerbullets {
        font-size: 1.1rem;
    }
    .formlabel {
        min-height: 0px;
    }
    .formlabel.regbox {
        min-height: 40px;
    }
    .emailbox {
        padding-left: 20px;
    }
    .quickquote_button-hero {
        margin-top: 12px;
    }
    .benefittile-top {
        font-size: 1.5rem;
    }
    .benefittile-body {
        font-size: 1.2rem;
    }
    #cover li {
        font-size: 1.1rem;
    }
    .quickquote_button {
        margin-top: 0px;
    }
    .quickquote_button_previous {
        margin-top: 0px;
    }
    .qbb_bottom {
        padding-top: 40px;
    }
    .featured_product {
        background-size: 50%;
        background-position: -90px 100%;
    }
    #range-container {
        padding-top: 20px;
    }
    .quickquote_button-hero1 {
        position: unset;
        margin-top: 10px;
    }
    .step1_spacing {
        margin-top: 10px;
    }
    .total_value {
        font-size: 2.4rem;
    }
    .bd_product_column {
        margin-bottom: 60px;
    }
    .vk-radio-outer {
        margin-bottom: 10px;
    }
    .bd-quote-summary {
        margin: 10px 0px;
    }
    .desktop-productresults, .covertable {
        display: none;
    }
    .mobile_productresults {
        display: block;
    }
    .sticky {
        margin-left: -12px;
        margin-right: -12px;
        padding-top: 30px;
    }
    .nav_type_box {
        margin-bottom: 40px;
    }
    .selection_cta {
        text-align: right;
        width: 100%;
        margin: 0px;
        padding-top: 20px;
    }
    .types {
        margin-top: 60px; /* was 120px */
    }
    .documentbox_right {
        border-top: none;
    }
    .documentbox_left {
        margin-bottom: 0px;
    }
    .study {
        top: 130px;
    }
	.bd_coverarray_item_object {
		font-size:1rem;
	}
}

@media (max-width: 1240px) { /* XL and below */
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 45%;
        height: 100vh;
        background-color: rgba(0, 12, 24, 0.8); /* transparent sea */
        padding-top: 60px; /* to avoid overlap with navbar brand/toggler */
        z-index: 1050;
        transition: transform 0.2s ease-in-out;
    }
    .navbar-toggler {
        position: relative;
        z-index: 1100; /* higher than .navbar-collapse */
    }
    .navbar-collapse {
        z-index: 1050;
    }
    #burger {
        color: #F8FF00;
        font-size: 1.8rem;
    }
    .navbar-collapse:not(.show) {
        transform: translateX(100%);
    }
    .navbar-collapse.show {
        transform: translateX(0);
    }
    .navbar-nav {
        flex-direction: column;
        padding-left: 1rem;
    }
    .dropdown-menu {
        background-color: transparent;
        border: none;
    }
    .burgerlink, .nav-link {
        color: #fff !important;
    }
    .navbar-toggler {
        z-index: 1060; /* ensure it's above the menu */
    }
    .navbar-toggler:focus {
        box-shadow: unset;
    }
    .nav_getaquote {
        padding: 0px;
        background-color: unset;
        border-radius: 0px;
        margin-left: 0px;
        color: rgba(0, 0, 0, .55);
        padding-right: 20px;
    }
    .nav_getaquote .nav-link {
        color: #ffffff !important;
    }
    .nav_getaquote:hover {
        box-shadow: 0px 0px 0px 0px;
        color: #F8FF00;
        background-color: unset;
    }
	    .fa, .fas, #burger {
        font-size: 1.7rem;
        float: right;
        padding-top: 23px;
    }
	.navbar-collapse.show {
        transform: translateX(0);
    }
    .navbar-collapse {
        z-index: 1050;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 45%;
        height: 100vh;
        background-color: rgba(0, 12, 24, 0.8);
        padding-top: 60px;
        z-index: 1050;
        transition: transform 0.2s ease-in-out;
    }
	 /* Target toggle button when menu is open */
  .navbar-toggler[aria-expanded="true"] {
    position: fixed !important;
    top: 15px;   /* adjust spacing from top */
    right: 15px; /* adjust spacing from right */
    z-index: 1100; /* above the menu */
    background: transparent;
    border: none;
    color: #F8FF00; /* visible color */
    padding: 8px 12px;
  }

  /* Optional: enlarge burger icon */
  .navbar-toggler[aria-expanded="true"] #burger {
    font-size: 2rem;
  }
	.navbar-nav {
        flex-direction: column;
        padding-left: 1rem;
    }
}
@media only screen and (min-width:1024px) {
    #summarybox {
        margin-left: 60px;
    }
    .popular {
        top: 0px;
    }
    .best {
        top: 0px;
    }
    .upgrade {
        top: 0px;
    }
    .klaro .cookie-notice {
        z-index: 999;
    }
    .slidernav_box {
        margin-top: 40px;
    }
    .qq_box {
        margin-top: 0px;
    }
    .product_floating_image_box {
        left: -80px;
    }

}
@media only screen and (max-width:1023px) {
    #summarybox {
        padding: 0px 20px 0px 20px;
    }
	    .study {
        background-image: unset;
    }
}
@media only screen and (min-width:992px) {
    .another_date {
        padding-right: 18px;
    }
    .document_check {
        padding-right: 60px;
    }
    .bd-accordion-button {}
}
@media only screen and (max-width:991px) {
    /*	.herobox {
min-height: 550px;
} */
    li {
        list-style-position: inside;
    }
    #features {
        display: none;
    }
    .feature-row {
        padding-top: 20px;
    }
    .featurelist-inner-left {
        padding: 30px;
    }
    .featurelist-item {
        font-size: 1rem;
    }
    #features_mob {
        display: block;
    }
    .socialicons {
        text-align: left;
    }
    #subpage_bodycontent {
        padding-left: 0px;
    }
    #subpage_bodycontent_quote {
        padding-left: 0px;
    }
    #subpage_bodycontent_standard {
        padding-left: 0px;
    }
    .coverblockleft-content {
        padding: 50px 30px 30px 30px;
    }
    .coverblockright-content {
        padding: 50px 30px 30px 30px;
    }
    .coverblockright-heading h3 {
        font-size: 1.4rem;
        padding-bottom: 20px;
        padding-right: 0px;
    }
    .coverblockleft-heading h3 {
        font-size: 1.4rem;
        padding-bottom: 20px;
        padding-right: 0px;
    }
    .minPrice {
        font-size: 3rem;
    }
    .submenu-button {
        display: inline-block;
        margin-right: 6px;
    }
    #productresults {
        padding-top: 30px;
    }
    .highlightcolumm-middle {
        border: 0px;
    }
    .whatis_text {
        padding-top: 40px;
    }
    .illustration_upper_box {
        padding-bottom: 0px;
    }
    .illustration_data {
        padding-bottom: 10px;
    }
    .quickquote_button {
        font-size: 1rem;
    }
    .featured_product {
        background-size: 30%;
        background-position: -10px 100%;
    }
    .illustration_image {
        position: relative;
        top: -40px;
    }
    .illustration_image img {
        width: 70%;
        height: auto;
    }
    .mobile_hide {
        display: none;
    }
    .desktop_hide {
        display: block;
    }
    .summary_tray {
        border: none;
    }
    .quickquote_button-hero2, .quickquote_button_previous1 {
        position: relative;
        margin-top: 10px;
    }
    .validate_reg {
        padding-top: 10px;
        width: 100%;
    }
    .validate_button {
        width: 100%;
    }
    .emailbox {
        padding-left: 10px;
    }
    .resultsboxchoice_outer {
        margin-top: 20px;
    }
    .quickquote_header img {
        display: block;
        position: relative;
    }
    .mobile_image {
        /* min-height: 180px; - 17.12.24 */
        margin-top: -2vh;
    }
    .breakdown_mobile_image {
        /* min-height: 180px; - 17.12.24 
            margin-top: -2vh;*/
    }
    .quote_type_selected {
        top: -20px;
    }
    #selected-value-header {
        padding-top: 30px;
    }
    .selected_value_slider {
        padding-top: 0px;
    }
    .onequote_spacer {
        padding-top: 0px;
    }
    #selected-value {
        font-size: 2.7rem;
    }
    .gap-type-title-top {
        font-size: 1.3rem;
    }
    .gap-type-title {
        font-size: 1.3rem;
    }
    .datestamp_top {
        font-size: 1.1rem;
    }
    .datestamp {
        font-size: 1.1rem;
    }
    .subpage_body h2 {
        font-size: 1.5rem;
    }
    .facilitator_logo {
        text-align: left !important;
        padding-top: 20px;
        padding-left: 0px;
        display: block;
    }
    .facilitator_logo img {
        width: 120px;
        height: auto;
    }
    .progress-bar {
        margin-top: 0px;
    }
    .tp-widget-wrapper {
        margin-left: 0px !important;
    }
    .trsutpilot-container iframe {
        display: block;
        margin-right: auto;
        margin-left: 0;
    }
    .motorexcess_item {
        min-height: 130px;
    }
    .hp_gap_image, .hp_breakdown_image {
        background-image: none;
        height: auto;
    }
    .productboxes.GAP, .productboxes.breakdown {
        margin-top: 0px;
    }
    /*	.types {
  margin-top: 160px; 
} */
    .section_image {
        top: 0px;
    }
    .producttype-outer-contact {
        padding-top: 100px;
        height: 100%;
    }
    .producttype-image-inner {
        top: -105px;
        right: -38px;
        bottom: 0px;
        z-index: 990;
    }
    .producttype-image-inner img {
        width: 70%;
    }
    .quickquote_button {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav_type_button {
        padding-top: 10px;
    }
    .contactus_inner_left {
        border-right: 0px;
        height: auto;
    }
    .contactus_outer {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .breakdown_mobile_image img {
        /* width: 50%; */
        /* height: auto;
	left: calc(50% - 75px);
        width: 50%;
        padding-top: 10px; */
        /* right: -90px; */
        top: 0px;
        left: calc(50% - 90px);
        width: 200px;
    }
    .producttype-image-inner.contactchoice {
        top: -80px; /* was -110px */
    }
    .contactus_subheading {
        padding-bottom: 80px;
    }
    .subpage_body {
        padding: 0px 0px 40px 0px;
		margin-left: auto;
        margin-right: auto;
    }
    .validate_button {
        margin-top: 10px;
    }
    #europeanext1, #europeanext2, #europeanext3, #europeanext4 {
        text-align: left;
        padding-left: 0;
        padding-right: 0px;
    }
    .coverholder-details-date {
        padding-top: 0px;
    }
    .numbox {
        padding: 1px;
    }
    .numbox_last {
        padding-right: 10px;
    }
    .telno_col_right, .telno_col_right {
        padding: 0px
    }
    #europeanext, #europeanext1, #europeanext2, #europeanext3, #europeanext4 {
        margin-left: 0px;
		color:#000000;
    }
	.documentbox_right {
		padding-top:0px;
	}
	#subpage_body_section {
    padding-top: 130px;
}
}
@media only screen and (max-width:768px) {
    /* .herobox {
min-height: 450px;
} */    .attention-stripe {
        font-size: 1rem;
    }
    .status-green-stripe {
        font-size: 1rem;
    }
    .status-grey-stripe {
        font-size: 1rem;
    }
    .status-claimref {
        font-size: 1.3rem;
    }
    .discountbanner {
        width: 100%;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }
    .discounttext {
        width: 100%;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 700;
    }
    .emphasis1 {
        padding-top: 6px;
        font-size: 1.1rem;
        font-weight: 700;
    }
    .emphasis2 {
        padding-top: 6px;
        font-size: 1.1rem;
        font-weight: 700;
        color: #6418AE;
    }
	#faq_section h3 {
    font-size: 1rem;
} 
	.registration-ui {
        font-size: 1.2rem; /* Adjust font size for smaller screens */
    }
    .registration-ui:after {
        top: 6px;
    }
    .registration-ui:before {
        font-size: 0.8rem; /* Adjust font size for smaller screens */
    }
    .registration-input {
        font-size: 1.2rem; /* Adjust font size using vw units for smaller screens */
    }
    .container.claim-stage-report {
        padding-left: 15px;
        padding-right: 15px;
    }
    .topnav.responsive {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        padding-top: 70px;
    }
    .subpage-sfc {
        padding: 20px 30px 40px 0px;
    }
    #introsection {
        padding: 30px 30px 40px 30px;
    }
    #benefitsection {
        padding: 70px 30px 40px 30px;
    }
    #subpage_highlight {
        padding-left: 30px;
        padding-right: 30px;
    }
    #faqs {
        padding: 10px 30px 40px 30px;
    }
    .contentblockleft h2 {
        font-size: 1.8rem;
        padding: 0px 0px 30px 40px;
    }
    ul {
        padding-left: 40px;
    }
    .accordion {
        padding: 30px 0px 30px 0px;
    }
    .bodycontent_box p {
        padding-left: 40px;
    }
    .termscontent p {
        padding-left: 0px;
    }
    .termscontent {
        padding-left: 30px;
        padding-right: 30px;
    }
    .carvalue label, .duration label, .covertype label, .annualsalary label, #amountpermonth label, #result-container label {
        font-size: 1.1rem; /* changed from 0.8rem */
    }
    #range-container {
        padding-left: 0px;
        padding: 20px 0px 20px 0px;
    }
    #result-container {
        text-align: center;
        padding: 30px 0px 0px 0px;
        border-top: 0.5px solid #ffffff;
        border-left: 0px;
    }
    .ratingtray {
        padding-left: 40px;
        padding-right: 10px;
    }
    body .sfc-heading h1 {
        color: #ffffff;
        font-size: 2rem;
    }
    .breadcrumb {
        padding: 30px 0px 20px 30px;
    }
    .herotext_container h1 {
        font-size: 2rem;
    }
    h1.product {
        font-size: 3.6rem;
    }
    .herotext_container h2 {
        font-size: 1.2rem;
    }
    .herotext_container li {
        font-size: 1.1rem;
    }
    .slidernav_box {
        top: -300px;
    }
    .qq_box {
        top: -150px;
    }
    .header_section {
        height: 840px;
        max-height: 840px;
    }
    .product_header {
        /*    min-height: 110vh; */
    }
    .section_heading h1 {
        padding-top: 0px; /* Was 120px */
        font-size: 2.2rem;
    }
    .section_heading h2 {
        /* padding-top: 120px; */
        font-size: 2.2rem;
    }
    .subpage_section_heading h1 {
        /*   padding-top: 120px; */
        font-size: 2.2rem;
    }
    .section_heading.dark h1 {
        /*   padding-top: 120px; */
        font-size: 2.2rem;
    }
    .subpage_section_heading h2 {
        padding-top: 120px;
        font-size: 2.2rem;
    }
    .section_heading.dark h2 {
        padding-top: 0px;
        font-size: 2.2rem;
    }
    .subpage_section_heading.dark h1 {
        /*  padding-top: 120px; */
        font-size: 2.2rem;
    }
    .subpage_section_heading.dark h2 {
        padding-top: 120px;
        font-size: 2.2rem;
    }
    .body_section {
        padding: 110px 20px 90px 20px;
    }
    .button_only {
        padding: 50px 0px 70px 0px
    }
    .herotext_container {
        /*   padding: 0px 20px 0px 20px; */
    }
    .herotext_container h1 {
        padding-bottom: 10px;
    }
    .product_tile_heading {
        font-size: 1.7rem;
    }
    .product_tile_body {
        font-size: 1rem;
    }
    .quickquote_button {
        font-size: 1rem;
    }
    .carousel-inner {
        background-image: none;
    }
    .quickquote_header {
        font-size: 1.1rem;
    }
    .qq_box {
        top: -240px;
    }
    .coverage_left:before, .coverage_right:before {
        padding: 0px 30px 0px 30px;
    }
.product_floating_image_box {
		left: -80px;
    }
    .product_floating_image_box img {
        width: 80%;
        height: auto;
    }
    .illustration_info_top, .illustration_info_bottom, .illustration_subheading {
        font-size: 1.2rem;
    }
    .illustration_data {
        font-size: 1.8rem
    }
    #range-container {
        padding-top: 60px;
    }
    #bd-range {
        padding-top: 0px;
    }
    .flowbox_header, .flowbox_subheading {
        font-size: 1.1rem;
    }
    .total_value {
        font-size: 2rem;
    }
    .flowbox_data, .flowbox_label {
        border-left: 1px solid #521299;
        border-right: 1px solid #521299;
    }
    .premium_amount {
        font-size: 2.6rem;
    }
    .mobile_image {
        min-height: 140px;
        /* margin-top: -1vh;   - 17.12.24 */
    }
    .breakdown_mobile_image {
        /* min-height: 140px; */
    }
    .section_header_left {
        /*    min-height: 540px;  Was 460px */
    }
    .subpage_body li, .termstext li {
        font-size: 0.9rem;
    }
	.subpage_body p {
        font-size: 1rem;
    }
    .quote_form_body {
        padding-left: 0px;
        padding-right: 0px;
    }
    .quickquote {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .quickquote_header {
        margin-left: 0px;
        margin-right: 0px;
    }

    .types {
        /* margin-top: 190px; */
    }
    .breakdown_mobile_image {
        /* margin-bottom:20px; */
        position: relative;
    }
    .breakdown_mobile_image img {
        /* width:50%;
			height:auto; */
    }
    .registration-ui {
        font-size: 1.2rem;
    }
    .registration-ui:after {
        top: 6px;
    }
    .registration-ui:before {
        font-size: 0.8rem;
    }
    .registration-input {
        font-size: 1.2rem !important;
    }
    .mob_prodname_title {
        font-size: 1rem;
    }
    .modaltooltip:focus-visible {
        left: 3px;
        top: -6px;
    }

    .chosen-excess-label-outer {
        margin-bottom: -10px;
    }
    .chosen-excess-label-inner {
        left: 0px;
        position: relative;
        top: unset;
        transform: translateY(0%);
        text-align: left;
    }
    .col.acc_coveritem {
        margin-left: unset;
    }
    .rowfix {
        margin-left: unset;
        margin-right: unset;
    }
    .breakdown_mobile_image img {
        top: 60px;
        left: calc(50% - 65px);
        width: 140px;
    }
    .vehicle_label_inner {
        position: absolute;
        top: 10px
    }
    .telno_col_left, .telno_col_right {
        width: 100%;
    }
    .telno_col_left {
        padding-right: 0px;
        margin-bottom: 10px;
    }
    body, .accordion-body p {
        font-size: 0.9rem;
    }
			.subpage_body h2 {
        font-size: 1.2rem;
    }
	.getaquote_text {
    font-size: 1.1rem;
}
	#maincontainer {
		 padding:20px;
	}
}
@media only screen and (max-height:600px) {
    .header_section {
        min-height: 800px;
    }
    .slidernav_box {
        top: -270px;
    }
    .qq_box {
        top: -80px;
    }
}
@media only screen and (max-width:575px) {
    /*	.herobox {
min-height: 650px;
} */
    .logobox {
        padding-left: 20px;
    }
    .logobox img {
        width: 100px;
        height: auto;
        padding-top: 22px;
    }
    ul.headerbullets {
        padding-left: 12px;
    }
    .headerbullet li {
        font-size: 0.8rem;
    }
    .headerbullet i {
        font-size: 1rem;
    }
    .submenu-button-tray {
        padding: 0px 20px 10px 20px;
    }
    .submenu-button {
        display: block;
        margin-right: 0px;
    }
    .ratingtray {
        padding: 0px;
    }
    .a-rating img {
        padding-bottom: 20px;
    }
    .herotext_container h1 {
        font-size: 1.7rem;
    }
    h1.product {
        font-size: 3.6rem;
    }
    .header_section {
        min-height: 800px;
    }
    .product_header {
        /*      min-height: 110vh; */
    }
    .herotext_container li {
        font-size: 1rem;
    }
    .slidernav_box {
        top: -326px;
    }
    .mobile_image {
        min-height: 120px;
        /* margin-top: 3vh; - 17.12.24 */
    }
    .breakdown_mobile_image {
        /*  min-height: 120px; */
        /* margin-top: 3vh; - 17.12.24 */
    }
    /* .types {
    margin-top: 140px;
} */
    .trustpilot-widget {
        height: auto;
    }
    .product_header {
        min-height: 400px;
    }

}
@media only screen and (max-width:463px) {
    #choice-container {
        padding-bottom: 20px;
    }
    .herotext_container h1 {
        font-size: 1.2rem;
    }
    h1.product {
        font-size: 1.8rem;
        padding-top: 0px; /* Added 21.03.25 */
    }
    .header_section {
        min-height: 800px;
    }
    .product_header {
        /*    min-height: 110vh; */
    }
    .herotext_container li {
        font-size: 1rem;
    }
    .section_heading h1 {
        font-size: 1.8rem;
    }
    .section_heading h2 {
        font-size: 1.4rem;
    }
	.section_heading_img {
		margin: 6px 0px 20px 0px;
	}
    .subpage_section_heading h1 {
        font-size: 1.8rem;
    }
    .subpage_section_heading h2 {
        font-size: 1.4rem;
    }
    .highlightbox_heading h3 {
        font-size: 1.4rem;
    }
	.whybox-inner h3 {
    font-size: 1.1rem;
}
	.producttype-title {
    font-size: 1rem;
}
    .highlightbox_body p {
        font-size: 1.1rem;
    }
    .qq_box {
        top: -150px;
    }
    .mobile_image {
        min-height: 120px;
        /* margin-top: -2vh; - 18.12.24 */
        margin-top: 6vh;
    }
    .breakdown_mobile_image {
        /* min-height: 120px; */
        /* margin-top: -2vh; - 18.12.24 */
        /* margin-top: 6vh; */
    }
    .product_header {
        min-height: 600px;
    }
    /* .herobox {
			min-height:600px;
		} */
    .policytype_image_outer img, .section_image img {
        width: 100%;
        height: auto;
    }
    .policytype_image_inner1 img, .policytype_image_inner2 img, .policytype_image_inner3 img, .policytype_image_inner4 img {
        width: auto;
    }
    .breakdown_mobile_image {
        /* margin-top: -50px; */
    }
    .breakdown_mobile_image img {
        /* margin-top: 80px; */
    }
    .bd-accordion-button {
        height: auto !important;
    }
}
@media only screen and (max-height:414px) {
    .strapline {
        padding-top: 30vh;
    }
    .strapline_ppc {
        padding-top: 30vh;
    }
    .product_floating_image_box {
        left: -95px;
    }
    /*   .herotext_container h1 {
            padding-top: 60px;
        }*/
}
@media only screen and (max-width:338px) {
    .mobile_image {
        min-height: 120px;
        margin-top: 6vh;
    }
    .breakdown_mobile_image {
        /* min-height: 120px; */
        /* margin-top: 6vh; */
    }
    .product_header {
        min-height: 500px;
    }
    .herobox {
        min-height: 500px;
    }
}
@media only screen and (max-width:315px) {
    .slidernav_box {
        top: -250px;
    }
    .mobile_image {
        min-height: 100px;
        margin-top: 14vh;
    }
    .breakdown_mobile_image {
        /* min-height: 100px; */
        /*  margin-top: 14vh; */
    }
    .section_icon img {
        width: 70%;
        height: auto;
        padding-top: 10px;
    }
    .producttype-title {
        font-size: 1rem;
    }

}
@media only screen and (max-width:295px) {
    .header_section {
        min-height: 1000px;
    }
    .product_header {
        /*     min-height: 110vh; */
    }
    .qq_box {
        top: -95px;
    }
    .mobile_image {
        min-height: 100px;
        margin-top: 16vh;
    }
    .breakdown_mobile_image {
        /* min-height: 100px; */
        /* margin-top: 16vh; */
    }
}
@media only screen and (max-height:600px) and (max-width:717px) {
    .herotext_container {
        padding-left: 0px;
    }
    .slidernav_box {
        top: -350px;
    }
}
@media only screen and (max-height:599px) and (max-width:574px) {
    .header_section {
        min-height: 800px;
    }
    .product_header {
        /*   min-height: 110vh; */
    }
    .slidernav_box {
        top: -350px;
    }
    .qq_box {
        top: -214px;
    }
}
@media only screen and (max-height:500px) and (max-width:400px) {
    .header_section {
        min-height: 800px;
    }
    .product_header {
        /*  min-height: 110vh; */
    }
}
/* ----- End Media Queries ----- */
@media only screen and (min-width:769px) {
    .breakdown_mobile_image {
        position: relative;
    }
    .breakdown_mobile_image img {
        /*        width: 500px;
        top: -280px; */
    }
}
@media only screen and (max-width:537px) {
    .subsection_item {
        padding-top: 6px;
    }
    .types {
        margin-top: 110px;
    }
    .section_heading_img img {
        width: 50%;
        height: auto;
    }
    h1.product {
        padding-top: 0px;
    }
    .product-accordion-body {
        padding: 0px 10px 30px 10px;
    }
	/*	.section_icon img {
		width:70%;
		height:auto;
	} */
	.quickquote_button, .quickquote_button_top {
	min-width: 0px;
}
	.contactchoice img {
		width:65%;
		height:auto;
	}
}
@media only screen and (max-width:370px) {
    .vk-radio-inner {
        padding: 16px 20px;
        position: relative;
        top: unset;
        transform: translateY(0%);
    }
    .types {
        /*  margin-top: 190px; */
    }
    .policytype_image_inner1 img, .policytype_image_inner2 img, .policytype_image_inner3 img, .policytype_image_inner4 img {
        width: 90%;
    }

}
@media only screen and (max-width:1199px) and (min-width:992px) {
    body #quotesub .slds-checkbox_toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox_toggle [type=checkbox] + .slds-checkbox--faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container {
        position: relative;
    }
    body #quoteamend .slds-checkbox_toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox_toggle [type=checkbox] + .slds-checkbox--faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container {
        position: relative;
    }
}
body .slds-checkbox_toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox_toggle [type=checkbox] + .slds-checkbox--faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container {
    font-size: var(--lwc-fontSize1, 0.625rem);
    color: var(--lwc-colorTextLabel, #696969);
    position: relative;
    display: inline;
    top: 5px;
    padding-left: 10px;
}
@media only screen and (min-width:1240px) and (max-width:1700px) {
    .linkline {
        padding: 4px 2px;
        border-radius: 4px;
        /* margin: 5px; */
    }
}
@media only screen and (min-width:1240px) and (max-width:1440px) {
    .v img {
        position: relative;
        right: -180px;
    }
}
@media only screen and (min-width:1240px) and (max-width:1540px) {
    html, body {
        overflow-x: hidden;
    }
}
/*----- Start Klaro ----- */
.cookie-notice {
    background-color: rgba(5, 5, 5, 0.9) !important;
    padding: 20px;
}
.cookie-notice .cm-btn.cm-btn-success {
    background-color: #4e7700 !important;
}
.klaro .cookie-notice a {
    color: #ffffff !important;
    text-decoration: underline !important;
}
.cm-btn-accept {
    background-color: #4e7700 !important;
}
.cm-btn-accept-all {
    background-color: #4e7700 !important;
}
.cm-modal.cm-klaro {
    background-color: #161616 !important;
    padding: 20px;
    border-radius: 8px;
}
/*.klaro .cookie-modal .cm-btn.cm-btn-info {
background-color:#077851 !important;
}*/
.klaro.cookie-modal .cm-modal .cm-header h1 {
    font-family: brother-1816, sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Start Stripe Checkout CSS */
.p-FieldLabel {
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding-bottom: 6px;
}
.p-Grid input[type=text] {
    background-color: #f3f3f3 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    border-radius: 4px !important;
    margin-top: 6px !important;
}
.status-number {
    text-align: center;
    font-weight: 500;
    font-size: 5rem;
    margin-top: 0px;
    color: #e02626;
    position: relative;
    top: -20px;
}
/* End Stripe Checkout CSS */
.trustpilot-widget {
    width: 100%;
    /* max-width: 600px;  Adjust as needed */
    margin: auto;
}
.trustpilot-widget iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Maintain aspect ratio */
}

.explainer_toggle {
	border:0px;
	background-color:unset;
	padding:0px;
	text-decoration:underline;
	cursor:pointer;
	position:relative;
	top:-20px;
}
.optionalExplainerBox1, .optionalExplainerBox2, .optionalExplainerBox3, .optionalExplainerBox4, .optionalExplainerBox5, .optionalExplainerBox6 {
	display:none;
}
.subsection_block h3 {
	margin-bottom:0px;
	padding-bottom:0px;
}


#europeanext img, #europeanext1 img, #europeanext2 img, #europeanext3 img, #europeanext4 img {
    transition: transform 0.3s ease-in-out;
}

#europeanext.rotated img, #europeanext1.rotated img, #europeanext2.rotated img, #europeanext3.rotated img, #europeanext4.rotated img  {
    transform: rotate(180deg);
}

/* Dropdown items should be hidden by default */
.dropdown-content1,
.dropdown-content2,
.dropdown-content3 {
    display: none;
}

/* Show the dropdown when `show` class is added */
.dropdown-content1.show,
.dropdown-content2.show,
.dropdown-content3.show {
    display: block;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}


.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}



/* ----- Start Page Navigation CSS ----- */
.navbar {
    /* display: block; */
}
nav a {
   /* text-transform: uppercase; */
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 700;
}
.subpage .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 700;
}
.nav-link:hover {
    color: #F8FF00 !important;
}
.navbar-toggler {
    border: 0px;
    color: #ffffff;
}
.burgertray {
    text-align: right;
    position: relative;
    /* right: -80px; */
}
.scrolly * .topnav {
    padding-bottom: 30px;
}
/* .fa, .fas {
    font-size: 1.7rem;
    right: 40px;
    position: absolute;
    padding-top: 8px;
} */
.dropdown-item:active, .dropdown-item:hover {
    color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: unset;
}
.burgertray {
    overflow: visible;
   /* padding: 35px 0px 0px 30px; */
    float: left;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    border-radius: 8px;
    min-width: 400px;
    color: #ffffff;
   /* padding: 30px 20px; */
}
.navbar-toggler {
    border-color: #ffffff;
}
.dropdown-menu {
    background-color: rgba(0, 18, 24, 0.9); /* transparent sea */
}
/* .nav_getaquote {
    padding: 0px;
    background-color: #F8FF00;
    ;
    border-radius: 4px;
    position: relative;
    margin-left: 10px;
    color: #000000;
}
.nav_getaquote .nav-link {
    color: #000000 !important;
}
.nav_getaquote:hover {
    background-color: #E9EF94;
    box-shadow: 0px 0px 0px 4px rgba(0, 175, 206, 0.7);
} */
#header.scrolly a {
    color: #ffffff;
}
#header.scrolly a:hover {
    color: #D0FF00;
}
/* ----- End Page Navigation CSS ----- */

@media only screen and (max-width: 1240px) {
    .fa, .fas, #burger {
        font-size: 1.7rem;
        float: right;
        padding-top: 23px;
    }
	.navbar-collapse.show {
        transform: translateX(0);
    }
    .navbar-collapse {
        z-index: 1050;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 45%;
        height: 100vh;
        background-color: rgba(0, 12, 24, 0.8);
        padding-top: 60px;
        z-index: 1050;
        transition: transform 0.2s ease-in-out;
    }
	 /* Target toggle button when menu is open */
  .navbar-toggler[aria-expanded="true"] {
    position: fixed !important;
    top: 15px;   /* adjust spacing from top */
    right: 15px; /* adjust spacing from right */
    z-index: 1100; /* above the menu */
    background: transparent;
    border: none;
    color: #F8FF00; /* visible color */
    padding: 8px 12px;
  }

  /* Optional: enlarge burger icon */
  .navbar-toggler[aria-expanded="true"] #burger {
    font-size: 2rem;
  }
	.navbar-nav {
        flex-direction: column !important;
        padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
		width:100%;
		align-items: flex-start;      /* Align items at the start horizontally */
    justify-content: flex-start;  /* Align items at the top vertically */
    height: 100%;
		padding-top:30px;
    }
	
}
@media (max-width: 1240px) {
    #burger {
        color: #F8FF00;
        font-size: 1.8rem;
    }
	.navbar-expand-xl .navbar-toggler {
        display: block;
    }

}
@media only screen and (min-width:1240) {
		.navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-toggler {
  position: fixed;  /* fix it always */
  top: 15px;
  right: 15px;
  z-index: 1100;
  border: none;
  background: transparent;
  color: #F8FF00;
  padding: 8px 12px;
}
@media (max-width: 1240px) {
 
}
@media only screen and (max-width: 768px) {
    .navbar-collapse {
        width: 100%;
        height: auto;
        padding-bottom: 60px;
    }
}




/*

@media (min-width: 1200px) {
  .navbar-collapse {
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    transform: none !important;
    padding-top: 0 !important;
  }


  .navbar-nav .nav-item,
  .navbar-nav .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
  }
}



@media (max-width: 1199.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 45%;
        height: 100vh;
        background-color: rgba(0, 12, 24, 0.8);
        padding-top: 60px;
        transform: translateX(100%);
        transition: transform 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        transform: translateX(0);
    }
} 
*/
/* Dropdown visibility when the 'show' class is added */
/* .navbar .dropdown-menu.show {
    display: block; 
} */

input[type="checkbox"].cb-standard {
  position: fixed;
  top: 0;
  left: 0;
}


@media (min-width: 1240px) {
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    justify-content: flex-start !important;
    padding-left: 0px !important;
  }
}

@media (max-width: 1239.98px) {
  .navbar-expand-xl .navbar-collapse {
    display: block !important; /* force mobile collapse layout */
  }

  .navbar-nav {
    padding-left: 30px !important;
    margin-left: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
