* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.bgImage {
    height: 558px;
    width: 100%;
    background-image: url("https://d3o40wwl2vh905.cloudfront.net/spoticar/images/spoticar_banner_bg_v2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar {
    background: #fff;
    padding: 0 130px;
    height: 87px;
    position: fixed;
    width: 100%;
}

.pt-35 {
    padding-top: 35px;
}

.nav-link {
    padding: 23px 0;
    color: #707070;
    text-decoration: none;
    font-size: 24px;
    /*margin-left: 18px;*/
}

.active-link {
    border-bottom: 4px solid #10cfc8;
}

.nav-item {
    margin-left: 20px;
}


.nav-item .nav-link span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.zipcode-container {
    width: 53%;
    margin: 0 auto;
    background-color: rgba(60, 60, 60, 0.8);
    /* min-height: 258px;*/
    margin-top: 137px;
    border: 2px solid #fff;
    color: #fff;
    padding-bottom: 27px;
    padding-top: 5px;
    padding-left: 35px;
    padding-right: 35px;
}

.zipcode-container h1 {
    margin-top: 15px;
    font-size: 37px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    text-align: center;
    /* margin-bottom: 0; */
}

.zipcode-container h1 span {
    font-size: 37px;
    font-weight: bolder;
}

.zipcode-container p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 6px;
}

.zipcode-form {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    margin-bottom: 10px;
}

.zipcode-form input {
    background: transparent;
    border: 1px solid #fff;
    width: 163px;
    margin-left: 16px;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    outline: none;
    /* padding: 0 15px; */
    padding-left: 15px;
    height: 44px;
}

.zipcode-form .current_location_container {
    cursor: pointer;
}

.zipcode-form .current-location {
    vertical-align: middle;
}

.zipcode-container hr {
    margin: 0 53px 10px;
}

.zipcode-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
}

.filter-container {
    background: #D1D1D1;
    height: 101px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    max-width: 93%;
}

.custom-select {
    background: #fff;
    color: #000;
    height: 70px;
    border: 0;
    padding: 0 20px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    width: 12%;
    display: flex;
    align-items: center;
    position: relative;
}

.custom-select:after {
    content: "\e259";
    font-family: 'Glyphicons Halflings';
    border-radius: 0 8px 8px 0;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 20px;
    padding-top: 1px;
    right: 20px;
    position: absolute;
    cursor: pointer;
    color: #afafaf;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.filter-btn {
    background: #10CFC8;
    border-radius: 13px;
    width: 415px;
    height: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #10CFC8;
}

.filter-btn:hover {
    border: 2px solid #10CFC8;
    background: white !important;
    color: #10CFC8;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}



.switch-btn {
    height: 52px;
    background: #10cfc8;
    padding: 10px 35px;
    margin: 0 auto;
    width: 529px;
    text-align: center;
    color: #000;
    cursor: pointer;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    font-size: 20px;
    font-weight: 500;
}

.switch-btn:hover {
    border: 2px solid #10CFC8;
    background: white !important;
    color: #10CFC8;
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.woff2) format('woff2'), url(../fonts/icomoon.woff) format('woff'), url(../fonts/icomoon.ttf) format('truetype'), url(../fonts/icomoon.eot) format('embedded-opentype'), url(../fonts/icomoon.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-h24:before {
    content: "\e900";
}

.icon-alert:before {
    content: "\e901";
}

.icon-berline:before {
    content: "\e902";
}

.icon-gear-lever:before {
    content: "\e903";
}

.icon-break:before {
    content: "\e904";
}

.icon-calendar:before {
    content: "\e905";
}

.icon-citadine:before {
    content: "\e906";
}

.icon-compacte:before {
    content: "\e907";
}

.icon-comparator:before {
    content: "\e908";
}

.icon-control:before {
    content: "\e909";
}

.icon-bin:before {
    content: "\e90a";
}

.icon-coupe-cabriolet:before {
    content: "\e90b";
}

.icon-electric:before {
    content: "\e90c";
}

.icon-energy:before {
    content: "\e90d";
}

.icon-maintenance:before {
    content: "\e90e";
}

.icon-test:before {
    content: "\e90f";
}

.icon-familiale:before {
    content: "\e910";
}

.icon-favorite:before {
    content: "\e911";
}

.icon-bill:before {
    content: "\e912";
}

.icon-guarantee:before {
    content: "\e913";
}

.icon-hybrid:before {
    content: "\e914";
}

.icon-print:before {
    content: "\e915";
}

.icon-kilometer:before {
    content: "\e916";
}

.icon-search:before {
    content: "\e917";
}

.icon-mail:before {
    content: "\e918";
}

.icon-monospace:before {
    content: "\e919";
}

.icon-user:before {
    content: "\e91a";
}

.icon-lose-financing:before {
    content: "\e91b";
}

.icon-pin:before {
    content: "\e91c";
}

.icon-premium:before {
    content: "\e91d";
}

.icon-power:before {
    content: "\e91e";
}

.icon-reprise:before {
    content: "\e91f";
}

.icon-promise:before {
    content: "\e920";
}

.icon-account:before {
    content: "\e921";
}

.icon-silhouet:before {
    content: "\e922";
}

.icon-sport:before {
    content: "\e923";
}

.icon-suv:before {
    content: "\e924";
}

.icon-phone:before {
    content: "\e925";
}

.icon-utility:before {
    content: "\e926";
}

.icon-utility-2:before {
    content: "\e927";
}

.icon-remplacement:before {
    content: "\e928";
}

.icon-views:before {
    content: "\e929";
}

.icon-left:before {
    content: "\e92a";
}

.icon-bottom:before {
    content: "\e92b";
}

.icon-close:before {
    content: "\e92c";
}

.icon-menu:before {
    content: "\e92d";
}

.icon-information:before {
    content: "\e92e";
}

.icon-previous:before {
    content: "\e92f";
}

.icon-next:before {
    content: "\e930";
}

.icon-file-text2:before {
    content: "\e931";
}

.icon-thread:before {
    content: "\e932";
}

.icon-garanty:before {
    content: "\e933";
}

.icon-right:before {
    content: "\e934";
}

.icon-economy:before {
    content: "\e935";
}

.icon-car-profil:before,
.icon-silhouette:before {
    content: "\e936";
}

.icon-filter:before {
    content: "\e937";
}

.icon-list:before {
    content: "\e938";
}

.icon-mosaic:before {
    content: "\e939";
}

.icon-top:before {
    content: "\e93a";
}

.icon-pin-map:before {
    content: "\e93b";
}

.icon-picture:before {
    content: "\e93c";
}

.icon-calculator:before {
    content: "\e93d";
}

.icon-regulation:before {
    content: "\e93e";
}

.icon-360:before {
    content: "\e93f";
}

.icon-facebook:before {
    content: "\e940";
}

.icon-twitter:before {
    content: "\e941";
}

.icon-youtube:before {
    content: "\e942";
}

.icon-sign-more:before {
    content: "\e943";
}

.icon-less:before {
    content: "\e944";
}

.icon-home:before {
    content: "\e945";
}

.icon-clock:before {
    content: "\e946";
}

.icon-location:before {
    content: "\e947";
}

.icon-Favori:before {
    content: "\e948";
}

.icon-localisation:before {
    content: "\e949";
}

.icon-play:before {
    content: "\e94a";
}

.icon-credit-card:before {
    content: "\e94b";
}

.icon-contrast:before {
    content: "\e94c";
}

.icon-wrench:before {
    content: "\e991";
}

.icon-heart:before {
    content: "\e9da";
}

.icon-info:before {
    content: "\ea0c";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-loop:before {
    content: "\ea2d";
}

.icon-share2:before {
    content: "\ea82";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-cart:before {
    content: "\e94d";
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bill:before {
    content: "\e912";
    color: #fff;
}

.nav-item:hover {
    border-bottom: 4px solid #10cfc8;
}

.logo-container {
    margin: 38px auto 32px;
}

.logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container.zipcode-valid img {
    cursor: pointer;
}

.warranty-container {
    background: #323e48;
    padding: 25px 0;
}

.warranty-container h1 {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 35px;
}

.warranty-list-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.warranty-list-item {
    width: 20%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.warranty-list-item p {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.warranty-list-item span {
    color: #7c868d;
    display: block;
}

.warranty-btn-container {
    text-align: center;
}

.warranty-btn {
    display: -webkit-inline-flex;
    align-items: center;
    padding: 15px;
    margin-top: 30px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding-right: 40px;
    position: relative;
}

.warranty-btn:hover {
    background: #7c868d;
    border: 1px solid #7c868d;
}

.warranty-btn:after {
    content: "\e259";
    font-family: 'Glyphicons Halflings';
    border-radius: 0 8px 8px 0;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 16px;
    padding-top: 5px;
    right: 13px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    transform: rotate(-90deg);
}

.footer-container {
    background: #000;
    padding: 50px 0 30px;
    font-size: 13px;
    color: #bfbfbf;
    /*margin-top: 30px;*/
}

.footer-container p:last-child {
    margin-bottom: 0;
}

.footer-container a {
    font-size: 13px;
    color: #bfbfbf;
    text-decoration: none;
    margin-left: 20px;
    float: left;
    margin-bottom: 5px;
}

.footer-container a:nth-child(6),
.footer-container a:last-child {
    clear: both;
}

.footer-container a:hover {
    text-decoration: underline;
}

.footer-links {
    /* display: flex;
    justify-content: right; */
    float: right;
    z-index: 1;
    position: relative;
}

.footer-img {
    display: flex;
    justify-content: end;
    margin-top: 0;
    clear: both;
    position: relative;
    top: -30px;
}

.footer-img img {
    max-width: 80px;
    display: block;
    text-align: right;
}

.advanced-search-container {
    width: 7%;
    position: absolute;
    right: 0;
    padding-top: 8px;
    padding-left: 15px;
}

.advanced-search-container button {
    color: #10cfc9;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
}

.advanced-search-container button:after {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    border-radius: 0 8px 8px 0;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 16px;
    padding-top: 5px;
    right: 0px;
    position: relative;
    cursor: pointer;
    color: #10CFC8;
}

.collapse {
    &:not(.show) {
        display: none;
    }
}

.collapsing {
    height: 0;
    overflow: hidden;
    @include transition($transition-collapse);
}

.filter-container a {
    color: #000;
    text-decoration: none;
}


.ui-slider-horizontal .ui-slider-range {
    height: 8px !important;
    top: -1px !important;
}

.ui-widget-header {
    background: #10CFC8 !important;
}

.ui-slider-handle {
    background: url(https://dtzgbh2mw4330.cloudfront.net/images/3lines_white.png) #000 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    top: -8px !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

.ui-widget-content {
    border: 1px solid #dee2e6 !important;
    background: #dee2e6 url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x !important;
    color: #333333;
}

.ui-slider-horizontal {
    height: 7px !important;
}

.card-body {
    border-radius: 0;
    min-height: 180px;
}

.slider-handle {
    background-color: #13d0ca !important;
}

.rangeSlider h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}


/*Filter Section*/
.sub-tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background: white;
    margin-left: 10px;
    margin-right: 10px;
    height: 181.3px;
}

.location-dropdown {
    position: relative;
    display: inline-block;
    /*width: 198px;
    margin-left: 73px;*/
    margin-top: 30px;
}

.dropdown {
    position: relative;
    display: inline-block;
    /*width: 198px;
    margin-left: 73px;*/
    width: 90%;
    margin-top: 80px;
}

.input-ranger-slider {
    margin-top: 30px;
}

.locate-input {
    margin-top: 30px;
    width: 80%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    z-index: 1;
    height: 275px;
    overflow: auto;
    transform: translateY(-100%);
    top: -3px;
    border-radius: 3px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /*width: 220px;*/
    width: 100%;
    outline: none;
    padding: 5px;
}

.dropdown-content a {
    color: black;
    padding: 1.5px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    outline: none;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
    font-size: 16px;
    color: black;
}

.txt-up-drop {
    text-align: center;
    margin-top: -41px !important;
}

.dropbtn {
    background-color: #efefef;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    /*width: 220px;*/
    width: 100%;
    outline: none !important;
}

.location-dropbtn {
    background-color: #efefef;
    color: black;
    padding: 16px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    outline: none !important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

input.drp-srch:focus,
textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    /* padding: 3px 0px 3px 3px; */
    /* margin: 5px 1px 3px 0px; */
    border: 1px solid rgba(81, 203, 238, 1);
}

.drp-srch {
    border: 1px solid #555656 !important;
}

.drop-cont {
    overflow: auto;
    background: white;
}

.show {
    display: block;
}

.select-box {
    width: 80%;
    height: 65px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #ddd;
    color: #000;
    font-size: 20px;
    cursor: pointer !important;
    margin-top: 40px;
    pointer-events: auto;
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
}

.selectedbox {
    background-image: url("https://d3o40wwl2vh905.cloudfront.net/spoticar/images/right.png");
    background-position: right 10px center;
    background-size: 30px;
    background-repeat: no-repeat;
    opacity: 0.5;
    cursor: pointer;
}

.selectedrop {
    background-image: url("https://d3o40wwl2vh905.cloudfront.net/spoticar/images/drop_right.png");
    background-position: right 10px center;
    background-size: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 500;
    background-color: #efefef;
}

/*Location sub tab*/
.input-container {
    display: flex;
    width: 60%;
    height: 50px;
    margin-left: auto;
    margin-top: 10px;
    margin-right: auto;
    position: relative;
}

.range-container {
    /*display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 50px;
    margin-left: 45px;
    margin-top: 10px;*/
    margin-top: 27px;
}

.icon {
    padding: 8px;
    padding-top: 16px;
    background: #efefef;
    color: #868689;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    font-size: 13px;
    border: 2px solid #efefef;
    background: #efefef;
}

.input-field:focus {
    border: 2px solid #efefef;
}

/*Sub Nav tab*/
.nav-sub {
    margin-right: 130px;
    background: #D1D1D1;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding-bottom: 11px;
}

.sub-tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #d1d1d1;
    padding: 10px 5px 10px 5px;
    display: flex;
    justify-content: center;
}

.sub-tab button {
    background-color: #efefef;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 2px;
    /*transition: 0.3s;*/
    font-size: 1rem;
    width: 14%;
    height: 66px;
}

.sub-nav-btn.active {
    background-color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 2px;
    /* transition: 0.3s; */
    font-size: .8rem;
    width: 15%;
    height: 76px;
}

.sub-nav-btn {
    padding: 25px;
    background: white;
    border: none;
    font-size: 1rem;
    margin-left: 5px;
    cursor: pointer;
}

.sub-nav-btn:focus {
    outline: none;
}

.sub-nav-btn-see {
    background: #10CFC8 !important;
    border: 2px solid #10CFC8;
    color: #fff;
    border-radius: 8px;
    font-size: 19px;
    font-weight: 700;
    padding: 18px 25px 18px 25px;
    margin-left: 10px;
    cursor: pointer;
    width: 12% !important;
    filter: contrast(1);
}

.sub-nav-btn-see:focus {
    outline: none;
}

.sub-nav-btn-see:hover {
    border: 2px solid #10CFC8;
    background: white !important;
    color: #10CFC8;
}

.loction-up-heads {
    justify-content: center;
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
}

.range-end {
    /* padding-top: 12px;*/
    margin-left: 10px;
}

#num {
    font-weight: 500;
}

.range-start {
    /*margin-top: 11px;*/
    font-weight: 500;
    padding-right: 3px;
}

#retailerUpContent {
    top: 33px !important;
    /*margin-left:64px !important;*/
}

.hide {
    display: none !important;
}

/*Fin nav tab*/
.fin-sub-nav-btn.active {
    background-color: white;
    border: none;
    outline: none;
    /*
    padding-bottom: 59px;
    position: absolute;
    padding-top: 24px;*/
}

.fin-sub-nav-btn {
    padding: 25px;
    background: white;
    border: none;
    font-size: 8px;
    margin-left: 5px;
    cursor: pointer;
}

.fin-sub-nav-btn:focus {
    outline: none;
}

.fin-sub-tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #d1d1d1;
    padding: 10px 5px 10px 5px;
}

.fin-sub-tab button {
    background-color: #efefef;
    float: left;
    border: none;
    outline: none;
    cursor: pointer !important;
    padding: 14px 13px;
    transition: 0.3s;
    font-size: 10px;
    width: 9.5% !important;
    height: 66px;
}

.fin-switch-btn {
    height: 52px;
    background: #10cfc8;
    padding: 10px 35px;
    margin: 0 auto;
    width: 529px;
    text-align: center;
    color: #000;
    cursor: pointer;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    font-size: 20px;
    font-weight: 500;
}

.fin-switch-btn:hover {
    border: 2px solid #10CFC8;
    background: white !important;
    color: #10CFC8;
}

.fin-sub-nav-btn-see {
    background: #10CFC8 !important;
    border: 2px solid #10CFC8;
    color: #000;
    border-radius: 8px;
    font-size: 12px !important;
    font-weight: 700;
    padding: 5px 11px 5px 9px;
    margin-left: 11px;
    cursor: pointer;
    width: 10% !important;
    white-space: normal;
}

.fin-sub-nav-btn-see:focus {
    outline: none;
}

.fin-sub-nav-btn-see:hover {
    border: 2px solid #10CFC8;
    background: white !important;
    color: #10CFC8;
}

/*Footer CSS Added*/

.adafix {
    display: none;
}

/*Warranty Tabs Section - CSS Styles*/

.intro_heading {
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

.intro_txt {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.reg_txt {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.img-width-auto {
    width: auto !important;
}

.mt_22 {
    margin-top: 20px;
}

.mt_41 {
    margin-top: 41px;
}

.mt_63 {
    margin-top: 63px;
}

.mt_70 {
    margin-top: 70px;
}

.clr_white {
    color: #fff !important;
    margin-left: 12px !important;
}


ul:not(.avoid) {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pull-right {
    float: right;
}


.landing_sec_heading {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-top: 30px;
    border-bottom: solid 1px #13d0ca;
}

.landing_sub_heading {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}

.landing_list {
    font-size: 18px;
    color: #fff;
    margin-left: 12px !important;
}


.landing_list li {
    padding: 5px 0 1px 12px;
    background: url(https://d3o40wwl2vh905.cloudfront.net/images/chevron_right.png) no-repeat 0 12px;
}


.landing_tabs {
    padding-top: 34px !important;
    margin-top: 0 !important;
    /*padding-bottom: 20px !important;*/
    border-top: solid 1px #13d0ca;
    border-bottom: solid 1px #13d0ca;
}

.landing_tabs>li>a {
    border: none;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 10px 29px;
    text-decoration: none;
}

.landing_tabs li .active span {
    background: url("https://d3o40wwl2vh905.cloudfront.net/spoticar/images/tab_active.png") no-repeat;
    background-position: bottom center;
    color: #13d0ca;
    padding-bottom: 51px;
}

.landing_tabs .warranty {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/warranty_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    padding-bottom: 36px;
}


.landing_tabs .warranty.active {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/warranty_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
}

/*.landing_tabs li.slick-current .warranty{
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/warranty_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
}
*/

.landing_tabs .point-inspection {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/125_pi_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    padding-bottom: 36px;
}

.landing_tabs .point-inspection.active {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/125_pi_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}

/*.landing_tabs li.slick-current .point-inspection {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/125_pi_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}*/

.landing_tabs .carfax {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/carfax_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    padding-bottom: 36px;
}

.landing_tabs .carfax.active {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/carfax_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}

/*.landing_tabs li.slick-current .carfax {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/125_pi_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}
*/
.landing_tabs .siriuxm {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/siriuxm_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    padding-bottom: 36px;
}

.landing_tabs .siriuxm.active {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/siriuxm_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}

/*.landing_tabs li.slick-current .siriuxm {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/siriuxm_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}*/

.landing_tabs .roadside-assistance {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/roadside_assist_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    padding-bottom: 36px;
}

.landing_tabs .roadside-assistance.active {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/roadside_assist_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}

/*.landing_tabs li.slick-current .roadside-assistance {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/roadside_assist_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}*/

.landing_tabs .car-rental-allowance {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/car_rental_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    padding-bottom: 36px;
}

.landing_tabs .car-rental-allowance.active {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/car_rental_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}

/*.landing_tabs li.slick-current .car-rental-allowance{
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/roadside_assist_sel_icon.png) no-repeat !important;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}*/

.landing_tabs .mopar {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/mopar_logo.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    padding-bottom: 36px;
}

.landing_tabs .mopar.active {
    background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/mopar_logo_sel_icon.png) no-repeat;
    background-position: top center;
    padding-top: 66px;
    color: #13d0ca;
}


.tabs-nav {
    list-style-type: none;
    padding: 0px;
}

.tabs-nav li {
    text-align: center;
}

.tabs-nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.tabs-nav li a.active {
    color: #10cfc8;
}


.tabs-nav .slick-prev {
    background: transparent;
    left: 0;
    z-index: 999;
}

.tabs-nav .slick-next {
    background: transparent;
    right: 0;
    z-index: 999;
}

.sub-tab button b {
    float: left;
    padding-left: 15px;
}

.fin-sub-tab button b {
    float: left;
}

.tabs-nav li {
    text-align: center;
}

.tabs-nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.tabs-nav li a.active {
    color: #10cfc8;
}


.tabs-nav .slick-prev {
    background: transparent;
    left: 0;
    z-index: 999;
}

.tabs-nav .slick-next {
    background: transparent;
    right: 0;
    z-index: 999;
}

.sub-tab button b,
.fin-sub-tab button b {
    float: left;
    padding-left: 15px;
}

.sub-tab i.fa,
.fin-sub-tab i.fa {
    float: right;
    padding-right: 15px;
    line-height: 1.5;
}

.fin-sub-tab button:nth-child(2) {
    width: 15%;
    text-align: left;
}

.slider-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper-year {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.low-value {
    font-size: 19px;
    text-align: right;
    font-weight: bold;
}

.high-value {
    font-size: 19px;
    text-align: left;
    font-weight: bold;
}

.input_ranger {
    width: 50%;
}

button:focus {
    /* border: 2px solid #000; */
}

/* Car tails */
/* .car-tail{
    border: none;
    width: 20%;
    height: auto;
    margin-left: 10px;
    margin-top: 20px;
}
.car-tail img{
    width: 100%;
    height: 230px;;
}
.miles-sni{
    float:left;
}
.dollers-sni{
    float: right;
}
.hr-sni hr{
    width: 108%;
    margin-top: 5px;
    margin-left: -12px;
}
.zip-sni{
    float:left;
}
.zip-sni p{
    margin-left: 33px;
    display: flex;
    margin-top: -44px;
    font-size: 13px;
}
.brand-sni{
    float: right;
    font-size: 12px;
    margin-top: -10px;
}
.zip-sni img{
    width: 29px;
    height: 47px;
    margin-top: -10px;
}
.zip-sni b{
    margin-left: 33px;
    display: flex;
    margin-top: -44px;
    font-size: 13px;
}
.btn-tail{
    width: 109%;
    margin-top: 10px;
    margin-left: -13px;
    background-color:#10cfc8;
    outline: none !important;
    border: none;
    color: ivory;
    margin-bottom: 10px;
}
.compare-tail{
    float: left;
}
.home-del-tail{
    float: right;
}
.home-del-tail button{
    background-color: #006e90;
    color: ivory;
    outline: none;
    border: none;
}
.top-compare{
    background-color: #f1f1f1;
    margin-top: 1px;
    height: 38px;
    margin-left: -12px;
    width: 108%;
} */
/* End Car tails */

.filter-drop-dlr {
    background-color: #10cfc8;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 0px;
    transition: 0.3s;
    font-size: 12px;
    width: 6.5% !important;
    height: 66px;
    padding-left: 8px;
    white-space: normal;
}


.filter-drop-dlr option {
    cursor: pointer;
    background-color: white;
    color: #000;
}

.filter-drop-dlr option:hover {
    cursor: pointer;
    background-color: #10cfc8 !important;
    color: ivory;
}

.dlr-i {
    padding: 10px;
}

.dlr-i-month {
    display: flex;
    margin-top: -10px;
    float: right;
}

.dlr-i-average {
    display: flex;
    margin-top: -10px;
    float: right;
}

.custom-link {
    color: #fff !important;
}

.zipcode-btn-container-row {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.zip-btn {
    font-size: 20px;
    color: white !important;
    padding: 10px;
    margin: 15px;
    cursor: pointer !important;
    pointer-events: auto;
    height: 56px;
}

@media (min-width: 1021px) and (max-width: 1900px) {
    .zipcode-container {
        width: 76% !important;
    }
}

.dropdown-select {
    margin: 0;
}

.nationwideMiles:checked {
    background-color: #0fcfc8 !important;
    border-color: #0fcfc8 !important;
}

.nationwideMiles:focus {
    border-color: #0fcfc8 !important;
}

.nationwideMiles-container {
    margin-top: 10% !important;
}

.drp-arrow {
    position: absolute;
    top: 26px;
    right: 20px;
}

.drp-arrow::before,
.drp-arrow::after {
    position: relative;
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: rgb(0, 0, 0);
    transition: 0.3s ease-in-out;
}

.drp-arrow::before {
    transform: rotate(45deg);
}

.drp-arrow::after {
    left: 6px;
    top: -1px;
    transform: rotate(-45deg);
}

.dropbtn.active .drp-arrow::before {
    transform: rotate(-45deg);
}

.dropbtn.active .drp-arrow::after {
    transform: rotate(45deg);
}

.loc-drp-arrow {
    position: absolute;
    top: 60px;
    right: 90px;
}

.loc-drp-arrow::before,
.loc-drp-arrow::after {
    position: relative;
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: rgb(0, 0, 0);
    transition: 0.3s ease-in-out;
}

.loc-drp-arrow::before {
    transform: rotate(45deg);
}

.loc-drp-arrow::after {
    left: 6px;
    top: -1px;
    transform: rotate(-45deg);
}

.location-dropbtn.active .loc-drp-arrow::before {
    transform: rotate(-45deg);
}

.location-dropbtn.active .loc-drp-arrow::after {
    transform: rotate(45deg);
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.landing_tabs>li>a {
    border: none;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.navbar-brand {
    border-right: 1px solid #9e9e9e;
    padding-right: 25px;
}

.siriuxm-last-para {
    text-align: center;
}

.error {
    color: red;
    filter: contrast(1);
}

.drop-search {
    padding: 5px;
}

#MonthlyPay .col-md-4:last-child .dropdown {
    width: 100%;
}

#MonthlyPay .col-md-4:last-child .dropdown .dropdown-menu.show {
    width: 100%;
}

#zpcode-error-section .locate-input {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0;
}

#zpcode-error-section .input-container {
    width: 100%;
    align-items: center;
    justify-content: center;
}

#zpcode-error-section .loction-up-heads {
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding: 0px 0 10px;
}

.Error_Or {
    padding: 0 20px;
    font-weight: bold;
}

#zpcode-error-section .current-location {
    font-weight: bold;
    font-size: 20px;
}

#zpcode-error-section .input-field {
    min-width: 200px;
    border: 2px solid #10cfc8;
}

#zpcode-error-section .sni_current_location_container {
    cursor: pointer;
}

#zpcode-mobile-error-section .loction-up-heads {

    font-size: 18px;

    margin-bottom: 0px;

}

#zpcode-mobile-error-section p {

    font-size: 14px;

}

#zpcode-mobile-error-section .sni_current_location_container {

    text-align: center;

    font-weight: bold;

    margin-top: 6px;

}

#zpcode-mobile-error-section .sni_current_location_container img {

    width: 22px;

}

#zpcode-mobile-error-section .input-container {
    width: 80%;
}

#zpcode-mobile-error-section .input-container .input-field {
    border-color: #4bd6d2;
}

button.sub-nav-btn-see.filter-count-loader.see-all-vehicle.disable_SeeallVehicle {
    color: #acacac !important;
    background-color: #efefef !important;
}

button.sub-nav-btn-see.filter-count-loader.see-all-vehicle.disable_SeeallVehicle:hover {
    border-color: transparent !important;

}

.Arrow_Icon {
    position: absolute;
    right: 0;
    background-color: #10cfc8;
    color: #fff;
    padding: 9px 15px;
    cursor: pointer;
}

#zpcode-mobile-error-section .Arrow_Icon {
    padding: 13px 15px;
    top: 0;
}

.zipcode-spinner {
    color: #fff !important;
    background-color: #10cfc8;
}
#categorytrimDesc .select-box, #categoryFuelType .select-box {
    font-size: 14px;
    height: 65px;
    align-items: center;
    padding-top: 0;
    width: 100%;
    margin-top: 20px;
}
#trimDesc, #FuelType {
    padding-top: 30px;
}