.homeSearch {
    display: none;
}

body {
    font-family: "Montserrat" !important;
}

:root {
    /* Colors: */
    --unnamed-color-1000b400: #1000b400;
    --unnamed-color-707070: #707070;
    --unnamed-color-5cd402: #2B55A5;
    --unnamed-color-ffffff: #ffffff;
    --unnamed-color-4d4d4d: #4d4d4d;
    --unnamed-color-0f1012: #0f1012;
    --unnamed-color-585858: #585858;
    --unnamed-color-2a2c35: #2a2c35;

    /* Font/text values */
    --unnamed-font-family-geom-graphic: Geom Graphic;
    --unnamed-font-family-montserrat: Montserrat;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-600: 600px;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-weight-medium: medium;
    --unnamed-font-size-15: 15px;
    --unnamed-font-size-16: 16px;
    --unnamed-font-size-18: 18px;
    --unnamed-font-size-36: 36px;
    --unnamed-font-size-50: 50px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-19: 19px;
    --unnamed-line-spacing-25: 25px;
    --unnamed-line-spacing-26: 26px;
    --unnamed-line-spacing-43: 43px;
    --unnamed-line-spacing-60: 60px;
    --unnamed-text-transform-uppercase: uppercase;
}

/* Character Styles */
.unnamed-character-style-1 {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-600);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-19);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-2a2c35);
    text-transform: var(--unnamed-text-transform-uppercase);
}

.unnamed-character-style-2 {
    font-family: var(--unnamed-font-family-geom-graphic);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-600);
    font-size: var(--unnamed-font-size-36);
    line-height: var(--unnamed-line-spacing-43);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-4d4d4d);
    text-transform: var(--unnamed-text-transform-uppercase);
}

.unnamed-character-style-3 {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-18);
    line-height: var(--unnamed-line-spacing-25);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-585858);
}

.unnamed-character-style-4 {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-600);
    font-size: var(--unnamed-font-size-15);
    line-height: var(--unnamed-line-spacing-26);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-0f1012);
}

.unnamed-character-style-5 {
    font-family: var(--unnamed-font-family-geom-graphic);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-50);
    line-height: var(--unnamed-line-spacing-60);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    text-transform: var(--unnamed-text-transform-uppercase);
}

.container {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}

._small {
    width: 75%;
}

.sec_heading {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
}

.sec_heading.heading2 {
    margin-top: -110px;
}

.sec_heading img {
    width: 140px !important;
}

.sec_heading h2 {
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "GeomGraphicW03";
    text-align: center;
    font-weight: 800;
}

a.global_btn2 {
    background: #2B55A5;
    box-shadow: 0px 3px 6px #0000008b;
    border-radius: 8px;
    color: #ffffff;
    text-shadow: 0px 2px 2px #000000c6;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px 12px 60px;
}

a.global_btn2:hover {
    padding: 12px 60px 12px 25px;
    background: #171717;
}

a.global_btn3 {
    background: #171717;
    border-radius: 6px;
    color: #ffffff;
    text-shadow: 0px 2px 2px #000000c6;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 25px 12px 60px;
    text-decoration: none;
}

a.global_btn3:hover {
    padding: 12px 60px 12px 25px;
    background: #2B55A5;
}

.mobile {
    display: none;
}

header {
    background: rgba(0,0,0, .5);
    border-bottom: 3px solid#0f00b4;
    height: 100px;
}
.page-id-30 header{
    position: fixed;
}

header .navbar-nav li a {
    color: #fff !important;
    font-family: "Montserrat" !important;
    font-weight: 500;
    font-size: 13px;
     border-right: 1px solid #2B55A5;
    padding-left: 15px;
    padding-right: 15px;
}
header .navbar-nav li#menu-item-2433 a {
    border: 0px;
}

/*header .navbar-nav li a:last-child {
    border-left: 1px solid #2B55A5;
}
*/
header .navbar-nav .menu-item-has-children ul a:hover {
    background: #2B55A5;
    color: #fff !important;
}

.header-top a {
    color: #fff !important;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
}

header .navbar-nav {
    margin-top: 20px;
}

header .navbar {
    padding: 0rem 1rem;
}

header .navbar-nav li {
    padding: 5px 0px;
    margin: 0 0px !important;
}

header .navbar-nav li a:hover {
    text-decoration: none;
    color: #2B55A5 !important;
}

.header-top {
    margin-top: 15px;
}

.logo img {
    width: 180px;
}

/*
    Home Page */



.home-slider a.global_btn3 img {
    display: inline-block !important;
    width: 12px !important;
    padding-left: 0px;
    margin-left: 0px;
    text-align: right;
    float: right;
    margin-top: 3px;
}


.home-slider a.global_btn3:hover {
      padding: 8px 15px 8px 15px;
}
.home-slider a.global_btn3 {
    padding: 8px 10px 8px 15px;
    font-size: 10px;
    width: 100%;
}
.home-banner-sec {
    width: 85%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}
.car_buying_info h4 {
    font-size: 15px;
    font-weight: 600;
}

.home-banner-sec .car_buying_info {
    padding: 10px;
}
.homesec {
/*    position: absolute;
    width: 90%;
    top: 25%;*/
    margin-top: 10%;
}
.homesec .text-end .home-banner-sec {
    float: right;
}

.banner-section .slider-nav {
    right: 1% !important;
    top: -25%;
}

.banner-section .slider-nav #carousel-custom-dots li.owl-dot .count {
    height: 3px;
    width: 3px;
    border: 4px solid #ffffff;
    padding: 3px;
    /* opacity: 1; */
}

.banner-section .slider-nav #carousel-custom-dots li.owl-dot .count i.fas {
    /* font-size: inherit; */
    color: #fff;
    margin-top: 1px;
    font-size: 9px;
}

.banner-section .slider-nav #carousel-custom-dots li.owl-dot.active .count i.fas {
    font-size: 8px;
    border: 2px solid #2B55A5;
    border-radius: 50%;
    margin: 0;
}

.slider .home-slider .owl-item {
    height: auto !important;
}

.slider__info {
    position: absolute;
    bottom: 12%;
    left: 23%;
}

a.global_btn {
    background: #2B55A5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000008b;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    padding: 8px 35px;
    display: flex;
    text-shadow: 0px 2px 2px #000000c6;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

a.global_btn:hover {
    padding: 8px 20px;
}

a.global_btn.green i {
    font-size: 24px;
    padding-left: 14px;
    transition: 0.6s;
    box-sizing: inherit;
    text-shadow: none !important;
}

span.angle-right:before {
    background: #fff;
    height: 2px;
    content: "";
    position: absolute;
    width: 18px;
    transition: 0.6s;
    margin-left: 4px;
    left: 0;
    top: -1px;
}

span.angle-right {
    position: relative;
    transition: 0.6s;
}

a.global_btn.green:hover span.angle-right {
    padding-left: 80px;
}

a.global_btn.green:hover span.angle-right:before {
    width: 96px;
}

/*
    a.global_btn {
    background: #2B55A5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000008b;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    text-shadow: 0px 2px 2px #000000C6;
    text-decoration: none;
    }


    a.global_btn:hover .borders {
    background: #fff;
    height: 2px;
    width: 80px;
    display: inline-block;
    transition: 0.6s;
    position: relative;
    top: -3px;
    margin-right: -5px;
    }
    a.global_btn:hover {
    padding: 15px 20px;
    }
    a.global_btn img
    {
    height: 18px;
    display: inline-block !important;
    width: auto !important;
    transition: 0.6s;
    }

    span.borders {
    display: none;
    transition: 0.6s;
    }*/

.inventory_filter {
    background: transparent linear-gradient(180deg, var(--unnamed-color-ffffff) 0%, var(--unnamed-color-ffffff) 31%, #f2f2f2 77%, var(--unnamed-color-ffffff) 82%, #e3e3e3 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 31%, #f2f2f2 77%, #ffffff 82%, #e3e3e3 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 11px #0000004e;
    z-index: 1;
    position: relative;
}

.fliter_title h4 {
    letter-spacing: 0px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 30px 0px;
    text-align: center;
}

.fliter_title {
    border-right: 1px solid#d3d2d2;
}

.fl-hover {
    padding-right: 0px;
    cursor: pointer;
}

.fl-hover:hover {
    background: #e3e3e3;
}


.home__inventory {
    margin-top: 0px;
    background: url(/wp-content/uploads/Featured-inventory.png);
    padding: 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home__inventory .all__inventory {
    margin: 30px 0px 0px 0px;
}

.top-bar.title__heading {
    margin-bottom: 40px;
}

.top-bar.title__heading h2 {
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "GeomGraphicW03";
    text-align: center;
    font-weight: 800;
}

.home__inventory .car-col .car-card {
    padding: 0px 0px 0;
    /* border: 1px solid; */
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    height: 95%;
    position: relative;
    z-index: 1;
}
.exterior__ a {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #2B55A5;
}

.view_more_detaisl {
    background: #2B55A5;
    width: 280px;
    margin: 0 auto;
    color: #FFF!important;
    line-height: 45px;
}
.view_details_link {
    position: absolute;
    background: transparent;
    display: block !important;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 99999;
    left: 0;
}.exterior__ {
    opacity: 0;
    height: 0;
}
.car-image {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}

.car-image img {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}

.car-image img:hover {
    transform: scale(1.3);
}

.home__inventory .car-name {
    padding: 0px !important;
}

.home .home__inventory .car-name {
    padding: 10px !important;
}

.car-col .car-card .car-image .overlay {
    display: none;
}
.car-card:hover .roboto_heading {
    transform: translateY(-300px);
    position: relative;
    transition: 0.6s;
    border-top-left-radius: 0px !important;
    z-index: 999999;
    background: #ffffff !important;
    border-top-right-radius: 0px;
}
.roboto_heading {
    padding: 14px 15px 10px!important;
    transition: 0.2s;
}.inventory .car-col .car-card:hover .car-name h4 {
    display: none;
}.home__inventory .car-name h4 {
    font-size: 16px;
    color: #0f1012;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    /* line-height: 28px!important; */
    margin-bottom: 5px;
    overflow: hidden!important;
    /* height: 55px!important; */
}
.home__inventory .car-col .car-card:hover .exterior__ {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 10px !important;
    transition: 0.4s;
    left: 0;
    bottom: 0;
    background: #ffffff;
    height: 300px;
    opacity: 1;
}
.home__inventory .car-col .car-card:hover .exterior__ {
    display: block;
}
.exterior__ li {
    font-size: 14px;
    list-style: none;
    margin-bottom: 10px;
}
.home__inventory .car-name h4 {
    font-size: 16px;
    color: #0f1012;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    /* line-height: 28px!important; */
    margin-bottom: 5px;
    overflow: hidden!important;
    /* height: 55px!important; */
}

.miles__vin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.miles__vin p {
    font-size: 13px;
    font-weight: 700;
    color: #777777;
    font-family: "GeomGraphicW03";
}

.car_get_schedule {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car_get_schedule a {
    background: #2B55A5;
    display: inline-block;
    text-align: center;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.car_get_schedule .car_get_app {
    width: 39%;
}

.car_get_schedule .car_schedule_test {
    width: 59%;
}

.home__inventory .car-col .car-card .car-price {
    display: block;
    justify-content: space-between;
    padding: 8px 0;
    border-top: solid 0px #b1a8a8;
    border-bottom: solid 0px #b1a8a8;
}

.home__inventory .car-col .car-card .car-price .btn {
    background: #171717;
    display: block;
    width: 100%;
    padding: 10px 10px !important;
    border-radius: 10px;
    outline: none;
    border: 0;
}
h4.display_name {
    display: none;
}

.home__inventory .car-col .car-card .car-price .btn:hover span.btn-text {
    color: #fff;
}

.home__inventory .car-col .car-card .car-price .btn:hover span.btn-price {
    color: #2B55A5;
}

.inventory .car-details-action {
    background: inherit;
    padding: 3px 10px 10px 10px !important;
}

.car-details-action ul {
    justify-content: space-around;
    align-items: center !important;
}
.inventory .car-details-action ul {
    justify-content: space-between;
    align-items: center !important;
    border: 1px solid #999;
    padding-left: 10px;
    position: relative;
}.car-details-action button {
    display: block;
    width: 100%;
    /* text-transform: uppercase; */
    color: #fff;
    background: #2B55A5;
    padding: 4px 8px !important;
    border-radius: 0;
    border-left: 1px solid #999;
    outline: none !important;
}
.car-details-action ul li {
    margin: 0 0px;
}

.car-details-action ul li span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.car-details-action .pin span {
    margin-left: 0px;
}

.car-details-action .smsMSG span {
    margin-left: 0px;
}

.car-details-action ul li img {
    width: 20px;
    padding-right: 5px;
}

.car-details-action ul > a {
    display: none;
}
.home__inventory .car-col .car-card:hover {
    border-top-left-radius: 12px!important;
    border-top-right-radius: 12px;
}

.home__inventory span.btn-text {
    display: block;
    width: 100%;
    color: #2B55A5;
    text-transform: uppercase;
    font-size: 14px;
}

.home__inventory span.btn-price {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "GeomGraphicW03";
    color: #fff;
}

.home__inventory .pd {
    padding-right: 10px;
    padding-left: 10px;
}

footer .pd {
    padding-right: 10px;
    padding-left: 10px;
}

.home__inventory .car-col .car-card .car-price .btn:focus {
    outline: none !important;
    box-shadow: none;
}

.cars_type {
    box-shadow: 0px 10px 15px #0000001c;
    position: relative;
}

.cars_name {
    padding: 30px 10px;
    height: 220px;
}

.cars_name img {
    width: 100%;
}

.cars_name:hover {
    background: #f5f5f5;
}

.cars_name:hover img {
    mix-blend-mode: darken;
}

.cars_name h4 {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0;
}

.cars_name p {
    color: #707070;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.all__inventory {
    margin: 30px 0px;
    text-align: center;
}

.all__inventory a {
    background: #000;
    padding: 12px 20px;
}

.all__inventory a:hover {
    padding: 12px 30px;
}

.featured_inventory {
    margin-top: 30px;
}

.featured_inventory img {
    width: 100%;
}

.find_car {
    position: relative;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #ffffff 0% 0% no-repeat;
    box-shadow: 0px 10px 15px #0000001c;
    padding-bottom: 0px;
}
.find_car .sec_heading {
    margin-top: 40px;
    margin-bottom: 40px;
}

.find_car img {
    width: 100%;
}

.banner_btn {
    position: absolute;
    top: 68%;
    margin-left: 1%;
}

.car_buying {
    padding-top: 20px;
    margin-top: 0px;
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 15px #0000001c;
    padding-bottom: 60px;
    background: url(/wp-content/uploads/The-Future-of-car-buying.png);
    /* background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 31%, #f2f2f2 77%, #ffffff 82%, #e3e3e3 100%) 0% 0% no-repeat padding-box; */
    box-shadow: 0px 12px 13px #0000007d;
    z-index: 1;
    /* background-size: cover; */
    background-repeat: no-repeat;
}
.car_buying__sec {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #0000002c;
    border-radius: 10px;
}

.car_buying .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.car_buying__sec img {
    width: 100%;
}

.car_buying_info {
    padding: 15px;
}

.car_buying__sec h4 {
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 28px;
    font-family: "GeomGraphicW03";
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 20px;
}

.car_buying__sec p {
    color: #585858;
    font-size: 15px;
    line-height: 20px;
    height: 85px;
}

/*.car_buying__sec a {
    background: #171717;
    border-radius: 10px;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px #000000c6;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 50px;
    text-decoration: none;
    }*/
a.global_btn3 img {
    display: inline-block;
    width: 16px;
    padding-left: 0px;
    margin-left: 20px;
}

.will__get {
    margin-top: 0px;
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 15px #0000001c;
    padding-bottom: 50px;
    margin-bottom: 0px;
    background: url(/wp-content/uploads/What-will-you-get.png);
    background-size: cover;
}
.will__get .sec_heading.heading2 {
    margin-top: 30px !important;
}


.car_intro {
    position: relative;
}

.car_intro img {
    width: 100%;
}

.car_intro_info {
    position: relative;
    z-index: 999;
    padding: 15px;
    margin-top: -86px;
}

.car_intro_info:after {
    position: absolute;
    content: "";
    background: #000;
    height: 60%;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid#111;
}

/*.car_intro:after {
    content: "";
    width: 100%;
    display: block;
    height: 62%;
    bottom: 0;
    border-radius: 10px 10px 0px 0px;
    background: #000;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.7) 30px,#000 45px);
    background: -o-linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.7) 30px,#000 45px);
    background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,.7) 30px,#000 45px);
    margin-top: -20px;
    position: absolute;
    z-index: 1;
    }
    */

.car_intro_info h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "GeomGraphicW03";
}

.car_intro_info p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    padding-right: 25px;
}

/*.car_intro_info a{
    background: #171717;
    box-shadow: 0px 3px 6px #0000008b;
    border-radius: 10px;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px #000000C6;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 50px;
    text-decoration: none;
    }
    */

a.global_btn2 img {
    display: inline-block;
    width: 16px;
    padding-left: 0px;
    margin-left: 20px;
}

.will__get .col-lg-6 {
    padding-left: 3px;
    padding-right: 3px;
}

.certified__vehicles {
    position: relative;
    margin-bottom: 50px;
}

.certified__vehicles .sec_heading {
    margin-bottom: 30px;
}

.certified__vehicles img {
    width: 100%;
}

.certified__vehicles .banner_btn {
    top: 72%;
    margin-left: 1%;
}

.insta_bg img {
    width: 100%;
}

.testimonials_bg img {
    width: 100%;
}

/*
    Inventory Page */

.inventory-section.row.clearfix {
    margin-top: 30px;
}



.car-col .car-card .image {
    text-align: center;
    height: 300px !important;
}

.car-col .car-card .car-image {
    max-height: 300px;
    height: 300px;
}
.car-col .car-card .car-image img {
    max-height: 300px !important;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}

.rplg-slider {
    padding-bottom: 50px !important;
}

@media(min-width: 1700px){
.car-col .car-card .car-image {
    max-height: 350px;
    height: 350px;
}
.car-col .car-card .car-image img {
        max-height: 350px !important;
    height: 350px !important;
}

.image.frame{
height: 350px;
}
}

@media(min-width: 2000px){
.car-col .car-card .car-image {
    max-height: 500px;
    height: 500px;
}
.car-col .car-card .car-image img {
        max-height: 500px !important;
    height: 500px !important;
}
.image.frame{
height: 500px;
}
.home__inventory .car-col .car-card{
height: 98%;
}
}
.keyword-search-box input {
    padding: 10px 10px;
    outline: none;
    box-shadow: none;
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.keyword-search-box {
    margin-top: 24px;
}

.search__bar {
    display: flex;
}

.keyword-search-box label {
    display: block;
    width: 100%;
}

.search__bar a {
    background: #2B55A5 !important;
    color: #fff !important;
    text-decoration: none;
    padding: 8px 6px;
    border-radius: 6px;
    margin-left: 8px;
    font-size: 14px;
}

.keyword-search-box label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.sortby span {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}
.search__bar a i {
    padding: 0px 5px;
    font-size: 15px;
}

select#order_by {
    width: 100%;
    padding: 10px 10px;
    outline: none;
    box-shadow: none;
    border: 1px solid #9a9a9a;
    border-radius: 6px;
}

.inventory .home__inventory {
    margin-top: 0px;
}

.smsMSG .inputBox {
    border-radius: 1px;
    width: 156px;
    height: 29px;
    padding: 3px 1px;
    margin: 5px 0;
    color: #000;
}

.range-dd-btn {
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

#searchfields_holder .row {
    border: 0px!important;
    justify-content: space-around;
    box-shadow: inherit!important;
}

#searchfields_holder .row .range-dd-col {
    padding: 0px;
}

.range-dd-btn {
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 12px 20px;
    font-weight: 500 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    /*    border: 0.5px solid #C6C6C6;*/
    border-left: 0px;
    border-right: 0;
    font-size: 14px !important;
}

.range-dd-btn.active {
    border-bottom: 0 !important;
}

.filter-btn-col span {
    opacity: 1;
    padding: 12px 20px !important;
    font-weight: 500 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    display: block;
}

.filter-btn-col {
    border-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    opacity: 1;
    margin-right: 20px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: relative;
}
.filter-btn-col li {
    /* position: absolute; */
    background-color: #fff;
    z-index: 9;
    width: 100%;
    overflow-x: hidden;
    border: 1px solid#ccc;
    height: auto;
}
body.inventory .inventory-section ul#searchfields_holder > div > div > li > div {
    display: none;
    position: absolute;
    background-color: #fff;
    max-height: 460px;
    overflow-x: auto;
    z-index: 10;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}
.searchContainer .col-12 {
    padding: 0px 5px;
}
.holder.searchContainer li {
    line-height: 28px;
    padding: 0px 5px;
    border: 0;
}

.range-dd-btn:after {
    content: "\f106";
    position: absolute;
    font-size: 26px;
    font-family: "Font Awesome 5 Pro";
    right: 20px;
    color: #484848;
    font-weight: 200;
    top: 6px;
}


.filter-btn.active:after {
    content: "\f107";
    color: #484848 !important;
}

.filter-btn:after {
    content: "\f107";
    position: absolute;
    font-size: 26px;
    font-family: "Font Awesome 5 Pro";
    right: 20px;
    color: #2B55A5;
    font-weight: 200;
    top: 6px;
}

.filter-btn.active:after {
    content: "\f107";
    color: #484848 !important;
}

.filter-slider-div {
    padding: 40px 20px 20px 20px;
}

.year-range-output {
    margin-top: 25px !important;
}

.price-range-output {
    margin-top: 25px !important;
}

.mileage-range-output {
    margin-top: 25px !important;
}

.rangeTextLow {
    border: 0.5px solid #9a9a9a;
    border-radius: 5px;
    padding: 4px 30px;
}

.rangeTextHigh {
    border: 0.5px solid #9a9a9a;
    border-radius: 5px;
    padding: 4px 30px;
}

.high-low-range-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.noUi-background {
    background: #575757;
    box-shadow: inset 0 1px 1px #f0f0f0;
    height: 5px;
    border: 0px solid #575757;
    border-radius: 50px;
}

.noUi-connect {
    background: #575757;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 15px;
    left: -14px;
    top: -5px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    rotate: -90deg;
    background: #1000b4;
    box-shadow: none;
}

.noUi-handle:before,
.noUi-handle:after {
    content: inherit;
}

.holder.searchContainer li {
    line-height: 28px;
    padding: 0px 5px;
}

.holder.searchContainer span {
    display: inline-block;
    font-size: 13px;
    padding: 0 !important;
}

div#year_dropdown {
    border-bottom: 0.5px solid #c6c6c6;
}

div#price_dropdown {
    border-bottom: 0.5px solid #c6c6c6;
}

div#mileage_dropdown {
    border-bottom: 0.5px solid #c6c6c6;
}

.left-filters-col p {
    color: #2a2c35;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

body.inventory .afterMenu .sub-title .sortBox .leftBox {
    margin-left: 0px;
}
/*
.sortBox {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    border-bottom: 1px solid#ccc;
    margin-bottom: 30px;
}
*/
body.inventory .afterMenu .sub-title .sortBox span {
    font-size: 14px;
    color: rgb(0 0 0);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: "Montserrat" !important;
}

/*Inventory Details*/


/*Inventory Details*/

.vdp__breadcrumb {
    background: #2e2e2e;
    padding: 15px 0px;
}
.vdp__breadcrumb .breadcrumb li {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before
{
    display: none;
}

span.dash_pan {
    padding: 0px 8px;
    color: #6c757d;
}

.dt-carfaxlogo .car_dt__img {
    top: 0px!important;
}


.vdp__breadcrumb .breadcrumb li.active {
    font-weight: 600;
    color: #2B55A5;
}

.vdp__breadcrumb .breadcrumb {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
}

.breadcrumb__left {
    display: flex;
    align-items: center;
}

.breadcrumb__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vdp__breadcrumb ul {
    margin-bottom: 0px;
}

.breadcrumb__sec a {
    color: #2B55A5;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
.breadcrumb__sec img {
    padding-right: 8px;
}

.car-detail-slider.owl-theme .owl-nav .owl-prev span:after {
    content: "";
    background: url(/wp-content/uploads/arrow1.svg);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: -10px;
}

.car-detail-slider.owl-theme .owl-nav .owl-next span:after {
    content: "";
    background: url(/wp-content/uploads/arrow2.svg);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: -10px;
}

.car-detail-slider.owl-theme .owl-nav span {
    font-size: 0;
}

.car-detail-slider .owl-nav [class*="owl-"]:hover {
    background: inherit !important;
}

.car-thumb-slider .thumbnail img {
    width: 120px;
    height: 100px;
    object-fit: cover;
}

.car-thumb-slider .thumbnail.active {
    border: 0px solid #000 !important;
    opacity: 1;
}

.car-thumb-slider .thumbnail {
    opacity: 1 !important;
}

.car-thumb-slider .owl-nav .owl-prev span:after {
    content: "";
    background: url(/wp-content/uploads/arrow1.svg);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0px;
    position: absolute;
    left: 0%;
    top: 25%;
}

.car-thumb-slider .owl-nav .owl-next span:after {
    content: "";
    background: url(/wp-content/uploads/arrow2.svg);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Neue Haas Grotesk Display Pro" !important;

    display: inline-block;
    position: absolute;
    right: 3%;
    top: 25%;
}

.car-thumb-slider .owl-nav {
    font-size: 0px;
}
.contSectionWrap {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.contSectionWrap h1 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Neue Haas Grotesk Display Pro" !important;

    text-align: center;
    margin-bottom: 40px;
}

.contactForm select {
    border: 1px solid #ccc;
    height: 45px !important;
    border-radius: 0px;
    background-color: #fff !important;
    margin-bottom: 15px;
    color: #000 !important;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 500;
}

.contactForm select option {
    font-family: "Neue Haas Grotesk Display Pro" !important;
    font-size: 16px;
    font-weight: 500;
}

.contactForm h1 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Neue Haas Grotesk Display Pro" !important;

    text-align: center;
    margin-bottom: 40px;
}

.page-id-2063 .contactForm .col-sm-12 h1
{
    display: block!important;
}


.page-id-2063 .contactForm .col-xs-12 h1
{
    display: none;
}

.contactForm input {
    border: 1px solid #ccc;
    height: 45px;
    border-radius: 0px;
    background-color: #fff !important;
    margin-bottom: 15px;
    color: #000 !important;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 500;
}

.contactForm input:focus {
    box-shadow: inherit;
    outline: none;
    border: 1px solid #ccc;
}

.contactForm select:focus {
    box-shadow: inherit;
    outline: none;
    border: 1px solid #ccc;
}

.contactForm textarea:focus {
    box-shadow: inherit;
    outline: none;
    border: 1px solid #ccc;
}

.form-group input[type="checkbox"] {
    height: auto;
    margin-right: 8px;
}

.btnBox button {
    border-radius: 0px;
    padding: 12px 50px;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    display: block;
    background-color: #555;
    font-weight: 500;
    border: 0;
    opacity: 1;
    margin: 0 auto;
}

.contSectionWrap form .form_body h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 40px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
}

.contSectionWrap .padding {
    font-size: 15px;
    line-height: 28px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    font-weight: 300;
    margin-bottom: 10px;
}

.scrollbox p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    font-weight: 300;
    margin-bottom: 10px;
}

.contSectionWrap .scrollbox ol li {
    font-size: 15px;
    line-height: 28px;
    list-style: disc;
    font-weight: 300;
    margin-bottom: 10px;
}

.contSectionWrap .scrollbox ol {
    padding-left: 3rem;
}
.contactForm textarea {
    border: 1px solid #ccc;
    height: 120px;
    border-radius: 0px;
    background: #fff;
    margin-bottom: 15px;
    font-family: "Neue Haas Grotesk Display Pro" !important;

    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 12px;
}

.contactForm input::placeholder {
    color: #000;
    font-family: "Neue Haas Grotesk Display Pro" !important;

    font-size: 16px;
    font-weight: 500;
}

.contactForm textarea:focus {
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: inherit !important;
    font-family: "Neue Haas Grotesk Display Pro" !important;
}

.contactForm textarea::placeholder {
    color: #000;
    font-size: 16px;
    font-family: "Neue Haas Grotesk Display Pro" !important;

    font-weight: 500;
}

.contactForm button#btnSubmit_contacts {
    border-radius: 0px;
    padding: 12px 50px;
    color: #fff;
    font-size: 18px;
    display: block;
    font-family: "Neue Haas Grotesk Display Pro" !important;

    background-color: #555;
    font-weight: 500;
    border: 0;
    opacity: 1;
    margin: 0 auto;
}

ul.call_chat {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 30px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
}

ul.call_chat li {
    display: inherit;
}

ul.call_chat li a {
    background: #2B55A5;
    display: flex;
    padding: 10px 15px;
    margin: 0px 5px;
    font-family: "Neue Haas Grotesk Display Pro" !important;

    border-radius: 5px;
    height: 38px;
    color: #fff;
    align-items: center;
}

.breadcrumb__sec h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.breadcrumb__sec h2 br {
    display: none;
}

/*.pr_price ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    }*/

.pr_price ul li {
    display: inline-block;
    text-align: left;
    position: relative;
    margin-right: 20px;
    border-right: 1px solid#fff;
    padding-right: 30px;
}

/*.pr_price ul li:last-child {
    border: 0;
    padding-right: 0px;
    margin-right: 0px;
}
*/

.modal-content {
    position: relative;
}

.modal-content span.close
{
    color: #000;
    opacity: 1;
    position: relative;
    right: -10px;
    top: -16px;
    padding-bottom: 20px;
    display: block!important;
}

.pr_price ul li {
    background: #0f00b4;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
}

.pr_price ul li p {
    color: #fff !important;
    margin-bottom: 5px;
    font-size: 20px;
}

.pr_price ul li span {
    color: #ffffff;
    font-size: 18px;
    font-family: "GeomGraphicW03";
}

.retail-price {
    opacity: 0.5;
}

.vdp__breadcrumb .car-details-action ul li img {
    filter: invert(1) !important;
}

.vdp__breadcrumb .car-details-action span {
    color: #fff !important;
    font-weight: 500 !important;
}

.vdp__breadcrumb .car-details-action ul li {
    margin-right: 20px !important;
}

.car_feature {
    box-shadow: 0px 3px 16px #0000005c;
    background: #fff;
    padding: 10px 10px;
    margin-bottom: 25px;
    display: block;
    text-align: left;
    position: relative;
    border-radius: 5px;
}

.car_feature p {
    font-family: "GeomGraphicW03";
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.car_feature a {
    color: #ffffff;
    text-shadow: 0px 2px 2px #000000c6;
    text-transform: uppercase;
    padding: 10px 10px;
    display: block;
    border-radius: 5px;
    background: #2B55A5;
    text-decoration: none;
    position: relative;
}

.car_feature p:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 4px;
    background: url(/wp-content/uploads/60-sec_logo.png);
    height: 46px;
    width: 46px;
}
.car_feature a:after {
    position: absolute;
    content: "";
    right: 15%;
    top: 32%;
    background: url(/wp-content/uploads/arrow-white.svg);
    height: 15px;
    width: 20px;
}

.car_dt a{
    text-decoration: none;
}
.car_dt h2 {
    font-size: 21px;
    padding-top: 10px;
    font-weight: 500;
    padding-bottom: 8px;
}

.car_dt .pr_price ul li {
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    display: block;
}

div#detailed_page_wrapper {
    top: 100px !important;
}

.car_dt {
    display: block;
    border-bottom: 0px !important;
    margin-bottom: 5px;
    text-align: left;
}

.car_dt .b-600 {
    width: 30%;
    text-align: left;
}

.car_dt__img {
    text-align: left;
    position: relative;
    top: 37px;
}

.car_dt__img img {
    width: 35%;
    display: inline-block;
    margin-right: 20px;
}

.border-bottom.car_dt p {
    color: #484848;
}

.border-bottom.car_dt img {
    padding-right: 10px;
}

.schedule__drive a {
    background: #2B55A5;
    padding: 15px 10px;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: 0.6s;
}
.schedule__drive a:hover{
    background: #0f00b4;
    border-radius: 100px;
}
.more__information h4{
 color: #2B55A5;
 margin-top: 15px;
}
.more__information a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    margin-top: 20px;
    display: block;
}

.car-detail-slider .owl-nav {
    margin-top: 0;
}

.vehicles__ {
    margin-top: 32px;
}

.dt-carfaxlogo {
    text-align: right;
    display: flex;
    align-items: center;
}
.dt-carfaxlogo img{
    width: 140px !important;
}

.action__  .car-details-action ul li {
    margin: 8px 12px;
}

.action__ .car-details-action ul li a {
    text-decoration: none;
}
.action__ .car-details-action ul li span {
    font-size: 12px;
}

.action__  .car-details-action ul {
    border: 0px solid #999 !important;
        justify-content: right;
    padding-left: 10px;
    position: relative;
    align-items: start;
}
.action__  .car-details-action ul li:before {
    width: 0px !important;
}

.car-more-information .card-body {
    line-height: 32px;
    text-align: left;
}

footer {
    background: #3b3b3b !important;
    padding: 50px 0px 30px 0px;
}

#footer footer {
    padding: 0px;
}

.footer-sec h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Neue Haas Grotesk Display Pro" !important;
}

.footer-sec p {
    color: #ffffff;
    font-size: 14px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}

.footer-sec p span {
    width: 80px;
    display: inline-block;
}

.footer-sec a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    display: block;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    position: relative;
    transition: 0.6s;
}

.footer-sec .desktop a:hover {
    padding-left: 0px !important;
}

.footer-sec a:hover {
    padding-left: 8px;
}

.leftBox {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    display: inline-flex;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    position: relative;
    transition: 0.3s ease-in-out;
    padding: 0px 4px;
}

.leftBox a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    display: inline-flex;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    position: relative;
    transition: 0.3s ease-in-out;
    padding: 0px 4px;
}

.leftBox a::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #2B55A5;
    transition: width 0.3s;
}

.leftBox a:hover::after {
    width: 85%;
    left: 50%;
    right: initial;
}

.leftBox a:hover {
    color: #2B55A5;
}

.footer-sec a img {
    transition: 0.6s;
}

.footer-sec a img:hover {
    transform: translateY(-8px);
}

.footer-sec .social {
    display: flex;
    background-color: transparent!important;
}

.social a {
    margin-right: 20px;
    margin-top: 10px;
}

.map_bg {
    position: relative;
}

.map_bg img {
    width: 100%;
    border-bottom: 1px solid#2B55A5;
    padding-bottom: 30px;
    padding-top: 30px;
}

.get__directions {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-47%, -50%);
}

.get__directions a.global_btn {
    padding: 8px 20px;
}

#footer footer .postfoot {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    padding: 0px 0px 50px 0;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    letter-spacing: 0.5px;
}

#footer footer .postfoot .leftBox {
    color: #ffffff;
}

#footer footer .postfoot .power {
    color: #ffffff;
}

.custom-accordian .accordable-panel:before
{
    display: none;
}

.inventory .row.home__inventory .col-lg-4 {
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 20px;
    overflow: hidden;
}

div#detailed_page .car_buying .sec_heading {
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
}
.tab_div {
    display: none;
}

#tab_5
{
    margin: 40px 0px;
}

#tab_5 form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tab_5 input[type="text"] {
    width: 80%;
    height: 45px;
    padding: 0px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: 0;
}

#tab_5 input[type="submit"] {
    height: 45px;
    border: 0px;
    background: #171717;
    border-radius: 6px;
    color: #ffffff;
    text-shadow: 0px 2px 2px #000000c6;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
}

#tab_5 input[type="submit"]:hover {
    background: #2B55A5 0% 0%;
    padding: 12px 25px 12px 60px;
}

#tab_5 input[type="submit"]::after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow-white.svg);
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
}

#tab_1 {
    margin: 40px 0px;
}

#tab_4 .elm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
    margin-right: 0px;
    max-width: 24%!important;
}

#tab_4 {
    margin: 40px 0px;
}
#tab_4 .filtWrap {
    display: flex!important;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

#tab_4 .icon {
    width: 40%;
    margin-right: 25px;
}

#tab_4 .title a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

#tab_4 .icon img
{
    width: 100%;
}

#tab_3
{
    margin: 40px 0px;
}

#tab_3 .cars_type {
     box-shadow: inherit;
    position: relative;
}

#tab_3 .cars_name:hover {
    position: relative;
}

#tab_3 .cars_name {
    padding: 30px 10px;
    height: 220px;
    transition: 0.6s;
}


.finance_calculator .form-control {
    padding: 1.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    box-shadow: none;
}

.finance_calculator .form-control:focus{
    outline: none;
    box-shadow: none;
}
.finance_calculator .form-group .btn-primary
{
    background: #2B55A5
}
.finance_calculator .form-group .btn:hover{
    background: #000;
    color: #fff;
}

.staff_sec {
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
    background: #fff;
    padding: 10px;
    text-align: center;
}.main_section img {
    min-height: auto;
    max-height: 300px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
}
.staff_sec h3 {
    color: #2B55A5;
    margin-top: 20px;
    font-size: 20px;
}

.page-id-28 .garage-section.nv {
    margin-top: 60px;
}
.page-id-28 .headTitle .descp {
    font-size: 16px;
    font-family: "Neue Haas Grotesk Display Pro" !important;
    font-weight: 500;
    color: #000;
    text-transform: inherit;
    line-height: 30px;
    margin: 25px 0;
    text-align: left;
    letter-spacing: 0.5px;
}
.loginBox span.mgg_reg
{    width: 150px;
    background-color: #2B55A5 !important;
    font-size: 15px;
        font-family: "Neue Haas Grotesk Display Pro" !important;
    font-weight: 500;
    border: 0px solid #2B55A5 !important;
}
.garage-section.nv .container .loginBox .mgg_login:hover, .garage-section.nv .container .loginBox #logout_submit:hover {
    background-color: #2B55A5;
    color: #fff;
}

.garage-section.nv .container .tabsSection #tabsGrarage .contentBox #savedalerts .garage_content .viewListBox h2 {
    font-size: 18px;
    letter-spacing: 0;
    padding: 0px 0px;
    border-bottom: 0px solid #CBCBCB;
    margin-bottom: 20px;
   font-family: "Neue Haas Grotesk Display Pro" !important;
    font-weight: 500;
}
.loginBox span.mgg_reg:hover {
    color: #fff !important;
}.popout-section .inner {
    top: 60% !important;
}

.show_in_mobile{
    display: none;
}

div#form_login .form_body .form-control {
    padding: 1.5rem 0.75rem;
    border: 0px solid #ced4da;
    border-radius: 0rem;
}
div#form_register .form_body .form-control {
    padding: 1.5rem 0.75rem;
    border: 0px solid #ced4da;
    border-radius: 0rem;
}
div#form_login button#btnSubmit_login {
    width: 100%;
    padding: 5px 0px;
    height: auto;
}
.popout-section .inner .form .body button {
    height: auto;
    width: 100%;
    padding: 5px 0px;
}
.popout-section .inner .form .body {
    padding: 35px 20px 100px;
}
.grecaptcha-badge {
    bottom: 34px !important;
    right: inherit !important;
}
.car-thumb-slider .thumbnail img {
    height: 150px !important;
}
.car-detail-slider .vehicle-image {
    min-height: 620px !important;
    object-fit: cover;
    object-position: center;
}
.car-detail-slider .owl-item {
    min-height: 400px !important;
}
.car-detail-slide .owl-item .item{
    display:flex;
    align-items: center;
    justify-content: center;
}

.car-detail-slider{
    position: relative;
}

/*.fullscreen-icon {
    position: absolute;
    z-index: 999;
    background: #2B55A5;
    padding: 6px 16px;
    color: #fff;
    font-size: 14px;
    bottom: 10px;
    right: 10px;
    display: flex;
    cursor: pointer;
}
.fullscreen-icon img{
    padding: 0px 5px;
    width: 25px;
}*/

.fullscreen-icon a:after {
    background: url(/wp-content/themes/aanWordpress/assets/images/fullscreen-icon.png);
    position: absolute;
    content: "";
    width: 260px;
    height: 90px;
    bottom: -35px;
    border-radius: 4px;
    right: -90px;
    background-repeat: no-repeat;
    z-index: 999;
}

.rigthBox.sortby {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.car-more-information .nav-tabs {
    border-top: solid 0px #4E4E4E;
}
.car-more-information .nav-tabs .nav-item .nav-link.active {
    border-bottom: solid 5px #2B55A5;
    color: #2B55A5;
    background: #fff;
}
.car-thumb-slider.owl-carousel.owl-theme.mainSlider {
    display: none;
}

.fullscreen-icon a:after {
    background: url(/wp-content/themes/aanWordpress/assets/images/fullscreen-icon.png);
    position: absolute;
    content: "";
    width: 260px;
    height: 90px;
    bottom: -35px;
    border-radius: 4px;
    right: -90px;
    background-repeat: no-repeat;
    z-index: 999;
}

@media (max-width: 1110px){
body.inventory .afterMenu .sub-title .sortBox {
    display: block !important;
}}

@media (max-width: 1510px) {
    .car_get_schedule a {
        padding: 10px 6px;
        font-size: 13px;
    }
}

@media (max-width: 1450px) {
    ._small {
        width: 85%;
    }

    .banner_btn {
        margin-left: 6%;
    }

    .certified__vehicles .banner_btn {
        top: 74%;
        margin-left: 6%;
    }

    .pr_price ul li {
        margin-right: 15px;
        padding-right: 15px;
    }

    .vdp__breadcrumb .car-details-action ul li {
        margin-right: 15px !important;
    }
    .banner-section .slider-nav #carousel-custom-dots li.owl-dot .count {
        height: 3px;
        width: 3px;
        border: 4px solid #ffffff;
        padding: 3px 3px 3px;
        /* opacity: 1; */
        border-radius: 50%;
    }
}

@media (max-width: 1380px) {
    .car_get_schedule a {
        font-size: 12px;
        padding: 10px 6px;
    }
    .car-col .car-card .image {
        height: 220px !important;
    }

    .miles__vin p {
        font-size: 11px;
    }
    .car-details-action ul li span {
        font-size: 10px;
    }
    .car-details-action ul li img {
        width: 18px;
        margin: 0px !important;
    }

    .car_feature a:after {
        right: 5%;
    }

    .car_feature a {
        font-size: 12px;
    }
    .banner-section .slider-nav #carousel-custom-dots li.owl-dot .count {
        height: 3px;
        width: 3px;
        border: 4px solid #ffffff;
        padding: 3px 3px 3px;
        /* opacity: 1; */
        border-radius: 50%;
    }

    .cars_name h4 {
        font-size: 12px;
    }
}

@media (max-width: 1366px)
{
    .car_get_schedule {
        flex-wrap: wrap;
    }
    .car_get_schedule .car_get_app {
        width: 100%;
        margin-bottom: 8px;
    }

    .car_get_schedule .car_schedule_test {
        width: 100%;
    }
}

@media (max-width: 1270px) {

    .pr_price ul li span {
        font-size: 14px;
    }
    .banner-section .slider-nav #carousel-custom-dots li.owl-dot .count {
        height: 3px;
        width: 3px;
        border: 4px solid #ffffff;
        padding: 3px 3px 3px;
        /* opacity: 1; */
        border-radius: 50%;
    }

    .pr_price ul li {
        margin-right: 10px;
        padding-right: 10px;
    }

    .pr_price ul li span {
        font-size: 16px;
    }

    .pr_price ul li p {
        font-size: 12px;
    }

    .car_dt .b-600 {
        width: 40%;
    }
}

@media (max-width: 1250px) {
    ._small {
        width: 95%;
    }


    .page-id-741 .car_get_schedule {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.page-id-741 .car_get_schedule .car_get_app {
    width: 100%;
    /*margin-bottom: 12px;*/
}
.page-id-741 .car_get_schedule .car_schedule_test {
    width: 100%;
}

    .pr_price ul li {
        margin-right: 10px;
        padding-right: 10px;
    }

    .pr_price ul li span {
        font-size: 14px;
    }

    .inventory .car-col .car-card .image {
        text-align: center;
        height: 190px !important;
    }
    .slider .home-slider .item{
            height: 500px !important;
    }
    .home-banner-sec {
    width: 100%;
}
}

@media (max-width: 1200px) {
    .car_dt .b-600 {
        width: 54%;
    }

    .breadcrumb__left {
        margin-bottom: 12px;
    }

    .cars_name h4 {
        font-size: 11px;
    }
}

@media (max-width: 1150px) {
    ._small {
        width: 100%;
    }

    .banner_btn {
        top: 48%;
        margin-left: 13%;
    }

    a.global_btn3 {
        padding: 12px 25px 12px 40px;
    }

    a.global_btn3:hover {
        padding: 12px 40px 12px 25px;
    }

    .certified__vehicles .banner_btn {
        top: 76%;
        margin-left: 13%;
    }

    .car_get_schedule a {
        padding: 10px 10px;
        font-size: 12px;
    }

    .search__bar a {
        padding: 12px 30px;
        font-size: 14px;
    }

    .search__bar a i {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .car-col .car-card .image {
        text-align: center;
        height: 230px !important;
    }
    .cars_name h4 {
        font-size: 11px;
    }

    .car_buying__sec h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .footer-sec {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {

    #tab_4 .elm {
    flex: 0 0 32%;
    max-width: 32%!important;
}
    .fliter_title h4 {
        font-size: 12px;
        padding: 20px 0px;
    }

    .car_get_schedule {
        flex-wrap: nowrap;
    }
    .car_get_schedule .car_get_app {
        width: 39%;
        margin-bottom: 0px;
    }

    .car_get_schedule .car_schedule_test {
        width: 59%;
    }


.page-id-741 .car_get_schedule {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-id-741 .car_get_schedule .car_get_app {
    width: 39%;
    font-size: 8px;
    padding: 10px !important;
}

.page-id-741 .car_get_schedule .car_schedule_test {
    width: 59%;
    font-size: 9px;
    padding: 10px !important;
}

    .inventory_filter .fl-hover {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .cars_name {
        padding: 20px 10px;
    }

    .vdp__breadcrumb .car-details-action ul li {
        margin-right: 25px !important;
    }

    .car_get_schedule a {
        padding: 10px 6px;
        font-size: 12px;
        width: 100%;
        text-align: center;
        margin: 5px 0px;
    }

    .home__inventory span.btn-price {
       font-size: 16px;
    }

    .car_buying__sec {
        margin-bottom: 35px;
    }

    #footer footer .postfoot .leftBox {
        text-align: left;
    }

    .car_intro_info p {
        font-size: 14px;
    }

    .car-col .car-card .image {
        height: 200px !important;
    }

    .car_dt__img {
        text-align: left;
        margin-bottom: 40px;
    }

    .mobile-view-phone .mb {
        padding: 0px 10px;
    }

    header .navbar-nav li a {
        font-weight: 500;
        font-size: 16px;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: 0.6s;
    }

    .inventory .car-col .car-card .image {
        text-align: center;
        height: 170px !important;
    }
    .home-banner-sec {
    margin-bottom: 10px;
}
}

@media (max-width: 991px) {
    header .navbar-nav .menu-item-has-children:hover ul {
        width: 100%;
        display: block;
        position: relative;
    }
    .ft-cn {
        padding-left: 14px;
    }

    .show_in_mobile{
        display: block !important;
    }

   .banner-section .slider-nav
   {
        right: -1% !important;
        top: 15%;
        height: auto;
        position: absolute;
        display: block;
    }

    body.inventory .desktop {
        background: transparent;
        padding-left: 10px;
    }
    .keyword-search-box {
        margin-bottom: 20px;
    }

    header .navbar-nav .menu-item-has-children ul {
        display: none;
    }

    header .container {
        background: #000000;
    }

    header .navbar-nav .menu-item-has-children ul a {
        font-size: 12px;
    }

    header .navbar-nav li a:last-child {
        border-left: 0px solid #2B55A5;
    }

}

@media (max-width: 850px) {
    .car_intro_info {
        margin-top: -100px;
    }

    .car_intro_info h4 {
        font-size: 24px;
    }
    .slider__info {
    bottom: 25%;
    left: 25%;
}
}

.mobFrame{ display: none; }
.deskFrame{ display: block; }

@media (max-width: 767px) {

    .rigthBox.sortby {
    flex-wrap: wrap;
}
.sortby span {
    text-align: left;
}
.vehicles__ {
    margin-top: 0px;
}
.mobFrame{ display: block; }
    .deskFrame{ display: none; }

    .action__ .car-details-action ul
    {
        flex-wrap: wrap;
        justify-content: center;
    }
  .modal-content div#btnBox_wrap {
        margin-top: 100px;
    }

    .grecaptcha-badge {
    bottom: 200px !important;
    right: inherit !important;
}

    .dt-carfaxlogo {
        width: 100%;
        display: flex;
        margin-top: 0px;
        text-align: center!important;
    }

    .car-image img:hover {
    transform: inherit;
    }

    .dt-carfaxlogo .car_dt__img
    {
        width: 50%;
        top: 20px!important;
    }

    img.monyroy_img
    {
        width: 48%!important;
        height: auto;
        object-fit: contain;
    }

    .dt-carfaxlogo img {
        width: 90% !important;
    }

    .car-card:hover .roboto_heading {
        transform: translateY(0px);
    }
    .home__inventory .car-col .car-card:hover .exterior__ {
        display: none!important;
    }

    .car-col .car-card:hover .overlay
    {
        display: none;
    }

    #tab_5 form {
        flex-wrap: wrap;
        justify-content: center;
    }

    #tab_5 input[type="text"] {
        width: 100%;
    }

    #tab_5 input[type="submit"] {
    margin: 15px;
}



#tab_1 {
    margin: 20px 0px;
}


#tab_2 {
    margin: 20px 0px;
}
#tab_3 {
    margin: 20px 0px;
}
#tab_4 {
    margin: 20px 0px;
}
#tab_5 {
    margin: 20px 0px;
}
    .btnBox button {
        padding: 10px 50px;
        font-size: 16px;
        margin: 10px auto !important;
        text-align: center;
        display: block;
    }

    .ft-cn {
        padding-left: 0px;
    }

    .contSectionWrap {
        padding: 0;
    }

    #footer footer .postfoot .leftBox {
        text-align: center;
    }

    .leftBox a {
        font-size: 12px;
    }

    .contSectionWrap {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .page-id-204 .contSectionWrap {
        margin-top: 0rem;
        margin-bottom: 3rem;
    }

    .contactForm .col-xs-12 h1 {
        font-size: 28px;
        text-align: center !important;
    }

    .contactForm h1 {
        font-size: 28px;
        font-weight: 500;
        text-align: left !important;
        margin-bottom: 30px;
        display: block !important;
        margin-top: 3rem !important;
    }

    .contSectionWrap form .form_body h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .leftBox {
        font-size: 12px;
    }

    .banner_btn {
        top: 42%;
    }

    .map_bg {
        display: none;
    }

    .pr_price {
        text-align: left;
        margin-bottom: 10px;
    }

    .pr_price ul li {
        margin-right: 15px;
        padding-right: 15px;
    }

    .breadcrumb__right {
        display: block;
        align-items: start;
    }

    .breadcrumb__left {
        display: block;
        width: 100%;
    }

    .breadcrumb__sec {
        text-align: left;
    }

    .breadcrumb__sec a {
        font-size: 15px;
    }

    ul.call_chat {
        margin-left: 0px;
        margin-right: 30px;
        padding: 15px 0px;
    }

    .breadcrumb__sec h2 {
        font-size: 24px;
        color: #fff;
    }

    .car-thumb-slider .thumbnail img {
        width: 120px;
        height: 70px !important;
        object-fit: cover;
    }

    .car-thumb-slider .owl-theme .owl-nav {
        margin-top: 0px;
    }

    .home__inventory .pd {
       /* display: none;*/
    }

    .home__inventory .pd:first-child {
        display: block;
    }

    header .navbar-nav li a {
        font-size: 15px;
    }
    .container.ft-cn {
    padding-left: 15px;
}
.show_in_desktop
{
    display: none;
}
.slider-bg{
    padding-bottom: 20px;
}
.frame div#thumbnails {
    display: none;
}

.inventory-detailed-section .frame {
    height: auto !important;
       margin-top: 25px;
}


.pr_price ul li p {
    font-size: 18px;
}
.inventory .car-details-action ul li {
    margin-bottom: 0px!important;
    padding: 5px 5px 7px;
}
.car-more-information .card .card-header {
    background: #0f00b4;
}

.car-more-information .card .card-header h5 a
{
    color: #ffffff;
}

.car-more-information .card-body {
    padding: 0px;
}

.action__ .car-details-action ul {
    padding-left: 0px;
}

.pr_price ul li span {
    font-size: 18px;
}.car-detail-slider .vehicle-image {
    object-fit: cover;
    object-position: top;
    padding-right: 0px!important;
    height: 250px;
    min-height: 100%!important;
}

.car-detail-slider .owl-item {
    min-height: 250px!important;
}

.car-detail-slider.owl-theme .owl-nav .owl-prev {
    top: 35%!important;
}

.car-detail-slider.owl-theme .owl-nav .owl-next
{
    top: 35%!important;
}


.filter-btn-col li.filter-btn.open {
    position: initial !important;
}

.holder.searchContainer li {
    padding: 0px 15px;
}


.keyword-search-box {
    margin-bottom: 20px;
    margin-top: 10px;
}
.inventory-section.row.clearfix {
    margin-top: 0px;
    width: 99%;
    margin: 0 auto;
}


.sortBox {
    overflow: scroll;
    width: 100%;
    white-space: nowrap;
}
body.inventory .afterMenu .sub-title ul.active-list li {
    margin-bottom: 0px;
}
}

@media (max-width: 575px) {
    .modal-content div#btnBox_wrap {
        margin-top: 130px;
        text-align: center;
    }

    .grecaptcha-badge {
        bottom: 200px !important;
        right: inherit !important;
    }


    #tab_4 .elm {
        flex: 0 0 50%;
        max-width: 50%!important;
    }

    #tab_4 .title a {
        font-size: 13px;
    }
    .home header {
        position: fixed;
    }

    .inventory_filter .fl-hover {
        flex: 0 0 100%;
        max-width: 100%;
        background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 31%, #f2f2f2 77%, #ffffff 82%, #e3e3e3 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 11px #0000004e;
        padding: 12px 0px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .banner_btn {
        top: auto;
        margin-left: 0;
        left: inherit;
        position: inherit;
        margin-top: -80px;
        z-index: 999999;
        position: relative;
        width: 60%;
        margin-inline: auto;
        transition: 0.6s;
    }

    .banner_btn:hover {
        width: 100%;
    }

    .sec_heading {
        margin-top: 0px;
        margin-bottom: 40px;
        text-align: center;
    }

    .car_buying__sec {
        margin-bottom: 20px;
    }

    .car_buying {
        padding-bottom: 60px;
    }

    .car_intro {
        margin-bottom: 20px;
    }

    .car_intro_info:after {
        height: 66%;
    }

    .car_intro_info {
        margin-top: -80px;
    }

    .intro__mobile img {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    a.global_btn3 img {
    display: inline-block;
    width: 12px;
    padding-left: 0px;
    margin-left: 14px;
}

    .fliter_title h4 {
        font-size: 14px;
    }

.slider__info {
    top: auto;
    margin-left: 0;
    left: inherit;
    position: inherit;
    margin-top: 20px;
    z-index: 999999;
    position: relative;
    width: 60%;
    margin-inline: auto;
    transition: 0.6s;
    margin-bottom: 14px;
}

    .all__inventory {
        margin: 0px 0px;
        padding-bottom: 30px;
    }

    .find_car {
        box-shadow: inherit;
        padding-bottom: 00px;
    }

    .car_buying {
        margin-top: 20px;
    }

    .car_buying .sec_heading {
        margin-bottom: 30px;
    }

    .car_buying__sec h4 {
        font-size: 26px;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .car_buying__sec p {
        height: auto;
    }

    .will__get {
        margin-top: 50px;
        padding-bottom: 100px;
    }

    .certified__vehicles .sec_heading {
        margin-top: -140px;
        margin-bottom: 40px;
        text-align: center;
    }

    .car_buying_info {
        padding: 20px 25px;
    }

    .will__get .col-lg-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .certified__vehicles .banner_btn {
        top: inherit;
        margin-left: inherit;
    }

    .footer-sec .social {
        border-bottom: 1px solid#2B55A5;
        padding-bottom: 30px;
    }

    footer {
        padding: 50px 0px 0px 0px;
    }

    .footer-sec .mobile {
        display: block;
        margin: 0 auto;
        width: 55%;
        padding-bottom: 40px;
    }
    .footer-sec .mobile a.global_btn2 {
        padding: 12px 15px 12px 15px;
    }

    header .navbar-brand img {
        width: 150px;
    }

    header {
        height: 75px;
    }

    header .navbar-toggler {
        top: 20px;
    }

    .mobile-view-phone {
        top: 33px;
    }

    .social.desktop {
        display: none;
    }

    .inventory .car-col .car-card .image {
        text-align: center;
        height: auto !important;
    }

    .car-col .car-card .car-image {
        max-height: initial;
    }

    .car-details-action {
        padding: 10px 0px 0px 0;
    }

    .car-col .car-card .image {
        height: auto !important;
    }

    .breadcrumb__sec a {
        font-size: 13px;
    }

    header .navbar-nav li {
        padding: 0px 0px;
        margin: 0 0px !important;
    }

    .car_get_schedule {
        display: flex;
    }
    .home__inventory .container._small {
        padding: 0px;
    }
    .car_get_schedule a {
        width: 49% !important;
    }

    .miles__vin p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .car-details-action ul li span {
        font-size: 12px;
    }
.slider-bg a.global_btn3 {
    font-size: 10px;
    padding: 8px 8px 8px 8px;
}
.slider-bg .col-6 {
        padding-right: 8px;
    padding-left: 8px;
}div#detailed_page_wrapper {
    top: 74px !important;
}
.footer-sec .social {
    display: flex;
    justify-content: center;
}
.fullscreen-icon a::after {
    background: url(/wp-content/themes/aanWordpress/assets/images/fullscreen-icon.png);
    position: absolute;
    content: "";
    width: 119px;
    height: 29px;
    bottom: 5px;
    /* border-radius: 4px; */
    right: 8px;
    background-repeat: no-repeat;
    z-index: 999;
    background-size: 100% !important;
    border-radius: 10px !important;
}
}
