/*---------------------------------------------------------------------------------
 Theme Name:   Car Veto 2020
 Theme URI:    https://www.carveto.co.uk/
 Description:  Updated version of the earlier CarVeto theme, to incorporate XSL-based reports.
 Author:       Tejas & John
 Template:     Divi
 Version:      4.15.1
------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@font-face {
    font-family: 'Inter';
    src: url('theme-fonts/InterRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('theme-fonts/InterMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('theme-fonts/InterBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UKNumberPlate';
    src: url('theme-fonts/UKNumberPlate.woff2') format('woff2'),
        url('theme-fonts/UKNumberPlate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#et-main-area {
    overflow: hidden;
} /* Hides all the items that float over the right margin */
.diagonal-shadow::before,
.diagonal-shadow::after {
    position: absolute;
    content: "";
    pointer-events: none;
}
.diagonal-shadow {
    z-index: 1;
    padding-top: 6em;
    background: #2072a7;
}
.diagonal-shadow::before,
.diagonal-shadow::after {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.diagonal-shadow::before {
    height: 50%;
    background: #535353;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
}
body {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
}
body.page-id-6308 {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.v-align-middle {
    vertical-align: middle !important;
}
.float-none {
    float: none !important;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.textCenter {
    text-align: center !important;
}
.textRight {
    text-align: right;
}
.textLeft {
    text-align: left;
}
.display-none {
    display: none;
}
.d-inline-block {
    display: inline-block !important;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.pl-0 {
    padding-left: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-30{
    padding-left: 30px !important;
}
.basicResults tr td.pl-30{
    padding-left: 30px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px !important;
}
.sm-pr-15 {
    padding-right: 15px !important;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-60 {
    margin-top: 60px;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sm-ml-10 {
    margin-left: 10px;
}
.w-100 {
    width: 100% !important;
}
.w-60 {
    width: 60%;
}
.w-40 {
    width: 40%;
}
.w-370 {
    width: 370px !important;
}
.ln16{
    line-height: 16px;
}
.align-center {
    align-items: center;
}
.font-weight-normal {
    font-weight: normal !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-bold {
    font-weight: bold !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-color-black {
    color: #000 !important;
}
.no-border {
    border: 0px !important;
}
.border-radius-5{
    border-radius: 5px;
}
.text-underline{
    text-decoration: underline !important;
}
/* custom radio start */
.customRadio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    margin-right: 20px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.customRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom radio button */
.customRadio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.customRadio:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.customRadio input:checked ~ .checkmark {
    background-color: #2169a0;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.customRadio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.customRadio input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.customRadio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/* custom radio end */
/* custom checkbox start */
.customCheckbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.customCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.customCheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
}
/* On mouse-over, add a grey background color */
.customCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark {
    background-color: #2169a0;
}
/* Create the checkmark/indicator (hidden when not checked) */
.customCheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.customCheckbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.customCheckbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* custom checkbox end */

.et_pb_text h1{
    font-size: 46px;
    font-weight: bold;
    line-height: 57px;
}
.et_pb_text h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
}
.et_pb_text h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}
.et_pb_text h4{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 24px;
}
.et_pb_toggle_content p, .et_pb_toggle_content ul li, .et_pb_toggle_content ol li,
.et_pb_text, .et_pb_text ul li, .et_pb_text ol li{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
}
.et_pb_toggle_content p a, .et_pb_toggle_content ul li a, .et_pb_toggle_content ol li a,
.et_pb_text a, .et_pb_text ul li a, .et_pb_text ol li a{
    text-decoration: underline;
    text-decoration-color: #333;
    -webkit-text-decoration-color: #333;
}
.listSeparator .et_pb_text_inner ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 23px;
    padding-bottom: 23px;
}
.et_pb_text_inner blockquote h2{
    padding-bottom: 0
}
.google-slide-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 70%;
}
.google-slide-container iframe,
.responsive-google-slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
body.single-post.et_pb_pagebuilder_layout.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
    width: 65%;
}
body.single-post #left-area article.post{
    padding-bottom: 0;
    margin-bottom: 0;
}

@media all and (max-width: 980px) {
    .custom_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        flex-wrap: wrap;
    }
    .order1 {
        -webkit-order: 1;
        order: 1;
    }
    .order2 {
        -webkit-order: 2;
        order: 2;
    }
    .order3 {
        -webkit-order: 3;
        order: 3;
    }
    body.single-post.et_pb_pagebuilder_layout.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
        width: 85%;
    }
    #freeReportSummary .summaryRegPlate{
        margin: 0 auto !important;
    }
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
    font-weight: normal;
}
.blackSection span.et-pb-icon {
    color: #688ac6;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.blackSection span.textmsg {
    display: inline-block;
    margin-left: 40px;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #FFF;
}
.err_msg,
.voucher_err_msg {
    color: red;
}
.voucher_success_msg,
.success_msg {
    color: green;
}
#top-menu li li a,
#et-top-navigation {
    font-weight: 400;
}
.et_mobile_menu li a,
.et_mobile_menu .menu-item-has-children > a {
    font-weight: 500;
    font-size: 16px;
}
.footer-widget .textwidget a {
    font-family: "ABeeZee", Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
}
.footer-widget .textwidget a:hover {
    opacity: 0.7;
}
#main-header .nav li ul {
    background: #000;
}
#et-top-navigation nav > ul > li > a,
#top-menu li li a,
#et-top-navigation {
    font-weight: 600 !important;
    font-family: "Inter", sans-serif;
}
/*.logo_container a{
    width: 250px;
    display: inline-block;
    height: 150px;
}*/

/* Free Check */
body.page-template-write_off_platinumcheck .et_pb_text h1,
body.page-template-stolen_car_platinumcheck .et_pb_text h1,
body.page-template-sorn_platinumcheck .et_pb_text h1,
body.page-template-service_history_platinumcheck .et_pb_text h1,
body.page-template-previous_owner_platinumcheck .et_pb_text h1,
body.page-template-car_owner_by_reg_platinumcheck .et_pb_text h1,
body.page-template-number_plate_platinumcheck .et_pb_text h1,
body.page-template-motorbike_platinumcheck .et_pb_text h1,
body.page-template-mot_history_platinumcheck .et_pb_text h1,
body.page-template-mileage_check_platinumcheck .et_pb_text h1,
body.page-template-hpi_platinumcheck .et_pb_text h1,
body.page-template-car_tax_platinumcheck .et_pb_text h1,
body.page-template-car_spec_platinumcheck .et_pb_text h1,
body.page-template-car_finance_platinumcheck .et_pb_text h1,
body.page-template-bhp_platinumcheck .et_pb_text h1,
body.page-template-platinumcheck .et_pb_text h1{
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    padding-bottom: 0;
}
#freeCheckResult h2,
body.page-template-platinumcheck .et_pb_text h2{
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}
.CarVetoFormContainer {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.CarVetoFormContainer .carRegField {
    background-color: #fff;
    background-image: url("images/ukreg.svg");
    background-repeat: no-repeat;
    background-size: auto 100%, 100% auto;
    border: 2px solid #2d3940;
    border-radius: 10px;
    color: #2d3940;
    max-width: 100%;
    font-size: 32px;
    font-weight: 700;
    padding: 8px 0 5px;
    padding-left: 0px;
    padding-left: 30px;
    text-align: center;
    text-transform: uppercase;
    z-index: 0;
    margin: 0;
    width: 250px;
}
.CarVetoFormContainer .carRegField.CarVetoError {
    border-color: red;
}
.CarVetoFormContainer .CarVetoErrorSpan {
    color: red;
    display: block;
}
.CarVetoFormContainer.Style2 .carRegField {
    background-image: none;
    border-radius: 0;
    padding: 8px;
    border-width: 3px;
    width: 100%;
}
.CarVetoFormContainer.Style2 form {
    max-width: 250px;
    margin: 0 auto;
}
.CarVetoFormContainer.Style2 .btnAlignLeft {
    text-align: left;
}
.CarVetoFormContainer.Style2 .btnAlignRight {
    text-align: right;
}
#page-container .CarVetoFormContainer.Style2 .FrmCarVeto .CarVetoButtonResult {
    background: #00823b !important;
    background-image: none !important;
    color: #fff !important;
    border-bottom: 2px solid #003618 !important;
    border-radius: 0px;
    display: inline-block;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
    font-display: swap;
    margin: 25px auto;
    padding: 0.3em 1em;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
}
#page-container .CarVetoFormContainer.Style2 .FrmCarVeto .CarVetoButtonResult:hover {
    background: #00823b !important;
}
.freereport_processing {
    position: fixed;
    left: 0;
    top: 0;
    background: #222;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.freereport_processing img {
    max-width: 100%;
    margin: 15px auto 40px;
    display: block;
}
.freereport_processing .processing_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}
.freereport_processing div {
    font-family: "Open Sans", Arial, sans-serif;
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 40px;
}
.freereport_processing i {
    color: #fff;
    font-size: 98px;
}
body.page-template-freecarcheck #freeReportSummary,
body.page-template-carveto #freeReportSummary,
body.page-template-hpi_freecheck #freeReportSummary,
body.page-template-car_owner_by_reg_freecheck #freeReportSummary,
body.page-template-mot_history_freecheck #freeReportSummary,
body.page-template-previous_owner #freeReportSummary,
body.page-template-car_spec_freecheck #freeReportSummary,
body.page-template-car_finance_freecheck #freeReportSummary{
    font-size: 18px;
    background: #FFF;
    border-radius: 25px;
    padding: 40px 0 20px;
}
#freeReportSummary {
    font-size: 18px;
}
#freeReportSummary .col-lg-6,
#freeReportSummary .col-lg-4 {
    margin-top: 10px;
}
#freeReportSummary h3 {
    font-size: 1.775rem;
    font-weight: 600;
}
#freeReportSummary img {
    max-width: 180px;
}
#freeCheckResult h1 {
    text-align: left;
    padding-bottom: 30px;
}
#freeCheckResult h2 {
    text-align: left;
}
#freeCheckResult h3.sampleResult,
#freeCheckResult h2.sampleResult {
    font-size: 28px;
}
.freeReportContainer {
    display: none;
}
.freeReportSummaryContainer {
    padding: 10px 0 0;
    display: none;
    position: relative;
}
.freeReportSummaryContainer .free-summary-logo {
    position: absolute;
    right: 15px;
    bottom: 60px;
    display: none;
}
.freeReportSummaryContainer .et_pb_row{
    max-width: 1080px;
}
.page-template-car_spec_freecheck .freeReportSummaryContainer,
.page-template-previous_owner .freeReportSummaryContainer,
.page-template-mot_history_freecheck .freeReportSummaryContainer{
    padding-bottom: 30px;
}
body.page-template-service_history_freecheck #paymentOptionContainer .CarVetoButtonResult {
    color: #ffffff !important;
    border-width: 4px !important;
    border-radius: 4px;
    letter-spacing: 1.4px;
    font-size: 18px;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
    font-display: swap;
    background-color: #2169a0;
}
.freeReportSummaryContainer .freeCheckResultSection .et_pb_row {
    padding: 28px 0 0;
}
.not_right_vehicle {
    font-size: 14px;
    display: block;
}
.percentageBlocks h1 {
    font-size: 32px !important;
    padding-bottom: 10px !important;
}
.percentageBlocks p {
    font-size: 16px !important;
}
#page-container {
    overflow: hidden;
}
#page-container .FrmCarVeto .CarVetoButtonResult,
.btnPrintReport {
    background: #15568e !important;
    background-image: none !important;
    color: #ededed !important;
    border: 2px solid transparent !important;
    border-radius: 4px;
    display: inline-block;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
    font-display: swap;
    margin: 25px auto;
    padding: 0.3em 1em;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none !important;
}
#page-container .FrmCarVeto .CarVetoButtonResult.btn_small {
    padding: 0.1em 0.5em !important;
}
#page-container .FrmCarVeto .CarVetoButtonResult.btn_small:hover {
    padding: 0.1em 2em 0.1em 0.5em !important;
}
.btnBlue {
    background: #15568e !important;
    background-image: none !important;
    color: #ededed !important;
    border: 2px solid transparent !important;
    border-radius: 4px;
    display: inline-block;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
    font-display: swap;
    margin: 0 auto;
    padding: 0.3em 1em;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
}
.et_pb_module .et_pb_button.btnBlueSmall {
    background: #15568e !important;
    background-image: none !important;
    color: #ededed !important;
    border: 2px solid transparent !important;
    border-radius: 4px;
    display: inline-block;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
    font-display: swap;
    margin: 0 auto;
    padding: 0.1em 0.5em;
    font-size: 16px;
    font-weight: 500 !important;
    transition: all 0.2s;
    cursor: pointer;
}
.et_pb_module .et_pb_button.btnBlueSmall:hover {
    padding: 0.1em 1.5em 0.1em 0.5em !important;
}
.et_pb_module .et_pb_button.btnBlueSmall:after {
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.womenInsurance img {
    max-width: 300px;
}
.womenInsuranceBHP img {
    max-width: 400px;
}
#paymentOptionContainer .CarVetoButtonResult {
    background: #15568e !important;
    background-image: none !important;
    color: #ededed !important;
    border: 2px solid transparent !important;
    border-radius: 4px;
    display: inline-block;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
    font-display: swap;
    margin: 0 auto;
    padding: 0.3em 1em;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
}
#page-container .FrmCarVeto .CarVetoButtonResult:hover,
.btnPrintReport:hover,
#paymentOptionContainer .CarVetoButtonResult:hover,
body #page-container .et_pb_module .CarVetoButtonResult.et_pb_button:hover{
    padding: 0.3em 2em 0.3em 0.7em !important;
    border: 2px solid transparent;
    background-color: #15568e !important;
}
#paymentOptionContainer .CarVetoButtonResult{
    padding: 0.3em 2em 0.3em 1em;
}
#paymentOptionContainer .CarVetoButtonResult:after{
    opacity: 1;
    margin-left: 0;
}
#page-container .FrmCarVeto .btnProcessing:hover,
body.page-template-service_history_freecheck #paymentOptionContainer .btnProcessing {
    padding: 0.3em 1em !important;
}
.btnProcessing:hover:after {
    opacity: 0 !important;
}
body #page-container .FrmCarVeto .et_pb_button_0 {
    background-image: none !important;
}
body.page-template-freecarcheck #page-container,
body.page-template-carveto #page-container,
body.page-template-previous_owner #page-container {
    background: #f7f8fa;
}
body.page-template-freecarcheck footer#main-footer,
body.page-template-carveto footer#main-footer {
    margin-top: 0px;
    padding-top: 0px;
}
/*body.page-template-carveto #top-menu-nav, body.page-template-previous_owner #top-menu-nav,
body.page-template-carveto #et_mobile_nav_menu, body.page-template-previous_owner #et_mobile_nav_menu{
    visibility: hidden;
}
body.page-template-carveto #main-footer > .container, body.page-template-previous_owner #main-footer > .container,
body.page-template-carveto footer#main-footer::before, body.page-template-previous_owner footer#main-footer::before{
    display: none;
}*/
#pricingSectionContainer,
.freeReportSection {
    display: none;
}
#paymentOptionContainer img {
    vertical-align: middle;
}
.paypalCardContainer {
    border: 1px solid #b5b5b5;
    padding: 12px 15px;
    display: none;
    max-width: 400px;
}
.paypalCardTitle {
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#paymentOptionContainer input[type="text"],
#paymentOptionContainer input[type="email"] {
    height: 40px !important;
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    font-family: "Inter" !important;
    line-height: normal !important;
    width: 100%;
    max-width: 400px;
}
#paymentOptionContainer select {
    height: 40px !important;
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
    width: 49%;
    max-width: 190px;
}
#card-element {
    border: 1px solid #ddd;
    background: #FFF;
    color: #666;
    margin: 0;
    padding: 0.7em;
    font-size: 14px;
    font-family: "Inter" !important;
    line-height: normal !important;
    width: 100%;
    max-width: 400px;
}
#card-errors{
    font-weight: 400;
    font-size: 16px;
    color: red;
}
/*#payment_email{
    width: 300px !important;
}*/
.paypalFormContainer {
    display: none;
    font-size: 18px;
}
.btnPayPal,
.btnPayPalDirect {
    cursor: pointer;
}
.payment_response .payment-errors {
    display: none;
}
.paypal_status_container span {
    background: #ffcccc;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}
.safe_secure {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 12px;
}
.instant_answer {
    display: block;
    clear: both;
    font-size: 12px;
    margin-left: 5px;
}
.paypalCardContainer .CarVetoButtonResult,
.paypalDirectContainer .et_pb_button_0.btnPayPalDirect {
    float: left;
    margin-bottom: 0 !important;
    border-width: 0 !important;
    font-weight: normal !important;
    letter-spacing: 1.4px;
    font-size: 18px !important;
}
.paypalDirectContainer .err_msg,
#paymentOptionContainer .err_msg {
    font-weight: 400;
    font-size: 16px;
    display: block;
}
.red_border {
    border-color: red !important;
}
.paypal-button-widget {
    display: none;
}
.notesBeforeBuy {
    /*    background: #ffefbf;*/
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}
/*.paypalCardContainer .CarVetoButtonResult:hover{
    padding: .3em 1em !important;
    border: 0px solid transparent !important;
    border-width: 0 !important;
}
.paypalCardContainer .CarVetoButtonResult:hover:after{
    margin-left: 0em;
    display: none;
}*/
.cautionImg {
    display: block !important;
}
.voucherFieldContainer,
.cc_voucherFieldContainer {
    display: none;
    position: relative;
}
.btnApplyDiscount,
.cc_btnApplyDiscount {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
    font-display: swap;
    font-weight: 700 !important;
    background-color: #2169a0;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
}
.btnApplyDiscount:hover,
.cc_btnApplyDiscount:hover {
    opacity: 0.9;
}
.btnBack {
    background: #15568e !important;
    background-image: none !important;
    color: #ededed !important;
    border: 2px solid transparent !important;
    border-radius: 4px;
    display: inline-block;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
    font-display: swap;
    margin: 25px auto;
    padding: 0.3em 1em;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
    line-height: 1.7em;
}
.btnBack:hover {
    border: 2px solid transparent;
    background-color: #15568e !important;
}
body.page-template-invalid_vrm #page-container {
    background-color: #f7f8fa;
}
.result-box {
    color: #FFF;
    display: grid;
    font-size: 2.75rem;
    font-weight: 700;
    padding: 2.75rem 0;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0.2rem;
}
/* Car check result */
#freeCheckResult h2 span.btnGreen,
#freeCheckResult h2 span.btnRed {
    display: inline-block;
    font-size: 22px;
}
.bootstrap-wrapper h3,
.bootstrap-wrapper h4,
.bootstrap-wrapper h2 {
    font-weight: bold;
}
.basicResults {
    border: 0 !important;
}
.fuel_economy_container .basicResults tr td,
.mot_history_container .basicResults tr td,
.basicResults.tblInsuranceDetails tr td,
.basicResults.tblWarningStatus tr td,
.vehicleRecallTable tr td,
.tblVehicleDetails tr td,
.extendedMileageTable tr td{
    font-weight: 500 !important;
}
body.page-template-stolen_car_freecheck .mot_history_container{
    font-size: 14px !important;
}
.basicResults tr td {
    padding: 0 !important;
    border: 0 !important;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 23px;
}
.basicResults tr td.resLabel {
    font-weight: 500;
    width: 185px;
    vertical-align: middle;
    color: #666;
}
.basicResults small {
    font-size: 12px;
}
span.discount_small_text {
    font-size: 18px;
}
.vehicleImg img {
    width: auto;
    height: auto;
}
#freeCheckResult .vehicleImg img {
    max-width: 150px;
    height: auto;
}
#regPlateFree {
    background-color: #efd83e;
    background-image: url("images/ukreg.svg");
    background-repeat: no-repeat;
    background-size: auto 100%, 100% auto;
    border: 2px solid #eee;
    border-radius: 10px;
    color: #404040;
    padding: 8px 0 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 0;
    font-size: 18px;
    width: 200px;
    display: block;
}
#freeReportSummary .summaryRegPlate{
    background-color: #efd83e;
    background-image: url("images/ukreg.svg");
    background-repeat: no-repeat;
    background-size: auto 100%, 100% auto;
    border: 2px solid #eee;
    border-radius: 10px;
    color: #404040;
    display: block;
    font-family: 'UKNumberPlate';
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    padding: 8px 0 5px 40px;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
    max-width: 100%;
}
.regPlateFreeLarge {
    background-color: #efd83e;
    background-image: url("images/ukreg.svg");
    background-repeat: no-repeat;
    background-size: auto 100%, 100% auto;
    border: 2px solid #eee;
    border-radius: 10px;
    color: #404040;
    padding: 25px 0 20px 35px;
    text-align: center;
    text-transform: uppercase;
    z-index: 0;
    font-size: 34px;
    font-weight: bold;
    width: 280px;
    display: inline-block;
}
.color_green {
    color: #548235;
}
.bg_green {
    background-color: #548235;
}
.basicResults tr td.greenBox,
.btnGreen {
    background: #548235;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    width: 220px;
    min-width: 220px;
    text-align: center;
    display: inline-block;
    padding: 10px !important;
    text-decoration: none !important;
}
a.btnGreen:hover,
a.btnOrange:hover {
    opacity: 0.9;
}
.basicResults.tbl_mot_history .btnGreen {
    min-width: 100px;
    padding: 5px !important;
}
.roadTaxBlock {
    background: #548235;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    padding: 0 10px !important;
    height: 140px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-template-car_spec_freecheck .roadTaxBlock.bg_green,
.page-template-bhp_freecheck .roadTaxBlock.bg_green {
    background: #28a197 !important;
}
.page-template-mileage_check_freecheck .roadTaxBlock.bg_red,
.page-template-car_spec_freecheck .roadTaxBlock.bg_red,
.page-template-stolen_car_freecheck .roadTaxBlock.bg_red,
.page-template-bhp_freecheck .roadTaxBlock.bg_red {
    background: #ae2931 !important;
}
.page-template-mot_history_freecheck .roadTaxBlock.bg_green,
.page-template-stolen_car_freecheck .roadTaxBlock.bg_green,
.page-template-write_off_freecheck .roadTaxBlock.bg_green,
.page-template-car_owner_by_reg_freecheck .roadTaxBlock.bg_green,
.page-template-previous_owner .roadTaxBlock.bg_green,
.page-template-mileage_check_freecheck .roadTaxBlock.bg_green{
    background: #00703c !important;
}
.page-template-mileage_check_freecheck .roadTaxBlock.bg_green h2,
.page-template-mot_history_freecheck .roadTaxBlock.bg_green h2,
.page-template-car_owner_by_reg_freecheck .roadTaxBlock.bg_green h2,
.page-template-previous_owner .roadTaxBlock.bg_green h2,
.page-template-write_off_freecheck .roadTaxBlock.bg_green h2{
    font-size: 32px;
}
.roadTaxBlock h2 {
    color: #fff;
    text-align: center !important;
}
.color_red {
    color: #ac0000;
}
.bg_red {
    background-color: #ac0000;
}
.basicResults tr td.redBox,
.btnRed {
    background: #ac0000;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    width: 220px;
    text-align: center;
    display: block;
    padding: 10px !important;
}
.color_orange {
    color: #ff6600;
}
.bg_orange {
    background-color: #ff6600;
}
body #page-container .btnGetPlatinum.bg_orange {
    background-color: #ff6600 !important;
}
.bg_grey {
    background-color: #8497b0;
}
.basicResults tr td.blueBox,
.btnBlue {
    background: #15568e;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    width: 220px;
    min-width: 220px;
    text-align: center;
    display: inline-block;
    padding: 10px !important;
}
.carTaxSummaryCarReg {
    background: #efd83e;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
    border-radius: 4px;
}
.carTaxFullHistorySection {
    padding-top: 100px;
}
.carTaxBuyingWarning {
    font-size: 18px;
    font-weight: bold;
}
.carSpecImg img {
    max-width: 60%;
    margin: 0px auto 50px;
}
.buyingInfo {
    position: relative;
    padding-left: 35px;
    line-height: 30px;
}
.carTaxBuyingWarning i {
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffc000;
}
.carTaxTrustPilotLogo img {
    max-width: 75%;
}
.basicResults tr td.btnOrange,
.btnOrange {
    background: #ff6600;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    width: 220px;
    text-align: center;
    display: block;
    padding: 10px !important;
}
.sampleResult span.btnRed,
.sampleResult span.btnGreen,
.sampleResult span.btnOrange {
    width: 100%;
}
body #page-container .basicResults .et_pb_button_0 {
    border: 1px solid transparent !important;
    letter-spacing: inherit !important;
    font-size: 16px !important;
}
body #page-container .btnGetPlatinum {
    background-color: #ac0000 !important;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px 10px 15px !important;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    width: auto;
    min-width: 220px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
}
body #page-container .btnGetPlatinum:hover,
.upgradeToPlatinum:hover,
.btnGetPlatinum2:hover{
    opacity: 0.9;
}
/*body #page-container .btnGetPlatinum:after,
body #page-container .btnGetPlatinum:hover:after{
    line-height: 22px;
    font-size: 20px !important;
}*/
body #page-container .btnGetPlatinum:after,
.btnPlatinumArrow:after {
    position: absolute;
    margin-left: 0;
    opacity: 0.9;
    text-shadow: none;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    text-transform: none;
    content: "\39";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: ETmodules !important;
    line-height: initial;
}
body #page-container .btnGetPlatinum:hover:after,
.btnPlatinumArrow:hover:after {
    opacity: 1;
}
.btnGetPlatinum2{
    font-weight: normal !important;
}
.btnGetPlatinum2:after{
    font-weight: bold !important;
}
.paymentFormSection .payment_field {
    padding: 12px 15px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
    width: 250px;
}
.fuel_economy_container {
    border: 1px solid #b2b2b2;
    border-radius: 10px;
    padding: 20px;
    margin-top: 25px;
}
.fuel_economy_container .border-bottom {
    border-bottom: 2px solid #000 !important;
}
.fuel_economy_container .border-left {
    border-left: 1px solid #000 !important;
    padding-left: 10px !important;
}
.basicResults tr td.pb-10 {
    padding-bottom: 10px !important;
}
.basicResults tr td.pt-5 {
    padding-top: 5px !important;
}
.fuel_economy_container .fuelcost_desc {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}
.mot_history_container h2 {
    margin-top: 0px;
}
body.page-template-mileage_check_freecheck .mot_history_container,
body.page-template-car_owner_by_reg_freecheck .mot_history_container{
    font-size: 14px;
}
.tbl_mot_history thead td, .tbl_keeper_history thead td {
    background: #3c83c5;
    color: #fff;
    padding: 8px !important;
    font-weight: bold;
}
.tbl_mot_history tr:nth-child(odd), .tbl_keeper_history tr:nth-child(odd), .extendedMileageTable tr:nth-child(odd){
    background: #f9f9f9;
}
.tbl_mot_history tr:nth-child(even), .tbl_keeper_history tr:nth-child(even), .extendedMileageTable tr:nth-child(even) {
    background: #fff;
}
.tbl_mot_history tr td, .tbl_keeper_history tr td, .extendedMileageTable tr td {
    padding: 8px !important;
}
.tbl_mot_history tr td span.btnGreen,
.tbl_mot_history tr td span.btnRed {
    width: 110px;
}
.tbl_mot_history tr td ol {
    padding-left: 25px;
}
.tbl_keeper_history tr td{
    font-weight: 500;
}
.basicResults tr td.co2Output {
    float: left;
    height: 315px;
    margin: 0 0 -2px 0px !important;
    padding: 0 !important;
    width: 100%;
    display: flex;
}
.co2_marker {
    height: 35px;
    position: relative;
    right: 0;
    width: 208px;
}
.pointer {
    bottom: 35px;
    position: relative;
}
.band {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 35px;
}
.rating {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 5px;
}
.markerA {
    top: 30px;
}
.markerB,
.markerC {
    top: 70px;
}
.markerD,
.markerE {
    top: 110px;
}
.markerF,
.markerG {
    top: 150px;
}
.markerH,
.markerI {
    top: 190px;
}
.markerJ,
.markerK {
    top: 230px;
}
.markerL,
.markerM {
    top: 270px;
}
.co2_not_available {
    font-size: 18px;
    margin: 5px 5px 5px 60px;
    color: #fff;
}

/* pricing table */
.pricingPackageContainer {
    display: none;
}
.pricingContainer {
    display: none;
}
.pricingContainer .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}
/* Style the list */
.pricingContainer .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/* Add shadows on hover */
.pricingContainer .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

/* Pricing header */
.pricingContainer .price .header {
    background-color: #222;
    color: white;
    font-size: 26px;
    padding: 14px;
}

/* List items */
.pricingContainer .price li {
    border-bottom: 1px solid #eee;
    padding: 6px;
    text-align: center;
}
.pricingContainer .price li:not(.header):hover {
    background: #fafafa;
}

/* Grey list item */
.pricingContainer .price .grey {
    background-color: #eee;
    color: #a38959 !important;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
}
.pricingContainer .price .grey .et_pb_button:hover {
    background-color: #0161ba;
    color: #fff;
}
.w-lg-50 {
    width: 50%;
}

table.tbl_mot_history_mobile {
    display: none;
}
table.tbl_mot_history_mobile thead td {
    background: #3c83c5;
    color: #fff;
    padding: 8px !important;
    font-weight: bold;
    font-size: 16px;
}
table.tbl_mot_history_mobile tr td .fullRow {
    width: 100%;
    float: left;
    margin: 0px 0px 5px;
}
table.tbl_mot_history_mobile tr:nth-child(odd) {
    background: #f9f9f9;
}
table.tbl_mot_history_mobile tr:nth-child(even) {
    background: #fff;
}
table.tbl_mot_history_mobile td {
    padding: 8px !important;
    font-size: 14px !important;
}
table.tbl_mot_history_mobile td ol {
    padding: 0px 0px 0px 15px;
}
table.tbl_mot_history_mobile td ol li {
    margin: 0px 0px 5px;
}

/* Start Free car check test */

.CarShortDetailSection .CarShortDetailRow .CarShortDetailCenterCol p {
    font-size: 18px;
    margin: 0px;
    padding: 0px 0px 10px;
    font-weight: 500;
}
.CarShortDetailSection .CarShortDetailRow .CarShortDetailRightCol h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul {
    list-style: none;
    width: 100%;
    float: left;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px;
    border-bottom: 1px dashed #cdcdcd;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.headPart {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.headPart .leftPart {
    width: 75%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    min-width: 75%;
    height: 1px;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.headPart .rightPart {
    width: 25%;
    float: left;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.headPart .rightPart h5 {
    font-size: 24px;
    padding: 0px;
    text-align: center;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.contentPart .leftPart {
    width: 75%;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    text-align: left;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.contentPart .leftPart:before {
    content: "\f0e4";
    font-family: "FontAwesome";
    margin-right: 5px;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.contentPart .leftPart a {
    float: right;
    text-decoration: none;
    color: #f00;
    font-weight: 500;
    transition: all 0.3s ease;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.contentPart .leftPart a:after {
    content: "\f18e";
    font-family: "FontAwesome";
    margin-left: 5px;
    transition: all 0.3s ease;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.contentPart .leftPart a:hover {
    color: #333;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.contentPart .rightPart {
    width: 25%;
    float: left;
    font-size: 16px;
    color: #548235;
    line-height: 20px;
    text-align: center;
}
.servicesCarDetailsSection .servicesCarDetailsRow .servicesCarDetailsCol ul li.contentPart .rightPart:after {
    content: "\f058";
    font-family: "FontAwesome";
}
.whyCarVeto .whyCarVetoLeft h3 {
    margin-bottom: 15px;
}
.whyCarVeto .whyCarVetoLeft ul.checklist li {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}
.whyCarVeto .whyCarVetoLeft ul.checklist li:before {
    font-size: 22px;
    color: #016bcd;
    content: "\f00c";
    font-family: "FontAwesome";
    left: -40px;
    position: absolute;
    top: 0;
}
.whyCarVeto .whyCarVetoLeft ul.checklist li .highlight {
    color: #016bcd !important;
    font-style: normal;
    font-weight: 500;
}

.whyCarVeto .whyCarVetoRight {
    text-align: center;
}
.whyCarVeto .whyCarVetoRight h3 {
    margin-bottom: 20px;
}
.whyCarVeto .whyCarVetoRight h2 {
    font-size: 40px;
    margin-bottom: 10px;
}
.whyCarVeto .whyCarVetoRight ul {
    padding: 0px 0px 15px;
    float: left;
}
.whyCarVeto .whyCarVetoRight ul li {
    width: 50%;
    padding: 20px 20px;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #999;
    float: left;
    margin-bottom: 0px;
    font-size: 16px;
}
.whyCarVeto .whyCarVetoRight ul li:first-child {
    border-right: 1px solid #999;
}

/* End Free car check test */

/* Start Footer */
#footer-widgets {
    padding: 10px 0 0;
}
.et_pb_gutters3 .footer-widget {
    margin-bottom: 2%;
}
#footer-widgets .footer-widget .et_pb_widget {
    width: 100%;
}
#footer-widgets .footer-widget ul.et-social-icons {
    margin-top: 30px;
    float: none;
}
#footer-widgets .footer-widget li {
    list-style: none;
    padding: 0px;
    margin: 0px 10px 15px 0px;
}
#footer-widgets .footer-widget li:before {
    display: none;
}
#footer-widgets .footer-widget li.et-social-icon a.icon {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 32px;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#footer-widgets .footer-widget li.et-social-icon a.icon:hover {
    border: 1px solid #fff;
    opacity: 1;
    background: #668acb;
}
.et-social-youtube a.icon:before {
    content: "\e0a3";
}
footer#main-footer {
    position: relative;
    margin-top: 50px;
    background: #000;
    border-top: 10px solid #688ac6;
}
footer#main-footer #et-footer-nav .bottom-nav,
footer#main-footer #et-footer-nav2 .bottom-nav{
    text-align: center;
    padding: 0px 5px;
}
footer#main-footer #et-footer-nav .bottom-nav li a,
footer#main-footer #et-footer-nav2 .bottom-nav li a {
    line-height: 18px;
    font-weight: 400;
}
#footer-bottom {
    background-color: #1f1f1f !important;
}
#footer-bottom {
    margin-top: 40px;
}
#footer-bottom .et-social-icons {
    display: none;
}
.footer-widget .fwidget:last-child {
    text-align: center;
    width: 100%;
}
.footer-widget .fwidget:last-child h4, .footer-widget .fwidget h3 {
    font-size: 22px !important;
    color: #668acb !important;
    margin-top: 25px;
}
.footer-widget .widget_media_image img {
    /*max-width: 200px !important;*/
    margin-top: 20px;
}
.footer-widget .fwidget:last-child .textwidget p a {
    font-family: inherit;
    font-size: 26px !important;
    color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-widget .fwidget:last-child .textwidget p a:hover {
    opacity: 0.7;
}
footer#main-footer #et-footer-nav,
footer#main-footer #et-footer-nav2 {
    background-color: #000;
}
footer#main-footer #et-footer-nav.topFooter {
    position: relative;
}
footer#main-footer #et-footer-nav.topFooter .container hr {
    max-width: 90%;
    height: 25px;
    background: #668acb;
    border: none;
    outline: none;
    margin: 0 auto 20px;
}
.everyday_refugees {
    margin-top: 40px;
}
body.page-template-carveto #et-footer-nav,
body.page-template-previous_owner #et-footer-nav,
body.page-template-service_history_freecheck #et-footer-nav {
    /*display: none;*/
}
body.page-template-carveto footer#main-footer,
body.page-template-previous_owner footer#main-footer,
body.page-template-service_history_freecheck footer#main-footer {
    /*padding: 0px;*/
}
body.page-template-carveto #footer-bottom,
body.page-template-previous_owner #footer-bottom,
body.page-template-service_history_freecheck #footer-bottom {
    /*margin-top: 0px;*/
}
.veto_buying_guide img {
    max-width: 435px;
}
.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Login */
body.page-template-login #page-container,
body.page-template-forgot_password #page-container,
body.page-template-reset_password #page-container {
    background: #e1e1e1;
}
.loginBox {
    background: #fff;
    padding: 30px 0;
    border-radius: 20px;
}
body.page-template-reset_password .LoginContainer,
body.page-template-forgot_password .LoginContainer,
body.page-template-login .LoginContainer,
body.page-template-my_checks .LoginContainer {
    padding: 60px 0 0;
}
body.page-template-reset_password .LoginContainer .et_pb_row,
body.page-template-forgot_password .LoginContainer .et_pb_row,
body.page-template-login .LoginContainer .et_pb_row,
body.page-template-my_checks .LoginContainer .et_pb_row {
    width: 65%;
}
body.page-template-reset_password .LoginContainer .et_pb_row h2,
body.page-template-forgot_password .LoginContainer .et_pb_row h2,
body.page-template-login .LoginContainer .et_pb_row h2,
body.page-template-my_checks .LoginContainer .et_pb_row h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
}
.layout {
    margin: 0 auto;
    width: 100%;
}
.login-form {
    border: 3px solid #f1f1f1;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding: 25px;
    max-width: 400px;
    margin: 0 auto;
}
form .login-form label {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    display: block;
}
form .login-form input[type="email"],
form .login-form input[type="password"] {
    width: 100%;
    padding: 12px 20px 12px 50px;
    margin: 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
form .login-form button {
    background-color: #15568e;
    color: #fff;
    padding: 14px 20px;
    margin: 15px 0 0 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif !important;
    font-display: swap;
    font-size: 18px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
form .login-form button:hover {
    background-color: #0b4577;
}
form .login-form ul {
    margin: 0px;
    padding: 0px;
}
form .login-form ul li {
    list-style: none;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
form .login-form ul li:last-child {
    margin-bottom: 0px;
}
form .login-form ul li .field-row {
    position: relative;
}
form .login-form ul li .icon-addon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
}
.my-checks-trustpilot {
    max-width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.loginBox .btn_forgot_password {
    display: block;
    text-align: right;
    margin-top: 10px;
}
.tooltip {
    display: inline;
    position: relative;
    vertical-align: super;
}
.tooltip .bottom {
    min-width: 300px;
    /*max-width:400px;*/
    top: 40px;
    left: 50%;
    transform: translate(-49%, 0);
    padding: 10px 10px 0;
    color: #666666;
    background-color: #eeeeee;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}
.tooltip .fa-question-circle {
    cursor: pointer;
}
.tooltip:hover .bottom {
    display: block;
}
.tooltip .bottom img {
    width: 400px;
}
.tooltip .bottom i {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}
.tooltip .bottom i::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: #eeeeee;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.tooltip .right {
    min-width: 350px;
    max-width: 350px;
    top: 50%;
    left: 100%;
    margin-left: 15px;
    transform: translate(0, -50%);
    padding: 0;
    color: #eeeeee;
    background-color: #222222;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 10px 10px 3px;
}
.tooltip .right h3 {
    color: #fff;
    font-size: 17px;
}
.tooltip:hover .right {
    visibility: visible;
    opacity: 1;
}
.tooltip .text-content {
    padding: 10px 20px;
}
.tooltip .right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}
.tooltip .right i::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #222222;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.tooltip-img {
    background: #fff;
    padding: 15px;
}
.tooltipnew {
    position: relative;
    display: inline-block;
}
.tooltipnew .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 150px;
    background-color: #222222;
    color: #fff;
    text-align: center;
    padding: 5px 5px 10px;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.6s;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}
.tooltipnew:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltipnew-top {
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
}
.tooltipnew-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltipnew-bottom {
    top: 135%;
    left: 50%;
    transform: translateX(-50%);
}
.tooltipnew-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #222222 transparent;
}

.freeReportBottomLogos {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.freeReportBottomLogos li {
    margin: 0 1%;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 16%;
    vertical-align: middle;
}
.freeReportBottomLogos li:nth-child(2) {
    width: 20% !important;
}
.freeReportBottomLogos li:last-child {
    width: 13% !important;
}
.freeReportBottomLogos li img {
    max-width: 100%;
}
/* vehicle recalls information */
.vehicleRecallHeading {
    background: #353535;
    color: #fff;
    font-size: 18px !important;
    font-weight: bold;
}
.vehicleRecallTable {
    border: 1px solid #e1e1e1 !important;
}
.vehicleRecallTable tr:nth-child(2) > td {
    padding-top: 5px !important;
}
.vehicleRecallTable tr td {
    padding: 1px !important;
}
.vehicleRecallTable tr td:first-child {
    padding-left: 8px !important;
}
.vehicleRecallTable tr td.vehicleRecallHeading {
    padding: 7px 8px !important;
    color: #fff;
}
.freereport_sticky_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ffc000;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #595959;
    display: none;
    font-size: 16px;
    font-weight: bold;
    z-index: 90;
}
.freereport_sticky_footer .btnGetPlatinum {
    margin: 10px 0 0;
    background-color: #ac0000 !important;
    color: #fff !important;
    display: inline-block;
    padding: 0.3em 1em !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    width: 240px;
    max-width: 240px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}
.freereport_sticky_footer .btnGetPlatinum:hover {
    opacity: 0.9;
    padding: 0.3em 2em 0.3em 0.7em !important;
}
.freereport_sticky_footer .btnGetPlatinum:after,
.freereport_sticky_footer .btnGetPlatinum:hover:after {
    line-height: 22px;
    font-size: 20px !important;
}
.loadingFreeReportBottom {
    display: none;
    text-align: center;
    margin: 0 auto 10px;
}
.loadingPayment {
    display: none;
    margin: 0 auto;
    height: 16px;
    margin-top: 16px;
}
.acrHeading {
    background: #f9f9f9;
    border-bottom: 1px dashed #cdcdcd;
}
.acrHeading .item-icon {
    width: 45px;
    float: left;
    padding-right: 15px;
}
.acrHeading h2 {
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.acrParent {
    border-bottom: 1px dashed #cdcdcd;
    padding: 5px 0;
}
.acrParent p {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.acrParent p img {
    width: 45px;
    vertical-align: middle;
    padding-right: 15px;
}
.acrParent .green-block p i {
    font-size: 20px;
    color: #090;
}
.excl_norther_ireland {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: -3px;
    line-height: 14px;
}
.guide_link {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
}
.guide_link a {
    text-decoration: underline;
}
.myCheckSidebar {
    background: rgba(12, 113, 195, 0.03);
    padding: 20px;
}
.tblMyChecks .vehicleImg img {
    max-width: 100px;
}
.tblMyChecks .result_Warning {
    background: #ff6600;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    width: 80px;
    text-align: center;
}
.tblMyChecks .result_Pass {
    background: #548235;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    width: 80px;
    text-align: center;
}
.tblMyChecks .result_Failed {
    background: #cc3300;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    width: 80px;
    text-align: center;
}
body.category-news #main-content .container:before {
    background-color: transparent !important;
}
body.category-news article a.entry-featured-image-url {
    max-width: 400px;
    float: left;
    margin-right: 30px;
}
header#main-header {
    margin-bottom: 0px;
    border-bottom: 10px solid #688ac6;
    background: #000;
}
.et_header_style_left .logo_container {
    padding: 10px 0 !important;
}
.et_header_style_left .logo_container .logo {
    margin-top: 0px !important;
}
/*header#main-header:before {
    content: '';
    width: 100%;
    height: 103px;
    background: #222222;
    display: block;
    position: absolute;
    top: 0;
    z-index:-2;
}
header#main-header:after {
    content: '';
    width: 100%;
    height: 266px;
    background: #222222;
    display: block;
    transform: skewX(93deg);
    position: absolute;
    top: 0;
}*/
body.category-news header#main-header {
    margin-bottom: 0;
}
body.category-news .logo {
    margin-top: 0 !important;
}
.et_header_style_left .logo_container {
    padding: 20px 0px 0px;
}
body.category-news.et_header_style_left .logo_container {
    padding: 20px 0px !important;
}
/*body.category-news header#main-header:before {
    content: '';
    width: 100%;
    height: 103px;
    background: #222222;
    display: none;
    position: absolute;
    top: 0;
    z-index:-2;
}
body.category-news header#main-header:after {
    content: '';
    width: 100%;
    height: 266px;
    background: #222222;
    display: none !important;
    transform: skewX(93deg);
    position: absolute;
    top: 0;
}*/
body.category-news footer#main-footer {
    position: relative;
    margin-top: 72px;
}
body.category-news footer#main-footer:before {
    display: none;
    transform: skewX(-93deg);
    position: absolute;
    top: -103px;
    left: 0;
}
.MOTMileageContainer {
    margin-bottom: 10px;
}
.refusalNoticeContainer ol,
.advisoryNoticeContainer ol {
    padding-bottom: 8px;
}

/*Silver Package*/
#silverPackageContainer .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 15px;
    padding: 25px 0px 0px 0px;
    width: calc(33.33% - 30px);
    max-width: 100%;
    flex-basis: unset;
    overflow: hidden;
}
#silverPackageContainer .package_header {
    text-align: center;
    background: #668acb;
    color: #fff;
    padding: 35px 10px;
    position: relative;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}
/*#silverPackageContainer .package_header:before {
    content: '';
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    border-bottom: 60px solid #668acb;
    border-left: 620px solid #fff;
    transform: rotateX(51deg);
}*/
#silverPackageContainer .package_header.package_header_platinum {
    /*background: #668acb;*/
    background: #2f5597;
}
/*#silverPackageContainer .package_header.package_header_platinum:before {
    border-bottom: 60px solid #002060;
}*/
#silverPackageContainer .package_header .package_star i {
    font-size: 24px;
    color: #ffc000;
}
#silverPackageContainer .package_header.package_header_gold {
    /*background: #668acb;*/
    background: #4d7cce;
}
/*#silverPackageContainer .package_header.package_header_gold:before {
    border-bottom: 60px solid #203864;
}*/
#silverPackageContainer .package_header.package_header_free {
    /*background: #2f5597;*/
    background: #70a1d8;
}
/*#silverPackageContainer .package_header.package_header_free:before {
    border-bottom: 60px solid #2f5597;
}*/
#silverPackageContainer .package_header h4,
#silverPackageContainer .package_header h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
#silverPackageContainer .package_header.package_header_platinum h4,
#silverPackageContainer .package_header.package_header_platinum h2 {
    /*color: #FFC000;*/
    color: #d6cfc1;
}
#silverPackageContainer .package_header.package_header_gold h4,
#silverPackageContainer .package_header.package_header_gold h2 {
    color: #ffc000;
}
#silverPackageContainer .package_header.package_header_free h4,
#silverPackageContainer .package_header.package_header_free h2 {
    /*color: #bfbfbf;*/
    color: #ececec;
}
#silverPackageContainer .package_header span {
    display: block;
    font-size: 16px;
    color: #fff;
}
#silverPackageContainer .package_header span.package_price {
    display: block;
    font-size: 28px;
    margin: 20px 0;
    font-weight: 600;
}
#silverPackageContainer .package_details {
    padding: 30px 30px;
    text-align: center;
    background: #f2f2f2;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
}
#silverPackageContainer .package_details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#silverPackageContainer .package_details ul li {
    padding: 0px 18px 0px 0px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
}
#silverPackageContainer .package_details ul li:after {
    content: "\f00c";
    top: 0;
    color: green;
    font-family: "FontAwesome";
    right: -3px;
    position: absolute;
    font-size: 22px;
    font-weight: 400;
}
ul.carTaxReportList {
    list-style: none;
    margin: 0;
    padding: 30px 20px 20px;
}
.basicResults tr td.covid-warning {
    color: #fff !important;
}
.basicResults tr td.covid-warning p {
    background: #4d7cce;
    border-radius: 4px;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16px;
    padding: 7px !important;
    margin-bottom: 5px;
    max-width: 462px;
}
.basicResults tr td.covid-warning a,
.basicResults tr td.covid-warning a:hover,
.basicResults tr td.covid-warning a:active {
    color: #fff !important;
    text-decoration: underline;
}
ul.carTaxReportList li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 31px;
    line-height: 28px;
}
ul.carSpecReportList {
    list-style: none;
    margin: 0;
    padding: 50px 0 20px;
}
ul.carSpecReportList li {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    margin-left: 0px;
    position: relative;
    padding-left: 31px;
    line-height: 28px;
}
ul.carTaxReportList li:before {
    content: "\f00c";
    color: green;
    font-family: "FontAwesome";
    font-size: 22px;
    font-weight: 400;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
}
ul.carTaxReportList li.not_included:before {
    content: "\f00d";
    color: #ff0000;
    font-family: "FontAwesome";
    font-size: 22px;
    font-weight: 400;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
}
.roadTaxSornStatus h2 {
    padding: 26px 0;
    margin-bottom: 0;
}
#silverPackageContainer .package_details ul li.not_included:after {
    content: "\f00d";
    top: 0;
    color: #ff0000;
    font-family: "FontAwesome";
    right: 0;
    position: absolute;
    font-size: 22px;
    font-weight: 400;
}
#silverPackageContainer .package_details a.btnSilverPack {
    color: #fff !important;
    display: inline-block;
    padding: 10px 15px 10px 15px !important;
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}
#silverPackageContainer .package_details a.btnSilverPack:hover {
    opacity: 0.9;
    /*padding: 10px 15px 10px 15px!important;*/
}
#silverPackageContainer .package_details a.btnSilverPack:after,
.btnGetPlatinum.upgradeToPlatinum:after {
    position: absolute;
    margin-left: 0;
    opacity: 0.9;
    text-shadow: none;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    text-transform: none;
    content: "\39";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: ETmodules !important;
}
#silverPackageContainer .package_details a.btnSilverPack:hover:after {
    margin-left: 0;
    opacity: 1;
}
#silverPackageContainer .package_details a.btnBuyPlatinumCheck {
    background-color: #ac0000 !important;
}
#silverPackageContainer .package_details a.btnBuyGoldCheck {
    background-color: #ac0000 !important;
}
#silverPackageContainer .package_details a.btnViewFreeCheck {
    background-color: #2f5597 !important;
    padding: 10px 30px 10px 15px !important;
}
.FinanceCheckGreyBox {
    background: #ffc000;
    border-radius: 10px;
}
.FinanceCheckGreyBox tr td {
    padding: 0 15px !important;
}
.platinumReportContainer .FinanceCheckGreyBox.basicResults tr td.resLabel.carFinanceCheckLabel {
    padding: 0 0 0 15px !important;
}
.platinumReportContainer .FinanceCheckGreyBox.basicResults tr td.resLabel {
    padding: 0 15px !important;
}
.FinanceCheckGreyBox .btnRed.upgradeToPlatinum {
    margin-left: 30px !important;
    text-decoration: none;
}
.btnGetPlatinum.upgradeToPlatinum {
    width: auto !important;
}
table.tblOwnership tr td {
    padding-left: 20px !important;
}
table.tblOwnership tr td.tblOwnershipHeading {
    padding-left: 0px !important;
}
table.tblOwnership tr td.resLabel {
    padding-left: 0px !important;
}
body.page-template-platinumcheck #paymentOptionContainer,
body.page-template-car_tax_platinumcheck #paymentOptionContainer,
body.page-template-motorbike_platinumcheck #paymentOptionContainer,
body.page-template-bhp_platinumcheck #paymentOptionContainer,
body.page-template-hpi_platinumcheck #paymentOptionContainer,
body.page-template-number_plate_platinumcheck #paymentOptionContainer,
body.page-template-car_finance_platinumcheck #paymentOptionContainer {
    font-size: 18px;
    margin-bottom: 80px;
}
body.page-template-platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
body.page-template-car_tax_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
body.page-template-motorbike_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
body.page-template-bhp_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
body.page-template-hpi_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
body.page-template-number_plate_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
body.page-template-car_finance_platinumcheck .goldCheckUpsellSection #paymentOptionContainer {
    font-size: 18px;
    margin-bottom: 100px;
    margin-top: 60px;
    text-align: left;
}
div#paymentOptionContainer {
    background: #d6dce5;
    border-radius: 50px;
    padding: 50px 0;
}
div#paymentOptionContainer .regPlateForOrder{
    background-color: #efd83e;
    border: 0px solid #d8dfe9;
    border-radius: 10px;
    color: #404040;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    display: inline-block;
}
#paymentOptionContainer h3.sampleResult {
    font-size: 22px;
    font-weight: 600;
}
.freeReportSection .trustpilot_logo {
    vertical-align: middle;
    margin-left: 10px;
}
.damageCause,
.damageArea {
    text-align: left;
    padding: 5px 10px 0;
}
.damageArea ol li,
.damageCause span {
    line-height: 20px;
    font-weight: 500;
}
body.page-id-5304 #page-container {
    background: #f7f8fa;
}
.sornStatusContainer,
.sornStatusTD {
    background: #ffc000;
    color: #000;
}
tr.sornStatusContainer td:first-child {
    padding: 5px 0 5px 10px !important;
    color: #000;
}
.stripe_success,
.stripe_error {
    display: none;
    font-size: 15px;
}
.stripe_success.visible,
.stripe_error.visible {
    display: inline;
}
.stripe_error {
    color: #e4584c;
}
.stripe_success {
    color: #34d08c;
}
.stripe_success .token {
    font-weight: 500;
    font-size: 15px;
}
.platinumReportContainer .basicResults tr td.resLabel {
    padding: 0 5px 0 0 !important;
}

/* DVLA Form */
#FrmDVLACheck .dvla_field {
    background-color: #fff;
    border: 2px solid #2d3940;
    border-radius: 10px;
    color: #2d3940;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 0 20px;
    width: 250px;
    text-align: center;
}
#FrmDVLACheck .btnDVLACheck {
    background: #15568e !important;
    color: #fff;
    border-color: #15568e !important;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    cursor: pointer;
}
#FrmDVLACheck .btnDVLACheck:hover {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
.basicResults tr td.postcode_area {
    width: 220px;
}

.basicResults tr td.RegisteredKeeperContainer {
    background: #ffc000;
    padding: 12px 10px !important;
}
.postcode_area_parent {
    float: left;
    width: 82%;
}
.postcodeAreaTooltip {
    vertical-align: text-top;
    color: #ac0000;
    margin-top: 0;
}
.postcodeAreaTooltipBlueUnderlined {
    vertical-align: text-top;
    color: #016bcd;
    margin-top: 0;
    text-decoration: underline;
}
/*body.page-template-carveto .postcodeAreaTooltip{
    margin-top: 18px !important;
}
body.page-template-carveto .postcodeAreaTooltip{
    margin-top: 12px;
}*/
.postcodeAreaTooltip i {
    font-size: 22px;
}
#goldcheck_booking_info .mce-container-body {
    border: 1px solid #e5e5e5 !important;
}
.postcode_area {
    width: 220px;
}

.basicResults.RegisteredKeeperContainerParent {
    width: auto;
}
.basicResults.RegisteredKeeperContainerParent td.RegisteredKeeperContainer {
    padding-right: 12px !important;
}

/*Table Responsive*/
.tblResponsive table thead th {
    background: #222222;
    color: #fff;
}
.br_display_block {
    display: none;
}
.btnExpertAdvice {
    display: none;
    position: fixed;
    left: 0;
    top: 50%;
    color: #fff;
    background: #4d7cce;
    padding: 20px 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    margin-top: -107.5px;
    transform: rotate(0deg);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: fit-content;
    letter-spacing: -3px;
    text-transform: uppercase;
    word-spacing: -3px;
    z-index: 9999999;
}
.btnExpertAdvice:hover {
    background: #2f5597;
}
.expertAdviceContainer {
    position: fixed;
    left: 0;
    display: none;
    z-index: 9999999;
    background: #4d7cce;
    color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.3);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.expertAdviceContainer .box-inner {
    width: 450px;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.expertAdviceContainer .box-inner small {
    font-size: 12px;
}
.expertAdviceContainer .box-inner strong {
    font-size: 16px;
}
body #page-container .expertAdviceContainer .box-inner .btnGetPlatinum {
    padding: 5px 30px 5px 10px !important;
    min-width: 150px;
}
.btnCloseExpertAdvice {
    position: absolute;
    right: -10px;
    top: -10px;
    background: red;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    line-height: 24px;
    border-radius: 50%;
}
body.page-template-car_spec_freecheck .freeReportGreyBG,
body.page-template-car_tax_freecheck .freeReportGreyBG,
body.page-template-mileage_check_freecheck .freeReportGreyBG,
body.page-template-mot_history_freecheck .freeReportGreyBG,
body.page-template-write_off_freecheck .freeReportGreyBG,
body.page-template-bhp_freecheck .freeReportGreyBG,
body.page-template-stolen_car_freecheck .freeReportGreyBG,
body.page-template-freecarcheck .freeReportGreyBG,
body.page-template-carveto .freeReportGreyBG,
body.page-template-car_owner_by_reg_freecheck .freeReportGreyBG,
body.page-template-previous_owner .freeReportGreyBG,
body.page-template-hpi_freecheck .freeReportGreyBG,
body.page-template-car_finance_freecheck .freeReportGreyBG{
    background: #fff;
    padding: 30px 30px 15px;
    border-radius: 20px;
}
body.page-template-car_spec_freecheck .carTaxFullHistorySection,
body.page-template-car_tax_freecheck .carTaxFullHistorySection,
body.page-template-mileage_check_freecheck .carTaxFullHistorySection,
body.page-template-mot_history_freecheck .carTaxFullHistorySection,
body.page-template-write_off_freecheck .carTaxFullHistorySection,
body.page-template-bhp_freecheck .carTaxFullHistorySection,
body.page-template-stolen_car_freecheck .carTaxFullHistorySection,
body.page-template-car_owner_by_reg_freecheck .carTaxFullHistorySection,
body.page-template-previous_owner .carTaxFullHistorySection,
body.page-template-freecarcheck .carTaxFullHistorySection,
body.page-template-carveto .carTaxFullHistorySection {
    padding-top: 0px;
}
body.page-template-car_spec_freecheck .freeReportGreyBG,
body.page-template-car_tax_freecheck .freeReportGreyBG,
body.page-template-mileage_check_freecheck .freeReportGreyBG,
body.page-template-write_off_freecheck .freeReportGreyBG,
body.page-template-bhp_freecheck .freeReportGreyBG,
body.page-template-car_owner_by_reg_freecheck .freeReportGreyBG,
body.page-template-previous_owner .freeReportGreyBG,
body.page-template-stolen_car_freecheck .freeReportGreyBG {
    margin-top: 60px;
}
body.page-template-car_spec_freecheck #silverPackageContainer .package_details,
body.page-template-car_tax_freecheck #silverPackageContainer .package_details,
body.page-template-mileage_check_freecheck #silverPackageContainer .package_details,
body.page-template-mot_history_freecheck #silverPackageContainer .package_details,
body.page-template-write_off_freecheck #silverPackageContainer .package_details,
body.page-template-bhp_freecheck #silverPackageContainer .package_details,
body.page-template-stolen_car_freecheck #silverPackageContainer .package_details,
body.page-template-freecarcheck #silverPackageContainer .package_details,
body.page-template-carveto #silverPackageContainer .package_details {
    background-color: #fff;
}

body.page-template-mot_history_freecheck .freeReportGreyBG{
    margin-top: 20px;
}
#silverPackageContainer {
    background: #8cb6ff;
    border: 1px solid #4d7cce;
    border-radius: 90px;
    padding: 0px 20px 20px;
}
.stolen_mib {
    line-height: 12px !important;
    display: inline-block;
}
#footer-widgets {
    padding: 20px 0 0;
}
.road_tax_br{
    display: none;
}
.platinumCheckRedBox{
    background: #ffc5c5;
    border-radius: 10px;
    color: #ac0000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px 50px;
    margin-top: 26px;
    width: 100%;
    text-align: center;
    gap: 10px;
}
.extendedMileageTable thead td{
    background: #3c83c5;
    color: #fff;
    padding: 8px !important;
    font-weight: bold;
}
.extendedMileageTable tr td span{
    background: #ff6600;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    width: auto;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    padding: 5px 10px !important;
}

@media (max-width: 479px) {
    .layout {
        max-width: 90%;
        margin: 20px auto 20px;
        width: 100%;
    }
    .platinumCheckRedBox{
        padding: 15px 20px;
    }
}
@media (min-width: 1200px) {
    /*    #logo {
        max-height: initial !important;
    }*/
}
@media (max-width: 1199px) {
    .bottom-nav li {
        padding-right: 7px;
    }
    .footer-widget .fwidget:last-child h4 {
        font-size: 18px !important;
    }
    .footer-widget .fwidget:last-child .textwidget p a {
        font-size: 20px !important;
    }
    /*    #logo {
        max-height: 104px !important;
    }*/
    .roadTaxSornStatus h2 {
        padding: 15px 0;
        margin-bottom: 0;
    }
}
@media (max-width: 1099px) {
    #et-top-navigation nav > ul > li > a {
        font-size: 14px;
    }
    body.page-template-freecarcheck #freeReportSummary,
    body.page-template-carveto #freeReportSummary,
    body.page-template-hpi_freecheck #freeReportSummary {
        padding: 30px 0;
    }
}
@media (max-width: 1023px) {
    .footer-widget:nth-child(n) {
        width: 46.25% !important;
        margin: 0 7.5% 7.5% 0 !important;
    }
    #footer-widgets .footer-widget:nth-child(2n) {
        margin-right: 0 !important;
    }
    #footer-widgets {
        padding: 4% 0;
    }
    #footer-widgets .footer-widget:last-child {
        width: 100% !important;
        margin: 0 !important;
    }
    #footer-widgets .footer-widget ul.et-social-icons {
        margin-top: 35px;
        float: none;
        margin-bottom: 0px;
    }
    .everyday_refugees {
        margin-top: 0px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    #silverPackageContainer .package_details a.btnSilverPack {
        padding: 10px 20px !important;
    }
}
@media only screen and (max-width: 600px) {
    .pricingContainer .columns {
        width: 100%;
    }
    .basicResults tr td.resLabel {
        width: 50%;
        vertical-align: middle;
        padding-right: 30px !important;
    }
    .basicResults tr td.resLabel.postcode_area {
        padding-right: 9px !important;
        line-height: 16px;
    }
    .excl_norther_ireland {
        margin-top: 3px;
    }
    #regPlateFree {
        width: 150px;
        padding-left: 20px;
    }
    body.page-template-sample .et_pb_row {
        width: 90%;
    }
    .d-sm-none {
        display: none;
    }
    .w-sm-100 {
        width: 100%;
    }
    /*    .sampleResult{
    text-align: center;
    }*/
    .cert_res {
        text-align: center;
        display: block;
    }
    .sampleResult span {
        margin: 10px auto 0;
        display: block !important;
        max-width: 130px;
    }
    .sampleResult span.btnRed,
    .sampleResult span.btnGreen,
    .sampleResult span.btnOrange {
        max-width: 100%;
    }
    .vetoPlatinumFeatures p {
        margin-bottom: 0;
    }
    /*    .freeReportSummaryContainer{
    padding: 0;
    }*/
    .freeReportSummaryContainer .et_pb_row {
        padding: 0;
    }
    #freeReportSummary {
        text-align: center;
    }
    .freeReportSummaryContainer .freeCheckResultSection .et_pb_row {
        padding: 0;
    }
    .span_text br {
        display: none;
    }
    body.page-template-car_spec_freecheck .freeReportGreyBG,
    body.page-template-car_tax_freecheck .freeReportGreyBG,
    body.page-template-mileage_check_freecheck .freeReportGreyBG,
    body.page-template-freecarcheck .freeReportGreyBG,
    body.page-template-carveto .freeReportGreyBG {
        padding: 15px;
    }
}
@media (min-width: 1001px) {
    .co2_marker_desktop {
        display: table-row;
    }
    .co2_marker_mobile {
        display: none;
    }
}
@media (max-width: 1000px) {
    .co2_marker_desktop {
        display: none;
    }
    .co2_marker_mobile {
        display: table-row;
    }
    .co2_marker_mobile img {
        height: 202px !important;
    }
    .freeCheckBeforeContainer .et_pb_row,
    .goldCheckUpsellSection .et_pb_row,
    .freeCheckResultSection .et_pb_row {
        width: 90%;
    }
    .freeCheckBeforeContainer .et_pb_row .et_pb_row,
    .freeCheckResultSection .et_pb_row .et_pb_row {
        width: 90%;
    }
    /*    .et_header_style_left #logo, .et_header_style_split #logo{
        max-width: 100%;
        max-height: 100% !important;
    }*/
    .tbl_mb-0 {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    /*header#main-header:after {
    content: '';
    width: 100%;
    height: 266px;
    background: #222222;
    display: block;
    transform: skewX(93deg);
    position: absolute;
    top: 0;
}*/
    .desktop_terms {
        display: block;
    }
    .mobile_terms, .hideOnDesktop {
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .hideOnMobile{
        display: none;
    }
    .noImageHideForMobile {
        display: none;
    }
    .textCenter-SM {
        text-align: center !important;
    }
    .mb-30-SM {
        margin-bottom: 30px !important;
    }
    .registration_vrm_container {
        margin-top: 20px !important;
    }
    .cautionNote {
        margin-top: 20px;
        display: inline-table;
    }
    .text-center-md {
        text-align: center;
    }
    .cert_res {
        margin-bottom: 30px !important;
        display: inline-block;
    }
    .freeCheckResultSection,
    #freeReportSummary {
        text-align: center;
    }
    .freeCheckResultSection{
        margin-bottom: 30px;
    }
    .freeReportSummaryContainer .free-summary-logo {
        position: relative;
    }
    .desktop_terms {
        display: none !important;
    }
    .mobile_terms {
        display: block;
    }
    .br_display_none {
        display: none;
    }
    .br_display_block {
        display: block;
    }
    #paymentOptionContainer {
        max-width: 400px;
        margin: 0 auto;
    }
    .not_right_vehicle{
        margin-top: 10px;
    }
    body.page-template-mot_history_freecheck .freeReportGreyBG{
        margin-top: 20px;
    }
    body.page-template-mot_history_freecheck .freeReportGreyBG ul.carSpecReportList{
        padding: 20px 0 10px;
    }
    div#paymentOptionContainer{
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 991px) {
    .mobile_logo {
        display: none !important;
    }
    .logo {
        display: inline-block;
        margin-top: 10px;
    }
    .row.equal > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 990px) {
    .et_header_style_left #logo,
    .et_header_style_split #logo {
        max-width: 100% !important;
    }
    /*.logo_container a {
    height: 120px;
}*/
    .mobile_logo {
        display: inline-block;
        max-height: 90% !important;
    }
    .logo {
        display: none !important;
    }
    .womenInsurance {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 981px) {
    /*    .mobile_logo {
        display: inline-block;
    }
    .logo {
        display: none !important;
    }*/
    body #page-container .CarVetoButtonResult:hover:after {
        opacity: 0 !important;
    }
    body #page-container .et_pb_module .et_pb_button:hover {
        padding: 0.3em 1em !important;
    }
}
@media (max-width: 980px) {
    .et_pb_text h1{
        font-size: 36px;
        font-weight: bold;
        line-height: 40px;
    }
    .et_pb_text h2{
        font-size: 29px;
        font-weight: 600;
        line-height: 39px;
    }
    body.page-template-write_off_platinumcheck .et_pb_text h1,
    body.page-template-stolen_car_platinumcheck .et_pb_text h1,
    body.page-template-sorn_platinumcheck .et_pb_text h1,
    body.page-template-service_history_platinumcheck .et_pb_text h1,
    body.page-template-previous_owner_platinumcheck .et_pb_text h1,
    body.page-template-car_owner_by_reg_platinumcheck .et_pb_text h1,
    body.page-template-number_plate_platinumcheck .et_pb_text h1,
    body.page-template-motorbike_platinumcheck .et_pb_text h1,
    body.page-template-mot_history_platinumcheck .et_pb_text h1,
    body.page-template-mileage_check_platinumcheck .et_pb_text h1,
    body.page-template-hpi_platinumcheck .et_pb_text h1,
    body.page-template-car_tax_platinumcheck .et_pb_text h1,
    body.page-template-car_spec_platinumcheck .et_pb_text h1,
    body.page-template-car_finance_platinumcheck .et_pb_text h1,
    body.page-template-bhp_platinumcheck .et_pb_text h1,
    body.page-template-platinumcheck .et_pb_text h1{
        font-size: 29px;
        line-height: 39px;
    }
    body.page-template-reset_password .LoginContainer .et_pb_row,
    body.page-template-forgot_password .LoginContainer .et_pb_row,
    body.page-template-login .LoginContainer .et_pb_row,
    body.page-template-my_checks .LoginContainer .et_pb_row{
        width: 85%;
    }
    body.page-template-reset_password .LoginContainer .et_pb_row h2,
    body.page-template-forgot_password .LoginContainer .et_pb_row h2,
    body.page-template-login .LoginContainer .et_pb_row h2,
    body.page-template-my_checks .LoginContainer .et_pb_row h2{
        font-size: 29px;
        font-weight: 600;
        line-height: 39px;
    }
}
@media (max-width: 768px) {
    #freeReportSummary img {
        max-width: 220px;
    }
    .trustPilotLogo {
        max-width: 100%;
    }
    .vetoPlatinumFeatures .et_pb_column .et_pb_text {
        width: 95%;
        float: left;
        margin-right: 5%;
        text-align: center;
        height: 50px;
    }
    .et_pb_section .et_pb_row.vetoPlatinumFeatures .et_pb_column.et_pb_column_1_4 {
        /*margin-bottom: 0 !important;*/
        width: 50% !important;
    }
    .vetoPlatinumFeatures .et_pb_column .et_pb_text img {
        display: none;
    }
    .span_text br {
        display: none;
    }
    body #page-container .et_pb_button_0::after {
        /*content: "";*/
    }
    .btnPrintReport {
        text-align: center !important;
    }
    #page-container .FrmCarVeto .CarVetoButtonResult:hover,
    .btnPrintReport:hover {
        padding: 0.3em 1em !important;
    }
    body #page-container .btnGetPlatinum {
        width: auto;
    }
    .freeReportBottomLogos li {
        display: block;
        width: 80%;
        margin: 25px 10%;
    }
    .freeReportBottomLogos li img {
        text-align: center;
        width: 80% !important;
        max-width: 320px;
    }
    .freeReportBottomLogos li:nth-child(2) {
        width: 90% !important;
        margin: 0 5%;
    }
    .freeReportBottomLogos li:last-child {
        width: 80% !important;
        margin: 30px 10% 20px !important;
    }
    .vehicleRecallHeading {
        font-size: 16px !important;
    }
    .et_pb_section_2 {
        /*        padding-bottom: 50px !important;*/
    }
    .basicResults .freeCarBuyingGuideImg img {
        max-width: 100% !important;
    }
    body.page-template-previous_owner footer#main-footer,
    body.page-template-service_history_freecheck footer#main-footer {
        margin-top: 0px !important;
    }
    #silverPackageContainer .package_header:before {
        border-left: 970px solid #fff;
    }
    #silverPackageContainer .col-lg-4 {
        width: 100%;
        margin: 0px 15px 0px 15px;
    }
    #silverPackageContainer .col-lg-4:last-child {
        width: 100%;
        margin: 0px 15px 0px 15px;
    }
    .FinanceCheckGreyBox {
        margin-top: 30px !important;
    }
    body.page-template-car_owner_by_reg_freecheck footer#main-footer {
        margin-top: 0;
    }
    body.page-template-car_owner_by_reg_freecheck .et_pb_section_2 {
        padding-bottom: 20px !important;
    }
    body.page-id-1399922 header#main-header,
    body.single-post header#main-header {
        margin-bottom: 0;
    }
    body.page-id-1399922 footer#main-footer{
        margin-top: 0;
    }
    /*    body.single-post .entry-content .et_pb_section:first-child .et_pb_row:first-child {
            padding-top: 50px !important;
        }
        body.single-post .entry-content .et_pb_section:first-child {
            padding-top: 0px !important;
        }*/
    .expertAdviceContainer {
        width: 95%;
        height: 80%;
        padding: 20px 0;
        max-height: 500px;
        max-width: 450px;
    }
    .expertAdviceContainer .box-inner {
        width: 100%;
        padding: 0 20px;
        height: 100%;
        overflow-y: scroll;
    }
    .box-inner:after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 16px;
    }
    .womenInsuranceBHP img {
        max-width: 100%;
    }
    .pricingPackageContainer {
        padding-bottom: 20px !important;
    }
}
@media (max-width: 767px) {
    ul#mobile_menu{
        display: none !important;
    }
    body.home header#main-header,
    body.page-id-5679 header#main-header,
    body.page-id-1189744 header#main-header,
    body.parent-pageid-1189744 header#main-header,
    body.page-id-1364860 header#main-header,
    body.page-id-1357260 header#main-header,
    body.page-id-1391455 header#main-header,
    body.page-id-1368330 header#main-header,
    body.page-id-1366758 header#main-header,
    body.page-template-freecarcheck header#main-header,
    body.page-template-carveto header#main-header {
        margin-bottom: 0;
    }
    body.page-id-1364860 footer#main-footer,
    body.page-id-1357260 footer#main-footer,
    body.page-id-1391455 footer#main-footer,
    body.page-id-1368330 footer#main-footer,
    body.page-id-1366758 footer#main-footer{
        margin-top: 0;
    }
    header#main-header {
        margin-bottom: 50px;
    }
    .tooltip {
        display: none;
    }
    .tooltip:hover .right {
        visibility: hidden;
        opacity: 0;
    }
    .footer-widget .fwidget:last-child h4 {
        margin-top: 0px;
    }
    #footer-widgets {
        padding: 10% 0 5%;
    }
    .bottom-nav li {
        padding: 0 10px;
    }
    .bottom-nav,
    .bottom-nav a {
        font-size: 14px !important;
    }
    #footer-widgets .footer-widget ul.et-social-icons {
        float: none;
        text-align: center;
        margin: 20px;
    }
    #footer-widgets .footer-widget .fwidget,
    #footer-widgets .footer-widget:nth-child(n) {
        margin-bottom: 3% !important;
    }
    #footer-widgets .footer-widget .fwidget:last-child,
    #footer-widgets .footer-widget:last-child {
        margin-bottom: 0% !important;
    }
    #footer-bottom {
        margin-top: 25px !important;
    }
    .footer-widget .widget_media_image img {
        margin-top: 0;
    }
    .LoginContainer .et_pb_row {
        padding: 0;
    }
    body.category-news article a.entry-featured-image-url {
        max-width: 100%;
        float: left;
        margin-right: 0;
    }
    table.tbl_mot_history {
        display: none;
    }
    table.tbl_mot_history_mobile {
        display: table;
    }
    .basicResults tr td.redBox,
    .basicResults tr td.greenBox,
    .basicResults tr td.btnOrange,
    .btnRed,
    .btnOrange,
    .btnGetPlatinum {
        width: auto;
        padding: 5px 5px 5px 5px !important;
        /*        min-width: 130px;
        max-width: 220px;*/
    }
    table.tbl_mot_history_mobile td span.btnGreen {
        min-width: auto;
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        padding: 10px !important;
        margin-left: 10px;
        width: 100px;
    }
    table.tbl_mot_history_mobile td span.btnRed {
        min-width: auto;
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        padding: 10px !important;
        margin-left: 10px;
        width: 100px;
    }
    .freeCheckBeforeContainer .et_pb_row,
    .freeCheckResultSection .et_pb_row {
        width: 90% !important;
    }
    .freeCheckBeforeContainer .et_pb_row .et_pb_row,
    .freeCheckResultSection .et_pb_row .et_pb_row {
        width: 100%;
    }
    body.page-template-bhp_platinumcheck .freeCheckResultSection,
    body.page-template-bhp_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-car_finance_platinumcheck .freeCheckResultSection,
    body.page-template-car_finance_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-car_owner_by_reg_platinumcheck .freeCheckResultSection,
    body.page-template-car_owner_by_reg_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-car_spec_platinumcheck .freeCheckResultSection,
    body.page-template-car_spec_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-car_tax_platinumcheck .freeCheckResultSection,
    body.page-template-car_tax_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-hpi_platinumcheck .freeCheckResultSection,
    body.page-template-hpi_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-mileage_check_platinumcheck .freeCheckResultSection,
    body.page-template-mileage_check_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-mot_history_platinumcheck .freeCheckResultSection,
    body.page-template-mot_history_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-motorbike_platinumcheck .freeCheckResultSection,
    body.page-template-motorbike_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-number_plate_platinumcheck .freeCheckResultSection,
    body.page-template-number_plate_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-number_plate_platinumcheck .goldCheckUpsellSection > .et_pb_row,
    body.page-template-platinumcheck .freeCheckResultSection,
    body.page-template-platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-platinumcheck .goldCheckUpsellSection > .et_pb_row,
    body.page-template-previous_owner_platinumcheck .freeCheckResultSection,
    body.page-template-previous_owner_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-service_history_platinumcheck .freeCheckResultSection,
    body.page-template-service_history_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-sorn_platinumcheck .freeCheckResultSection,
    body.page-template-sorn_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-stolen_car_platinumcheck .freeCheckResultSection,
    body.page-template-stolen_car_platinumcheck .freeCheckResultSection > .et_pb_row,
    body.page-template-write_off_platinumcheck .freeCheckResultSection,
    body.page-template-write_off_platinumcheck .freeCheckResultSection > .et_pb_row {
        padding: 0;
    }
    #main-footer #footer-widgets .footer-widget {
        text-align: center;
    }
    #main-footer #footer-widgets .footer-widget .et_pb_widget {
        width: 100%;
    }
    .span_text br {
        display: none;
    }
    .acrHeading {
        display: none !important;
    }
    .acrParent {
        padding: 10px 0 0;
        position: relative;
    }
    .acrParent p {
        margin-bottom: 10px;
    }
    .acrParent .green-block {
        float: right;
        width: 15% !important;
        position: absolute !important;
        right: 0;
        top: 20px;
    }
    .acrParent p img {
        width: 60px;
    }
    .acrParent .sm-left {
        float: left;
        width: 85% !important;
    }
    .acrParent .sm-head p {
        font-weight: 600;
        font-size: 16px;
    }
    body #page-container .btnGetPlatinum.upgradeToPlatinum:focus,
    body #page-container .btnGetPlatinum.upgradeToPlatinum:hover {
        padding: 10px 30px 10px 15px !important;
    }
    /*.logo_container a {
    height: 90px;
}*/
    #silverPackageContainer {
        margin-top: 30px;
    }
    body.page-id-5476 #silverPackageContainer {
        margin-top: 0px;
    }
    table.tblMyChecks {
        border: transparent;
    }
    table.tblMyChecks,
    table.tblMyChecks thead,
    table.tblMyChecks tbody,
    table.tblMyChecks th,
    table.tblMyChecks td,
    table.tblMyChecks tr {
        display: block;
    }
    table.tblMyChecks thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.tblMyChecks tr {
        border: 1px solid #e1e1e1;
        margin-bottom: 30px;
        border-bottom: transparent;
    }
    table.tblMyChecks td {
        border: none;
        border-bottom: 1px solid #e1e1e1;
        position: relative;
        padding-left: 15px;
        margin-left: 150px;
        min-height: 36px;
        word-wrap: break-word;
    }
    table.tblMyChecks td:before {
        position: absolute;
        top: 1px;
        left: 0;
        width: 150px;
        padding: 6px 10px;
        white-space: nowrap;
        margin-left: -150px;
        background: #f9f9f9;
        height: 100%;
        border-bottom: 1px solid #e1e1e1;
    }
    table.tblMyChecks td:nth-of-type(1):before {
        content: "Vehicle Image";
    }
    table.tblMyChecks td:nth-of-type(2):before {
        content: "Vehicle reg";
    }
    table.tblMyChecks td:nth-of-type(3):before {
        content: "Date purchased";
    }
    table.tblMyChecks td:nth-of-type(4):before {
        content: "Make & Model";
    }
    table.tblMyChecks td:nth-of-type(5):before {
        content: "Result";
    }
    body.page-template-platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
    body.page-template-car_tax_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
    body.page-template-motorbike_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
    body.page-template-bhp_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
    body.page-template-hpi_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
    body.page-template-number_plate_platinumcheck .goldCheckUpsellSection #paymentOptionContainer,
    body.page-template-car_finance_platinumcheck .goldCheckUpsellSection #paymentOptionContainer {
        margin-bottom: 50px;
    }
    /*header#main-header:before {
    content: '';
    width: 100%;
    height: 50px;
    background: #222222;
    display: block;
    position: absolute;
    top: 0;
    z-index: -2;
}
header#main-header:after {
    content: '';
    width: 100%;
    height: 160px;
    background: #222222;
    display: block;
    transform: skewX(93deg);
    position: absolute;
    top: 0px;
}*/
    .mobile_menu_bar {
        padding-bottom: 24px;
    }
    .tblResponsive table {
        border: transparent;
    }
    .tblResponsive table,
    .tblResponsive table thead,
    .tblResponsive table tbody,
    .tblResponsive table th,
    .tblResponsive table td,
    .tblResponsive table tr {
        display: block;
    }
    .tblResponsive table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .tblResponsive table tr {
        border: 1px solid #e1e1e1;
        margin-bottom: 30px;
        border-bottom: transparent;
    }
    .tblResponsive table td {
        border: none;
        border-bottom: 1px solid #e1e1e1;
        position: relative;
        padding-left: 15px;
        margin-left: 100px;
        min-height: 36px;
    }
    .tblResponsive table td:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        padding: 6px 10px 0px;
        white-space: nowrap;
        margin-left: -100px;
        background: #222;
        height: calc(100% - 6px);
        border-bottom: 1px solid #e1e1e1;
        color: #fff;
    }
    .tblResponsive table td:nth-of-type(1):before {
        content: "Defect";
    }
    .tblResponsive table td:nth-of-type(2):before {
        content: "Category";
    }

    .freecarContent .tblResponsive table td:before {
        margin-left: -135px;
        width: 115px;
    }
    .freecarContent .tblResponsive table td {
        margin-left: 135px;
    }
    .freecarContent .tblResponsive table td:nth-of-type(1):before {
        content: "Model";
    }
    .freecarContent .tblResponsive table td:nth-of-type(2):before {
        content: "with 30,00 miles";
    }
    .freecarContent .tblResponsive table td:nth-of-type(3):before {
        content: "with 60,00 miles";
    }
    .freecarContent .tblResponsive table td:nth-of-type(4):before {
        content: "with 90,00 miles";
    }
    .carTaxBuyingWarning {
        padding-top: 20px;
    }
    .carTaxFullHistorySection {
        padding-top: 40px;
    }
    .MOTNotChecked-P10 {
        padding-top: 10px !important;
    }

    .et_header_style_left #et-top-navigation {
        padding-top: 45px !important;
    }
    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 45px !important;
    }
    .basicResults tr td.resLabel.pr-0{
        padding-right: 0 !important
    }
    body.page-template-reset_password .LoginContainer .et_pb_row,
    body.page-template-forgot_password .LoginContainer .et_pb_row,
    body.page-template-login .LoginContainer .et_pb_row,
    body.page-template-my_checks .LoginContainer .et_pb_row{
        width: 90%;
    }
    body.page-template-reset_password .LoginContainer,
    body.page-template-forgot_password .LoginContainer,
    body.page-template-login .LoginContainer,
    body.page-template-my_checks .LoginContainer{
        padding: 0;
    }
    body.single-post.et_pb_pagebuilder_layout.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
        width: 90%;
    }

    .extendedMileageTable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .extendedMileageTable tr {
        background: #f9f9f9;
        border: 1px solid #ddd;
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .extendedMileageTable tr td {
        border-bottom: 1px solid #ddd !important;
        display: block;
        font-weight: 500 !important;
        text-align: right;
        padding: 5px !important;
    }
    .extendedMileageTable td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .extendedMileageTable td:last-child {
        border-bottom: 0;
    }
    .extendedMileageTable tr td span{
        width: 130px;
        display: block;
        margin-left: auto;
    }
}
@media (max-width: 640px) {
    .et_header_style_left .logo_container {
        padding: 13px 0px 0px;
    }
    .sm-ml-10 {
        margin-left: 0;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    #freeCheckResult {
        padding: 15px 0px 0px;
    }
    .whyCarVeto .whyCarVetoLeft ul.checklist li:before {
        font-size: 20px;
        left: -25px;
    }
    .whyCarVeto .whyCarVetoLeft h3 {
        text-align: center;
    }
    .whyCarVeto .whyCarVetoRight h2 {
        font-size: 30px;
    }
    .whyCarVeto .whyCarVetoRight ul li h6 {
        height: 32px;
    }
    #silverPackageContainer .package_header {
        padding: 25px 10px;
    }
    #silverPackageContainer .package_details {
        padding: 20px;
    }
    .FinanceCheckGreyBox .btnRed.upgradeToPlatinum {
        margin-left: 0px !important;
    }
    body #page-container .btnGetPlatinum {
        /*display: inline;*/
        position: relative;
    }
    .bottomAction .btnGreen {
        min-width: 203px;
        padding: 7px 0 !important;
        width: auto;
        margin-bottom: 10px;
    }
    .RegisteredKeeperContainer tbody {
        float: left;
    }
    .RegisteredKeeperContainer tbody td {
        display: block;
    }
    .RegisteredKeeperContainer .basicResults tr td.resLabel {
        width: 100%;
        padding-right: 0 !important;
    }
    .RegisteredKeeperContainer .basicResults tr td .btnGetPlatinum {
        display: inline-block !important;
        margin-top: 15px;
    }
    .basicResults.RegisteredKeeperContainerParent {
        width: 100%;
    }
    .carTaxTrustPilotLogo img {
        max-width: 100%;
    }
}
@media (min-width: 640px) {
    .dvla_logo img {
        max-width: 70%;
    }
}
@media (max-width: 575px) {
    .w-sm-40{
        width: 40% !important;
    }
    .w-sm-60{
        width: 60% !important;
    }
    .bottom-nav li{
        width: 100% !important;
        padding: 10px 0 !important;
    }
    ul.bottom-nav li a{
        font-size: 16px !important;
    }
}
@media (max-width: 540px) {
    .td-sm-w-40{
        width: 40% !important;
    }
    .road_tax_br{
        display: block;
    }
    .freeReportGreyBG {
        padding: 30px 15px 15px !important;
    }
    .expertAdviceContainer {
        width: 95%;
        height: 80%;
        overflow-y: scroll;
        padding: 20px 0;
    }
    .expertAdviceContainer .box-inner {
        width: 100%;
        padding: 0 20px;
        height: 100%;
        overflow-y: scroll;
    }
    .btnCloseExpertAdvice {
        right: 0;
        top: 0;
    }
    .dvla_logo img {
        max-width: 100%;
    }
    .bottomAction .btnGreen {
        min-width: 203px;
        padding: 8px 0 8px 0 !important;
        width: auto;
    }
    body #page-container .btnGetPlatinum {
        width: 100%;
        min-width: 100px;
    }
    .basicResults .carTaxSummaryCarReg {
        text-align: center;
        width: 100%;
    }
    .basicResults tr td.greenBox,
    .btnGreen {
        min-width: 180px;
    }
    .guide_link{
        line-height: 16px;
    }
    #freeCheckResult h2.sampleResult{
        margin-bottom: 15px !important;
    }
    .page-template-platinumcheck .FinanceCheckGreyBox .btnRed.upgradeToPlatinum:after{
        display: none;
    }
}
@media (max-width: 480px) {
    .blackSection span.textmsg {
        font-size: 18px;
    }
    /*.logo_container a {
    height: 70px;
}*/
    footer#main-footer #et-footer-nav .bottom-nav,
    footer#main-footer #et-footer-nav2 .bottom-nav {
        padding: 0px;
        text-align: left;
        margin-bottom: 10px;
    }
    .bottom-nav li {
        width: 49%;
        padding: 0;
        text-align: center;
    }
    .veto_buying_guide img {
        max-width: 100%;
    }
    div#paymentOptionContainer{
        padding: 50px 20px;
    }
    .stripe_btn_action {
        width: 100%
    }
}
@media (max-width: 440px) {
    #freeReportSummary h3 {
        font-size: 28px;
    }
    .CarVetoFormContainer .carRegField {
        max-width: 100%;
        margin: 0;
    }
    a.upgradeToPlatinum {
        font-size: 14px;
    }
    .freeReportSection .trustpilot_logo {
        margin-top: 8px;
    }
}
@media (max-width: 390px) {
    .blackSection span.textmsg {
        font-size: 16px;
    }
    .safe_secure {
        margin: 15px 0 5px 3px;
        float: left;
        position: relative;
        right: 0;
        top: 0;
    }
    .w-370 {
        width: 100% !important;
    }
}

#footer-info {
    color: #999;
}
.bottom-nav li {
    padding: 10px 22px 10px 0;
}
body.free-report #et-footer-nav2{
    display: none;
}
body.free-report #footer-bottom{
    margin-top: 0;
}
.in-page-block li{
    min-height: 48px;
}

.in-page-block li a,
.in-page-block li a span{
    padding: 16px 0;
}
body.page-template-bhp_platinumcheck .sornStatusContainer td:first-child {
    line-height: 20px;
    padding: 5px 0 5px 5px !important;
}
body.page-template-bhp_platinumcheck .sornStatusContainer td:last-child{
    line-height: 20px;
    padding: 15px 5px !important;
}
body.page-template-bhp_platinumcheck .sornStatusContainer td a{
    color: #000;
}
.cv_col2_table .table-caption {
    padding: 12px;
    width: 100%;
    border-style: solid;
    border-color: #ddd;
    border-width: 0 1px;
    box-sizing: border-box;
}
.cv_col2_table .cv_col2_table_title {
    border-top: 1px solid #ddd !important;
}
.cv_col2_table .cv_col2_table_title h1, .cv_col2_table .cv_col2_table_title h2, .cv_col2_table .cv_col2_table_title h3,
.cv_col2_table .cv_col2_table_title h4, .cv_col2_table .cv_col2_table_title h5, .cv_col2_table .cv_col2_table_title h6{
    margin: 0;
    padding: 0;
}
.cv_col2_table table, .cv_col2_table td, .cv_col2_table th {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
    border-spacing: 0;
}
.cv_col2_table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0 !important;
}
.cv_col2_table tr.even {
    background-color: #f6f6f6;
}
.cv_col2_table td.table-cell-border-bottom, .cv_col2_table th.table-cell-border-bottom {
    border-bottom: 2px solid #688ac6;
    font-size: 13px;
}
.cv_col2_table td:not([height]), .cv_col2_table th:not([height]) {
    height: 50px;
}
.cv_col2_table td, .cv_col2_table th {
    position: relative;
    padding: 10px 12px !important;
    border-collapse: inherit;
    font-size: 14px;
    line-height: 1.29;
    box-sizing: border-box;
    background-clip: padding-box;
}
.cv_col2_table .cv_col2_table_footnote {
    border-bottom: 1px solid #ddd !important;
}
.cv_col2_table .cv_col2_table_caption{
    padding: 12px;
    width: 100%;
    border-style: solid;
    border-color: #ddd;
    border-width: 0 1px;
    box-sizing: border-box;
}

.cv_col3_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.cv_col3_table thead tr {
    border-bottom: 2px solid #688ac6;
}
.cv_col3_table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}
.cv_col3_table th,
.cv_col3_table td {
    padding: 10px 12px !important;
    background: #FFF;
}
.cv_col3_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    body.page-template-freecarcheck #freeReportSummary,
    body.page-template-carveto #freeReportSummary,
    body.page-template-hpi_freecheck #freeReportSummary{
        padding: 30px 15px;
        margin: 15px 0 0;
    }
    .cv_col3_table {
        border: 0;
    }
    .cv_col3_table caption {
        font-size: 1.3em;
    }
    .cv_col3_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .cv_col3_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
        padding: 0;
    }
    .cv_col3_table td {
        border-bottom: 0;
        display: block;
        font-size: .8em;
        text-align: right !important;
    }
    .cv_col3_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .cv_col3_table td:last-child {
        border-bottom: 0;
    }
    .ul_list li{
        padding-bottom: 20px
    }
}
@media screen and (max-width: 420px) {
    body.page-template-write_off_platinumcheck .et_pb_text h1,
    body.page-template-stolen_car_platinumcheck .et_pb_text h1,
    body.page-template-sorn_platinumcheck .et_pb_text h1,
    body.page-template-service_history_platinumcheck .et_pb_text h1,
    body.page-template-previous_owner_platinumcheck .et_pb_text h1,
    body.page-template-car_owner_by_reg_platinumcheck .et_pb_text h1,
    body.page-template-number_plate_platinumcheck .et_pb_text h1,
    body.page-template-motorbike_platinumcheck .et_pb_text h1,
    body.page-template-mot_history_platinumcheck .et_pb_text h1,
    body.page-template-mileage_check_platinumcheck .et_pb_text h1,
    body.page-template-hpi_platinumcheck .et_pb_text h1,
    body.page-template-car_tax_platinumcheck .et_pb_text h1,
    body.page-template-car_spec_platinumcheck .et_pb_text h1,
    body.page-template-car_finance_platinumcheck .et_pb_text h1,
    body.page-template-bhp_platinumcheck .et_pb_text h1,
    body.page-template-platinumcheck .et_pb_text h1 {
        font-size: 24px;
        line-height: 32px;
    }
    #et-footer-nav > .container{
        width: 95%;
    }
    .gpay-card-info-container{
        min-width: 200px !important;
    }
    .gpay-card-info-container.new_style{
        width: 100% !important;
    }
}

.secure_padlock{
    display: block;
    max-width: 300px;
    text-align: left;
    margin: 10px 0 0;
}
.paypalDirectContainer{
    max-width: 300px;
    border: 1px solid #3c83c5;
    padding: 25px 20px 20px;
}
.googlePayContainer{
    max-width: 300px;
    border: 1px solid #3c83c5;
    padding: 25px 20px 20px;
}
.PaymentChoiceContainer {
    margin: 0;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 300px;
}
.PaymentChoiceContainer input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.PaymentChoiceContainer input + label {
    margin: 0;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #DDD;
    background-color: #FFF;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 600;
    text-align: left;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
    /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
    /* ----- */
}
.PaymentChoiceContainer input + label:first-of-type {
}
.PaymentChoiceContainer input + label:last-of-type {
}
.PaymentChoiceContainer input:hover + label {
    border-color: #3c83c5;
}
.PaymentChoiceContainer input:checked + label {
    background-color: #3c83c5;
    color: #FFF;
    border-color: #3c83c5;
    z-index: 1;
}