﻿@charset "utf-8";
/* CSS Document 

Light Blue #009FD7
Dark Blue #0B212F
Grey #333333
Bluefin blue #000F9F

*/
html {
    scroll-behavior: smooth !important;
}
body { font-family: 'Montserrat', sans-serif;  font-size: 1em; }

img { max-width: 100%; height: auto;}

p { font-size: 1.2em;}

    p a {
        color: #098BB6;
    }

    li a {
        color: #098BB6;
    }

hr { border: solid 1px #009FD7;}

h1, h2, h3, h4, h5 { font-weight: bold;}

ul.nobullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.nobullet li { padding-top: 12px; padding-bottom: 20px;}

li.bullet-fuel {
    background: url("../images/icons/fuel.png") no-repeat left top;
    padding-left: 55px;
    padding-top: 0px;
}

li.bullet-speed {
    background: url("../images/icons/speedo.png") no-repeat left top;
    padding-left: 55px;
    padding-top: 0px;
}

li.bullet-power {
    background: url("../images/icons/rocket.png") no-repeat left top;
    padding-left: 55px;
    padding-top: 0px;
}

li.bullet-eco {
    background: url("../images/icons/eco.png") no-repeat left top;
    padding-left: 55px;
    padding-top: 0px;
}

li.bullet-car {
    background: url("../images/icons/car.png") no-repeat left top;
    padding-left: 55px;
    padding-top: 0px;
}

input.largerCheckbox { 
            width: 30px; 
            height: 30px;
			border: solid 1px #cccccc;
	border-radius: 10px;
        }
input .checkLabel {
    font-weight: bold;
    align-content: center;
}

input [type='radio'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.padtop30 {padding-top: 30px;}
.padbot30 {padding-bottom: 30px;}
.padtop20 {padding-top: 20px;}
.padbot20 {padding-bottom: 20px;}
.padtop10 {padding-top: 10px;}
.padbot10 {padding-bottom: 10px;}

.text-bold { font-weight: bold;}

.btn-primary {
    color: #fff;
    background-color: #009FD7;
    border-color: #009FD7;
	font-weight: bold;
}

.btn-secondary {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
	font-weight: bold;
}

/* Navigation */

.navbar { text-transform: uppercase; font-size: 0.9em;}

.breadcrumb-bg { background-color:#333333; font-size: 0.75em; padding-top: 10px; padding-bottom: 10px; color: #efefef;}

.breadcrumb-bg a {color: #098BB6; text-decoration: none; }
.breadcrumb-bg a:hover {color: #ffffff; text-decoration: none; }

/* Backgrounds */

.homebg {
	background-image: url("../images/golf-focus-civic.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center; padding-top: 100px; padding-bottom: 100px;
}


.opaque {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0.5rem;
    padding: 20px;
	color: #ffffff;
}

.searchbg	{
	margin-top: 20px;
	background-color: #efefef;
	padding: 20px;
}

.searchbg label {
    display: none;
    margin-bottom: 0;
}

.searchbg .form-group {
    margin-bottom: 0;
}

.searchbg .custom-select {
    
    border: none;
    border-radius: 0;

}

.loading {
    padding-top:5px;
    padding-bottom:5px;
    background: #fff url(/images/wheel-sml.gif) no-repeat right !important;
    background-size: contain !important;
}

.bg-white {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.whitebg	{
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}
    .whitebg .container {
        margin-top: 20px;
    }
.lgreybg	{
	background-color: #efefef;
	padding-top: 50px;
	padding-bottom: 50px;
}

.blackbg	{
	background-color: #000000;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #ffffff;
}

.blackbg a { color: #efefef;}
.blackbg a:hover { color: #098BB6; text-decoration: none;}

    .blackbg .container {
        margin-top: 50px;
    }


.lbluebg {
    background-color: #098BB6;
    padding-top: 30px;
    padding-bottom: 30px;
	color: #ffffff;
}
.lbluebg a { color: #efefef;}

.bluebg {
    background-color: #009FD7;
    padding-top: 50px;
    padding-bottom: 50px;
	color: #ffffff;
}
.bluebg a { color: #efefef;}

.topbg {
    background-color: #009FD7;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    margin-top:3.5em;
}

.footer {
    background-color: #0B212F;
    padding-top: 70px;
    padding-bottom: 70px;
	color: #ffffff;
}

.footer a { color: #efefef;}
.footer a:hover { color: #098BB6; text-decoration: none;}


.bluefinbg { background-image: url(../images/bluefinbg.jpg); background-repeat: no-repeat; background-size: cover; color: #ffffff; padding-top: 150px; padding-bottom: 150px;}
.bluefinbg a { color: #efefef;}

.benefitsbg { background-image: url("../images/benefitsbg.jpg"); background-repeat: no-repeat; background-size: cover; color: #ffffff; padding-top: 150px; padding-bottom: 150px;}
.benefitsbg a { color: #efefef;}

.faqbg { background-image: url("../images/exhaustbg.jpg"); background-repeat: no-repeat; background-size: cover; color: #ffffff; padding-top: 150px; padding-bottom: 150px;}
.faqbg a { color: #efefef;}


.greenbg {
    background-color: #28a745;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}

    .greenbg a {
        color: #efefef;
    }

.greybg {
    background-color: #535353;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}

    .greybg a {
        color: #ffffff;
    }

/* Boxes */

.plateBg {
    background: #FFD300;
    border: none;
    padding: 3px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0,2);
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

#ukPlate #regNum {
    font-size: 26px;
    color: #000;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: #FFD300;
    border: none;
    height: 50px;
    border: 1px solid #EAC100;
}

#ukPlate .btn {
    background: #264386;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    padding: 9px 12px;
    border-radius: 0 10px 10px 0;
}

.pricebox {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: solid 1px #ccc;
    box-shadow: 0 0.25rem 1rem rgb(64 64 64 / 25%);
	text-align: center;
}

.pricebox img { margin-bottom: 20px;}


.lgreybox {
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.lgreybox img { margin-bottom: 20px;}


.bluebox  {
    background-color: #009FD7;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
	color: #ffffff;
}

.btn-bluefin {
    color: #fff;
    background-color: #009FD7;
    padding: 0.7rem 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.5rem;
    border: solid 3px #fff;
    margin-bottom: 20px;
}

.btn-bluefinnm {
    color: #fff;
    background-color: #009FD7;
    padding: 0.7rem 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.5rem;
    border: solid 3px #fff;
}

/* accordions */
.panel-heading {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    margin: 4px 0px;
}

.panel-title h5 {
    font-weight: bold;
}

.panel-title a {
    font-weight: bold;
	color: #333333;
}


.numberCircle {
	float: left;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: #009FD7;
    color: #fff;
    text-align: center;
    font-weight: bold;
	margin-top: -5px;
    margin-right: 20px;
    font-size: 1em;
    
}
/*Loaging spinner*/
#waiting {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}
#waitingPowergate {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}

#waitingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#waitingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
    color: #000000;
    font-weight: bold;
}

#waitingP {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}

#waitingcontentP {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#waitingspinnerP {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
    color: #000000;
    font-weight: bold;
}

.basketButton {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    .print-it, .print-it * {
        /*border: 5px solid red;
        */
        margin:10px;
    }
    h2
    {
        font-size: 20px;
    }
    .whitebg {
        padding-top:0px !important;
    }
}
@page {
    margin-top:0cm;
    margin-bottom:0cm;
}

@media only screen and (max-width: 768px) {

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1em;
    }

    h3 {
        font-size: 1em;
    }
}

/* PayPal button */
#paypalPaymentButton {
    border: none;
    cursor: pointer;
    margin: 20px 0;
}