:root { 
    --bs-primary:var(--mycolor) !important;
    --mycolor:#0f69d9 !important;
      --mycolor1: 200deg;
}
h4, h3, h2, h1, a, .year, .make, .model, .sub_model {
    color: var(--mycolor);
}
a {
    color: #337ab7;
    text-decoration: none;
}

a {
    background-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'hn-lt-com-cn';
    src: url('/public/fonts/helveticaneueltcom-cn.eot'); /* IE 9 Compatibility Mode */
    src: url('/public/fonts/helveticaneueltcom-cn.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
        url('/public/fonts/helveticaneueltcom-cn.woff2') format('woff2'), /* Super Modern Browsers */
        url('/public/fonts/helveticaneueltcom-cn.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
        url('/public/fonts/helveticaneueltcom-cn.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/public/fonts/helveticaneueltcom-cn.svg#helveticaneueltcom-cn') format('svg'); /* Chrome < 4, Legacy iOS */
}


@font-face {
    font-family: "code";
    src: url("https://db.onlinewebfonts.com/t/f6a87faebf080792930595084ea56812.eot");
    src: url("https://db.onlinewebfonts.com/t/f6a87faebf080792930595084ea56812.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f6a87faebf080792930595084ea56812.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f6a87faebf080792930595084ea56812.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f6a87faebf080792930595084ea56812.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f6a87faebf080792930595084ea56812.svg#Code Bold")format("svg");
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}
body {
    margin: 0;
}
body {
    padding-top: 107px;
}
/*
body, html {
    background-color: #fff;
    background-image: url(/public/images/bg+1.webp);
    background-repeat: inherit;
}*/


body, html {
    background-color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(15 105 217 / 35%)), /* Gradient overlay */ url(/public/images/bg+1.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body {
    background-repeat: repeat;
    height: auto;
}
@media (max-width: 991px) {
    body {
        padding-top: 50px;
    }
}
#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -225px;
    padding: 0 0 225px;
}
    .fastlane-navbar-wrap {
        float: left;
        width: 100%;
        border-top: 3px solid var(--mycolor);
        background-color: #fff;
        position: fixed;
        top: 0;
        z-index: 70;
    }
    .fastlane-navbar-wrap .fastlane-container {
    position: relative;
    }
    .fastlane-container {
        display: block;
        margin: auto;
        max-width: 1250px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fastlane-nav-top-row {
        float: right;
        clear: both;
    }
    .fl-nav-break {
        margin: 12px 20px 0 0;
        height: 30px;
        width: 1px;
        background-color: #ddd;
        float: right;
        transform: skew(-15deg, 1deg);
        -webkit-transform: skew(-15deg, 1deg);
        -moz-transform: skew(-15deg, 1deg);
        -o-transform: skew(-15deg, 1deg);
        -ms-transform: skew(-15deg, 1deg);
    }
    .fastlane-nav-top-row .fastlane-nav-email {
        color: #1a1a1a;
        float: right;
        font-family: 'hn-lt-com-cn';
        text-transform: uppercase;
        margin-right: 20px;
        letter-spacing: 2px;
        transition: all 0.2s ease-in-out;
        margin-top: 17px;
        font-size: 16px;
        background-image: url('/public/images/mail.svg');
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 20px;
        padding-left: 30px;
    }
    .fastlane-nav-top-row .fastlane-nav-phone {
        color: #1a1a1a;
        float: right;
        font-family: 'hn-lt-com-cn';
        text-transform: uppercase;
        margin-right: 20px;
        letter-spacing: 2px;
        transition: all 0.2s ease-in-out;
        margin-top: 17px;
        background-image: url('/public/images/phone.svg');
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 20px;
        padding-left: 25px;
        font-size: 16px;
            filter: sepia(100%) saturate(500%) hue-rotate(var(--mycolor1));
    }
    .desktop-nav-links {
    float: right;
    clear: both;
    padding-bottom: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 55px;
}
.desktop-nav-links li a {
    float: right;
    margin-right: 30px;
    font-family: "Figtree", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #1a1a1a;
    transition: all 0.2s ease-in-out;
    user-select: none;
}
.desktop-nav-links li:last-child a {
    margin: 0;
    background-color: var(--mycolor);
    color: #fff;
    padding: 10px 20px;
    border: 2px solid var(--mycolor);
}
.desktop-nav-links li:last-child a:hover {
    background-color: transparent;
    color: var(--mycolor);
}
.fastlane-mobile-navbar.eyebrow-spacing {
    position: relative;
}
.fastlane-mobile-navbar {
    height: 50px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom: 2px solid var(--mycolor);
    display: none;
}
.fastlane-mobile-phone {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background-image: url('/public/images/phone.svg');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-in-out;
        filter: sepia(100%) saturate(500%) hue-rotate(var(--mycolor1));
}

.fastlane-nav-logo {
    position: absolute;
    left: 0;
    top: 21px;
    width: 220px;
    height: 58px;
    background-image: url(/public/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.fastlane-mobile-nav-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    background-image: url('/public/images/burger.svg');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-in-out;
}
.fastlane-mobile-navbar-link-list.eyebrow-spacing {
    margin-top: 63px;
}
@media (min-width: 992px) {
    .fastlane-mobile-navbar-link-list {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .fastlane-navbar-wrap .fastlane-container {
        display: none;
    }
}
.fastlane-mobile-navbar.eyebrow-spacing {
    position: relative;
}
@media (max-width: 991px) {
    .fastlane-mobile-navbar {
        display: block;
    }

    .fastlane-nav-logo {
        width: 150px;
        left: 0;
        right: 0;
        margin: auto;
        top: -5px;
    }
}
.fastlane-mobile-navbar-link-list {
    position: fixed;
    height: 100%;
    padding-bottom: 100px;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 8;
    background-color: #fff;
    overflow: scroll;
    display: none;
}
.fastlane-mobile-navbar-link-list .links-container {
    padding: 20px;
    float: left;
    width: 100%;
}
.fastlane-mobile-navbar-link-list .links-container a {
    float: left;
    width: 100%;
    font-family: "Figtree", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a1a1a;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s ease-in-out;
    user-select: none;
}
.has-dropdown {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.has-dropdown>a {
    position: relative;
}
.has-dropdown>a:after {
    transition: all .3s ease-in-out;
    display: inline-block;
    margin-left: 5px;
    content: " ";
    width: 20px;
    height: 12px;
    background: url(/public/images/arrow.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.has-dropdown:hover .fastlane-dropdown-menu {
    display: flex;
}
.desktop-nav-links li a:active, .desktop-nav-links li a:focus, .desktop-nav-links li a:hover {
    color: var(--mycolor);
    text-decoration: none;
}
.desktop-nav-links .fastlane-dropdown-menu li:hover {
    background: #eaeaea;
}
.desktop-nav-links .fastlane-dropdown-menu li:hover a {
    color: var(--mycolor);
}

.desktop-nav-links .fastlane-dropdown-menu {
    top: 55px;
    background: white;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    display: none;
    width: max-content;
}
.desktop-nav-links .fastlane-dropdown-menu li {
    position: relative;
    transition: background-color .2s ease-in-out;
    display: flex;
    justify-content: flex-start;
    background-color: unset;
}
.desktop-nav-links .fastlane-dropdown-menu li a:last-child {
    padding: 0;
    background-color: unset;
    border: none;
    color: #1a1a1a;
}
.desktop-nav-links .fastlane-dropdown-menu li a {
    padding: 0;
    margin: 0 12px;
    height: 43px;
    display: block;
    line-height: 43px;
    width: 100%;
}
/* Initially hide the mobile menu */
.fastlane-mobile-navbar-link-list {
  display: none;
}

/* Show the mobile menu when it has the 'active' class */
.fastlane-mobile-navbar-link-list.active {
  display: block;
}
.fastlane-sec-container.secondary.width-max {
    padding: 0 0 40px;
}
.fastlane-sec-container.width-max {
    max-width: unset;
}
.fastlane-sec-container.secondary {
    padding-bottom: 40px;
}
.fastlane-sec-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    background-color: #fff;
    display: flex
;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.fastlane-sec-container.secondary .banner-background {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 40px;
    flex-direction: column;
    background: url(/images/fastlane/secondary_banner.jpg) no-repeat center / cover;
    display: flex
;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    justify-content: flex-start;
    justify-content: center;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
}
.fastlane-sec-container.secondary .banner-background h1 {
    font-size: 36px;
    margin-bottom: 20px;
    max-width: 1335px;
    margin: 0 auto;
    width: 100%;
}
.fastlane-sec-container.secondary .banner-background h1, .fastlane-sec-container.secondary .banner-background p {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    z-index: 3;
}
.fastlane-sec-container.secondary.width-max .full-col.no-spacing {
    padding: 40px 0 !important;
}
.fastlane-sec-container.secondary.width-max .full-col {
    padding: 40px 0 0;
}
.fastlane-sec-container .full-col {
    width: 100%;
    padding: 40px 20px 0;
}
.fastlane-sec-container.secondary.width-max .full-col.no-spacing .col-wrap {
    padding: 0 40px;
    max-width: 1440px;
    margin: 0 auto;
}






.fastlane-map-wrap {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-top: 35px
}

.fastlane-map-wrap .fastlane-row-header {
    border-bottom: 1px solid #ddd
}

.fastlane-map-wrap .left-col {
    float: left;
    width: 60%;
    height: 400px;
    position: relative
}

@media (max-width: 991px) {
    .fastlane-map-wrap .left-col {
        width:100%;
        height: 200px
    }
}

.fastlane-map-wrap .left-col iframe {
    border: 0;
    height: 400px
}

@media (max-width: 991px) {
    .fastlane-map-wrap .left-col iframe {
        height:200px
    }
}

.fastlane-map-wrap .right-col {
    float: left;
    width: 40%;
    height: 400px;
    background-color: #fff;
    border-left: 1px solid #ddd
}

@media (max-width: 991px) {
    .fastlane-map-wrap .right-col {
        width:100%;
        height: initial
    }
}

.fastlane-map-wrap .fastlane-location-image {
    height: 200px;
    width: 100%;
    background-image: url(/public/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media (max-width: 991px) {
    .fastlane-map-wrap .fastlane-location-image {
        display:none
    }
}

.fastlane-map-wrap .fastlane-location-image.mobile {
    display: none
}

@media (max-width: 991px) {
    .fastlane-map-wrap .fastlane-location-image.mobile {
        display:block;
        float: left;
        width: 100%
    }
}

.fastlane-map-wrap .fastlane-location-content {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 0 35px
}

.fastlane-map-wrap .location-break {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    float: left
}

.fastlane-map-wrap .location-phone {
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    padding-left: 60px;
    background-image: url(/public/images/phone-old.svg);
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 30px;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1a1a1a;
    transition: all 0.2s ease-in-out;
    width: 100%
}

@media (max-width: 991px) {
    .fastlane-map-wrap .location-phone {
        font-size:19px
    }
}

.fastlane-map-wrap .location-phone:focus,.fastlane-map-wrap .location-phone:active,.fastlane-map-wrap .location-phone:hover {
    color: var(--mycolor);
    text-decoration: none
}

.fastlane-map-wrap .location-address {
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    padding-left: 60px;
    background-image: url(/public/images/arrow-direction.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 15px;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1a1a1a;
    transition: all 0.2s ease-in-out;
    width: 100%
}

@media (max-width: 991px) {
    .fastlane-map-wrap .location-address {
        font-size:19px
    }
}

.fastlane-map-wrap .location-address address {
    margin-bottom: 0
}

.fastlane-map-wrap .location-address:focus,.fastlane-map-wrap .location-address:active,.fastlane-map-wrap .location-address:hover {
    color: var(--mycolor);
    text-decoration: none
}


#footer {
    margin-top: 1em;
    height: 225px;
    padding-top: 3%;
    padding-bottom: 25px;
    background-color: var(--mycolor);
    background-image: none;
    background-size: none;
    display: inline-table;
    width: 100%;
    color: #fff
}

#footer h4 {
    color: #fff
}

#footer .footer-brand-container {
    text-align: center;
    height: 300px;
    padding: 2em;
    background: none
}

#footer .footer-brand-container a,#footer .footer-brand-container b {
    margin-top: 1em;
    color: none
}

#footer .footer-brand {
    background-image: none;
    width: 140px;
    height: 140px;
    background-size: auto;
    background-repeat: repeat;
    margin: 20px auto 20px
}

#footer .footer-phone-icon {
    font-size: 13px
}

#footer.fastlane-footer {
    margin-top: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding-bottom: 5px
}

.fastlane-footer-logo-row {
    float: left;
    width: 100%;
    background-image: url(/public/images/footer-accent-bars.png);
    background-repeat: repeat-x;
    background-position: center
}

.fastlane-footer-logo  {
    width: 100%;
    height: 60px;
    display: block;
    margin: auto;
    background-image: url(/public/images/lg-red-white.png);
    background-color: #2c2c2c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.flex-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 991px) {
    .fastlane-footer-logo {
        width:160px
    }
}

.fastlane-container.fastlane-footer-links {
    padding-top: 100px;
    max-width: 800px
}

@media (max-width: 767px) {
    .fastlane-container.fastlane-footer-links {
        padding-top:75px
    }
}

.fastlane-container.fastlane-footer-links .left-col,.fastlane-container.fastlane-footer-links .center-col,.fastlane-container.fastlane-footer-links .right-col {
    float: left;
    width: 33.33333333%
}

@media (max-width: 767px) {
    .fastlane-container.fastlane-footer-links .left-col,.fastlane-container.fastlane-footer-links .center-col,.fastlane-container.fastlane-footer-links .right-col {
        width:100%;
        margin-bottom: 25px
    }
}

.fastlane-container.fastlane-footer-links .left-col ul,.fastlane-container.fastlane-footer-links .center-col ul,.fastlane-container.fastlane-footer-links .right-col ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.fastlane-container.fastlane-footer-links .left-col ul li,.fastlane-container.fastlane-footer-links .center-col ul li,.fastlane-container.fastlane-footer-links .right-col ul li {
    width: 100%
}

.fastlane-container.fastlane-footer-links h5 {
    font-size: 25px;
    padding-left: 0;
    color: #fff;
    font-family: 'hn-lt-com-xblk-cn-o';
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 991px) {
    .fastlane-container.fastlane-footer-links h5 {
        font-size:23px
    }
}

@media (max-width: 767px) {
    .fastlane-container.fastlane-footer-links h5 {
        display:block;
        text-align: center
    }

    .fastlane-container.fastlane-footer-links h5:after {
        right: 0;
        margin: auto
    }
}

.fastlane-container.fastlane-footer-links h5:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: var(--mycolor)
}

.fastlane-container.fastlane-footer-links a {
    float: left;
    clear: both;
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    margin-bottom: 3px;
    font-family: 'hn-lt-com-cn';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 767px) {
    .fastlane-container.fastlane-footer-links a {
        text-align:center;
        display: block;
        float: none
    }
}

.fastlane-container.fastlane-footer-links a:hover {
    color: #ddd
}

.fastlane-footer-sub-row {
    float: left;
    width: 100%;
    border-top: 2px solid var(--mycolor);
    margin-top: 35px
}

.fastlane-footer-sub-row .fastlane-container {
    max-width: 900px
}

.fastlane-footer-sub-row .left-col,.fastlane-footer-sub-row .center-col,.fastlane-footer-sub-row .right-col {
    float: left;
    width: 33.33333333%
}

@media (max-width: 767px) {
    .fastlane-footer-sub-row .left-col,.fastlane-footer-sub-row .center-col,.fastlane-footer-sub-row .right-col {
        width:100%;
        padding-top: 15px
    }
}

.fastlane-footer-sub-row .left-col {
    padding-top: 18px
}

.fastlane-footer-sub-row .center-col {
    padding-top: 10px
}

.fastlane-footer-sub-row .right-col {
    padding-top: 5px
}

.fastlane-footer-location,.fastlane-footer-phone {
    color: #fff;
    transition: all 0.2s ease-in-out;
    font-family: 'hn-lt-com-cn';
    font-size: 19px;
    letter-spacing: 2px;
    padding-left: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fastlane-footer-location:hover,.fastlane-footer-location:focus,.fastlane-footer-location:active,.fastlane-footer-phone:hover,.fastlane-footer-phone:focus,.fastlane-footer-phone:active {
    text-decoration: none;
    color: #ddd
}

.fastlane-footer-location {
    float: left;
    font-size: 15px;
    background-image: url(/assets/fastlane/location-5c117462ba4a68f29b4845debc5f9014.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px
}

@media (max-width: 767px) {
    .fastlane-footer-location {
        width:225px;
        margin: auto;
        float: none;
        display: block
    }
}

.fastlane-footer-location address {
    margin-bottom: 0
}

.fastlane-footer-phone {
    background-image: url(/assets/fastlane/phone-w-2f05d5174e1111c4c38b67eed34fd2a3.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px
}

@media (max-width: 767px) {
    .fastlane-footer-phone {
        width:171px;
        display: block;
        margin: auto
    }
}



.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
