/* Minification failed. Returning unminified contents.
(60,42): run-time error CSS1034: 
(60,42): run-time error CSS1042: Expected function, found ','
(60,47): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

#top-banner {
    background-color: #000000;
    position: relative;
}

.header-video-bg, #dvVideoBg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 0;
}

#dvVideoBg {
    overflow: hidden;
}

    #dvVideoBg video {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

#replay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #000000;
    background-color: #ffb81d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    z-index: 1;
    padding: 0;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #replay:not(show-replay) {
        opacity: 0;
        transform: scale(.2);
        display: none;
    }

    #replay.show-replay {
        opacity: 1;
        transform: scale(1);
        display: flex;
    }

    #replay:hover {
        box-shadow: 0 1px 8px rgb(0, 0, 0, .20);
        color: #ffffff;
        background-color: #000000;
    }

.banner {
    /*background-image: url(/assets/images/leggat/100-year-anniversary/100year_leggat_anniversary_no_logo.jpg?v=1.0);*/
    background-image: url(/assets/images/leggat/homepage-header-video-bg.jpg?v=1.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 175px 40px 20px;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, .32);
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .50);
}
    /*.banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0,.25);
        z-index: -1;
    }*/
    .banner h1 {
        font-size: 100px;
        line-height: 104px;
        color: #FFFFFF;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }
#img100Year{
    width: 1000px;
    max-width: 100%;
    user-select: none;
    pointer-events: none;
}
#btnFindVehicle, #btn100Years {
    /*background-color: #000000 !important;*/
    /*color: #ffffff !important;*/
    transition: all .2s;
    word-break: break-word;
    white-space: normal;
}

.banner .btn.btn-outlined.btn-find-vehicle {
    color: #ffffff;
    letter-spacing: 4px;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 500;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .50);
}

.banner img.arrow {
    margin-top: 20px;
}
#dv-cta {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.arrow {
    user-select: none;
}

#home-content {
    max-width: 2000px;
    margin: 0 auto;
}

    #home-content img.couple {
        margin-top: 120px;
        position: absolute;
        left: 15px;
        width: calc(86% - 15px ) !important;
    }

    #home-content img.girls {
        margin-top: -70px;
    }

    #home-content .content {
        text-align: center;
    }

        #home-content .content .message {
            font-size: 43px;
            line-height: 58px;
            font-family: Roboto, Poppins, sans-serif;
            font-weight: 300;
            color: #575757;
            margin: 100px 80px 20px;
        }

        #home-content .content h2.drive-life {
            font-size: 43px;
            line-height: 58px;
            font-weight: 600;
            color: #000000;
        }

        #home-content .content img.arrow {
            margin-top: 80px;
        }

    #home-content .find-vehicles {
        text-align: center;
    }

    #home-content .find-sub {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 7px;
        font-weight: 500;
        margin-top: 90px;
        margin-left: 12px;
    }

        #home-content .find-sub.perfect-vehicle {
            margin-top: 80px;
        }

    #home-content .endless-road {
        font-size: 100px;
        line-height: 104px;
        letter-spacing: .19px;
        font-weight: 600;
        margin: 10px auto 0;
        color: #000000;
        max-width: 1060px;
    }

    #home-content .select-vehicle {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: .73px;
        font-family: Roboto, Poppins, sans-serif;
        font-weight: 300;
        margin-top: 80px;
        color: #010207;
    }

.vehicle-types {
    margin: 40px 0 0 0;
}

    .vehicle-types .vehicle {
        margin: 10px 0;
        padding: 0 8px;
    }

.vehicle .content {
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    padding: 10px 20px;
}

    .vehicle .content .type {
        font-size: 34px;
        line-height: 38px;
        color: #fff;
        font-family: Roboto, Poppins, sans-serif;
        font-weight: 100;
        text-align: center;
        margin-bottom: 22px;
    }

    .vehicle .content .btn.btn-vehicle-type {
        font-size: 20px;
        line-height: 22px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px;
        width: 100%;
        letter-spacing: 2px;
        padding: 20px;
    }

.btn.btn-bordered.btn-view-all-vehicles {
    border: 2px solid #000000;
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 26px;
    color: #fff;
    background-color: #000000;
    font-weight: 600;
    padding: 16px 28px;
    border-radius: 5px;
    margin-top: 60px;
}
    .btn.btn-bordered.btn-view-all-vehicles:hover {
      
        color: #000000 !important;
        background-color: #fff !important;
      
    }

.locate-dealership {
    margin-top: 240px;
    background-color: #FEF8E7;
}

    .locate-dealership .img-right {
        margin-top: -35%;
        float: right;
        width: 30%;
        pointer-events: none;
    }

    .locate-dealership .connect {
        font-size: 100px;
        line-height: 104px;
        color: #000000;
        margin-bottom: 0;
        font-weight: 600;
        margin-top: 20px;
    }

    .locate-dealership .input-group {
        width: 86%;
        margin-top: 30px;
    }

        .locate-dealership .input-group .form-control {
            height: 64px;
            font-size: 30px;
            font-family: Roboto, Poppins, sans-serif;
            font-weight: 300;
            border: 2px solid #000000;
            color: #000000;
            border-bottom-left-radius: 5px !important;
            border-top-left-radius: 5px !important;
        }

        .locate-dealership .input-group .input-group-addon {
            background: #000000;
            border: 2px solid #000000;
        }

            .locate-dealership .input-group .input-group-addon img {
                transition: all .3s ease-in-out;
                transform-origin: center;
            }

#websitesContainer {
    min-height: 400px;
    margin-top: 75px;
    margin-bottom: 120px;
}

.locate-dealership .websites {
    max-height: 420px;
    min-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
    margin-left: -20px;
}

.websites .no-dealership {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Roboto','Poppins',sans-serif;
    font-weight: 500;
    letter-spacing: .3px;
    font-style: italic;
    color: #555555;
    margin-left: 5px;
}

.locate-dealership .websites::-webkit-scrollbar {
    width: 8px;
}

.locate-dealership .websites::-webkit-scrollbar-track {
    background-color: #E0E3E4;
    border-radius: 13px;
}

.locate-dealership .websites::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 13px;
}

.locate-dealership .websites .site {
    padding: 30px 20px;
    border-bottom: 2px solid #000000;
}

.site.active {
    background: rgba(255, 184, 29, .40);
    animation: fadeBg 2s forwards;
}

.site:first-child {
    border-top: 2px solid #000000;
}

.site-name {
    font-size: 30px;
    line-height: 45px;
    font-family: Roboto, Poppins, sans-serif;
    letter-spacing: .76px;
    font-weight: 500;
    color: #000000;
}

.site-details {
    font-family: Roboto, Poppins, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: .34px;
    color: #000000;
}

    .site-details a {
        color: #000000 !important;
        text-decoration: underline;
        text-decoration-thickness: from-font;
        text-underline-offset: 2px;
    }

.site-info {
    clear: both;
}

    .site-info + .site-info {
        margin-top: 10px;
    }

    .site-info span.fa {
        float: left;
        line-height: 45px;
    }

    .site-info a {
        margin-left: 30px;
        display: block;
    }

.site .btn-view-website {
    border-color: #000000;
    font-size: 17px;
    letter-spacing: 5.93px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 28px;
    border-radius: 5px;
    margin-top: 10px;
    color: #000000;
    width: 100%;
}

.distance {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Roboto', 'Poppins', sans-serif;
    font-weight: 300;
    margin-top: 8px;
    text-align: center;
}

.drive-life-slogan {
    width: 80%;
    margin-top: -74px;
    margin-bottom: 120px;
    margin-left: -100%;
    transition: all .6s ease;
}

.dv-drive-life-slogan[data-scroll="in"] .drive-life-slogan {
    margin-left: 0;
}

.btn.btn-bordered.btn-view-all-vehicles:hover,
.site .btn-view-website:hover {
    color: #fff;
    background: #000000;
}

.vehicle .content .btn.btn-vehicle-type:hover {
    background: #5A7288;
}

.locate-dealership .input-group .input-group-addon:hover img {
    transform: scale(1.1);
}

.banner .btn.btn-outlined.btn-find-vehicle:hover {
    background: rgba(255, 255, 255, .06);
    box-shadow: 1px 3px 8px rgba(0, 0, 0, .3);
}

#limitErr {
    font-size: 20px;
    font-family: 'Roboto','Poppins',sans-serif;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-left: 4px;
    margin-top: 6px;
    font-style: italic;
}

#dvMap {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 120px;
    height: 610px;
    z-index: 1;
}

.parallax-scroll {
    z-index: 2;
    position: relative;
}

@keyframes fadeBg {
    from {
        background: rgba(255, 184, 29, .40);
    }

    to {
        background: rgba(255, 184, 29, 0);
    }
}

@media only screen and (min-width: 1500px) {
    .locate-dealership .img-right {
        margin-top: -26%;
    }
}

@media only screen and (max-width: 1490px) {
    .locate-dealership .websites {
        margin-left: 0;
    }

    .websites .no-dealership {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1400px) {
    .site .btn-view-website {
        font-size: 14px;
        letter-spacing: 3.93px;
        padding: 16px 24px;
    }

    .site-details {
        font-size: 24px;
        line-height: 38px;
    }

    .distance {
        font-size: 24px;
        line-height: 28px;
    }

    .banner {
        padding: 170px 40px 20px;
    }

        .banner .btn.btn-outlined.btn-find-vehicle {
            margin-top: 10px;
        }


    #home-content .content .message {
        margin: 100px 30px 20px;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1420px) {
    .vehicle .content .type {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .vehicle .content .btn.btn-vehicle-type {
        font-size: 16px;
        line-height: 18px;
        padding: 14px;
    }
}

@media only screen and (max-width: 1229px) {
    .banner h1 {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1199px) {

    #top-banner {
        background-image: url(/assets/images/leggat/home-banner-bg.jpg?v=1.0);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .header-video-bg, #dvVideoBg, #replay {
        display: none !important;
    }

    #home-content .content img.arrow {
        margin-top: 10px;
    }

    #home-content .find-sub.perfect-vehicle {
        margin-top: 40px;
    }

    .vehicle-types {
        padding: 30px;
    }

    .vehicle .content .type {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .locate-dealership {
        margin-top: 80px;
    }

    .btn.btn-bordered.btn-view-all-vehicles {
        margin-top: 40px;
    }

    #markers {
        display: none;
    }

    .site .btn-view-website {
        font-size: 16px;
        letter-spacing: 4.43px;
        padding: 16px 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pull-sm-right {
        float: right;
    }
}

@media only screen and (max-width: 991px) {
    #home-content .endless-road {
        font-size: 66px;
        line-height: 76px;
    }

    #home-content .select-vehicle {
        letter-spacing: .5px;
        margin-top: 50px;
    }

    .vehicle-types {
        margin: 0;
        padding: 10px 30px;
    }

    .vehicle .content .type {
        margin-bottom: 50px;
    }

    .vehicle .content .btn.btn-vehicle-type {
        font-size: 24px;
        line-height: 28px;
    }

    .locate-dealership {
        padding: 0 30px;
        margin-top: 50px;
    }

        .locate-dealership .connect {
            font-size: 66px;
            line-height: 76px;
        }

    #websitesContainer {
        margin-bottom: 70px;
    }

    .locate-dealership .websites {
        max-height: 430px;
    }

    .site-details {
        font-size: 28px;
        line-height: 42px;
    }

    .distance {
        font-size: 28px;
        line-height: 32px;
    }

    .drive-life-slogan {
        width: 70%;
        margin-top: -34px;
        margin-bottom: 20px;
        margin-left: 30px;
    }
    #btnFindVehicle, #btn100Years {
        padding: 16px 30px;
    }

    .banner {
        padding: 170px 40px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        /*background-image: url(/assets/images/leggat/100-year-anniversary/100year_leggat_anniversary_mobile_no_logo.jpg?v=1.0);*/
        background-position: center top;
        padding: 150px 40px 20px;
    }

        .banner h1 {
            font-size: 70px;
            line-height: 86px;
        }

    #home-content .content .message {
        font-size: 32px;
        line-height: 35px;
        margin: 40px 40px 20px;
    }

    #home-content .endless-road {
        font-size: 50px;
        line-height: 64px;
    }

    #home-content .select-vehicle {
        font-size: 22px;
        line-height: 27px;
        margin-top: 30px;
    }

    .vehicle .content .type {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .vehicle .content .btn.btn-vehicle-type {
        font-size: 20px;
        line-height: 24px;
        padding: 14px;
    }

    #websitesContainer {
        margin-top: 56px;
    }

    .locate-dealership .websites {
        max-height: 580px;
        margin-left: 0;
    }

        .locate-dealership .websites .site {
            padding: 30px 0;
        }

    .locate-dealership .connect {
        font-size: 50px;
        line-height: 64px;
        margin-top: 0;
    }

    .locate-dealership .input-group {
        width: 100%;
        margin-top: 20px;
    }

        .locate-dealership .input-group .form-control {
            height: 54px;
        }

        .locate-dealership .input-group .input-group-addon img {
            width: 32px;
        }

    .site .btn-view-website {
        width: auto;
    }

    .distance {
        text-align: left;
    }

    .drive-life-slogan {
        margin-top: -24px;
    }

    .websites .no-dealership {
        font-size: 18px;
        line-height: 20px;
        margin-left: 4px;
    }

    #limitErr {
        font-size: 16px;
        letter-spacing: 0.3px;
        margin-top: 2px;
    }

    .vehicle-types {
        padding: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

        .vehicle-types .vehicle {
            padding: 0;
            padding-left: 10px;
            padding-right: 10px;
        }

    .locate-dealership .input-group .form-control {
        height: 44px;
        font-size: 22px;
    }

    #home-content .content h2.drive-life {
        font-size: 32px;
        line-height: 35px;
    }
    #btnFindVehicle, #btn100Years {
        padding: 12px 30px;
        font-size: 16px;
    }
    .banner img.arrow {
        margin-top: 10px;
        width: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .banner {
        padding: 130px 30px 20px;
    }

        .banner h1 {
            font-size: 54px;
            line-height: 70px;
        }

        .banner .btn.btn-outlined.btn-find-vehicle {
            letter-spacing: 3px;
            padding: 14px;
            font-size: 14px;
            width: 100%;
            line-height: 20px;
        }

    #home-content .content .message {
        margin: 40px 30px 20px;
    }


    #home-content .content img.arrow {
        width: 36px;
    }

    #home-content .find-sub {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 6px;
        margin-top: 50px;
    }

    #home-content .endless-road {
        font-size: 38px;
        line-height: 52px;
    }

    #home-content .select-vehicle {
        margin-top: 36px;
        font-weight: 300;
    }

    .vehicle .content .type {
        margin-bottom: 20px;
    }

    .vehicle .content .btn.btn-vehicle-type {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
        border-width: 1px !important;
    }

    .vehicle .content {
        padding: 10px 15px;
    }

    .btn.btn-bordered.btn-view-all-vehicles {
        margin-top: 40px;
    }

    .locate-dealership {
        padding: 0;
    }

        .locate-dealership .connect {
            font-size: 40px;
            line-height: 48px;
            margin-top: 3px;
        }

        .locate-dealership .input-group {
            margin-top: 10px;
        }

            .locate-dealership .input-group .input-group-addon img {
                width: 28px;
            }

    #websitesContainer {
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .locate-dealership .websites {
        max-height: 440px;
    }

    .site-name {
        font-size: 22px;
        line-height: 33px;
    }

    .site-details {
        font-size: 22px;
        line-height: 33px;
    }

    .site-info span.fa {
        line-height: 33px;
    }

    .site-info a {
        margin-left: 25px;
    }

    .site .btn-view-website {
        font-size: 14px;
        letter-spacing: 4.03px;
        padding: 10px 28px;
    }

    .distance {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    .drive-life-slogan {
        margin-top: -20px;
        margin-left: 0;
    }
    .banner img.arrow {
        margin-top: 10px;
        width: 26px;
    }
    #btnFindVehicle, #btn100Years {
        font-size: 14px;
    }
}

@media only screen and (max-width: 450px) {
    .banner {
        padding: 100px 15px 20px;
    }

        .banner h1 {
            font-size: 40px;
            line-height: 56px;
        }

        .banner .btn.btn-outlined.btn-find-vehicle {
            letter-spacing: 2.4px;
            padding: 14px;
            border-width: 1px;
            font-weight: 300;
            /*margin-top: 0;*/
        }


    #home-content .content .message {
        margin: 30px 20px 20px;
    }

    #home-content .content h2.drive-life {
        margin-bottom: 30px;
    }

    #home-content .endless-road {
        font-size: 34px;
        line-height: 36px;
    }

    #home-content .content img.arrow {
        width: 34px;
    }

    #home-content .find-sub {
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 4px;
    }

    #home-content .select-vehicle {
        margin-top: 30px;
    }

    .vehicle .content .type {
        margin-bottom: 15px;
    }

    .vehicle .content .btn.btn-vehicle-type {
        font-size: 12px;
        line-height: 18px;
        padding: 8px;
        margin: 0;
    }

    .vehicle .content {
        padding: 10px;
    }

    #home-content .find-sub {
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 4px;
        margin-left: 4px;
    }

    .btn.btn-bordered.btn-view-all-vehicles {
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: 4px;
        line-height: 20px;
    }

    .locate-dealership {
        margin-top: 40px;
    }
    /*
        .locate-dealership .connect {
            font-size: 34px;
            line-height: 40px;
        }*/

    #websitesContainer {
        min-height: 300px;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .locate-dealership .websites {
        max-height: 350px;
    }

        .locate-dealership .websites .site {
            padding: 12px 0 25px;
        }

    .site .btn-view-website {
        letter-spacing: 3px;
        padding: 8px 20px;
        font-weight: 700;
    }

    .distance {
        font-size: 15px;
        line-height: 19px;
    }

    .locate-dealership .input-group .input-group-addon img {
        width: 24px;
    }
}

@media only screen and (max-width: 400px) {
    .vehicle .content .type {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 320px) {
    .banner {
        padding: 80px 15px 10px;
    }

        .banner h1 {
            font-size: 36px;
            line-height: 44px;
        }

        .banner .btn.btn-outlined.btn-find-vehicle {
            letter-spacing: 2px;
            padding: 10px 0;
            line-height: 20px;
        }


    #home-content .content .message {
        font-size: 28px;
        line-height: 33px;
        margin: 20px 10px 20px;
    }

    #home-content .content h2.drive-life {
        margin-bottom: 20px;
    }

    #home-content .find-sub.perfect-vehicle {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 3.3px;
        font-weight: 500;
        margin-left: 0;
        margin-top: 30px;
    }

    #home-content .endless-road {
        font-size: 26px;
        line-height: 34px;
    }

    .vehicle-types {
        padding: 10px 0;
    }

    .vehicle .content .type {
        font-size: 18px;
        line-height: 22px;
    }

    .vehicle .content {
        left: 4px;
        right: 4px;
    }

    .vehicle-types .vehicle {
        margin: 4px 0;
        padding: 0 4px;
    }

    #home-content .find-sub {
        font-size: 12px;
        line-height: 16px;
    }

    .locate-dealership .connect {
        font-size: 32px;
        line-height: 40px;
    }

    #home-content .select-vehicle {
        font-size: 20px;
        line-height: 28px;
    }

    #home-content .content h2.drive-life {
        font-size: 28px;
        line-height: 33px;
    }

    .btn.btn-bordered.btn-view-all-vehicles {
        margin-top: 15px;
        letter-spacing: 3px;
    }

    .locate-dealership {
        margin-top: 40px;
    }

    .locate-dealership {
        padding: 0;
    }

        .locate-dealership .input-group .form-control {
            font-size: 20px;
        }

        .locate-dealership .input-group .input-group-addon img {
            width: 18px;
        }

    #websitesContainer {
        min-height: 350px;
    }

    .locate-dealership .websites {
        max-height: 370px;
    }

        .locate-dealership .websites .site {
            padding: 20px 0 30px;
        }

    .site-name {
        font-size: 20px;
        line-height: 30px;
    }


    .site-details {
        font-size: 20px;
        line-height: 30px;
    }

    .distance {
        font-size: 14px;
        line-height: 18px;
    }


    .drive-life-slogan {
        width: 80%;
    }

    .websites .no-dealership {
        font-size: 16px;
    }

    #limitErr {
        font-size: 14px;
        margin-top: 0;
    }
    #btnFindVehicle, #btn100Years {
        font-size: 12px;
    }
}

#driveLifeBanner {
    background-image: url('/assets/images/leggat/homepage/drive-life-banner-bg.png?v=1.1');
    background-position: center -13%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

#dlImage {
    max-width: 230px;
}

.dl-title {
    color: #000000;
    font-size: 90px;
    line-height: 92px;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0,0,0,.3);
}

#dlHeader {
    display: flex;
    align-items: center;
}

#dlText {
    color: #000000;
    font-size: 26px;
    line-height: 33px;
    font-weight: 300;
}

#dlBtnContainer {
    margin-top: 10px;
}

#dlBtn {
    display: inline-block;
    background-color: #000000;
}

    #dlBtn:hover {
        background-color: #384b5a;
    }

#quickSearch {
    margin-top: 80px;
}

#dvTabs {
    background: #000000;
    border-radius: 14px;
    /*max-width: 1100px;*/
    margin: 0 auto;
    font-family: Roboto, Poppins, sans-serif;
}

#quickSearchTab {
    background: #000000;
    border: none;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    font-family: Poppins, Roboto, sans-serif;
}

    #quickSearchTab li {
        background: #404040;
        border: none;
        flex: 1;
        border-radius: 0;
    }

        #quickSearchTab li + li {
            margin-left: 2px;
        }

        #quickSearchTab li.active {
            background: #000000;
        }

        #quickSearchTab li a {
            color: #ffffff;
            border: none;
            background: none !important;
            text-align: center;
            font-size: 30px;
        }

        #quickSearchTab li.active a {
            border: none;
            color: #ffffff;
        }

#myTabContent {
    color: #ffffff;
    padding: 70px 60px;
}

#findNextVehicleTxt {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
}

#dvDropdownSearch {
    display: flex;
    justify-content: center;
    align-items: center;
}


#btnStartSearch {
    height: 50px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    padding: 6px 14px;
    border-radius: 40px;
    text-decoration: none;
}

    #btnStartSearch:hover {
        background-color: #48c7b0;
    }

.sell-your-vehicle {
    display: flex;
    align-items: center;
}

.sv-media {
    width: 320px;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
}

.sv-content {
    flex: 1;
    margin-left: 40px;
}

.sv-title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sv-desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 300;
}

.btn-quote {
    display: inline-block;
    text-decoration: none !important;
}

.custom-tab-header {
    display: none;
}




/* VEHICLE CAROUSEL */


#v-carousel {
    padding: 40px 0 0;
}

.v-carousel-title h3 {
    font-weight: 600;
}

.v-carousel-panel {
    margin: 0 12px;
}

.v-carousel-title h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    color: #010207;
}

#v-carousel-list {
    display: block;
}

#v-carousel-list, #v-carousel-list-mob {
    text-align: center;
    display: block;
}

#v-carousel-list-mob {
    display: none;
}

.v-carousel-img img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.v-carousel-learn-more-btn {
    padding: 100px 0 50px;
    /* background-color: #000000;*/
    background-color: #1cc4b3;
    margin-top: -105px;
    border-radius: 15px;
}

.btn-learnmore {
    width: 60%;
}

.btn.btn-outlined.btn-explore, .btn.btn-outlined.btn-selection {
    color: #fff;
    border-color: #fff;
}

.btn.btn-outlined.btn-selection {
    border-radius: 30px !important;
    background: #ffffff;
    color: #000000;
    font-weight: 400;
    padding: 10px 24px;
    border: none;
    letter-spacing: 1.4px;
}

    .btn.btn-outlined.btn-selection:hover {
        background: #000000;
        color: #ffffff;
    }


#v-carousel-list .slick-prev:before, .slick-next:before {
    color: #ffffff;
    opacity: 1;
    font-size: 28px;
    font-weight: 300;
    font-family: Font Awesome\ 5 Pro;
}

#v-carousel-list .slick-arrow {
    background: rgba(1, 2, 7, .61);
    width: 40px;
    height: 40px;
    z-index: 2;
    border-radius: 50%;
    transition: all .2s;
    top: 40%;
}

    #v-carousel-list .slick-arrow:hover {
        background: rgba(1, 2, 7,.46);
    }

#v-carousel-list .slick-prev:before {
    content: '\f104';
}

#v-carousel-list .slick-next:before {
    content: '\f105';
}

#v-carousel-list .slick-dots li button:before {
    font-size: 7px;
}
/* VEHICLE CAROUSEL END */

/*.btn.btn-bordered.btn-view-all-vehicles {
    margin-top: 30px;
}*/

#trade-value {
    background-color: #000000;
}
    #tradeValueBanner {
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    background-color: #000000;
}

.value {
    color: #0051ab;
}
#tradeValueBanner a.btn.btn-teal {
    border-radius: 4px;
    font-size: 24px;
    padding: 10px 40px;
    margin-left: 20px;
}
@media only screen and (max-width: 1400px) {
    #v-carousel-list .slick-arrow {
        top: 35%;
    }

    #v-carousel-list .slick-next {
        right: -5px;
    }

    #v-carousel-list .slick-prev {
        left: -5px;
    }
}

@media only screen and (max-width: 1299px) {
}

@media only screen and (max-width: 1199px) {
    #quickSearchTab li a, #findNextVehicleTxt {
        font-size: 24px;
    }

    #v-carousel-list .slick-arrow {
        width: 34px;
        height: 34px;
    }

    #v-carousel-list .slick-prev:before, .slick-next:before {
        font-size: 24px;
    }

    .v-carousel-learn-more-btn {
        margin-top: -95px;
        padding: 90px 0 40px;
    }

    .v-carousel-panel {
        margin: 0 8px;
    }
}

@media only screen and (max-width: 1100px) {
    .v-carousel-learn-more-btn {
        margin-top: -80px;
    }
}


@media only screen and (max-width: 1099px) {
    #driveLifeBanner {
        background-position: center 30px;
        padding: 50px 0;
    }
}

@media only screen and (max-width: 991px) {
    #driveLifeBanner {
        background-image: url('/assets/images/leggat/homepage/drive-life-banner-bg-sm.png?v=1.0');
        background-position: center -60px;
    }

    #quickSearchTab {
        display: none;
    }

    .tab-content > .tab-pane {
        display: block;
        padding: 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    #dvDropdownSearch {
        display: block;
        justify-content: center;
        align-items: center;
    }

    .custom-tab-header {
        cursor: pointer;
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .custom-tab-title {
        font-size: 28px;
        line-height: 45px;
    }

    .custom-tab-header span {
        font-size: 24px;
        font-weight: 400;
        transition: .3s;
    }

    .custom-tab-header.open-tab span {
        transform: rotate(180deg);
    }

    .custom-tab-collapse {
        display: none;
        padding: 20px 0;
    }

    #myTabContent {
        color: #ffffff;
        padding: 0;
    }

    #dvTabs {
        border-radius: 0;
    }

    .sv-title {
        font-weight: 500;
        line-height: 36px;
    }



    .v-carousel-learn-more-btn {
        margin-top: -110px;
        padding: 100px 0 40px;
    }

    .v-carousel-title h3 {
        text-align: center;
    }

    #quickSearch {
        margin-top: 50px;
    }
    #tradeValueBanner {
        font-size: 36px;
        line-height: 40px;
    }
        #tradeValueBanner a.btn.btn-teal {
            font-size: 20px;
        }
}

@media only screen and (max-width: 768px) {
    #driveLifeBanner {
        background-position: center 70%;
        padding: 30px 0;
    }

    .dl-title {
        font-size: 70px;
        line-height: 72px;
    }

    #dlText {
        font-size: 24px;
        line-height: 31px;
    }

    .custom-tab-title {
        font-size: 24px;
        line-height: 40px;
    }

    .sell-your-vehicle {
        display: block;
    }

    .sv-media {
        width: 100%;
    }

    .sv-content {
        margin-top: 20px;
        margin-left: 0;
    }

    .sv-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .v-carousel-img img {
        width: 60%;
    }

    .v-carousel-learn-more-btn {
        margin-top: -140px;
        padding: 120px 0 40px;
        border-radius: 12px;
    }

    .v-carousel-panel {
        margin: 0;
    }

    .btn.btn-bordered.btn-view-all-vehicles {
        margin-top: 20px;
    }

    #quickSearch {
        margin-top: 40px;
    }
    #tradeValueBanner {
        font-size: 30px;
        line-height: 34px;
    }

        #tradeValueBanner a.btn.btn-teal {
            font-size: 18px;
            padding: 10px 30px;
        }
}

@media only screen and (max-width:630px) {
    .v-carousel-learn-more-btn {
        margin-top: -115px;
        padding: 100px 0 40px;
    }
}

@media only screen and (max-width: 580px) {
    .v-carousel-img img {
        width: 68%;
    }

    #v-carousel {
        padding: 25px 0 0;
    }
}

@media only screen and (max-width: 576px) {
    #tradeValueBanner a.btn.btn-teal {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    #driveLifeBanner {
        background-position: center 30px;
        padding: 20px 0;
    }

    .dl-title {
        font-size: 50px;
        line-height: 62px;
    }

    #dlText {
        font-size: 20px;
        line-height: 28px;
    }

    #quickSearch {
        margin-top: 30px;
    }

    .custom-tab-title {
        font-size: 22px;
        line-height: 33px;
    }

    .sv-title {
        font-size: 22px;
        line-height: 28px;
    }

    .btn-quote {
        width: 100%;
        display: block;
        text-align: center;
    }

    #findNextVehicleTxt {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .v-carousel-learn-more-btn {
        margin-top: -24%;
        padding: 80px 0 40px;
    }
}

@media only screen and (max-width: 383px) {
    .v-carousel-img img {
        width: 75%;
    }

    .v-carousel-learn-more-btn {
        padding: 70px 0 40px;
    }

    .v-carousel-title h4 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 400;
    }

    #driveLifeBanner {
        background-position: center 20px;
    }

    .dl-title {
        font-size: 40px;
        line-height: 42px;
    }

    #dlText {
        font-size: 18px;
        line-height: 24px;
    }

    #dlBtn {
        font-size: 14px;
        padding: 6px 16px;
    }
    #tradeValueBanner a.btn.btn-teal {
        display: block;
        width: 100%;
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 350px) {
    #tradeValueBanner {
        font-size: 26px;
        line-height: 30px;
    }
        #tradeValueBanner a.btn.btn-teal {
            display: block;
            width: 100%;
            margin: 10px 0 0;
            padding: 7px 30px;
            font-size: 16px;
        }
}

@media only screen and (max-width: 330px) {
    .custom-tab-title {
        font-size: 20px;
        line-height: 28px;
    }

    .sv-title {
        font-size: 20px;
        line-height: 26px;
    }

    .sv-desc {
        font-size: 18px;
        line-height: 24px;
    }

    #findNextVehicleTxt {
        font-size: 20px;
        line-height: 28px;
    }

    .v-carousel-learn-more-btn {
        padding: 60px 0 30px;
    }

    .btn.btn-outlined.btn-selection {
        padding: 8px 24px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {
    #tradeValueBanner {
        font-size: 22px;
        line-height: 28px;
    }
}

