*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 100%;
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font: normal 1.2rem 'Segoe UI', Tahoma, Geneva, "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  color: #23265B;
  overflow-y: scroll;
  /* Always show vertical scrollbar */
  background: #fff !important;
  background-color: #fff !important; }

h1, h2 {
  font-weight: 400; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.2rem; }

a {
  color: #23265B;
  text-decoration: none; }

@media (hover: hover) and (pointer: fine) {
  a:hover, a:active {
    color: #A81E22 !important; } }
a:visited {
  /*	color: $tp-green; */ }

img,
picture {
  max-width: 100%;
  height: auto;
  display: block; }

input,
button,
textarea,
select {
  font: inherit;
  /*	box-sizing: border-box; inlcuded in reset so redundant*/ }

input:not([type="radio"]):not([type="checkbox"]), select, textarea {
  width: 100%;
  border-radius: 0.25rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000; }

input[type="radio"], input[type="checkbox"] {
  transform: scale(1.5);
  margin: 0 0.7rem 0 0.4rem;
  margin: 0 0.7rem 0 0.4rem; }

input[name="enq_reason"], #cback-company {
  display: none !important; }

@-webkit-keyframes "slideLeft" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes "slideLeft" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes "slideRight" {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes "slideRight" {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
* {
  padding: 0;
  margin: 0;
  /*	-webkit-box-sizing: inherit;
  	box-sizing: inherit; */
  /*text-decoration: none;*/
  /*	&::before {
  		padding: 0;
  		margin: 0;
  		-webkit-box-sizing: inherit;
  		box-sizing: inherit;
  		list-style: none;
  		list-style-type: none;
  		text-decoration: none;
  
  	}
  	&::after {
  		padding: 0;
  		margin: 0;
  		-webkit-box-sizing: inherit;
  		box-sizing: inherit;
  		list-style: none;
  		list-style-type: none;
  		text-decoration: none;
  	} */ }

/* a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-decoration: none;
} */
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none; }

.top-bar {
  padding-bottom: 0.5rem !important;
  display: grid;
  grid-template-columns: 1fr repeat(3, min-content); }
  .top-bar #brand-logo {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    grid-column-gap: 0.6rem; }
  .top-bar #header-phone-large {
    background: #A81E22;
    color: #fff !important;
    border-radius: 50rem;
    padding: 0.4rem 0.8rem;
    font-size: 1.6rem; }

.nav-container, .top-bar {
  max-width: 90rem;
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto; }
  .nav-container ul li, .top-bar ul li {
    list-style: none;
    list-style-type: none; }

.top-tab {
  background: #23265B;
  color: #fff !important;
  border-radius: 50rem;
  font-size: 1rem;
  white-space: nowrap;
  height: 2.2rem;
  margin: 0.6rem 0.4rem;
  padding: 0.4rem 0.8rem; }
  .top-tab:hover {
    background: #A81E22; }

.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: inherit;
  color: #A81E22;
  border: none;
  outline: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }

.header {
  position: fixed;
  display: block;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  margin: 0 auto;
  z-index: 999;
  border: none;
  outline: none;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .header .light {
    -webkit-text-stroke: 2px #fff;
    text-shadow: -2px -2px 0 #fff;
    font-size: 30px; }
  .header .fa-fire-flame-curved {
    color: red; }
  .header .ukcd-logo {
    height: 40px;
    height: auto; }
  .header .ukcd-logo-small {
    display: none; }
  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem; }
    .header .menu > ul > li > a {
      position: relative;
      font-family: inherit;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25;
      border: none;
      outline: none;
      color: #23265B;
      text-transform: capitalize;
      text-rendering: optimizeLegibility;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
    .header .menu > ul > li .menu-subs {
      position: absolute;
      width: 100%;
      height: auto;
      margin-top: 1.75rem;
      padding: 1rem 2rem;
      border: none;
      outline: none;
      z-index: 500;
      opacity: 0;
      visibility: hidden;
      border-radius: 0.25rem;
      border-top: 3px solid #A81E22;
      background: #ffffff;
      -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .header .menu > ul > li .menu-subs > ul > li {
        line-height: 1; }
        .header .menu > ul > li .menu-subs > ul > li > a {
          display: inline-block;
          font-family: inherit;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.25;
          padding: 0.75rem 0;
          border: none;
          outline: none;
          color: #23265B;
          text-transform: capitalize;
          text-rendering: optimizeLegibility;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .header .menu > ul > li .menu-subs > ul > li > a:hover {
            color: #A81E22; }
    .header .menu > ul > li .menu-column-1 {
      min-width: 12rem;
      max-width: 16rem; }
    .header .menu > ul > li .menu-subs.menu-mega {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
        display: block;
        line-height: 1; }
        .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
          display: inline-block;
          font-family: inherit;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.25;
          padding: 0.5rem 0;
          border: none;
          outline: none;
          color: #23265B;
          text-transform: capitalize;
          text-rendering: optimizeLegibility;
          -webkit-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
          .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover {
            color: #A81E22; }
    .header .menu > ul > li .menu-subs.menu-mega.menu-column-2.half-size {
      left: 62.5%; }
    .header .menu > ul > li .menu-subs.menu-column-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 34rem;
      width: 100%;
      padding: 1.25rem 1rem; }
      .header .menu > ul > li .menu-subs.menu-column-2 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 1rem; }
        .header .menu > ul > li .menu-subs.menu-column-2 > .list-item .title {
          font-family: inherit;
          font-size: 1rem;
          font-weight: 600;
          line-height: 1;
          padding: 0.75rem 0;
          border: none;
          outline: none;
          color: #A81E22;
          text-transform: uppercase;
          text-rendering: optimizeLegibility;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .header .menu > ul > li .menu-subs.menu-column-2 > .list-item img.responsive {
          max-width: 100%;
          width: 100%;
          height: auto;
          margin-top: 0.75rem;
          -o-object-fit: cover;
          object-fit: cover;
          vertical-align: middle; }
      .header .menu > ul > li .menu-subs.menu-column-2 > .list-item.text-center .title {
        text-align: center; }
    .header .menu > ul > li .menu-subs.menu-column-4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 68rem;
      width: 100%;
      padding: 1.25rem 1rem; }
      .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 0 1rem; }
        .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
          font-family: inherit;
          font-size: 1rem;
          font-weight: 600;
          line-height: 1;
          padding: 0.75rem 0;
          border: none;
          outline: none;
          color: #A81E22;
          text-transform: uppercase;
          text-rendering: optimizeLegibility;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .news-primary-image {
          display: block;
          width: 100%;
          padding-bottom: 60%;
          background: no-repeat center center;
          background-size: cover;
          border-radius: 0.5rem; }
      .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
        text-align: center; }
    .header .menu > ul > li:hover > a {
      color: #A81E22; }

a.mega-button {
  color: #fff !important;
  background-color: #A81E22;
  border-radius: 0.25rem;
  padding: 0.3rem 0.4rem !important;
  margin-top: 0.2rem; }

a.mega-button:hover {
  background-color: #23265B; }

.car-icon img {
  display: inline;
  width: 40px;
  height: auto; }

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%; }
  .header-item-left i {
    margin: 0.3rem; }

.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  justify-content: center; }

.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #23265B;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .header-item-right a:hover {
    color: #A81E22; }

.menu-mobile-header {
  display: none; }

.menu-mobile-trigger {
  display: none; }

#social-icons-header {
  display: none; }

/*.main {
	display: block;
	width: 100%;
	min-height: 100vh;
}*/
@media only screen and (max-width: 990px) {
  .top-bar #brand-logo {
    grid-template-columns: 100px 1fr; }

  .ukcd-logo, .social-icon-top {
    display: none !important; }

  .ukcd-logo-small {
    display: block !important;
    height: 30px;
    width: auto; }

  #social-icons-header {
    display: block !important; }

  #header-phone-small {
    background: #A81E22;
    color: #fff !important;
    padding: 0.5rem 0.7rem;
    padding-top: 0.2rem;
    font-size: 1.4rem;
    border-radius: 50rem;
    height: 40px;
    margin-top: -10px; } }
@media only screen and (max-width: 768px) {
  a {
    cursor: default !important;
    border: none;
    outline: none; }

  button {
    cursor: default !important;
    border: none;
    outline: none; } }
@media only screen and (max-width: 1279px) {
  .nav-container, .top-bar {
    padding: 0 1rem;
    margin: 0 auto; }

  .header-item-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .header-item-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .header-item-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out; }
    .header .menu-mobile-trigger span {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      border: none;
      outline: none;
      opacity: 1;
      border-radius: 0.25rem;
      background: #23265B;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .header .menu-mobile-trigger span:nth-child(1) {
        top: 0; }
      .header .menu-mobile-trigger span:nth-child(2) {
        top: 0.5rem; }
      .header .menu-mobile-trigger span:nth-child(3) {
        top: 0.5rem; }
      .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem; }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #ffffff;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .header .menu > ul > li {
      display: block;
      line-height: 1;
      margin: 0; }
      .header .menu > ul > li > a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .header .menu > ul > li > a i.ion {
          position: absolute;
          font-size: 1.25rem;
          line-height: 3.125rem;
          top: 0;
          right: 0;
          width: 3.125rem;
          height: 3.125rem;
          text-align: center;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      .header .menu > ul > li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none; }
        .header .menu > ul > li .menu-subs > ul > li > a {
          display: block; }
      .header .menu > ul > li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none; }
        .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
          margin-bottom: 1rem; }
          .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
            display: block; }
      .header .menu > ul > li .menu-subs.active {
        display: block; }
      .header .menu > ul > li .menu-subs.menu-column-4 > .list-item, .header .menu > ul > li .menu-subs.menu-column-2 > .list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0rem; }
        .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive, .header .menu > ul > li .menu-subs.menu-column-2 > .list-item img.responsive {
          margin-top: 0; }
      .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title, .header .menu > ul > li .menu-subs.menu-column-2 > .list-item.text-center .title {
        margin-bottom: 1.25rem; }
      .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title, .header .menu > ul > li .menu-subs.menu-column-2 > .list-item.text-center:last-child .title {
        margin-bottom: 0rem; }
    .header .menu .menu-subs.menu-mega.menu-column-2.half-size {
      left: 0 !important; }
    .header .menu .menu-mobile-header {
      position: relative;
      position: -webkit-sticky;
      position: sticky;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      top: 0;
      height: 3.125rem;
      z-index: 501;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: #ffffff; }
      .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #23265B;
        text-align: center; }
      .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 400;
        line-height: inherit;
        color: #23265B;
        text-transform: capitalize;
        text-rendering: optimizeLegibility; }
      .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: #23265B;
        text-align: center; }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
      display: block; }
    .header .menu .menu-section {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden; }
  .header .menu.active {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%); }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

  .overlay.active {
    opacity: 1;
    visibility: visible; } }
@media only screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible; } }
ol.breadcrumb {
  padding: 0.1rem 0.2rem;
  list-style: none; }

ol.breadcrumb li {
  display: inline;
  font-size: 1rem;
  margin: 0; }

ol.breadcrumb li + li:before {
  padding: 0.2rem;
  content: "\003E";
  color: #A81E22; }

ol.breadcrumb li:last-child a {
  pointer-events: none; }

.container {
  max-width: 90rem;
  margin: 160px auto 0 auto;
  padding: 0 1rem; }
  .container h1 {
    background: #A81E22;
    display: inline-block;
    border-radius: 0.5rem;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem;
    margin: 1rem 0;
    color: #fff; }
  .container h2, .container h3 {
    margin: 0.3rem 0 0.6rem 0;
    color: #A81E22;
    font-weight: 400;
    font-size: 1.2rem;
    scroll-margin-top: 100px;
    scroll-snap-margin-top: 100px; }
  .container h3 {
    font-weight: 500; }
  .container p {
    margin-bottom: 1rem;
    font-size: 1.1rem; }
    .container p a {
      color: #A81E22;
      text-decoration: underline; }
  .container li {
    margin: 0 0 1rem 1.8rem; }
  .container li:last-child {
    margin-bottom: 0; }

#page-header {
  color: #fff !important;
  background: #23265B;
  padding: 0.5rem;
  margin: 0.8rem 0; }
  #page-header h1 {
    background: #A81E22;
    border-radius: 0.25rem;
    width: -moz-fit-content;
    width: auto;
    max-width: 90%;
    margin: 0.5rem auto !important;
    padding: 0.3rem 0.6rem;
    display: block;
    font-size: 1.2rem;
    text-align: center; }
  #page-header h2 {
    text-align: center;
    margin: 0.5rem;
    color: #fff; }
  #page-header #bandf, #page-header #bodyoptions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #page-header #bandf .benefit {
    flex: 0 0 100%;
    margin: 0.3rem;
    background: #A81E22;
    border-radius: 0.25rem;
    padding: 0.3rem 0.6rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center; }
    #page-header #bandf .benefit a {
      color: #fff; }
      #page-header #bandf .benefit a:hover {
        color: #fff !important; }
  #page-header #bodyoptions .bodybutton {
    flex: 0 0 100%;
    margin: 0.3rem;
    background: #fff;
    border-radius: 0.25rem;
    padding: 0.3rem 0.6rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center; }
    #page-header #bodyoptions .bodybutton a {
      color: #23265B; }
      #page-header #bodyoptions .bodybutton a:hover {
        color: #23265B !important; }
  #page-header #trustpilot-header {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.2rem;
    align-items: center;
    margin-bottom: 1rem; }
    #page-header #trustpilot-header #trustpilot-quotes {
      text-align: center;
      font-size: 1.1rem; }

#trustpilot-slim {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0.2rem;
  margin: 0.4rem auto;
  font-size: 14px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  min-width: 250px;
  padding: 0.4rem;
  width: 310px; }

#sub-header {
  margin: 0.8rem 0; }

.box-container-empty {
  display: block;
  width: 100%; }
  .box-container-empty h3 {
    margin: 1rem; }

.box-container, .news-box-container, .search-box-container {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr; }

.box {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr auto auto auto auto;
  grid-gap: 0; }

#home-search {
  width: 100%;
  min-height: 360px;
  height: auto;
  background: url(../../img/home_banner.jpg) no-repeat left top;
  background-size: cover; }

.quick-search {
  width: 100%;
  min-height: 360px;
  height: auto;
  padding: 1.2rem;
  text-align: center; }
  .quick-search span {
    display: inline-block;
    font-size: 2.2rem;
    color: #23265B;
    font-weight: bold;
    padding: 1rem; }
    .quick-search span span {
      background: #23265B;
      color: #fff;
      padding: 0 1rem 0.2rem 1rem;
      border-radius: 0.7rem; }

.search-box {
  background: #04DA8D;
  color: #23265B;
  border-radius: 50rem;
  padding: 0.8rem 0.4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-content: center; }
  .search-box:hover {
    background: #23265B;
    cursor: pointer;
    color: #fff !important; }
  .search-box a:hover {
    color: #fff !important; }
  .search-box:hover .search-details {
    opacity: 1;
    grid-column-start: 1;
    grid-row-start: 1;
    z-index: 2; }

.hot-deal-box {
  background: red;
  color: #fff; }

.stock-deal-box {
  background: blue;
  color: #fff; }

.car-title {
  border-radius: 0.75rem 0.75rem 0 0; }
  .car-title span {
    font-size: 1rem;
    font-weight: lighter; }

.view-deal-now {
  background: #04DA8D;
  color: #23265B;
  padding: 0.75rem;
  font-weight: bold; }
  .view-deal-now a {
    display: block; }

.car-title, .car-price {
  background-color: #23265B;
  padding: 0.75rem; }

.car-image-container, .search-image-container {
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  justify-content: center;
  align-content: center; }

.search-image-container span {
  font-weight: bold;
  text-align: center;
  line-height: 1.4rem; }

.search-img {
  margin: -30px 0; }

.car-image {
  padding: 0 2px;
  box-shadow: 0px 0px 0px 2px #23265B inset;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-content: center;
  position: relative; }
  .car-image a {
    color: #fff;
    text-decoration: none; }
  .car-image img {
    opacity: 1;
    transition: .5s ease;
    margin: 0.2rem auto; }
  @media (hover: hover) and (pointer: fine) {
    .car-image:hover img {
      opacity: 0.3; }
    .car-image:hover .more-details {
      opacity: 1;
      grid-column-start: 1;
      grid-row-start: 1;
      z-index: 2; } }

.top-left-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 50px 5px 25px;
  text-align: center;
  clip-path: polygon(0% 0%, 90% 0, 70% 50%, 90% 100%, 0 100%);
  background: #04DA8D;
  color: #23265B; }

.bottom-right-ribbon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px 5px 75px;
  text-align: center;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 40% 50%);
  background: #A81E22;
  color: #fff; }

.top-left-ribbon span, .bottom-right-ribbon span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  font-weight: 600;
  text-transform: uppercase; }

.more-details, .search-details {
  transition: 1s ease;
  opacity: 0;
  grid-column-start: 1;
  grid-row-start: 1;
  z-index: 2;
  display: grid;
  justify-content: center;
  align-content: center; }

.more-details-button, .search-details-button {
  padding: 14px;
  width: 130px;
  height: 22px;
  border-radius: 200px;
  background-color: #A81E22;
  color: #fff;
  box-sizing: content-box;
  text-align: center;
  height: auto; }
  .more-details-button .fas, .search-details-button .fas {
    font-size: 1.5rem;
    line-height: 1.3rem; }
  .more-details-button span, .search-details-button span {
    font-size: 1.3rem;
    line-height: 1.1rem;
    vertical-align: top; }

.search-details-button {
  width: 146px;
  background-color: #23265B;
  color: #fff;
  margin-bottom: 1rem; }

.car-saving {
  background-color: #A81E22;
  padding: 0.75rem;
  border-radius: 0 0 0.75rem 0.75rem; }

.make-box-container {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  margin-bottom: 1rem; }

.make-box {
  font-size: 1rem; }

.make-title {
  border-radius: 0.75rem 0.75rem 0 0;
  background: #23265B;
  color: #fff;
  padding: 0.2rem;
  text-align: center; }

.make-image-container {
  grid-column-start: 1;
  grid-row-start: 1; }

.make-image {
  padding: 0 2px;
  box-shadow: 0px 0px 0px 2px #23265B inset;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-content: center;
  border-radius: 0 0 0.75rem 0.75rem; }

.make-image-container img {
  max-width: 128px;
  height: auto;
  display: block !important;
  margin: 0.2rem auto 0.25rem auto;
  overflow: hidden; }

@media (hover: hover) and (pointer: fine) {
  .make-image-container img:hover {
    opacity: 0.7; } }
.recordnav {
  width: 100%;
  background: #23265B;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
  vertical-align: middle; }
  .recordnav:last-of-type {
    margin-top: 1rem;
    margin-bottom: 0; }
  .recordnav a {
    color: #fff; }
  .recordnav .fas {
    font-size: 2rem; }
  .recordnav span {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.5rem; }

#main-content {
  padding-bottom: 0.1rem; }

.news-box {
  color: #fff;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 5rem auto 1fr;
  grid-gap: 0; }

.news-title {
  border-radius: 0.75rem 0.75rem 0 0;
  background-color: #A81E22;
  padding: 0.75rem;
  font-size: 1.1rem;
  padding: auto 0.2rem;
  display: grid;
  align-content: center; }
  .news-title a {
    color: #fff; }
    .news-title a:hover, .news-title a:visited {
      color: #fff; }

.news-date {
  font-size: 0.9rem !important;
  color: #A81E22; }

.news-desc {
  background-color: #23265B;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0 0 0.75rem 0.75rem; }

.news-image-container {
  grid-column-start: 1;
  grid-row-start: 1;
  width: 100%;
  padding-top: 66%;
  /* Aspect Ratio */
  position: relative;
  background: no-repeat center center;
  background-size: cover; }

.news-image {
  padding: 0 2px;
  box-shadow: 0px 0px 0px 2px #23265B inset;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  align-content: center; }
  .news-image a {
    color: #fff;
    text-decoration: none; }
  .news-image img {
    opacity: 1;
    transition: .5s ease;
    margin: 0.2rem auto; }
  @media (hover: hover) and (pointer: fine) {
    .news-image:hover .news-image-container {
      opacity: 0.3; }
    .news-image:hover .more-details {
      opacity: 1;
      grid-column-start: 1;
      grid-row-start: 1;
      z-index: 2; } }

.more-details {
  transition: 1s ease;
  opacity: 0;
  grid-column-start: 1;
  grid-row-start: 1;
  z-index: 2;
  display: grid;
  justify-content: center;
  align-content: center; }

.more-details-button {
  padding: 14px;
  width: 130px;
  height: 22px;
  border-radius: 28px;
  background-color: #A81E22;
  color: #fff;
  box-sizing: content-box; }
  .more-details-button .fas {
    font-size: 1.5rem;
    line-height: 1.3rem; }
  .more-details-button span {
    font-size: 1.3rem;
    line-height: 1.1rem;
    vertical-align: top; }

.page-img-right {
  max-width: 600px;
  float: right;
  margin: 1rem;
  position: relative;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  border-radius: 1rem; }

.page-img-right img {
  width: 100%;
  height: auto; }

.page-img-right .trustpilot-footer {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  border-radius: 0 0 1rem 1rem;
  text-align: center;
  padding: 0.5rem 0; }

.page-img-right .trustpilot-footer img {
  max-width: 90%;
  height: auto;
  margin: 0 auto; }

.news-img-left {
  float: left;
  margin: 1rem 1.1rem 1rem 0;
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 0.65rem; }

.news-img-right {
  float: right;
  margin: 1rem 0 1rem 1.1rem;
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 0.65rem; }

.news-img-left-big {
  float: left;
  margin: 1rem 1.1rem 1rem 0;
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 0.75rem; }

.news-img-right-big {
  float: right;
  margin: 1rem 0 1rem 1.1rem;
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 0.75rem; }

.news-img-left-xbig {
  float: left;
  margin: 1rem 1.1rem 1rem 0;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 0.85rem; }

.news-img-right-xbig {
  float: right;
  margin: 1rem 0 1rem 1.1rem;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 0.85rem; }

.news-img-full {
  margin: 1rem 0;
  max-width: 100%;
  height: auto;
  border-radius: 1rem; }

.news-phone-button, .news-phone-button-center {
  display: block;
  color: #fff;
  border-radius: 500px;
  background: #A81E22 url("../../img/phone-button-icon.svg") no-repeat 15px center;
  vertical-align: middle;
  padding: 15px 15px 15px 65px;
  height: 52px;
  line-height: 20px;
  min-width: auto;
  font-size: 2.5rem !important;
  font-weight: 600 !important;
  width: max-content;
  margin: 20px 0 !important; }

.news-phone-button-center {
  margin: 20px auto !important; }

#contact-area {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1rem;
  margin-top: 1rem; }

#map, #contact-details {
  min-height: auto; }

#contact-details input, #contact-details select, #contact-details textarea {
  margin-bottom: 0.5rem; }
#contact-details input[type=submit] {
  margin-bottom: 1.4rem;
  background: #A81E22;
  color: #fff; }
  #contact-details input[type=submit]:hover {
    background: #23265B;
    cursor: pointer; }
#contact-details input[name="enq_company"] {
  display: none; }
#contact-details .pristine-error, #contact-details .form-msg, #contact-details .KT_field_error {
  background: #23265B;
  color: #fff;
  margin: -0.5rem 0 1rem 0;
  padding: 0.5rem;
  font-size: 1rem; }
#contact-details h1 {
  margin-top: 0; }
#contact-details h2 {
  color: #23265B;
  font-size: 1.5rem; }
#contact-details img {
  display: inline; }

#quickcall input[type=submit] {
  background: orange;
  color: #23265B;
  font-weight: bold; }
  @media (hover: hover) and (pointer: fine) {
    #quickcall input[type=submit]:hover {
      background: #23265B !important;
      cursor: pointer;
      color: orange; } }
#quickcall .pristine-error {
  background: #04DA8D;
  color: #23265B;
  font-size: 0.9rem;
  padding: 0.2rem; }

.vehicle-detail {
  display: grid;
  grid-coloumn-gap: 0.5rem;
  grid-template-columns: 100%; }

.veh-summary, .veh-summary-red, .veh-summary-blue, .veh-summary-green {
  font-size: 1.6rem !important;
  border-radius: 5rem; }

.veh-summary-blue, .veh-summary-red, .veh-summary-green {
  display: inline-block !important;
  color: #fff !important;
  padding: 0.4rem 1.4rem; }

.veh-summary-blue {
  background: #23265B; }

.veh-summary-red {
  background: #A81E22; }

.veh-summary-green {
  background: #04DA8D; }

.veh-summary-blue a, .veh-summary-blue a:hover, .veh-summary-blue a:active, .veh-summary-red a, .veh-summary-red a:hover, .veh-summary-red a:active, .veh-summary-green a, .veh-summary-green a:hover, .veh-summary-green a:active {
  color: #fff !important; }

#loanCalc .form-group {
  margin: 0 1rem 0.7rem 0; }

.glider-contain {
  width: 100%;
  height: auto;
  margin-right: 0.8em; }

#tabs-h {
  margin-top: 1rem; }

#tabs-h li {
  margin: 0; }

#thankyou_popup-wrapper {
  background: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999991;
  background-color: rgba(0, 0, 0, 0.5); }

.thankyou_popup {
  width: 90%;
  height: auto;
  position: relative;
  background-color: #fff;
  top: 25%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0px 0px 32px 10px rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  overflow-y: auto;
  max-height: 600px; }

.thankyou_content h1 {
  font-size: 1.2rem;
  background: #fff;
  color: #23265B;
  padding: 0;
  margin: 0; }

.thankyou_content h2 {
  font-size: 1.1rem;
  color: #23265B;
  font-weight: normal; }

.thankyou_content i {
  font-size: 70px;
  padding-bottom: 5px;
  color: #04DA8D;
  display: block; }

button.close_thankyou {
  color: #fff;
  background: #A81E22;
  width: 100px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 25px;
  border-radius: 5px; }

button.close_thankyou:hover {
  background: #23265B; }

.hide-inline-sm {
  display: none; }

.hide-inline-m {
  display: inline-block; }

.show-only-l {
  display: none; }

.callback-card {
  grid-column: 1;
  grid-row: 7; }

.qc-header {
  text-align: center;
  background: orange;
  color: #23265B;
  padding: 12px;
  font-weight: bold;
  font-size: 1rem; }

@media screen and (min-width: 43.75rem) {
  #page-header #bandf .benefit, #page-header #bodyoptions .bodybutton {
    flex: 0 0 49%; }
  #page-header h1 {
    font-size: 1.5rem;
    width: fit-content;
    max-width: none;
    text-align: left; }

  .container {
    margin: 160px auto 0 auto; }

  .box-container, .news-box-container, .search-box-container {
    grid-template-columns: repeat(2, calc(50% - 0.5rem)); }

  .hide-inline-sm {
    display: inline-block; }

  .hide-inline-m {
    display: none; }

  .show-only-sm {
    display: none; }

  .callback-card {
    grid-column: 1;
    grid-row: 4; }

  .thankyou_popup {
    width: 80%; }

  .thankyou_content h1 {
    font-size: 1.7rem; }

  .thankyou_content h2 {
    font-size: 1.1rem; }

  .thankyou_content i {
    font-size: 80px;
    padding-bottom: 7px; } }
@media screen and (min-width: 62.5rem) {
  .quick-search {
    width: 60%;
    text-align: left; }

  #page-header #trustpilot-header {
    display: grid;
    grid-template-columns: 20rem 35rem;
    grid-gap: 1rem;
    margin-bottom: 0.2rem;
    justify-content: center;
    padding: 0.4rem; }
    #page-header #trustpilot-header #trustpilot-slim img {
      margin: 0 0 0 auto; }
    #page-header #trustpilot-header #trustpilot-quotes {
      text-align: left; }

  .box-container, .news-box-container {
    grid-template-columns: repeat(3, calc(33.3% - 0.66rem)); }

  #contact-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem; }

  #map, #contact-details {
    min-height: auto; }

  .vehicle-detail {
    grid-template-columns: 50% 50%; }

  .glider-contain {
    margin-right: 0 !important; }

  .show-only-l {
    display: inline-block !important; }

  .hide-inlne-m {
    display: inline-block; }

  .callback-card {
    grid-column: 1;
    grid-row: 3; }

  .thankyou_popup {
    width: 50%; }

  .thankyou_content h1 {
    font-size: 1.8rem; }

  .thankyou_content h2 {
    font-size: 1.2rem; }

  .thankyou_content i {
    font-size: 90px;
    padding-bottom: 10px; } }
@media screen and (min-width: 75rem) {
  .quick-search span {
    font-size: 2.4rem; }

  #page-header #bandf, #page-header #bodyoptions {
    /*grid-template-columns: repeat(4, 1fr);*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #page-header #bodyoptions .bodybutton {
    flex: 0 0 24%; }
  #page-header #bandf .benefit {
    flex: 0 0 24%; }

  .box-container, .news-box-container, .search-box-container {
    grid-template-columns: repeat(4, calc(25% - 0.75rem)); }

  .callback-card {
    grid-column: 3;
    grid-row: 2; }

  .thankyou_popup {
    width: 35%; }

  .thankyou_content h1 {
    font-size: 2rem; }

  .thankyou_content h2 {
    font-size: 1.3rem; }

  .thankyou_content i {
    font-size: 120px;
    padding-bottom: 10px; } }
.news-title > newsa {
  color: #fff !important; }

.news-title > a:hover {
  color: #fff !important; }

.news-title > a:visited {
  color: #fff !important; }

footer {
  font-size: 1.1rem;
  display: grid;
  justify-content: center;
  clear: both;
  max-width: 90rem;
  padding: 0 1rem;
  margin: 0 auto;
  margin-top: 1rem; }

#footer-info, #footer-vehicles {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  background-color: #23265B;
  color: #fff;
  margin-bottom: 0;
  text-align: center; }
  #footer-info a, #footer-info a:hover, #footer-vehicles a, #footer-vehicles a:hover {
    color: #fff !important; }

#footer-info > div, #footer-vehicles > div {
  padding: 1rem 1rem 0 1rem; }

#footer-info > div > div, #footer-vehicles > div > div {
  margin-bottom: 0.6rem; }

.footer-info-header {
  background-color: #A81E22;
  color: #fff;
  border-radius: 5px;
  padding: 0.3rem 0.5rem;
  margin-bottom: 1rem !important; }

#trustpilot-info img {
  border-radius: 5px; }

#footer-lower-outer {
  margin-top: 0.5rem; }

#copyright, #terms {
  background: #fff; }

#copyright > div, #terms > div {
  text-align: center;
  padding: 0.2rem;
  font-size: 0.9rem;
  color: #23265B; }

#terms-links {
  margin: 0.5rem 0 2rem 0; }
  #terms-links span {
    background-color: #23265B;
    color: #fff;
    padding: 0.3rem 0.8rem;
    font-size: 0.8rem;
    border-radius: 3px; }
  #terms-links span a:after {
    content: " | ";
    white-space: pre; }
  #terms-links span a:last-child:after {
    content: ""; }
  #terms-links a {
    color: #fff; }
  #terms-links a:hover {
    color: #fff !important; }
  #terms-links img {
    margin: 0.6rem auto; }

@media screen and (min-width: 43.75rem) {
  #footer-info, #footer-vehicles {
    grid-template-columns: repeat(2, 1fr);
    text-align: left; } }
@media screen and (min-width: 62.5rem) {
  #footer-info, #footer-vehicles {
    grid-template-columns: repeat(4, 1fr); } }
.cookie-consent {
  width: 100% !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  background-color: #fff !important;
  box-shadow: 1px 1px 12px #000 !important;
  padding: 1.8rem 0 !important;
  display: grid !important;
  grid-template-columns: 3fr 1fr !important;
  align-items: center;
  border-radius: 10px; }

.cookie-consent__text {
  padding: 0.8rem !important;
  text-align: center; }

.cookie-consent__buttons-button a {
  text-decoration: none !important;
  margin: auto !important;
  color: #fff !important;
  white-space: nowrap; }
  .cookie-consent__buttons-button a:hover, .cookie-consent__buttons-button a:visited {
    color: #fff !important; }

.cookie-consent__buttons {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  padding-right: 50px !important; }

.cookie-consent__buttons-button {
  background-color: #A81E22 !important;
  color: #fff !important;
  padding: 10px 10px !important;
  border-radius: 5px !important;
  transition: 500ms !important;
  border: none !important; }

.cookie-consent__buttons-button:hover {
  background-color: #23265B !important;
  cursor: pointer !important; }

@media screen and (max-width: 43.75rem) {
  .cookie-consent {
    grid-template-columns: 1fr !important;
    text-align: center; }

  .cookie-consent__buttons {
    padding-right: 0 !important;
    padding-top: 20px !important; } }
