/*
  Theme Name: AdTorque Edge
  Theme URI: https://www.adtorqueedge.com/
  Description: AdTorque Edge Theme
  Version: 1.0.0
*/


/* NORMALIZE.CSS v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

a {
  background-color: transparent
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea,
.form-control.empty+label {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
fieldset {
  padding: .35em .75em .625em
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]details {
  display: block
}

summary {
  display: list-item
}

/* SVG */
[class*=" icon-"],
[class^=icon-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor
}

/* SLIDER STYLES */
.embla {
  position: relative
}

.embla__viewport {
  overflow: hidden;
  width: 100%
}

.embla__viewport.is-draggable {
  cursor: move;
  cursor: grab
}

.embla__viewport.is-dragging {
  cursor: grabbing
}

.embla__container {
  display: flex;
  user-select: none;
}

.embla__container.flex {
  flex-wrap: nowrap;
}

.embla__slide {
  position: relative;
  width: 100%;
  flex-shrink: 0
}

.embla__slide__img,
.embla__slide__video {
  display: block;
  width: 100%;
  height: auto
}

.full-height .embla__slide__inner {
  position: relative;
  overflow: hidden;
  height: 100vh
}

.embla__slide__video,
.full-height .embla__slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.embla__button {
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  touch-action: manipulation;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  fill: #1bcacd;
  padding: 0
}

.embla__button:disabled {
  cursor: default;
  opacity: .3
}

.embla__button__svg {
  width: 100%;
  height: 100%
}

.embla__button--prev {
  left: 50px
}

.embla__button--next {
  right: 50px
}

.embla__dots {
  display: flex;
  list-style: none;
  justify-content: center
}

.embla__dot {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.embla__dot:last-child {
  margin-right: 0
}

@media(max-width: 500px) {
  .embla__slide__inner {
    width: 100%;
    height: 100%;
  }

  .embla__slide__video {
    max-height: none !important;
  }
}

@media(max-width: 1024px) {
  .embla__button--prev {
    left: 30px
  }

  .embla__button--next {
    right: 30px
  }
}

.disable-click .embla__slide {
  pointer-events: none;
}

.align-slider {
  overflow: hidden;
}

.align-slider .embla__viewport {
  overflow: visible;
}

.align-slider .embla {
  max-width: 100%;
  margin: auto;
  --slide-height: auto;
  --slide-spacing: 1rem;
  --slide-size: 70%
}

.align-slider .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1)
}

.align-slider .embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing)
}

.align-slider .embla__slide__number {
  box-shadow: inset 0 0 0 .2rem var(--detail-medium-contrast);
  border-radius: 1.8rem;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slide-height)
}

.align-slider .embla__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .6rem;
  align-items: center
}

.align-slider .embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 .2rem var(--detail-medium-contrast);
  width: 3.6rem;
  height: 3.6rem;
  z-index: 1;
  border-radius: 50%;
  color: var(--text-body);
  display: flex;
  align-items: center;
  justify-content: center
}

.align-slider .embla__button:disabled {
  color: var(--detail-high-contrast)
}

.align-slider .embla__button__svg {
  width: 100%;
  height: 100%
}

.align-slider .embla__slide img {
  display: block;
  width: 100%;
}

.embla-thumbs .embla__slide {
  width: 33.3333%;
  min-width: 33.3333%;
}

/* Hiding/Appearing Styles */
@media (max-width:767px) {
  .hide-mobile {
    display: none !important
  }
}

@media (min-width:768px) {
  .hide-above-mobile {
    display: none !important
  }
}

@media (max-width:1024px) {
  .hide-below-desktop {
    display: none !important
  }
}

@media (min-width:1025px) {
  .hide-desktop {
    display: none !important
  }
}

@media (max-width:1200px) {
  .hide-below-large {
    display: none !important
  }
}

@media (min-width:1025px) {
  .hide-large {
    display: none !important
  }
}

/* FLEX */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -20px
}

.flex.no-gaps {
  margin-left: 0
}

.fv-center {
  align-items: center
}

.fh-center {
  justify-content: center
}

.flex>* {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 0 20px
}

.flex.pb-vert>* {
  padding-bottom: 20px
}

.flex.no-gaps>* {
  padding: 0
}

.flex.site-container>* {
  padding: 0
}

.flex>.m-col-6 {
  width: 50%
}

.flex>.m-col-4 {
  width: 33.333%
}

.flex>.m-col-3 {
  width: 25%
}

.m-two-cols>* {
  width: 50%
}

.m-three-cols>* {
  width: 33.333%
}

.m-full {
  width: 100%
}

.flex-grow {
  flex-grow: 1
}

.equal-height>* {
  display: flex;
  flex-direction: column
}

.equal-height>*>* {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.equal-height img {
  min-height: 1px;
  align-self: flex-start
}

.flex-reverse {
  flex-direction: row-reverse
}

.equal-height>*>*>:last-child {
  margin-top: auto
}

.flex-right {
  justify-content: flex-end;
}

.m-flex-basic {
  display: flex;
  justify-content: space-between;
  width: 100%
}

@media (min-width:500px) {
  .flex-basic {
    display: flex;
    justify-content: space-between;
    width: 100%
  }

  .t-two-cols>* {
    width: 50%
  }

  .t-three-cols>* {
    width: 33.333%
  }

  .t-four-cols>* {
    width: 25%
  }

  a.video-popup {
    max-width: 500px;
    height: 218px;
    margin: 20px auto;
    padding: 170px 20px 0 20px
  }
}

@media (max-width:767px) {
  .flex.t-pb-vert>* {
    padding-bottom: 20px
  }
}

@media (min-width:768px) {
  .l-two-cols>* {
    width: 50%
  }

  .l-three-cols>* {
    width: 33.333%
  }

  .l-four-cols>* {
    width: 25%
  }

  .l-five-cols>* {
    width: 20%
  }

  .flex>.l-col-10 {
    width: 83.333%
  }

  .flex>.l-col-9 {
    width: 75%
  }

  .flex>.l-col-8 {
    width: 66.66667%
  }

  .flex>.l-col-7 {
    width: 58.333%
  }

  .flex>.l-col-6 {
    width: 50%
  }

  .flex>.l-col-5 {
    width: 41.66667%
  }

  .flex>.l-col-4 {
    width: 33.333%
  }

  .flex>.l-col-3 {
    width: 25%
  }

  .flex>.l-col-2 {
    width: 16.66667%
  }
}

@media (max-width:1024px) {
  .flex.l-pb-vert>* {
    padding-bottom: 20px
  }
}

@media (min-width:1025px) {
  .flex {
    margin-left: -30px
  }

  .flex>* {
    padding: 0 0 0 30px
  }

  .flex.pb-vert>* {
    padding-bottom: 30px
  }

  .d-two-cols>* {
    width: 50%
  }

  .d-three-cols>* {
    width: 33.333%
  }

  .d-four-cols>* {
    width: 25%
  }

  .d-five-cols>* {
    width: 20%
  }

  .d-six-cols>* {
    width: 16.66667%
  }

  .flex>.d-col-10 {
    width: 83.333%
  }

  .flex>.d-col-9 {
    width: 75%
  }

  .flex>.d-col-8 {
    width: 66.66667%
  }

  .flex>.d-col-7 {
    width: 58.333%
  }

  .flex>.d-col-6 {
    width: 50%
  }

  .flex>.d-col-5 {
    width: 41.66667%
  }

  .flex>.d-col-4 {
    width: 33.333%
  }

  .flex>.d-col-3 {
    width: 25%
  }

  .flex>.d-col-2 {
    width: 16.66667%
  }
}

@media (min-width:1200px) {
  .xl-two-cols>* {
    width: 50%
  }

  .xl-three-cols>* {
    width: 33.333%
  }

  .xl-four-cols>* {
    width: 25%
  }

  .xl-five-cols>* {
    width: 20%
  }

  .xl-six-cols>* {
    width: 16.66667%
  }

  .flex>.xl-col-10 {
    width: 83.333%
  }

  .flex>.xl-col-9 {
    width: 75%
  }

  .flex>.xl-col-8 {
    width: 66.66667%
  }

  .flex>.xl-col-7 {
    width: 58.333%
  }

  .flex>.xl-col-6 {
    width: 50%
  }

  .flex>.xl-col-5 {
    width: 41.66667%
  }

  .flex>.xl-col-4 {
    width: 33.333%
  }

  .flex>.xl-col-3 {
    width: 25%
  }

  .flex>.xl-col-2 {
    width: 16.66667%
  }
}

@media (min-width:1440px) {
  .xxl-two-cols>* {
    width: 50%
  }

  .xxl-three-cols>* {
    width: 33.333%
  }

  .xxl-four-cols>* {
    width: 25%
  }

  .xxl-five-cols>* {
    width: 20%
  }

  .xxl-six-cols>* {
    width: 16.66667%
  }

  .flex>.xxl-col-10 {
    width: 83.333%
  }

  .flex>.xxl-col-9 {
    width: 75%
  }

  .flex>.xxl-col-8 {
    width: 66.66667%
  }

  .flex>.xxl-col-7 {
    width: 58.333%
  }

  .flex>.xxl-col-6 {
    width: 50%
  }

  .flex>.xxl-col-5 {
    width: 41.66667%
  }

  .flex>.xxl-col-4 {
    width: 33.333%
  }

  .flex>.xxl-col-3 {
    width: 25%
  }

  .flex>.xxl-col-2 {
    width: 16.66667%
  }
}

/*@media (min-width:1500px){.flex:not(.sml-gaps):not(.no-gaps){margin-left:-50px}.flex:not(.sml-gaps):not(.no-gaps)>*{padding-left: 50px} }*/

*,
*:before,
*:after {
  box-sizing: inherit
}

section {
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

h1,
h2,
h3,
h4 {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

p {
  margin: 0 0 20px
}

a,
button,
input[type=submit] {
  transition: all .4s ease
}

img {
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: 0
}

.full-wrapper,
.sml-wrapper,
.wrapper,
.lrg-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.t-left,
.t-left * {
  text-align: left !important
}

.t-right {
  text-align: right
}

.t-center,
.t-centre {
  text-align: center;
  list-style-position: inside
}

.t-upper {
  text-transform: uppercase
}

.inline-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

.inline-list li {
  float: left;
  list-style: none
}

.anchor {
  position: relative;
  visibility: hidden;
  display: block
}

.hidden {
  display: none !important
}

iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left
}

.slider-video video {
  display: block
}

.error-page form {
  display: none !important
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover
}

.content ol,
.content ul {
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.75em
}

.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
  padding-left: 20px
}

img:not([src]) {
  visibility: hidden
}

img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px
}

.loaded {
  animation-name: fadeIn;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0, 0, .4, 1);
  animation-fill-mode: forwards
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0
}

.videoWrapper iframe,
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

th {
  background: #e4e4e4
}

td,
th {
  padding: 10px 15px;
  border: 1px solid #d8d8d8
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999
}

a.skip-main:active,
a.skip-main:focus {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #ff0;
  text-align: center;
  font-size: 1.2rem;
  z-index: 999
}

/* 
*  CSS TABLE OF CONTENTS
*   
*  1.0 - Global Styling
*    1.1 - Button 
*    1.2 - Sidebar
*    1.3 - Finance text calculator  
*    1.4 - Form styles
*    1.5 - Forms Checkbox
*    1.6 - Error page
*    1.7 - Social
*  2.0 - Featured Cars
*  3.0 - Grid & Video Gallery
*    3.1 - Gallery Grid - Masonary
*    3.2 - Video Gallery
*  4.0 - Tab & Accordian
*  5.0 - News & Events - Menu Item - Category Blog
*  6.0 - Header & Menu
*  7.0 - Footer Links
*  8.0 - Banner
*  9.0 - Quicklinks
*  10.0 - Mini Stock Locator
*  11.0 - Main Content - Pages
*    11.1 - Home Page
*    11.2 - Content Page
*    11.3 - Contact Page
* 11.9 - Services Layout
* 12 - Service Tabs  
* 12.1 - Service Table
* 13 - Info Card
*/

/* ========================================================================== 
* 1.0 Global Styling
* ========================================================================== */


html {
  font-size: 16px;
  line-height: 1.5em;
  box-sizing: border-box;
  font-family: "Gotham", sans-serif;
}

body {
  background: #fff;
  color: #000;
  padding-top: 120px;
}

.anchor {
  top: -40px;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #000;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
  
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 18px;
  font-family: "Taruno Wide", sans-serif;
}

h3,
.h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 15px;
  font-family: "Taruno Wide", sans-serif;
}

.subtitle {
  margin-top: -20px;
  font-size: 20px;
}

a {
  color: #000;
}

p {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
}

a:hover {
  color: #0BBDD4;
}

iframe {
  display: block;
}

.wrapper,
.sml-wrapper,
.lrg-wrapper {
  line-height: 1.5em;
  padding: 40px 30px;
}

.wrapper {
  max-width: 1300px;
}

.sml-wrapper {
  max-width: 1000px;
}

.lrg-wrapper {
  max-width: 1900px;
}

.m-top {
  margin-top: 20px;
}

.m-bot {
  margin-bottom: 20px;
}

.grey-bg {
  background-color: #eee;
}

.wrapper.no-padding-top,
.sml-wrapper.no-padding-top,
.lrg-wrapper.no-padding-top {
  padding-top: 0;
}

.wrapper.no-padding-bottom,
.sml-wrapper.no-padding-bottom,
.lrg-wrapper.no-padding-bottom {
  padding-bottom: 0;
}


@media (min-width: 1025px) {


  body {
    padding-top: 139px;
  }

  h1,
  .h1,
  h2,
  .h2 {
    margin-bottom: 30px;
  }

  .anchor {
    top: -90px;
  }

  .wrapper,
  .sml-wrapper,
  .lrg-wrapper {
    padding: 80px 50px;
  }

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 20px;
  }

  *+h2,
  *+h3,
  *+h4 {
    margin-top: 40px;
  }
 
}

@media(min-width: 1200px) {

  body {
    padding-top: 120px;
  }

  .wrapper,
  .sml-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  h1,
  .h1 {
    font-size: 48px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

}


/* ========================================================================== 
*  1.1 - Buttons  
* ========================================================================== */

.btn {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 180px;
  padding: 22px 40px;
  text-decoration: none;
  border: none;
  line-height: normal;
  /* text-transform: uppercase; */
  text-align: center;
  background-position: center;
  transition: background 0.8s;
  cursor: pointer;
  font-weight: 700;
  border-radius: 8px;
}

a.btn:hover,
.btn:hover {
  text-decoration: none;
}

.btn-mg-top {
  margin-top: 20px;
}

.btn-mg-bot {
  margin-bottom: 20px;
}

.btn-primary,
a.btn-primary,
.readmore,
p.readmore {
  background-color: #0BBDD4;
  color: #fff;
}

.btn-primary:hover,
a.btn-primary:hover {
  background: #8a8a8a radial-gradient(circle, transparent 1%, #8a8a8a 1%) center/15000%;
  color: #fff;
}

.btn-primary:active,
a.btn-primary:active,
p.readmore:hover,
.readmore:hover {
  background-color: #555;
  background-size: 100%;
  transition: background 0s;
}

.btn-secondary,
a.btn-secondary {
  background-color: #1a1a1a;
  color: #fff;
}

a.btn-secondary:hover,
.btn-secondary:hover {
  background: #8a8a8a radial-gradient(circle, transparent 1%, #8a8a8a 1%) center/15000%;
  color: #fff;
}



.btn-secondary:active,
a.btn-secondary:active {
  background-color: #79ccff;
  background-size: 100%;
  transition: background 0s;
}

.btn-outline,
a.btn-outline {
  background: transparent;
  border: 2px solid #0BBDD4 !important;
  color: #0BBDD4 !important;
}

.btn-outline:hover,
a.btn-outline:hover {
  background: #0BBDD4 radial-gradient(circle, transparent 1%, #0BBDD4 1%) center/15000% !important;
  border-color: #0BBDD4 !important;
  color: #fff !important;
}

.btn-outline:active,
a.btn-outline:active {
  background-color: #0BBDD4 !important;
  border-color: #0BBDD4 !important;
  color: #fff;
  background-size: 100%;
  transition: background 0s;
}

.btn-outline-bl,
a.btn-outline {
  background: transparent;
  border: 2px solid black;
  color: black;
}

.btn-outline-bl:hover,
a.btn-outline:hover {
  background: black radial-gradient(circle, transparent 1%, black 1%) center/15000%;
  border-color: black;
  color: #fff;
}

.btn-outline-bl:active,
a.btn-outline:active {
  background-color: black;
  border-color: black;
  color: #fff;
  background-size: 100%;
  transition: background 0s;
}

.btn-teal,
a.btn-teal {
  background-color: #00B5B0;
  color: #fff;
  border: 1px solid #00B5B0;
}

/* a.btn-teal:hover,
.btn-teal:hover {
  background: #00B5B0 radial-gradient(circle, transparent 1%, #8a8a8a 1%) center/15000%;
  color: #fff;
} */

a.btn-teal:hover,
.btn-teal:hover {
  background: white radial-gradient(circle, transparent 1%, #8a8a8a 1%) center/15000%;
  color: #00B5B0;
  border: 1px solid #00B5B0;
}

.btn-teal:active,
a.btn-teal:active {
  background-color: #00B5B0;
  background-size: 100%;
  transition: background 0s;
  border: 1px solid #00B5B0;
}

.btn-signature {
  padding: 5px 20px;
}


.btn-flex {
  display: flex;
  flex-direction: row;
}

.btn-flex>*:first-child {
  margin-right: 10px;
  margin-bottom: 0;
}


@media (max-width: 500px) {

  .btn-flex {
    flex-direction: column;
  }

  .btn-flex>*:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

}


@media (min-width: 500px) {
  	.d-two-cols .btn-outline-bl {
		margin-left: 0px;
		margin-top: 30px;
	}
}

@media (min-width: 1025px) {

  .btn-full {
    display: block;
    width: 100%;
  }

  .btn.form-submit {
    width: 100%;
    text-align: center;
  }
  

@media (min-width: 1200px) {
	.d-two-cols .btn-outline-bl {
		margin-left: 30px;
	}

}



}

/* ========================================================================== 
*  1.2 - Sidebar
* ========================================================================== */

.sidebar-mini {
  position: fixed;
  right: -124px;
  top: 40%;
  transform: translateY(-50%);
  width: 160px;
  z-index: 2000;
  transition: all 0.4s ease;
}

.sidebar-mini:hover {
  right: 0;
}

.sidebar-mini a:hover {
  background: #444;
}

.sidebar-mini a {
  display: block;
  background: #0BBDD4;
  color: #fff;
  padding: 10px;
  vertical-align: middle;
  text-decoration: none;
}

.sidebar-mini .icon-sidebar {
  margin-right: 10px;
  vertical-align: middle;
}

.sidebar-mini .s-bg span {
  vertical-align: middle;
}

/* ========================================================================== 
*  1.3 - Finance text calculator  
* ========================================================================== */

.finance-text-calc .ft-content {
  margin: 30px 0;
}

.ft-content .ft-text {
  margin-top: 15px;
  font-size: 36px;
  line-height: 1.5;
}

.ft-content .input-group,
.ft-content .select-group {
  position: relative;
}

.ft-input {
  padding: 0 5px;
  border: 0;
  border-bottom: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;

}

.ft-input option {
  font-size: 0.6em;
}

.ft-input.error {
  border-color: red;
}

.ft-input:focus {
  outline: 0;
}

.ft-input.loan-amount {
  max-width: 200px;
  padding-left: 30px;
}

.ft-input.loan-interest {
  max-width: 150px;
  padding-right: 30px;
}

.ft-input.loan-balloon-value {
  max-width: 150px;
  padding-left: 30px;
}

.ft-input.loan-balloon-percent {
  max-width: 100px;
  padding-right: 30px;
}

.input-icon {
  position: absolute;
  left: 0;
  top: -16px;
  font-size: 1.3em;
  color: #000;
  font-weight: bold;
}

.loan-interest+.input-icon,
.loan-balloon-percent+.input-icon {
  left: auto;
  right: 8px;
}

.ft-text {
  display: block;
}

.ft-content #allow-balloon {
  display: inline-block;
  margin-top: 20px;
}

.ft-disclaimer {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.ft-results {
  margin-top: 30px;
  padding: 30px;
  background-color: #f5f5f5;
}

.ft-results p {
  margin: 0;
  font-size: 22px;
}

.ft-repayment {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ddd;
}

.ft-repayment .tabs-content {
  display: none;
}

.ft-repayment .tabs-content.active {
  display: block;
  font-size: 80px;
  line-height: 2;
}

.ft-repayment .tabs-header {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  border-left-width: 0;
  cursor: pointer;
}

.ft-repayment .tabs-header:nth-child(4) {
  border-radius: 3px 0 0 3px;
  border-left-width: 1px;
}

.ft-repayment .tabs-header:nth-child(6) {
  border-radius: 0 3px 3px 0;
}

.ft-repayment .tabs-header.active {
  background-color: #000;
  color: #fff;
}

.ft-repayment .balloon-payment {
  margin-top: 20px;
}

.ft-loan-details {
  max-width: 350px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
}

.ft-loan-details.ftld-ec {
  font-weight: bold;
}

.ft-results .btn-primary {
  margin-top: 30px;
}

.preapproval-form {
  display: none;
}

.preapproval-form.show {
  display: block;
}

/* ==========================================================================
*  1.4 - Form styles
* ========================================================================== */

.ate-form {
	margin-top: 30px;
	max-width: 100%;
}

.form-card {
    width: 100%;
	border: 1px solid #D8E1EA;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(7, 21, 35, 0.10);
}

.form-group {
	position: relative;
	margin-bottom: 18px;
}

.form-label,
.form-group label {
	position: static;
	display: block;
	margin: 0 0 8px;
	padding: 0;
	color: #071523;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	background: transparent;
	cursor: default;
}

.form-control,
.select-container {
	display: block;
	width: 100%;
	height: 48px;
	margin-bottom: 0;
	padding: 0 18px;
	color: #071523;
	background-color: #fff;
	border: 1px solid #D8E1EA;
	border-radius: 2px;
	line-height: 48px;
	outline: none;
	box-shadow: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus,
.select-container:focus,
.select-container:focus-within {
	border-color: #00B5B0;
	box-shadow: 0 0 0 2px rgba(0, 181, 176, .08);
}

.form-control.error,
.select-container.error {
	border-color: red;
}

.form-control::placeholder {
	color: #9CA3AF;
}

.select-container {
	display: block;
	padding: 0 !important;
	overflow: hidden;
	vertical-align: top;
	background: url(images/select-input.png) no-repeat right 18px center #fff;
}

.select-container .select-hide {
	width: 100%;
	height: 48px;
	padding: 0 45px 0 18px;
	color: #071523;
	background: transparent;
	border: 0;
	font-size: 13px;
	line-height: 48px;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	outline: 0;
}

.select-container .select-hide:focus {
	outline: 0;
}

.form-control.empty + label,
.form-group .select-container + label,
.form-group .select-container.active + label {
	position: static;
	top: auto;
	left: auto;
	padding: 0;
	opacity: 1;
	color: #071523;
}


textarea.form-control,
.home textarea.form-control {
	height: 140px;
	padding-top: 16px;
	line-height: 1.5;
	resize: none;
}

.form-text {
	margin-bottom: 30px;
}

/* Two-column date/time fields */
.ate-form .flex.d-two-cols {
	margin-left: -15px;
}

.ate-form .flex.d-two-cols > * {
	width: 50%;
	padding-left: 15px;
}

.ate-form .flex.d-two-cols .form-group {
	margin-bottom: 8px;
}

/* Phone prefix support if needed */
.form-phone .form-control {
	padding-left: 58px !important;
}

.pre-fil {
	position: absolute !important;
	top: 34px !important;
	left: 1px;
	width: auto !important;
	z-index: 2;
	padding: 15px 14px !important;
	color: #071523;
	font-size: 13px;
	line-height: 1;
	transform: none;
}

.form-control.empty + label.ph-number {
	padding-left: 0 !important;
}

/* Note + disclaimer */
.form-note {
	margin: 0 0 15px;
	color: red;
	font-size: 13px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.4;
}

.form-disclaimer {
	margin-bottom: 16px;
	color: #071523;
	font-size: 13px;
	line-height: 1.35;
}

.form-disclaimer strong {
	display: block;
	margin-bottom: 4px;
}

.form-disclaimer p {
	margin: 0;
}

/* Checkbox / Radio */
.checkbox-group {
	margin-bottom: 18px;
}

.checkbox-group .container {
	display: flex;
	align-items: flex-start;
	position: relative;
	min-height: 22px;
	margin-bottom: 12px;
	padding-top: 0;
	padding-left: 34px;
	color: #071523;
	font-size: 13px;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
}

.checkbox-group .container a {
	color: #00B5B0;
	font-weight: 700;
	text-decoration: none;
}

.checkbox-group .container a:hover {
	text-decoration: underline;
}

.checkbox-group input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark,
.radiomark {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #E5E7EB;
	border: 1px solid #D8E1EA;
	border-radius: 2px;
}

.radiomark {
	border-radius: 50%;
}

.error + .checkmark,
.error + .radiomark {
	border-color: red;
}

.checkbox-group:hover input ~ .checkmark,
.checkbox-group:hover input ~ .radiomark {
	background-color: #D1D5DB;
}

.checkbox-group input:checked ~ .checkmark,
.checkbox-group input:checked ~ .radiomark {
	background-color: #00B5B0;
	border-color: #00B5B0;
}

.checkmark:after,
.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-group input:checked ~ .checkmark:after,
.checkbox-group input:checked ~ .radiomark:after {
	display: block;
}

.checkbox-group .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox-group .radiomark:after {
	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

/* Terms link if used */
.form-tc {
	display: block;
	margin: 0 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccc;
	color: #00B5B0;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

/* Submit */
.ate-form .form-submit .spinner2 {
	display: none;
}

.ate-form .form-submit.show-spinner .spinner2 {
	display: inline-block;
	margin-right: 10px;
}

.ate-form .spinner2 {
	vertical-align: middle;
	transform-origin: center;
	animation: spinner-rotate 2.25s linear infinite;
	will-change: transform;
}

.btn.form-submit,
.btn-primary.form-submit {
	min-width: 105px;
	padding: 15px 24px;
	border-radius: 4px;
	background-color: #00B5B0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.btn-primary.form-submit:hover {
	background-color: #071523;
	color: #fff;
}

.spinner2 circle {
	fill: none;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation: spinner-stretch calc(2.25s * .75) ease-in-out infinite;
	will-change: stroke-dasharray, stroke-dashoffset;
}

@keyframes spinner-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes spinner-stretch {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dashoffset: -124px;
	}
}

/* Responsive */
@media (max-width: 767px) {
	.ate-form {
		max-width: none;
	}

	.ate-form .flex.d-two-cols {
		margin-left: 0;
	}

	.ate-form .flex.d-two-cols > * {
		width: 100%;
		padding-left: 0;
	}
}


.ate-time-picker {
	position: relative;
	width: 100%;
}

.ate-time-input {
	position: relative;
	width: 100%;
	height: 48px;
	padding: 0 45px 0 18px;
	color: #071523;
	background: #fff;
	border: 1px solid #D8E1EA;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: left;
	cursor: pointer;
}

.ate-time-input:after {
	content: "◷";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: 400;
	color: #071523;
}
.ate-time-dropdown {
	display: none;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 260px;
	max-height: 320px;
	flex-direction: column;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	z-index: 9999;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(7, 21, 35, 0.12);
}

.ate-time-picker.open .ate-time-dropdown {
	display: flex;
}

.ate-time-slot-col {
	width: 100%;
	max-height: 270px;
	overflow-y: auto;
	scrollbar-width: none;
	padding: 8px 0;
}

.ate-time-slot-col::-webkit-scrollbar {
	display: none;
}

.ate-time-option {
	display: block;
	width: 100%;
	padding: 12px 20px;

	background: transparent;
	border: 0;
	color: #4a6b8a;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}

.ate-time-option:hover {
	background: #f2f5f8;
}

.ate-time-option.active {
	background: #eef3f8;
	font-weight: 700;
	color: #1c3a56;
}

.ate-time-option.ate-disabled {
	color: #c3ccd4;
	cursor: not-allowed;
}

.ate-time-footer {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 10px 16px;
	border-top: 1px solid #e2e8ee;
}

.ate-ok-btn {
	padding: 8px 22px;
	border: 1px solid #c9d4de;
	border-radius: 4px;
	background: #fff;
	color: #1c3a56;
	font-weight: 700;
	cursor: pointer;
}

.ate-ok-btn:hover {
	background: #f2f5f8;
}

/* ========================================================================== 
*  1.5.2 - Forms Background using Flexible Template
* ========================================================================== */

.form-wht-bg {
  background-color: #fff;
  padding: 30px;
}

.flexible-form-content .sml-wrapper,
.flexible-form-content .wrapper,
.flexible-form-content .lrg-wrapper {
  z-index: 2;
}

.flexible-form-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0000004f;
  top: 0;
  left: 0;
}

/* ========================================================================== 
*  1.6 - Error page
* ========================================================================== */

.error404 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error404 h2 {
  color: red;
}

.error404 h1 svg {
  margin-right: 20px;
}

/* ========================================================================== 
*  1.7 - Social
* ========================================================================== */

.social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.social li {
    list-style: none;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: transparent;
    color: #FFFFFF73;
    text-decoration: none;
    transition: all .3s ease;
}

.social li a {
    color: #FFFFFF73;
}

.social a svg,
.social a i {
    font-size: 15px;
    width: 15px;
    height: 15px;
}

.social a span {
    display: none;
}

.social a:hover {
    border-color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.08);
    color: #fff;
}

.social li:last-child a {
    margin-right: 0;
}

/* Header version */
.top-header .social {
    margin-left: 20px;
    gap: 10px;
}

.top-header .social a {
    width: 40px;
    height: 40px;
}


/* ========================================================================== 
*  2.0 - Featured cars
* ========================================================================== */

/* FEAT CARS + REVIEWS SLIDER STYLES */
.cow,
.rc-box {
  position: relative;
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: left;
  float: left
}

.cow h2,
.home .cow h2 {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 20px 20px 0
}

.cow a {
  display: block;
  position: relative;
  width: 100%;
  max-height: 250px;
  overflow: hidden
}

.cow a img {
  display: block
}

.cow-content {
  margin-top: auto;
  padding: 20px
}

.cow ul {
  margin: 0;
  padding: 0
}

.flex .cow ul {
  padding: 0
}

.cow h3 span {
  line-height: 1.2em;
  font-size: 14px
}

.cow h3 {
  margin: 0;
  padding: 10px 20px
}

.cow h3 .t-primary {
  color: #000;
  font-size: 26px;
  font-weight: 700
}

.cow .t-was {
  text-decoration: line-through;
  color: #999 !important;
  display: block !important
}

.cow .price-marg {
  display: block
}

.t-was+.price-marg {
  margin-top: 0
}

.cow .cow-il li {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-top: 1px solid #eaeaea;
  color: #000;
  font-size: 14px
}

.cow .cow-btn {
  padding: 0 20px 20px
}

.cow .btn {
  margin-top: 0;
  text-align: center
}

.cow .was-price span {
  display: inline-block;
  text-decoration: line-through
}

.cow .video-thumb {
  background-color: #000
}

.cow .video-thumb img {
  opacity: .4
}

.cow .video-thumb:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: #fff;
  z-index: 1
}

.cow .video-thumb:after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIiB2ZXJzaW9uPSIxLjEiIGZpbGw9IiNlNTJkMjciPg0KICA8cGF0aCBkPSJNMzEuNjgxIDkuNmMwIDAtMC4zMTMtMi4yMDYtMS4yNzUtMy4xNzUtMS4yMTktMS4yNzUtMi41ODEtMS4yODEtMy4yMDYtMS4zNTYtNC40NzUtMC4zMjUtMTEuMTk0LTAuMzI1LTExLjE5NC0wLjMyNWgtMC4wMTJjMCAwLTYuNzE5IDAtMTEuMTk0IDAuMzI1LTAuNjI1IDAuMDc1LTEuOTg3IDAuMDgxLTMuMjA2IDEuMzU2LTAuOTYzIDAuOTY5LTEuMjY5IDMuMTc1LTEuMjY5IDMuMTc1cy0wLjMxOSAyLjU4OC0wLjMxOSA1LjE4MXYyLjQyNWMwIDIuNTg3IDAuMzE5IDUuMTgxIDAuMzE5IDUuMTgxczAuMzEzIDIuMjA2IDEuMjY5IDMuMTc1YzEuMjE5IDEuMjc1IDIuODE5IDEuMjMxIDMuNTMxIDEuMzY5IDIuNTYzIDAuMjQ0IDEwLjg4MSAwLjMxOSAxMC44ODEgMC4zMTlzNi43MjUtMC4wMTIgMTEuMi0wLjMzMWMwLjYyNS0wLjA3NSAxLjk4OC0wLjA4MSAzLjIwNi0xLjM1NiAwLjk2Mi0wLjk2OSAxLjI3NS0zLjE3NSAxLjI3NS0zLjE3NXMwLjMxOS0yLjU4NyAwLjMxOS01LjE4MXYtMi40MjVjLTAuMDA2LTIuNTg4LTAuMzI1LTUuMTgxLTAuMzI1LTUuMTgxek0xMi42OTQgMjAuMTV2LTguOTk0bDguNjQ0IDQuNTEzLTguNjQ0IDQuNDgxeiI+PC9wYXRoPg0KPC9zdmc+);
  position: absolute;
  width: 65px;
  height: 60px;
  top: 49%;
  left: 50%;
  background-size: 600px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2
}

.cow .cow-img {
  position: relative;
  overflow: hidden
}

.featured-banner .cow-img:after,
.just-arrived .cow-img:after,
.special-banner .cow-img:after {
  content: 'Just Arrived';
  position: absolute;
  width: 220px;
  top: 39px;
  left: -50px;
  padding: 8px 20px;
  background-color: #3a247d;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.featured-banner .cow-img:after {
  content: 'Featured';
  content: attr(data-banner)
}

@media(min-width:700px) {
  .cow .cow-il {
    display: inline-block;
    vertical-align: top;
    width: 100%
  }
}

@media(min-width:1100px) {
  .cow h2 {
    font-size: 17px
  }
}

@media(min-width:1300px) {
  .cow h3 .t-primary {
    font-size: 32px
  }
}

.rc-box {
  text-align: center
}

.rc-box .icon-star {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #666
}

.review-image {
  width: 100%;
  height: 254px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.rc-box h3 {
  margin: 10px 0;
  color: #666;
  font-size: 18px;
  font-weight: 700
}

.rc-content {
  padding: 10px 15px
}

.star-rating {
  margin: 10px 0;
  font-size: 30px
}

.star-rating svg {
  margin: 0 2px
}

.rc-heading a:hover {
  text-decoration: none
}

.featured-cars a {
  display: block;
  min-height: 1px
}

/* ========================================================================== 
*  2.0 - Featured cars - Dots
* ========================================================================== */

.featcars .embla__dots__container {
  bottom: auto;
  position: relative;
  display: block;
  padding: 20px;
}

.featcars .embla__button {
  top: auto;
  bottom: -50px;
  left: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  transform: translateX(-55px);
  fill: #ccc;
  border: 1px solid #ccc;
}

.featcars .embla__button:hover {
  background-color: #0BBDD4;
  border-color: #0BBDD4;
  fill: #fff;
}

.featcars .embla__button--next {
  transform: translateX(15px);
}

.featcars.embla {
  display: flex;
  flex-direction: column-reverse;
}

.featcars .embla__dot.is-selected,
.embla__dot.is-selected {
  background-color: #0BBDD4;
}


/* ========================================================================== 
*  2.0 - Featured cars - Styles
* ========================================================================== */

.featured-cars .lSSlideOuter .lSPager.lSpg {
  display: none;
}

.f-price,
.f-was {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 0;
  border-top: 1px solid #eaeaea;
}

.f-price {
  color: #0BBDD4;
  font-weight: 500;
}

.f-was {
  color: #999;
  font-weight: normal;
}

.f-view-btn {
  padding: 0 20px 20px;
}

.featcars .cow h2 {
  padding: 10px 20px;
  font-size: 17px;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4em;
}

.featcars .cow h3 {
  padding: 15px 20px;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  border-top: solid 1px #eaeaea;
  color: #0BBDD4;
  font-size: 16px;
  margin: 0;
  line-height: 1em;
}

.featcars .cow .t-large {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.featcars .cow h3 .price-text {
  line-height: 1.2em;
  font-size: 14px;
  display: block;
  color: #999;
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 5px;
  display: none;
}

.featcars .t-was {
  order: 2;
}

.featcars .cow .cow-il li {
  color: #000;
  font-size: 14px;
  display: flex;
  flex: none;
  justify-content: space-between;
  border-top: solid 1px #eaeaea;
  padding: 10px 20px;
}

.featcars .cow .cow-il li:last-child {
  margin-right: 0;
}

.featcars .cow-button {
  padding: 0 20px 20px;
}

.featcars .featured-banner .cow-img:after,
.featcars .just-arrived .cow-img:after,
.featcars .special-banner .cow-img:after {
  background-color: #000000;
  padding: 10px;
}

.featcars .cow-content {
  padding: 0 0 20px;
}


.featcars .flex .cow ul {
  display: flex;
  flex-direction: column;
}

.cow-btn {
  padding: 0 20px 20px;
}

.featcars .cow-btn .btn-primary {
  padding-top: 18px;
  padding-bottom: 18px;
  text-transform: none;
}



@media (min-width:1200px) {

  .featured-cars .lrg-wrapper {
    padding-bottom: 115px;
  }

  .featcars .cow img {
    max-height: 250px;
    object-fit: cover;
  }

}

@media (min-width:1440px) {

  .featured-cars .lrg-wrapper {
    padding-bottom: 130px;
  }

}


/* ========================================================================== 
*  3.1 - Gallery Grid - Masonary
* ========================================================================== */

.gallery-grid-layout {
  columns: 340px;
  column-gap: 30px;
}

.gallery-grid-layout>div {
  break-inside: avoid-column;
  margin-bottom: 30px;
}

.gallery-grid-layout img {
  display: block;
}


/* ========================================================================== 
*  3.2 - Video Gallery Styles
* ========================================================================== */

.video-gallery {
  max-width: 960px;
  margin: 0 auto;
}

div.imgbox a:hover img {
  opacity: 0.6;
}

div.vid_icon:hover,
span.vid_icon:hover {
  opacity: 1;
  background-image: url(../images/vid_icon.png);
}

.titlebelowthumb a {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

/* ========================================================================== 
*  4.1 - Tabs
* ========================================================================== */

.tabs-flex {
  display: flex;
  margin-bottom: 20px;
}

.default-header {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 15px 20px;
  flex: 1 1 100%;
  background-color: #dce4e6;
  color: #000;
  border: 3px solid #dce4e6;
  font-size: 18px;
  text-align: center;

  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}


.default-header:hover {
  background: #d1d6d7;
  color: #444444;
}

.default-header.dropdown {
  display: block;
}

.default-header.active {
  background-color: #fff;
  color: #000;
}

.default-content {
  display: none;
}

.default-content.dropdown {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  border-right: none;
  border-bottom: 1px solid #ccc;
}

.default-content.active,
.default-content.tab-slider {
  display: block;
  padding: 20px;

  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dce4e6;
}

.default-content.dropdown.active {
  max-height: 10000px;
}

@media (max-width: 768px) {

  .tabs-flex {
    flex-wrap: wrap;
  }

}


@media (min-width: 769px) {

  .default-header:first-child {
    border-radius: 5px 0 0 5px;
  }

  .default-header:last-child {
    border-radius: 0 5px 5px 0;
  }

}


/* ========================================================================== 
*  4.2 - Accordian
* ========================================================================== */

.accord-head {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  margin: 0;
}

.accord-head svg {
  fill: #000;
  transition: all 0.4s ease;
}

.accord-head:hover,
.accord-container.active .accord-head {
  color: #0BBDD4;
}

.accord-head:hover svg,
.accord-container.active svg {
  fill: #0BBDD4;
}

.accord-container.active .accord-head svg {
  transform: rotate(45deg);
}

.accord-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  border-bottom: 1px solid #ccc;
}

.accord-content>p:last-child {
  margin-bottom: 0;
}

.accord-container.active .accord-content {
  padding: 0 20px 20px;
  max-height: 10000px;
}

/* ========================================================================== 
*  5.0 - News & Events - Menu Item - Category Blog
* ========================================================================== */

article {
  position: relative;
}

article a.post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

article:hover h3 {
  color: #0BBDD4;
  ;
}

.view-article {
  font-weight: 600;
}

.post-date {
  color: #818181;
  margin: 0;
  font-size: 14px;
  background: #ebebeb;
  padding: 5px 5px;
  border-radius: 5px;
}

.post img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.post h3 {
  margin-bottom: 20px;
}

.page-header,
.page-header+.article-info {
  display: none;
}

.published {
  margin-left: 0;
}

.published .icon-calendar {
  display: none;
}

.pagination ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a,
.pagination ul li span {
  padding: 7px;
  margin: 0 5px;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  border: 1px solid #000;
}

.pagination ul li span,
.pagination ul li a:hover {
  background-color: #0BBDD4;
  color: #fff;
}

.pagination-start,
.pagination-prev,
.pagination-next,
.pagination-end {
  display: none !important;
}

.np-img {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.np-line {
  margin-bottom: 35px;
}

/* ========================================================================== 
*  6.1 - Top Header
* ========================================================================== */

.top-header {
  display: none;
  position: relative;
  z-index: 1000;
  text-align: center;
  background-color: #e3e3e3;
  width: 100%;
}

.top-header .lrg-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: flex-end;
}

.top-header a {
  color: #222;
}

.top-header a:hover {
  color: #0BBDD4;
  text-decoration: none
}

.top-header p {
  margin: 0;
  line-height: 1.1em;
  vertical-align: middle;
  color: #fff;
}

.top-header .icon-location,
.top-header .icon-mobile {
  margin: 0 5px 0 10px;
  color: #0BBDD4;
}

.translated-ltr .skiptranslate~.header .top-header {
  top: 40px;
}

@media (min-width: 1025px) {

  .top-header {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1030;
    text-align: right;
    transition: top 0.4s ease;
    overflow: hidden;
  }

  .top-header .lrg-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-header p {
    display: inline-block;
  }

}

/* ========================================================================== 
*  6.2 - Dealer menu
* ========================================================================== */

.dealer-menu {
  background: #000;
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 1030;
  transition: top 0.4s ease;
}

.dealer-menu .wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dealer-menu .logo {
  display: inline-block;
  width: 150px;
}

.dealer-name {
  color: #fff;
  text-align: right;
  font-weight: 700;
  width: auto;
  float: right;
  font-style: italic;
  margin-top: 15px;
}

.dealer-name span {
  color: #0BBDD4;
}

@media (min-width: 1025px) {

  .dealer-name {
    margin-top: 7px;
  }

  .stacked .nav-menu {
    top: 135px;
  }

}

@media (min-width: 1200px) {

  .dealer-name {
    font-size: 30px;
    margin-top: 15px;
  }

  .dealer-menu .logo {
    width: auto;
  }

  .stacked .nav-menu {
    top: 156px;
  }

  .fixed-menu .stacked .nav-menu {
    top: 0;
  }

}

/* ========================================================================== 
*  6.3 - Navigation
* ========================================================================== */

.nav-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1030;
  background-color: #fff;
  color: #000;
  transition: ease 0.3s all;
}

.nav-border {
  width: 100%;
  background-color: #fff;
  height: 1px;
}

.fixed-menu .nav-border {
  display: none;
}

.nav-border:not(.home) {
  background-color: #e5e5e5;
}

.nav-menu .lrg-wrapper {
  align-items: flex-start;
  display: flex;
}

.fixed-menu .nav-menu {
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
}

.scrolling-down .nav-menu {}

.primary-nav {
  display: none;
}

.logo {
  margin-right: 0;
   width: 254px;
}

.logo img {
  display: block;
  width: 254px;
}

.logo a {
  display: block;
}

.mobile-title {
  white-space: nowrap;
  text-align: center;
}

.mobile-link .icon-cross,
.show-menu .mobile-link .icon-menu {
  display: none;
}

.nav-contact {
  display: flex;
  margin-top: 20px;
}

.nav-contact a {
  margin-left: 11px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-contact svg {
  margin-right: 5px;
  font-size: 22px;
  margin-top: -3px;
}

.nav-contact span {
  display: none;
}

@media (max-width: 1024px) {

  .logo {
    margin-right: auto;
    margin-left: auto;
  }

  .logo img {
    width: auto;
    height: 52px;
    display: block;
  }

  .nav-border {
    display: none;
  }

  .mobile-link {
    justify-content: flex-end;
  }

  .nav-contact {
    margin-left: auto;
    margin-top: 9px;
    display: none;
  }

  .nav-contact a {
    margin-right: 10px;
    margin-left: 0;
  }

  .nav-contact svg {
    margin-right: 0;
  }

}

@media (min-width: 1025px) {

  .mobile-header,
  .mobile-title {
    display: none;
  }

  .logo {
    margin-left: 20px;
    transition: ease 0.3s all;
  }

  .logo img {
    height: auto;
    width: 100%;
  }

  .m-menu {
    background: #e3e3e3;
  }

  .nav-menu {
    position: fixed;
    top: 0;
  }

  .nav-menu .lrg-wrapper {
    max-width: 1740px;
    padding: 20px;
    flex-wrap: wrap;
  }

  .stacked .nav-menu .lrg-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .primary-nav {
    display: inline-block;
    margin-right: auto;
    margin-left: 0;
    margin-top: 6px;
  }

  .primary-nav ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    z-index: 50;
  }

  .primary-nav li {
    display: inline-block;
    position: relative;
  }

  .primary-nav a {
    display: block;
    padding: 19px 10px 16px;
    color: #222;
    text-decoration: none;
    /* text-transform: uppercase; */
    transition: all 1s ease;
    font-weight: 500;
    border-bottom: solid 5px transparent;
  }

  .primary-nav li:hover a {
    color: #0BBDD4;
  }

  .primary-nav>ul>li:hover>a {
    border-color: #0BBDD4;
  }

  .primary-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    /* text-transform: uppercase; */
    min-width: 100%;
    white-space: nowrap;
  }

  .primary-nav .sub-menu a {}

  .primary-nav li:last-child .sub-menu {
    /* left: auto; */
    /* right: 0; */
  }

  .primary-nav ul li:hover .sub-menu {
    display: block;
  }

  .primary-nav .mm-link .sub-menu,
  .primary-nav ul li.mm-link:hover .sub-menu {
    display: none;
  }

  .primary-nav .sub-menu li {
    display: block;
  }

  .primary-nav>ul>li:last-child>a {
    /* padding-right: 0; */
  }

  .primary-nav>.nav>li:hover>a {
    color: #0BBDD4;
  }

  .primary-nav .sub-menu a {
    position: relative;
    padding: 8px 20px;
    text-align: left;
    background-color: #262626;
  }

  .primary-nav .sub-menu a,
  .primary-nav ul li:hover .sub-menu a {
    color: #fff;
  }

  .primary-nav .sub-menu li:hover a,
  .primary-nav ul li:hover .sub-menu li:hover a {
    color: #0BBDD4;
  }

  .primary-nav .sub-menu li:last-child a {
    border: 0;
  }

  .right-sidebar h2 {
    margin: 14px 0 27px;
  }

  .translated-ltr.translated-ltr .skiptranslate~.header .nav-menu {
    top: 88px;
  }

  /* Second Level Sub-Menu */
  .primary-nav ul li .sub-menu .sub-menu {
    display: none;
    position: absolute;
  }

  .primary-nav .sub-menu li:hover .sub-menu {
    display: block !important;
  }

  .primary-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    height: 103.1%;
    display: none !important;
  }

  .primary-nav .sub-menu .sub-menu li a {
    background-color: #f2f2f2 !important;
    color: #000 !important;
  }

  .primary-nav .sub-menu .sub-menu li:hover a {
    background-color: #0BBDD4 !important;
    color: #fff !important;
  }

  /* ========================================================================== 
  *   6.3.1 - Smaller Navigation on scroll
  * ========================================================================== */

  .fixed-menu .top-header {
    transform: translate(0, -100%);
  }

  .fixed-menu .dealer-menu {
    top: 0;
    transform: translate(0, -100%);
  }

  .fixed-menu .nav-menu {}

  .scrolling-down .nav-menu {
    /* transform: translate(0, -100%); */
    /* box-shadow: none; */
  }

}

@media(min-width: 1200px) {

  .logo {}

  .primary-nav a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-contact span {
    display: inline-block;
  }
}

/* ========================================================================== 
  *   6.3.2 - Fixed menu items positioned under navigation
  * ========================================================================== */

.fixed-menu {
  --fixed-padding: 44px;
}

@media(min-width: 1025px) {
  .fixed-menu {

    --fixed-padding: 96px;
  }
}

@media(min-width: 1200px) {
  .fixed-menu {
    --fixed-padding: 106px;
  }
}

/* ========================================================================== 
*  6.4 - Mobile Header
* ========================================================================== */



.mobile-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 94px;
  background: #231f20;
  z-index: 1000;
  transition: all 0.4s ease;
  color: #fff;
}

.fixed-menu .mobile-header {
  top: 0;
  transform: translate(0, -100%);
}

.mobile-header .m-flex-basic>div {
  display: flex;
}

.mobile-link {
  display: flex;
  border: 0;
  padding: 0;
  background-color: transparent;
  align-items: center;
  color: #fff;
  margin: 15px 0 0 0;
}

,
.mobile-header a {}

.mobile-header svg {
  fill: #fff;
}

.mobile-link span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.mobile-header a {
  margin-right: 15px;
}

.mobile-header a svg,
.mobile-link svg {
  color: #222;
  font-size: 20px;
}

.mobile-link .icon-cross,
.show-menu .mobile-link .icon-menu {
  display: none
}

.show-menu .mobile-link .icon-cross {
  display: block;
}

@media (min-width: 1025px) {
  .mobile-link {
    display: none;
  }
}

.mobile-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
  transition: all 1.4s ease;
}

.show-menu .mobile-overlay {
  display: block;
  animation: mobile_overlay 1s;
}

@keyframes mobile_overlay {
  from {
    background-color: rgba(0, 0, 0, 0);
  }

  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

body.show-menu {
  overflow: hidden;
}

.m-menu {
  display: block;
  position: fixed;
  width: 100%;
  top: 94px;
  right: -100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999999;
  padding-bottom: 200px;
  max-height: 2000px;
  overflow: auto;
  transition: all 0.4s ease;
  border-top: 1px solid #e4e4e4;
}

.fixed-menu .m-menu {
  top: 94px;
}

.show-menu .m-menu {
  display: block;
  right: 0;
}

.m-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.m-menu .show .sub-menu {
  max-height: 10000px;
}

.m-menu ul {
  margin: 0;
  padding: 0;
}

.m-menu li {
  padding: 0 0;
  list-style: none;
}

.m-menu a {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 20px;
  color: #262626;
  border-bottom: 1px solid #e4e4e4;
  font-weight: bold;
  padding: 25px 15px 20px;
  font-size: 20px;
}

.m-menu .active>a {
  background-color: #0BBDD4;
  color: #fff;
}

.m-menu .sub-menu a {
  background: #ffffff;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  padding-left: 30px;
  color: #8e8e8e;
  padding-top: 20px;
  padding-bottom: 15px;
}

.m-menu .current-menu-item .sub-menu .current-menu-item a {
  background-color: #0BBDD4;
  color: #fff;
}

.m-menu .current-menu-ancestor>a {
  color: #0BBDD4;
  background-color: transparent;
}

.m-menu>ul>li.current-menu-item>a {
  color: #0BBDD4;
}

.m-menu .current-menu-ancestor>a li.current-menu-item>a {
  background-color: #0BBDD4;
  color: #fff;
}

.m-menu .menu-item-has-children>a:after {
  background-image: url(images/select-input.png);
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  width: 18px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

.m-menu .menu-item-has-children.show>a:after {
  transform: rotate(0);
}

/* Second Level Sub-Menu */
.m-menu .sub-menu,
.m-menu .show .sub-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: all .4s ease;
}

.m-menu .show .sub-menu,
.m-menu .show .sub-menu .show .sub-menu {
  max-height: 100%;
}

.m-menu .sub-menu .sub-menu a {
  padding-left: 30px;
  color: #ffffff;
  background: #8e8e8e;
}

.m-menu .current-menu-ancestor>.sub-menu li.current-menu-item>a {
  background-color: #0BBDD4;
  color: #fff;
}

/* ========================================================================== 
*  6.5 - Mobile Header - Split Style
* ========================================================================== */

.mobile-split .wrapper {
  padding: 0 !important;
}

.mobile-split .m-flex-basic>div {
  padding: 0 30px;
}

.mobile-split .mobile-link {
  padding: 11px 30px;
  background: #0BBDD4;
}

.mobile-split a svg {
  margin-right: 0;
}

.mobile-header .wrapper.flex-basic {
  display: flex;
  justify-content: flex-start;
  padding: 18px 30px 12px;
}


@media (max-width: 1024px) {

  .nav-menu .lrg-wrapper {
    padding: 20px 30px 22px;
  }



}

/* ========================================================================== 
*  6.6 - Mega Menu
* ========================================================================== */

.mega-menu {
  display: none;
  position: fixed;
  top: 139px;
  left: 0;
  width: 100%;
  height: calc(100% - 139px);
  z-index: 99;
  background: #fff;
  transition: all 0.4s ease;
  overflow: auto;
  background: #f3f3f3;
}

.mm-active .mega-menu {
  display: block;
}

.fixed-menu .mega-menu {
  top: 94px;
  height: calc(100% - 94px);
}

.mm-cross {
  position: absolute;
  top: 50px;
  right: 50px;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 3px;
  height: 36px;
  width: 36px;
  font-size: 26px;
  z-index: 1000;
  cursor: pointer;
}

.mm-cross:hover {
  background: #000;
  fill: #fff;
}

.mm-car {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.mm-car a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mm-car:hover {
  text-decoration: none;
}

.mm-car img {
  transition: all 0.4s ease;
}

.mm-car:hover img {
  transform: scale(0.9);
}

.mm-car p {
  margin: 10px 0;
}

.mm-car:hover p {
  color: #0BBDD4;
}

.mm-car span {
  display: block;
}

.mega-menu .flex>div {
  opacity: 0;
  animation: mm-show .33s 1s forwards;
}

.mega-menu .flex>div:nth-child(1) {
  animation-delay: 0.1s;
}

.mega-menu .flex>div:nth-child(2) {
  animation-delay: 0.2s;
}

.mega-menu .flex>div:nth-child(3) {
  animation-delay: 0.3s;
}

.mega-menu .flex>div:nth-child(4) {
  animation-delay: 0.4s;
}

.mega-menu .flex>div:nth-child(5) {
  animation-delay: 0.5s;
}

.mega-menu .flex>div:nth-child(6) {
  animation-delay: 0.6s;
}

.mega-menu .flex>div:nth-child(7) {
  animation-delay: 0.7s;
}

.mega-menu .flex>div:nth-child(8) {
  animation-delay: 0.8s;
}

.mega-menu .flex>div:nth-child(9) {
  animation-delay: 0.9s;
}

@keyframes mm-show {
  from {
    opacity: 0;
    transform: translateY(-1em);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@media (min-width: 1025px) {
  .mm-link+ul {
    display: none !important;
  }
}

@media(min-width: 1200px) {

  .mega-menu {
    top: 151px;
    height: calc(100% - 151px);
  }

  .fixed-menu .mega-menu {
    top: 106px;
    height: calc(100% - 106px);
  }
}

/* ==========================================================================
   7.0 Footer
========================================================================== */

.footer-links {
	background: #071523;
	color: #6B7280;
}

.footer-links .lrg-wrapper {
	padding-top: 70px;
	padding-bottom: 60px;
}

.footer-flex {
	margin-left: -70px;
}

.footer-flex > * {
	padding-left: 70px;
}

.footer-links p {
	margin: 0;
	color: #6B7280;
	font-size: 14px;
	line-height: 1.7;
}

.footer-title {
	margin-bottom: 28px !important;
	color: #9CA3AF !important;
	font-size: 12px !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.footer-menu,
.footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin-bottom: 16px;
}

.footer-links a {
	color: #6B7280;
	text-decoration: none;
	transition: color .3s ease;
}

.footer-links a:hover {
	color: #00B5B0;
}

.footer-social {
	display: flex;
	gap: 12px;
	margin-top: 28px;
}

.footer-social li,
.footer-social a {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.footer-copy {
	margin-top: 90px !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.footer-contact-item {
	display: flex;
	gap: 14px;
	margin-bottom: 26px;
}

.footer-icon {
	color: #00B5B0;
	font-size: 15px;
	line-height: 1;
	margin-top: 4px;
}

.footer-phone {
	color: #fff !important;
	font-weight: 700;
	font-size: 15px;
}

.footer-contact-item p {
	font-size: 12px;
	margin-bottom: 4px;
}

.footer-legal {
	display: flex;
	gap: 18px;
	margin-top: 90px;
}

.footer-legal a {
	font-size: 12px;
}

/* Responsive */
@media (max-width: 1024px) {
	.footer-flex {
		margin-left: -45px;
	}

	.footer-flex > * {
		padding-left: 45px;
	}

	.footer-copy,
	.footer-legal {
		margin-top: 40px !important;
	}
}

@media (max-width: 767px) {
	.footer-links .lrg-wrapper {
		padding-top: 50px;
		padding-bottom: 45px;
	}

	.footer-flex {
		margin-left: 0;
	}

	.footer-flex > * {
		padding-left: 0;
	}

	.footer-copy,
	.footer-legal {
		margin-top: 30px !important;
	}

	.footer-legal {
		flex-direction: column;
		gap: 8px;
	}
}
/* ========================================================================== 
*  7.2 - Footer Links - Nav
* ========================================================================== */

.footer-nav {
  background-color: #FBAE16;
}

.footer-nav .wrapper,
.footer-nav .lrg-wrapper,
.footer-nav .sml-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-nav ul {
  background-color: transparent;
  list-style: none;
  margin: auto;
  display: flex;
  text-transform: uppercase;
  margin-left: -10px;
  flex-direction: column;
  text-align: center;
  padding: 5px 0;
}

.footer-nav .hide-desktop {
  display: none;
}

.footer-nav a {
  color: #fff;
  padding: 9px 10px;
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-decoration: none;
  width: 100vw;
  margin-left: -20px;
}

.footer-nav a:hover {
  color: #231f20;
}

.footer-nav .sub-menu {
  display: none;
}

@media (min-width:1025px) {

  .footer-nav ul {
    flex-direction: row;
    text-align: left;
  }

  .footer-nav a {
    margin: 0;
    width: 100%;
  }

}

/* ========================================================================== 
*  7.1 - Copyright
* ========================================================================== */

.copyright {
  background-color: transparent;
}

.copyright,
.copyright a {
  color: #000;
  font-size: 12px;
}

.copyright p {
  margin-bottom: 0;
}

.copyright span {
  color: #FBAE16;
}

.copyright .lrg-wrapper,
.copyright .wrapper {
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}

.edge-designed a {
  display: inline-block;
  vertical-align: middle;
}

.edge-designed span {
  display: inline-block;
  vertical-align: middle;
}

.edge-designed img {
  margin-left: 10px;
}

.back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

@media (max-width: 767px) {

  .copyright {
    text-align: center;
  }

  .copy-name {
    display: block;
  }

  .copy-break {
    display: none;
  }

  .edge-designed {
    margin-top: 10px;
  }

  .foot-content {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  .foot-content.active {
    max-height: 1000px;
  }

  .icon-foot {
    display: block;
  }

}

@media (min-width: 768px) {


  .copy-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

}


@media (min-width: 1025px) {

  .footer-links .wrapper {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .footer-links h1 {
    margin: 10px 0 40px 0;
  }

  .footer-links .h3 {
    margin: 0 0 40px 0;
  }

  .footer-links .flex>div {
    padding-bottom: 0;
  }

}

/* ========================================================================== 
*  8.0 - Banner
* ========================================================================== */

.banner .wrapper {
  max-width: none;
  padding: 0;
}

.banner img {
  display: block;
  width: 100%;
}

.embla__button {
  fill: #fff;
}


.banner-text {
  padding: 20px 30px;
}

.banner-text .h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.banner-text p {
  font-size: 16px;
  margin-bottom: 20px;
}

.banner-text .h2,
.banner-text p {
  color: #000;
  line-height: 1.2em;
}


/* Banner Overlay - Homepage */
/* .home .banner .embla::before {
    content: "";
    display: block;
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
} */

.home .banner .embla__arrows {
  display: none;
}

.banner-layer-tcs {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  padding: 0 30px 20px;
  opacity: 0.8;
}

.banner-layer-tcs * {
  color: #fff;
  line-height: 1em;
  padding: 0;
  font-size: 10px;
  margin: 0;
}

@media (max-width: 500px) {

  .crop-mobile img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16 / 9;
    height: 250px;
  }

}

@media (min-width: 1025px) {

  .banner-text {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    max-width: 960px;
    z-index: 2;
    padding: 0;
    transform: translateY(-50%);
  }

  .banner-text .h2 {
    font-size: 70px;
  }

  .banner-text p {
    font-size: 24px;
  }

  .banner-text .h2,
  .banner-text p {
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  }

}

/* ========================================================================== 
*  8.1 - Banner - Dots
* ========================================================================== */

.embla__dots__container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  padding: 20px;
}

.embla__dot {
  background-color: #ccc;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  border: solid 1px #fff;
  background-color: transparent;
}

.featcars .embla__dot.is-selected {
  background-color: #636363;
}


.embla__button--next {
  transform: translateX(15px);
}

.featcars.embla {
  flex-direction: column;
}


.embla__dot {
  margin-right: 5px;
}


/* ========================================================================== 
*  8.2 - Banner - Top Fade
* ========================================================================== */

@media (min-width:1025px) {

  .home .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background-image: linear-gradient(0deg, transparent, #0000005c);
    max-height: 120px;
  }

}

/* ========================================================================== 
*  8.3 Banner with Icons
* ========================================================================== */

/* New Slider with Icons */

.banner-layer {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 60px 50px;
  max-width: 600px;
}


.home .banner img {
  min-height: 250px;
  object-fit: cover;
}

.banner-layer .head-1 {
  color: #fff;
}

.banner-layer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 30px 40px;
  width: 100%;
}

.banner-layer-right {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 30px;
  width: 100%;
}

.banner-layer-bottom .banner-icons img,
.banner-layer-right .banner-icons img {
  max-width: 30px;
  min-height: auto;
  margin-bottom: 5px;
}

.banner-layer-bottom h4,
.banner-layer-right h4 {
  color: #fff;
  margin-top: 0;
  font-size: 10px;
  line-height: 16px;
  margin: 0;
  line-height: 1em;
}

.banner-layer h3 {
	margin-bottom: 20px;
}
.banner-layer p {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 50px;
}

@media (min-width: 768px) {

  .banner-layer-bottom {
    max-width: 600px;
  }

  .banner-layer-right {
    max-width: 400px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }

  .banner-layer-bottom {
    padding: 10px 30px;
  }

  .banner-layer-bottom h4,
  .banner-layer-right h4 {
    margin-bottom: 0;
    line-height: 1.3em;
  }

  .banner-layer-bottom .banner-icons img,
  .banner-layer-right .banner-icons img {
    max-width: 30px;
    min-height: auto;
    margin-bottom: 10px;
  }

  .banner-layer-tcs {
    text-align: center;
  }

}


@media (min-width: 1025px) {

  .banner-layer-bottom {
    padding: 20px 50px;
    max-width: 700px;
  }

  .banner-layer-right {
    padding: 20px 50px;
    max-width: 500px;
  }

  .banner-layer-bottom h4,
  .banner-layer-right h4 {
    font-size: 12px;
  }

  .banner-layer-right .banner-icons {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  
  .banner-layer {
    max-width: 600px;
  }

}

@media (min-width: 1440px) {

  .banner-layer {
    max-width:750px;
  }

  .banner-layer-bottom .banner-icons img,
  .banner-layer-right .banner-icons img {
    max-width: 60px;
    margin-bottom: 10px;
  }

  .banner-layer-bottom h4,
  .banner-layer-right h4 {
    font-size: 14px;
  }

}


@media (min-width: 1600px) {
  .banner-layer-bottom {
    bottom: 10%;
  }

  .banner-layer-right {
    max-width: 700px;
  }
}

@media (max-width:767px) {

  .banner-layer-bottom .flex.pb-vert>* {
    padding-bottom: 10px;
  }
  
  .banner-layer {
    padding: 20px;
  }

}

/* ========================================================================== 
*  8.4 Banner inner overlay
* ========================================================================== */


.home .banner .embla__slide__inner{
	position: relative;
}

.home .banner .embla__slide__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(4, 18, 31, 0.85) 0%,
		rgba(4, 18, 31, 0.65) 35%,
		rgba(4, 18, 31, 0.35) 60%,
		rgba(4, 18, 31, 0.15) 100%
	);
}

.home .banner .banner-layer {
	position: absolute;
	z-index: 3;
}

/* Make banner text visible */
.home .banner .banner-layer h2,
.home .banner .banner-layer h3,
.home .banner .banner-layer p,
.home .banner .banner-layer a {
	position: relative;
	z-index: 4;
	color: #fff;
}

/* Keep content above overlay */
.home .banner .banner-layer,
.home .banner .banner-layer-bottom,
.home .banner .banner-layer-right {
  z-index: 2;
}


/* ========================================================================== 
*  9.0 - Quicklinks
* ========================================================================== */

/* DriveCare Services Quicklinks */
.quicklinks {
	margin-top: 45px;
}

.quicklinks .lrg-wrapper {
	max-width: none;
	padding-right: 0;
	padding-left: 30px;
}

.quicklinks .l-four-cols {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 28px !important;
}

.quicklinks .l-four-cols > div {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
}

.q-link {
	width: 100%;
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
	transition: all 300ms ease;
}

.q-link:hover {
    scale: 1.1;
}

.q-link a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.q-img {
	display: block;
	overflow: hidden;
}

.q-img img {
	width: 100% !important;
	height: 180px;
	object-fit: cover;
	display: block;
}

.q-link .h3 {
	position: relative;
	margin: 0 !important;
	padding: 18px 55px 18px 18px;
	line-height: 1.3;
	text-transform: unset;
	text-align: left;
	color: #111827;
}

.q-link .h3::after {
	content: "›";
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #E9FBFD;
	color: #0BBDD4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 400;
}

@media (max-width: 1024px) {
	.quicklinks .l-four-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.quicklinks .l-four-cols {
		grid-template-columns: 1fr !important;
	}

	.q-img {
		display: block !important;
	}

	.q-link .h3 {
		font-size: 16px;
		text-align: left;
		border-top: 0;
	}
}

/* ========================================================================== 
*  10.1 - Mini Stock Locator - Wrapper and Video BG
* ========================================================================== */

.search-our-stock {}

.search-our-stock .lrg-wrapper {
  padding-bottom: 30px;
}

.search-our-stock .search-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Video background */
.search-our-stock .ss-video {
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.search-our-stock .ss-video video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.search-our-stock label {
  text-align: left;
}

.mini-search {
  min-height: 200px;
}

.mini-search .stock-option {
  display: none;
  width: 100%;
}

@media (min-width: 1200px) {
  .mini-search {
    min-height: 50px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .mini-search .stock-options {
    display: flex;
    justify-content: flex-end;
  }

  .mini-search .ms-btn-container,
  .mini-search .sd-heading-fixed,
  .mini-search .sd-search-fixed {
    display: none;
  }
}

/* ========================================================================== 
*  10.2 - Mini Stock Locator - Colours
* ========================================================================== */

/* Border colours */
.mini-search .stock-options,
.mini-search .stock-option .so-select {
  border-color: #e6e6e6;
}

.mini-search .stock-option:not(.so-more-filters):after {
  background-color: #666;
}

.mini-search .stock-option {
  border-radius: 8px;
}

.mini-search .stock-option .so-select {
  border-radius: 8px;
}

.mini-search .stock-option.active .so-dropdown {
  border-radius: 8px;
}

/* Text colours */
.mini-search .stock-option .so-select label {
  color: #000;
}

.mini-search .stock-option .value,
.mini-search .stock-option .so-select svg {
  color: #000;
}

/* Background colour */
.mini-search .stock-option .so-select,
.mini-search .stock-option.ms-btn {
  background-color: #fff;
}

.mini-search .stock-option.active .value {
  color: #000;
}

/* ========================================================================== 
*  10.2 - Mini Stock Locator - Quick Search
* ========================================================================== */

.mini-search a.sl-mini-search-btn {
  padding: 15px 20px;
}

.mini-search-quick {
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.mini-search-quick>div {
  width: 50%;
  padding: 10px;
}

.mini-search-quick .msq-text {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.mini-search-quick svg {
  font-size: 20px;
  margin-right: 10px;
}

.mini-search-quick a {
  display: block;
  border: 1px solid #222;
  color: #222;
  padding: 8px 25px;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
}

.mini-search-quick a:hover,
.mini-search-quick a.primary {
  background-color: #0BBDD4;
  color: #fff;
}

.mini-search a.sl-mini-search-btn {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
}

@media (min-width: 1025px) {

  .mini-search-quick .msq-text {
    margin-right: 20px;
    padding-right: 30px;
    border-right: 1px solid #fff;
  }

  .mini-search-quick>div,
  .mini-search-quick .msq-text {
    width: auto;
  }

  .mini-search-quick a {
    border: 1px solid transparent;
  }

  .mini-search-quick a:hover,
  .mini-search-quick a.primary {
    border-color: #fff;
  }

  .mini-search-quick {
    margin-top: 30px;
  }

}

/* ========================================================================== 
*  10.3 - Mini Stock Locator - Search Flex
* ========================================================================== */

.search-flex {
  display: flex;
  flex-direction: column;
}

.search-flex .mini-search-quick {
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .search-flex>*:nth-child(1) {
    order: 1;
  }

  .search-flex>*:nth-child(2) {
    order: 3;
  }

  .search-flex>*:nth-child(3) {
    order: 2;
  }

  .search-flex .mini-search-quick {
    margin-top: 20px;
  }

  .search-our-stock .search-flex {
    text-align: center;
  }

}

@media (min-width: 1025px) {

  .search-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .search-flex h2,
  .search-flex .mini-search-quick {
    margin: 0;
  }

  .search-flex h2,
  .search-flex>div {
    width: auto;
  }

  .search-flex>div:last-child {
    width: 100%;
    margin-top: 20px;
  }

  .search-flex .mini-search-quick .msq-text {
    margin-right: 0;
    padding-right: 30px;
    border-right: 1px solid #222;
  }

  .search-flex .mini-search-quick>div {
    padding: 0 0 0 10px;
  }

  .search-flex .mini-search-quick>div:last-child {
    padding-right: 0;
  }
}

/* ========================================================================== 
*  10.4 - Mini Stock Locator - Hide Dropdows
* ========================================================================== */

.mini-search #so-location,
.mini-search #so-year,
.mini-search #so-more_filters {
  display: none;
}

/* ========================================================================== 
*  10.5 - Stock Locator New
* ========================================================================== */

.si-gallery,
.sd-heading,
.sdc-vehicle-details,
.sdc-user-details {
  border-radius: 10px 10px 0 0;
}

.asl-results .si-gallery {
  border-radius: 0;
}

.sd-content.sdd-tabs,
.sdc-submit {
  border-radius: 0 0 10px 10px;
}

.ate-stock-locator #angle-quote {
  display: none;
}

.ate-stock-locator .always-bmw {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.ate-stock-locator .always-bmw div {
  display: none;
  background: #fff;
  border: 1px solid #1c69d4;
}

.ate-stock-locator .select-dp.always-bmw div {
  border: 1px solid #ec1c24;
}

.ate-stock-locator .always-bmw:hover div {
  display: block;
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  z-index: 221;
  margin: 0;
  width: calc(100% - 40px);
  box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 80%);
}

.ate-stock-locator .bmw-cert {
  background-color: #ec1c24;
  color: #fff;
  padding: 16px 20px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

@media (min-width:1200px) {
  .ate-stock-locator .always-bmw {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

.ate-stock-locator .sd-price {
  font-size: 28px;
}

.ate-stock-locator .sd-price .sl-highlight {
  color: #000;
}

.ate-stock-locator .sd-enquiry {
  display: flex;
  flex-direction: column;
}

.ate-stock-locator .sd-external-buttons {
  order: 1;
  margin-top: 20px;
  margin-bottom: 0;
}


/* ========================================================================== 
*  11.1 - Main Content - Home Page
* ========================================================================== */

.content {
  position: relative;
}

.orange-strip {
  background-color: #FFAB40;
  height: 44px;
  line-height: 1;
}

.orange-strip .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.orange-strip * {
  margin-bottom: 0;
  color: #fff !important;
  line-height: 1;
}

.skyblue-strip {
  background-color: #00B5B0;
  height: 44px;
  line-height: 1;
}

.skyblue-strip .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.skyblue-strip * {
  margin-bottom: 0;
  color: #fff !important;
  line-height: 1;
}


.welcome {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.welcome .wrapper {
  max-width: 1800px;
  padding-top: 0;
  padding-bottom: 0;
}

.welcome h1 span,
.about-us h1 span {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.1;
  color: #0BBDD4;
}

.welcome-logo {
  margin-bottom: 20px;
}

.welcome-man {
  display: flex;
  align-items: flex-end;
}

.welcome-man img {
  margin-top: -100px;
}

.about-us .col-half {
  max-width: 640px;
}

.welcome .center-content>div {
  padding: 40px 0;
}

.dark-bg p,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg a {
  color: #fff;
}

@media (min-width:1025px) {

  .home .bmw-logo-wht {
    display: block;
  }

  .fixed-menu.home .bmw-logo-wht {
    display: none;
  }

}


@media (min-width:1600px) {

  .welcome .center-content>div {
    padding: 0;
    max-width: 650px;
    margin-right: auto;
  }

}

@media (max-width:1024px) {

  .welcome .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .welcome-text {
    background-color: #231F20;
  }

  .welcome .center-content>div {
    max-width: none;
    padding: 30px;
  }

  .welcome-text p {
    color: #fff;
  }

  .welcome-text .btn-secondary {
    border: solid 1px #fff;
  }

  .welcome-man img {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media (max-width:767px) {

  .welcome-man img {
    max-width: 3600px;
  }

}

@media (max-width:499px) {

  .welcome-man img {
    max-width: 240px;
    margin-top: -40px;
  }

}

/* ========================================================================== 
*  11.1.2 - Main Content - Home Page Nav
* ========================================================================== */

body.home {}


@media (min-width:1025px) {

  body.home {
    padding-top: 0;
  }

  .home:not(.fixed-menu) .nav-menu {
    background-color: transparent;
    backdrop-filter: blur(0);
  }

  .home:not(.fixed-menu) .primary-nav a,
  .home:not(.fixed-menu) .nav-contact a {
    color: #fff;
  }

  .home:not(.fixed-menu) .primary-nav a:hover,
  .home:not(.fixed-menu) .nav-contact a:hover {
    color: #0BBDD4;
  }

  .home .nav-menu .lrg-wrapper {
    padding-bottom: 13px;
  }

  .home.fixed-menu .nav-menu .lrg-wrapper {}

}

/* Logo */
.bmw-logo-wht {
  display: none;
}

@media (min-width:1025px) {

  .home:not(.fixed-menu) .bmw-logo-wht {
    display: block;
  }

  .home.fixed-menu .bmw-logo-blk {
    display: block;
  }


  .home .bmw-logo-blk {
    display: none;
  }

  .home:not(.fixed-menu) .logo {}

  .home.fixed-menu .nav-contact span {
    display: none;
  }

}

/* ========================================================================== 
*  11.2 - Content Pages
* ========================================================================== */

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-content>div {
  max-width: 768px;
  width: 100%;
  padding: 40px 0
}

.full-wrapper .center-content>div {
  padding: 40px 30px
}

.center-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.centered-carousel .embla__container {
  align-items: center;
}

.centered-carousel .embla__slide {
  width: 50%;
  transform: translateX(10%);
}

.centered-carousel .embla__slide__inner {
  width: 80%;
  filter: grayscale(100%);
}

.centered-carousel .is-selected .embla__slide__inner {
  width: 110%;
  transform: translateX(-13.6%);
  filter: grayscale(0);
}

.wp-block-image {
  margin: 20px 0;
}

.t-uppercase {
  text-transform: uppercase !important;
}

/* ========================================================================== 
*  11.3 - Contact page
* ========================================================================== */


.contact-card {
  background-color: #f5f5f5;
  border: 1px solid #969696;
  text-align: center;
  border-radius: 5px;
}

.c-head {
  margin-bottom: 0;
  margin-top: 20px;
}

.c-content {
  padding: 30px;
}

@media (min-width: 768px) {

  .contact-card {
    width: 50%;
    margin: 0 auto;
  }

}

@media (max-width: 499px) {

  .contact-card {
    font-size: 14px;
    line-height: 1.3em;
  }

}

/* ========================================================================== 
*  11.3 - password Page
* ========================================================================== */

.pwd-bg {
  background: #f1f1f1;
  padding: 70px 30px;
}

.pwd-container {
  background: #fff;
  max-width: 500px;
  width: 100%;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
}

.pwd-container .btn {
  width: 100%;
}

/* ========================================================================== 
*  11.3 - Sell Car Page
* ========================================================================== */

.sell-heading span {
  color: #0BBDD4 !important;
  display: block;
}

.sell-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.s-link {
  padding: 50px 0;
}

.s-link span {
  font-size: 30px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  line-height: 1em;
  font-weight: 600;
}

.s-link span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 50px;
  background-color: #d9d9d9;
}

.s-link p {
  margin-bottom: 0;
}

.step-link img {
  margin: 0 auto;
}

.step-link h3 {
  font-weight: 600;
}

.sell-review {
  padding: 30px;
  border: 1px solid #000;
}

.sell-whatsapp {
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;
  align-items: center;
}

.sell-whatsapp span {
  margin: 0 15px;
}

.sell-whatsapp img {
  margin-right: 5px;
}

.step-icon {
  position: relative;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 10px;
  margin: 0 auto;
}

.step-icon svg {
  width: 80px;
  height: 80px;
}

.step-icon:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #0BBDD4;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  padding: 2px;
}

.sell-steps .flex>div:nth-child(1) .step-icon:after {
  content: "1";
}

.sell-steps .flex>div:nth-child(2) .step-icon:after {
  content: "2";
}

.sell-steps .flex>div:nth-child(3) .step-icon:after {
  content: "3";
}

.sell-link h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.sell-link svg {
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 40px;
  color: #ef4035;
  padding: 8px;
  height: 50px;
  width: 50px;
}

.sell-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/*
.sell-img {
   flex: 1 1 auto;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #46bad3;
}*/

.sell-img-text {
  position: relative;
  height: 100%;
}

.sell-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sell-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.r-link {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  height: 100%;
  margin-top: 20px;
}

.r-link img {
  display: block;
  margin: 0 auto;
}

.r-link h3 {
  margin-top: 10px;
  text-transform: uppercase;
}


.t-red {
  color: #ef4035;
}

@media(max-width: 1024px) {

  .r-link img {
    width: 80px;
  }

}

@media (max-width: 767px) {

  .sell-shadow .flex>* .s-link {
    padding-bottom: 0;
  }

  .sell-shadow .flex>*:last-child .s-link {
    padding-bottom: 50px;
  }

  .s-link span {
    font-size: 30px;
  }

  .btn-sell {
    display: block;
    text-align: center;
    width: 100%;
  }

}

@media (min-width: 1025px) {


  body.sell,
  body.sell-new {
    padding-top: 110px;
  }

  .sml-wrapper,
  .lrg-wrapper {
    padding: 60px 50px;
  }

  .sell h2,
  .sell-new h2,
  .sell .head-1,
  .sell-new .head-1 {
    margin-bottom: 60px;
  }

}

.pwd-container {
  background: #fff;
  max-width: 500px;
  width: 100%;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
}

.pwd-container .btn {
  width: 100%;
}

/* ========================================================================== 
*  11.4 - Special Links Page
* ========================================================================== */

.page-id-550 .q-link {
  background: #e3e3e3;
  color: #000000;
  position: relative;
}

.page-id-550 .q-link img {
  display: block;
}

.page-id-550 .q-link p {
  background: #e3e3e3;
  padding: 15px;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.page-id-550 .q-link a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.page-id-550 .q-link .h3 {
  background: #e3e3e3;
  padding: 15px;
  font-weight: 500;
  margin: 0;
  text-align: left;
}

.page-id-550 .q-link:hover .h3 {
  background-color: #4d4d4d;
  color: #fff;
}

.page-id-550 .q-img {
  display: block;
}


/* ========================================================================== 
*  11.5 - Lease with FASST Page
* ========================================================================== */

.page-id-727 .block-column {
  text-align: center;
  border: 1px solid #ebe7e7;
  padding: 15px;
  height: 100%;
}

.page-id-727 .block-column img {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 105px;
}

.page-id-727 .block-column h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.page-id-727 .flex-block-column {
  gap: 0;
}

@media (min-width:1025px) {

  .page-id-727 .block-column h3 {
    font-size: 20px;
  }

}

/* ========================================================================== 
*  11.5 - Benefits Page
* ========================================================================== */

.page-id-748 .flex-block-column {}

.page-id-748 .flex-block-column .block-column {
  border: solid 1px #ccc;
  height: 100%;
}

.page-id-748 .flex-block-column .block-column * {
  padding: 0 20px;
}

.page-id-748 .flex-block-column .block-column img {
  padding: 0;
  margin-bottom: 30px;
}


@media (min-width:1025px) {

  .page-id-748 .flex-block-column .block-column * {
    padding: 0 30px;
  }

  .page-id-748 .flex-block-column .block-column img {
    margin: 0;
  }

}


/* ========================================================================== 
*  11.7 - Ubi-Road Showroom Page
* ========================================================================== */

.page-id-854 .quick_links_slider .btn {
  display: none;
}

.page-id-854 .quick_links_slider .q-link a {
  position: relative;
  z-index: -1;
}

.page-id-854 .quick_links_slider .embla__arrows {
  display: none;
}

.page-id-854 .q-link .h3 {
  padding: 20px;
  background-color: #fff;
  margin: 0;
}

.page-id-854 .page_banner img {
  -webkit-animation: zoomin 20s ease-in;
  animation: zoomin 20s ease-in;
  transition: all .15s ease-in-out;
  overflow: hidden;
}

.page-id-854 .page-banner-content-wrapper.lrg-wrapper {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  padding: 20px 30px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  width: calc(100% - 60px);
}

.page-id-854 .page-banner-content-wrapper.lrg-wrapper .h1 {
  color: #fff;
}

.ubiroad-contact {
  background-color: #7E7E7E;
  padding: 30px;
}

.ubiroad-contact * {
  color: #fff;
}

.ubiroad-contact .form-control {
  color: #000
}

@media (min-width: 1025px) {
  .page-id-854 .page-banner-content-wrapper.lrg-wrapper {
    padding: 20px;
    max-width: 750px;
    width: 100%;
    left: 10%;
    margin: 0 30px;
  }
}

/* ========================================================================== 
*  11.8 - Team page
* ========================================================================== */

.flex-team {
  display: flex;
}

.block-team {
  text-align: center;
}

.block-team p {
  margin-bottom: 0;
}

.block-team img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}


/* ========================================================================== 
*  DRIVECARE BANNER
* ========================================================================== */

/* ==============================
	   Global Utilities
	============================== */
	.bg-secondary {
		background: #F5F6F8;
	}

	.text-primary {
		color: #0BBDD4;
	}

	.text-secondary {
		color: #6B7280;
	}

	.text-white {
		color: #fff;
	}

	.text-muted {
		color: #9CA3AF;
	}
	
	.letter-spacing-3 {
	    letter-spacing: 3px;
	}

	/* ==============================
	   Section Header
	============================== */
	.section-header {
		margin-bottom: 40px;
	}

	/* ==============================
	   Feature Cards - Why Choose Us
	============================== */
	.feature-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 28px;
	}

	.feature-card {
		background: #fff;
		border: 1px solid #E5E7EB;
		border-radius: 16px;
		padding: 28px;
		display: flex;
		align-items: center;
		gap: 20px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
	}

	.feature-card__icon {
		width: 100px;
		height: 100px;
		min-width: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #EDF9FB;
		border-radius: 8px;
	}

	.feature-card__icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.feature-card__content {
		flex: 1;
	}

	.feature-card__title {
		margin: 0;
		font-family: 'Geologica', sans-serif !important;
		line-height: 1.35;
	}

	/* ==============================
	   Generic Info Card - Service Centre
	============================== */
	.card-grid {
		display: flex;
		justify-content: center;
		margin-top: 45px;
	}

	.card {
		width: 100%;
		max-width: 420px;
		background: #fff;
		border: 1px solid #E5E7EB;
		border-radius: 16px;
		overflow: hidden;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
	}

	.card__media img {
		width: 100%;
		height: 230px;
		object-fit: cover;
		display: block;
	}

	.card__body {
		position: relative;
		padding: 28px;
	}

	.card__title {
		margin: 0 0 8px;
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.card__divider {
		width: 45px;
		height: 3px;
		background: #0BBDD4;
		margin-bottom: 18px;
	}

	.card__meta {
		display: flex;
		gap: 12px;
		margin-bottom: 14px;
		font-size: 14px;
		line-height: 1.4;
		color: #6B7280;
	}

	.card__meta-icon {
		color: #0BBDD4;
		min-width: 16px;
		margin-top: 3px;
	}

	.card__action {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		margin-top: 18px;
		color: #0BBDD4;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		font-size: 13px;
		text-decoration: none;
	}

	.card__action:hover {
		color: #0BBDD4;
	}

	/* ==============================
	   Logo Cards - Key Partners
	============================== */
	.logo-grid {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 90px;
		margin-top: 45px;
	}

	.logo-card {
		width: 145px;
		height: 145px;
		background: #fff;
		border: 2px solid #E5E7EB;
		border-radius: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 22px;
	}

	.logo-card img {
		max-width: 100%;
		max-height: 80px;
		object-fit: contain;
	}

	/* ==============================
	   Stay Connected
	============================== */
	.dark-section {
		background: #0D1D2B;
	}

/* 	.social-links {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-top: 45px;
	}

	.social-links a {
		width: 72px;
		height: 72px;
		border: 1px solid rgba(255, 255, 255, .2);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all .3s ease;
	}

	.social-links img {
		width: 28px;
		height: 28px;
		object-fit: contain;
	}

	.social-links a:hover {
		border-color: #0BBDD4;
		background: rgba(11, 189, 212, .15);
	}
 */
 
 .social-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 45px;
	flex-wrap: wrap;
}

.social-links a {
	width: 72px;
	height: 72px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	color: #FFFFFF73;
	text-decoration: none;
}

.social-links svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.social-links span {
	display: none;
}

.social-links a:hover {
	border-color: #0BBDD4;
	background: rgba(11, 189, 212, .15);
	color: #0BBDD4;
}

	/* ==============================
	   Responsive
	============================== */
	@media (max-width: 1024px) {
		.feature-grid {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	@media (max-width: 767px) {
		.feature-grid {
			grid-template-columns: 1fr;
		}

		.logo-grid {
			gap: 25px;
			flex-wrap: wrap;
		}

		.logo-card {
			width: 125px;
			height: 125px;
		}
	}
	
	/* ==============================
   Grid Helpers
============================== */

.grid {
	display: grid;
	gap: 30px;
}

.grid.d-two-cols {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.d-sidebar {
	grid-template-columns: 300px minmax(0, 1fr);
}

.d-two-cols {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.d-three-cols {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.d-four-cols {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* ==========================================================================
   Dealer Details Responsive
========================================================================== */

/* Desktop - 3 columns */
@media (min-width:1025px) {
    .flex.d-three-cols > * {
        width: 33.333%;
    }
}

/* Tablet - 2 columns */
@media (min-width:768px) and (max-width:1024px) {
    .flex.d-three-cols > * {
        width: 50%;
    }

    /* Make the last card span the full width */
    .flex.d-three-cols > *:last-child {
        width: 100%;
    }
}

/* Mobile - 1 column */
@media (max-width:767px) {
    .flex.d-three-cols > * {
        width: 100%;
    }
}


<!--/* ==============================
Service Tabs - Flex Layout
============================== */-->

.service-tab-leadin {
	font-size: 18px;
}
.service-tabs-section,
.service-tabs-section h2,
.service-tabs-section h3,
.service-tabs-section p,
.service-tabs-section li,
.service-tabs-section span,
.service-tabs-section button {
	color: #071642;
	font-weight: 400;
}

.d-sidebar-flex {
	align-items: flex-start;
}

.service-tabs-nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 25px;
}

.service-tab-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #fff;
	border: 0;
	border-radius: 5px;
	padding: 20px 24px;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.service-tab-btn.active {
	background: #00B5B0;
	color: #fff;
}

.service-tab-btn.active span {
	color: #fff;
}

.service-tabs-section button {
    font-size: 17px;
    font-weight: 600;
}

.service-panel {
	display: none;
}

.service-panel.active {
	display: block;
}

.img-full img,
.round-img img {
	display: block;
	width: 100%;
	border-radius: 12px;
}

.service-table {
	margin: 20px 0 0;
	border-left: 1px solid #d9d9d9;
}

.service-table > div {
	padding-left: 0 !important;
}

.service-table-price {
	display: block;
	background: #0D2556;
	color: #fff !important;
	padding: 15px;
	border-right: 1px solid #d9d9d9;
	font-weight: bold !important;
	
}

.service-table-label {
	display: block;
	padding: 15px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 400 !important;
}

.service-table-desc {
	padding: 20px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

.service-table-desc h3,
.service-content h3 {
	margin: 0 0 15px;
	font-size: 18px;
	text-transform:none;
}

.service-table-desc ul,
.service-content ul {
	margin: 0 0 20px;
	padding-left: 18px;
}

.service-table-desc li,
.service-content li {
	/*margin-bottom: 8px;*/
}

.service-content {
	margin-top: 20px;
}

.service-accordion-title {
	display: none;
}

@media (max-width: 1024px) {
	.service-tabs-section .flex > .d-col-3,
	.service-tabs-section .flex > .d-col-9 {
		width: 100%;
	}

	.service-tabs-section .flex > .d-col-9 {
		margin-top: 30px;
	}
}

@media (max-width: 1024px) {
	.service-tabs-section .flex > .d-col-3,
	.service-tabs-section .flex > .d-col-9 {
		width: 100%;
	}

	.service-tabs-section .flex > .d-col-9 {
		margin-top: 20px;
	}

	.service-tabs-nav {
		display: none;
	}

	.service-panel {
		display: block;
		margin-bottom: 10px;
	}

	.service-accordion-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 18px 20px;
		background: #fff;
		border: 1px solid #d9d9d9;
		border-radius: 5px;
		cursor: pointer;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 0;
		text-align: left;
	}

	.service-accordion-title:after {
		content: "+";
		font-size: 24px;
		line-height: 1;
	}

	.service-panel.active .service-accordion-title:after {
		content: "−";
	}

	.service-panel > *:not(.service-accordion-title) {
		display: none;
	}

	.service-panel.active > *:not(.service-accordion-title) {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.service-table {
		border-left: 1px solid #d9d9d9;
	}

	.service-table > div {
		width: 100% !important;
	}

	.service-table-price,
	.service-table-label {
		border-right: 1px solid #d9d9d9;
	}
}


/* ========================================================================== 
13 - Generic Info Cards ========================================================================== 
*/

.info-card {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 100%;
  min-height: 190px;
  padding: 32px;
  background: #fff;
  border: 1px solid #DCE3EB;
  border-radius: 8px;
}

.info-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  background: #EAFBFC;
  border-radius: 50%;
  flex-shrink: 0;
}

.info-card-icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.info-card-content {
  flex: 1;
}

.info-card-content h4 {
  margin: 0 0 10px;
  color: #00B5B0;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Geologica', sans-serif !important;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.info-card-content h3 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  color: #071523;
}

.info-card-content p {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #6E7683;
}

.info-card-content strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 800;
  color: #071523;
}

.info-card-content a {
  display: inline-block;
  margin-top: 24px;
  color: #00B5B0;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 767px) {
  .info-card {
    align-items: flex-start;
    gap: 18px;
    min-height: auto;
    padding: 24px;
  }
}



/* ========================================================================== 
14 - Location Card Grid 
  ========================================================================== */

.location-card-grid {
	margin-top: 45px;
}

.location-card {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	overflow: hidden;
	background: #fff;
	border-radius: 16px;
}

.location-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.location-card-body {
	padding: 55px 60px;
	background-color: #F6F9FB;
}

.location-card-title {
	margin: 0 0 14px;
	color: #071523;
	font-weight: 700;
	text-transform: uppercase;
}

.location-card-divider {
	width: 50px;
	height: 3px;
	margin-bottom: 24px;
	background: #00B5B0;
}

.location-card-meta {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
	color: #6B7280;
	font-size: 14px;
	line-height: 1.5;
}

.location-card-icon {
	width: 16px;
	min-width: 16px;
	margin-top: 3px;
	color: #00B5B0;
}

.location-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 35px;
}

.location-card-action {
	color: #00B5B0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

.location-card-action:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.location-card {
		grid-template-columns: 1fr;
	}

	.location-card-body {
		padding: 35px;
	}

	.location-card-actions {
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.location-card-body {
		padding: 28px;
	}

	.location-card-actions {
		flex-direction: column;
		gap: 14px;
	}
}

/* ==============================
   Offers Layout
============================== */

.offer-grid {
	margin: 0 auto;
	gap: 18px;
}

.offer-card {
	display: grid;
	grid-template-columns: 52% 48%;
	gap: 0;
	overflow: hidden;
	background: #fff;
	border-radius: 14px;
}

.offer-card-media {
	min-height: 290px;
}

.offer-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 290px;
	object-fit: cover;
	object-position: center;
}

.offer-card-body {
	padding: 42px 44px;
}

.offer-badge {
	display: inline-block;
	margin-bottom: 18px;
	padding: 6px 10px;
	background: #00B5B0;
	color: #fff;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.offer-card h2 {
	margin: 0 0 18px;
	color: #071523;
	line-height: 1.05;
}

.offer-card p {
	margin: 0 0 14px;
	color: #6E7683;
	font-size: 13px;
	line-height: 1.6;
}

.offer-card ul {
	margin: 18px 0;
	padding: 0;
	list-style: none;
}

.offer-card li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 15px;
	color: #071523;
	font-size: 13px;
	line-height: 1.4;
}

.offer-card li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #00B5B0;
	border-radius: 50%;
}

.offer-price {
	margin: 20px 0 14px !important;
	color: #00B5B0 !important;
	font-size: 24px !important;
	font-weight: 800;
	line-height: 1.2 !important;
}

.offer-price span {
	margin-left: 6px;
	color: #9CA3AF;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.offer-note {
	margin-top: 14px !important;
	font-size: 10px !important;
	color: #8A94A3 !important;
}

@media (max-width: 1024px) {
	.offer-card {
		grid-template-columns: 1fr;
	}

	.offer-card-body {
		padding: 32px;
	}
}

@media (max-width: 767px) {
	.offer-card h2 {
		font-size: 28px;
	}

	.offer-card-media,
	.offer-card-media img {
		min-height: 220px;
	}
}


/* ==========================================
   Custom Banner
========================================== */

.custom-banner {
    position: relative;
    display: grid;
    overflow: hidden;
    background: #071522;
    border-bottom: 3px solid #1bcacd;
}

.custom-banner-media {
    grid-area: 1 / 1;
    display: block;
    width: 100%;
}

.custom-banner-media img {
    display: block;
    width: 100%;
    height: auto;
}

.custom-banner-overlay {
    grid-area: 1 / 1;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(7,21,34,.95) 0%,
        rgba(7,21,34,.82) 35%,
        rgba(7,21,34,.35) 65%,
        rgba(7,21,34,0) 100%
    );
}

.custom-banner-content {
    grid-area: 1 / 1;
    z-index: 2;
    align-self: end;
    justify-self: start;
    width: min(52%, 720px);
    margin-left: 5%;
    margin-bottom: 7%;
    color: #fff;
}

.custom-banner-content h3 {
    margin: 0 0 18px;
    color: #1bcacd !important;
    font-size: clamp(12px, 1vw, 20px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.custom-banner-content h2 {
    margin: 0 0 28px !important;
    color: #fff !important;
    font-size: clamp(15px, 1.5vw, 22px);
    font-weight: 400 !important;
    line-height: 1.35 !important;
}

.custom-banner-content .btn,
.custom-banner-content .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 40px;
    background: #1bcacd;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    transition: .25s ease;
}

.custom-banner-content .btn:hover,
.custom-banner-content .btn-primary:hover {
    background: #12aec0;
}

/* Tablet */
@media (max-width: 1024px) {
    .custom-banner-content {
        width: min(70%, 620px);
        margin-left: 6%;
        margin-bottom: 9%;
    }

    .custom-banner-overlay {
        background: linear-gradient(
            180deg,
            rgba(7,21,34,.05) 0%,
            rgba(7,21,34,.45) 45%,
            rgba(7,21,34,.95) 100%
        );
    }
}

/* Mobile */
@media (max-width: 767px) {
    .custom-banner-media img {
        min-height: 520px;
        object-fit: cover;
        object-position: center;
    }

    .custom-banner-content {
        width: auto;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 36px;
    }

    .custom-banner-content h3 {
        letter-spacing: 3px;
        margin-bottom: 12px;
    }

    .custom-banner-content h2 {
        font-size: 16px !important;
        line-height: 1.45 !important;
        margin-bottom: 20px !important;
    }

    .custom-banner-content .btn,
    .custom-banner-content .btn-primary {
        padding: 14px 22px;
        font-size: 13px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .custom-banner-media img {
        min-height: 480px;
    }

    .custom-banner-content {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 28px;
    }
}

/* ==========================================
   Time picker UX fixes
========================================== */


/* Dropdown container spacing */
.ate-time-dropdown {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Columns: restore visible scrollbar + add scroll shadow cue */
.ate-time-col {
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 transparent;
  background:
    linear-gradient(white 30%, rgba(255,255,255,0)),
    linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0)),
    linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.08)) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 24px, 100% 24px, 100% 8px, 100% 8px;
  background-attachment: local, local, scroll, scroll;
}
.ate-time-col::-webkit-scrollbar {
  width: 6px;
}
.ate-time-col::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  border-radius: 3px;
}

/* Bigger touch targets + hover feedback */
.ate-time-option {
  min-height: 40px;
  padding: 12px 20px;
  transition: background-color 0.12s ease;
}
.ate-time-option:hover:not(.ate-disabled):not(.active) {
  background-color: #f0f0f0;
}
.ate-time-option:focus-visible {
  outline: 2px solid #009688;
  outline-offset: -2px;
}

/* Selected state: one clear treatment using your brand teal */
.ate-time-option.active {
  background-color: #009688;
  color: #ffffff;
  font-weight: 700;
}

/* Disabled state: now visually distinct */
.ate-time-option.ate-disabled,
.ate-time-option[disabled] {
  opacity: 0.35;
  color: #071523;
  cursor: not-allowed;
  pointer-events: none;
  background-color: transparent;
  font-weight: 500;
}

.ate-time-input {
  transition: color 0.15s ease, background-color 0.15s ease;
}
.ate-time-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #8a8a8a;
}
.ate-time-input--placeholder {
  color: #8a8a8a !important;
  font-weight: 400;
}
.ate-time-hint {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  color: #8a8a8a;
  font-style: italic;
}
.ate-time-hint.is-visible {
  display: block;
}

.privacy-statement-header {
	padding-bottom: 30px;
	text-align: center;
	position: relative;
}
.privacy-statement-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* Centers the line perfectly */
  
  /* Style the line */
  width: 50px;                 /* Adjust the width of the line */
  height: 4px;                 /* Adjust the thickness of the line */
  background-color: #ff7a00;   /* Your orange color */
  border-radius: 2px;          /* Optional: slightly rounds the edges */
}
/* ==========================================
   Extra Responsive Styles
========================================== */

@media (min-width: 1200px) {
	.d-two-cols h2 {
		max-width: 75%;
		margin-bottom: 40px;
	}
	.d-two-cols p {
		margin-bottom: 40px;
	}

}

@media (min-width: 1024px) {
	.d-two-cols h2 {
		margin-bottom: 20px;
	}
	.d-two-cols p {
		margin-bottom: 20px;
	}

}

div.eapps-widget {
    position: relative;
    overflow: visible !important;
}
