/*---------->>> www.AutoConnectVA.com <<<-----------*/
/*#region Fonts */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mulish&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
/*#endregion */


@font-face {
    font-family: 'icomoon';
    src: url('/Content/font/autochiefs-fonts/icomoon.eot?oozzbw');
    src: url('/Content/font/autochiefs-fonts/icomoon.eot?oozzbw#iefix') format('embedded-opentype'), url('/Content/font/autochiefs-fonts/icomoon.ttf?oozzbw') format('truetype'), url('/Content/font/autochiefs-fonts/icomoon.woff?oozzbw') format('woff'), url('/Content/font/autochiefs-fonts/icomoon.svg?oozzbw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-body-car:before {
    content: "\e900";
}

.icon-car-clock:before {
    content: "\e901";
}

.icon-car-filter:before {
    content: "\e902";
}

.icon-car-inven:before {
    content: "\e903";
}

.icon-car-loan:before {
    content: "\e904";
}

.icon-car-offer:before {
    content: "\e905";
}

.icon-car-repair:before {
    content: "\e906";
}

.icon-car-review:before {
    content: "\e907";
}

.icon-car-sales:before {
    content: "\e908";
}

.icon-car-testi:before {
    content: "\e909";
}

.icon-check-up:before {
    content: "\e90a";
}

.icon-contact:before {
    content: "\e90b";
}

.icon-drive:before {
    content: "\e90c";
}

.icon-find-car:before {
    content: "\e90d";
}

.icon-location:before {
    content: "\e90e";
}

.icon-new-car:before {
    content: "\e90f";
}

.icon-nex-l:before {
    content: "\e910";
}

.icon-phone-call:before {
    content: "\e911";
}

.icon-placeholder:before {
    content: "\e912";
}

.icon-sellcar:before {
    content: "\e913";
}

.icon-tracking:before {
    content: "\e914";
}


/*#region General | Header | Body */
body {
    font-family: 'Mulish', sans-serif;
    background-color: #f3f3f3;
}

#basket {
    z-index: 9999 !important;
}

.container-1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}

.logo-slider .box {
    display: grid;
    align-items: center;
    justify-items: center;
    background-color: #fff;
    padding: 15px;
    height: auto;
    transition: transform 0.5s ease-in;
    margin: 8px auto;
}

    .logo-slider .box img {
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
    }

.bg-s-link:hover {
    background-color: #fe7102 !important;
    color: #000 !important;
}

header {
    /*position: relative;
     background: none;
     z-index: 2;
    */
}

.bg-cust {
    background-color: #032f03;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23064a06' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}



/* ADVERTISERS SERVICE CARD */

.serv-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 1em;
    text-align: center;
    margin-top: 30px;
}

.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}


    .sec-icon::before {
        content: "";
        position: absolute;
        height: 1px;
        left: -70px;
        margin-top: -5.5px;
        top: 60%;
        background: #f5f5f5;
        width: 50px;
    }

    .sec-icon::after {
        content: "";
        position: absolute;
        height: 1px;
        right: -70px;
        margin-top: -5.5px;
        top: 60%;
        background: #333;
        width: 50px;
    }

.advertisers-service-sec {
    background-color: #f5f5f5;
}

    .advertisers-service-sec span {
        color: rgb(255, 23, 131);
    }

    .advertisers-service-sec .col {
        padding: 0 1em 1em 1em;
        text-align: center;
    }

    .advertisers-service-sec .service-card {
        width: 100%;
        height: 100%;
        padding: 2em 1.1em;
        border-radius: 5px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
        transition: 0.5s;
        position: relative;
        z-index: 2;
        overflow: hidden;
        background: #fff;
        text-align: center;
    }

        .advertisers-service-sec .service-card::after {
            content: "";
            width: 100%;
            height: 100%;
            background: linear-gradient(#433030, rgb(254, 113, 2));
            position: absolute;
            left: 0%;
            top: -98%;
            z-index: -2;
            transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
        }

    .advertisers-service-sec h3 {
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #1f194c;
        margin: 1em 0;
        z-index: 3;
        font-family: "Staatliches", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .advertisers-service-sec p {
        color: #575a7b;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0.03em;
        z-index: 3;
    }

    .advertisers-service-sec .icon-wrapper {
        background-color: #2c7bfe;
        position: relative;
        margin: auto;
        height: 7.5em;
        width: 7.5em;
        color: #ffffff;
        border-radius: 50%;
        display: grid;
        place-items: center;
        transition: 0.5s;
        z-index: 3;
        padding: 20px;
    }

    .advertisers-service-sec .service-card:hover:after {
        top: 0%;
    }

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
    color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
    color: #f0f0f0;
}
/* ADVERTISERS SERVICE CARD ENDED */
.search-hme {
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    border-bottom: 3px solid #67b067;
}

.h-map {
    height: 300px;
}

.about-text {
    background-color: rgba(0,0,0,0.7);
}

.ph-home-btn {
    color: #fff;
}
    .ph-home-btn:hover {
        color: #064a06;
    }

.about-sec {
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 70%,rgb(6, 74, 6) 70%,rgb(255, 255, 255) 70%,rgb(6, 74, 6) 70%,rgb(6, 74, 6) 100%);
    padding: 60px 0px;
}

.season-text h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}
/*********************Flip-effect-css************************/
.flip-sec {
    background-color: #212529;
}

a.serv-btn {
    background-color: #064a06;
    color: #054987;
    padding: 8px 16px;
    display: block;
    width: 55%;
    text-align: center;
    margin: auto;
    color: #fff !important;
}

.flip-sec .serv {
    font-size: 75px;
    color: #ff7f00;
    transition: .35s;
    background: -webkit-linear-gradient(#064a06, #329532, #064a06);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.faria-flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

    .faria-flip-box h3 {
        color: #fff !important;
    }

    .faria-flip-box .flip-box-front[data-text-color=dark], .faria-flip-box .flip-box-back[data-text-color=dark] {
        color: #676767;
    }

    .faria-flip-box .flip-box-front[data-text-color=light], .faria-flip-box .flip-box-back[data-text-color=light], .faria-flip-box .flip-box-front[data-text-color=light] h1, .faria-flip-box .flip-box-back[data-text-color=light] h1, .faria-flip-box .flip-box-front[data-text-color=light] h2, .faria-flip-box .flip-box-back[data-text-color=light] h2, .faria-flip-box .flip-box-front[data-text-color=light] h3, .faria-flip-box .flip-box-back[data-text-color=light] h3, .faria-flip-box .flip-box-front[data-text-color=light] h4, .faria-flip-box .flip-box-back[data-text-color=light] h4, .faria-flip-box .flip-box-front[data-text-color=light] h5, .faria-flip-box .flip-box-back[data-text-color=light] h5, .faria-flip-box .flip-box-front[data-text-color=light] h6, .faria-flip-box .flip-box-back[data-text-color=light] h6 {
        color: #fff;
    }

    .faria-flip-box .flip-box-front, .faria-flip-box .flip-box-back {
        background-size: cover;
        background-position: center;
        -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .faria-flip-box[data-shadow=light_visibility] .flip-box-back, .faria-flip-box[data-shadow=light_visibility] .flip-box-front {
        box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
    }

    .faria-flip-box[data-shadow=heavy_visibility] .flip-box-back, .faria-flip-box[data-shadow=heavy_visibility] .flip-box-front {
        box-shadow: 0px 30px 75px rgba(0, 0, 0, 0.4);
    }

    .faria-flip-box .flip-box-back[data-bg-overlay=true]:after, .faria-flip-box .flip-box-front[data-bg-overlay=true]:after {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        display: block;
        opacity: 0.6;
        background-color: inherit;
        backface-visibility: hidden;
    }

    .faria-flip-box:hover .flip-box-front, .faria-flip-box:hover .flip-box-back {
        -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    }

    .faria-flip-box .flip-box-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .faria-flip-box .faria-button {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .faria-flip-box[data-h_text_align=center] .flip-box-back, .faria-flip-box[data-h_text_align=center] .flip-box-front {
        text-align: center;
    }

    .faria-flip-box[data-h_text_align=right] .flip-box-back, .faria-flip-box[data-h_text_align=right] .flip-box-front {
        text-align: right;
    }

    .faria-flip-box[data-v_text_align=center] .flip-box-back .inner, .faria-flip-box[data-v_text_align=center] .flip-box-front .inner {
        transform: translateY(-50%) translateZ(60px) scale(0.94);
        -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
        -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
        top: 50%;
    }

    .faria-flip-box[data-v_text_align=bottom] .flip-box-back .inner, .faria-flip-box[data-v_text_align=bottom] .flip-box-front .inner {
        -ms-transform: translateZ(60px) scale(0.94);
        transform: translateZ(60px) scale(0.94);
        -webkit-transform: translateZ(60px) scale(0.94);
        bottom: 0;
    }

    .faria-flip-box[data-v_text_align=top] .flip-box-back .inner, .faria-flip-box[data-v_text_align=top] .flip-box-front .inner {
        -ms-transform: translateZ(60px) scale(0.94);
        transform: translateZ(60px) scale(0.94);
        -webkit-transform: translateZ(60px) scale(0.94);
        top: 0;
    }

    .faria-flip-box[data-flip-direction=vertical-to-top] .flip-box-back .inner, .faria-flip-box[data-flip-direction=vertical-to-top] .flip-box-front .inner {
        -ms-transform: translateZ(50px) scale(0.95);
        transform: translateZ(50px) scale(0.95);
        -webkit-transform: translateZ(50px) scale(0.95);
    }

    .faria-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-back .inner, .faria-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-front .inner {
        -ms-transform: translateZ(50px) scale(0.95);
        transform: translateZ(50px) scale(0.95);
        -webkit-transform: translateZ(50px) scale(0.95);
    }

    .faria-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-bottom] .flip-box-back .inner, .faria-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-bottom] .flip-box-front .inner {
        -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
        transform: translateY(-50%) translateZ(50px) scale(0.95);
        -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
    }

    .faria-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-top] .flip-box-back .inner, .faria-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-top] .flip-box-front .inner {
        -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
        transform: translateY(-50%) translateZ(50px) scale(0.95);
        -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
    }

    .faria-flip-box .flip-box-back .inner, .faria-flip-box .flip-box-front .inner {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 10px;
        outline: 1px solid transparent;
        -webkit-perspective: inherit;
        perspective: inherit;
        z-index: 2;
    }

    .faria-flip-box[data-flip-direction=horizontal-to-left] .flip-box-back {
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=horizontal-to-right]:hover .flip-box-front, .owl-carousel.moving .faria-flip-box[data-flip-direction=horizontal-to-left] .flip-box-back {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=horizontal-to-right].flipped .flip-box-front {
    -ms-transform: rotateY(180deg) !important;
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}

.faria-flip-box[data-flip-direction=horizontal-to-left] .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=horizontal-to-left]:hover .flip-box-back, .faria-flip-box[data-flip-direction=horizontal-to-right] .flip-box-front, body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=horizontal-to-right]:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel.moving .faria-flip-box[data-flip-direction=horizontal-to-left] .flip-box-front, .owl-carousel.moving .faria-flip-box[data-flip-direction=horizontal-to-right] .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=horizontal-to-left].flipped .flip-box-back, .faria-flip-box[data-flip-direction=horizontal-to-right].flipped .flip-box-back {
    -ms-transform: rotateY(0deg) !important;
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=horizontal-to-left]:hover .flip-box-front, .faria-flip-box[data-flip-direction=horizontal-to-right] .flip-box-back, .owl-carousel.moving .faria-flip-box[data-flip-direction=horizontal-to-right] .flip-box-back {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=horizontal-to-left].flipped .flip-box-front {
    -ms-transform: rotateY(-180deg) !important;
    -webkit-transform: rotateY(-180deg) !important;
    transform: rotateY(-180deg) !important;
}

.faria-flip-box[data-flip-direction=vertical-to-top] .flip-box-back {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=vertical-to-bottom]:hover .flip-box-front {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=vertical-to-bottom].flipped .flip-box-front {
    -ms-transform: rotateX(180deg) !important;
    -webkit-transform: rotateX(180deg) !important;
    transform: rotateX(180deg) !important;
}

.faria-flip-box[data-flip-direction=vertical-to-top] .flip-box-front {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-back, .faria-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-front, body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=vertical-to-bottom]:hover .flip-box-back {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=vertical-to-top].flipped .flip-box-back, .faria-flip-box[data-flip-direction=vertical-to-bottom].flipped .flip-box-back {
    -ms-transform: rotateX(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-front {
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-back {
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=vertical-to-top].flipped .flip-box-front {
    -ms-transform: rotateX(-180deg) !important;
    -webkit-transform: rotateX(-180deg) !important;
    transform: rotateX(-180deg) !important;
}

.faria-flip-box .flip-box-front i {
    margin-bottom: 20px;
    height: auto !important;
    display: block;
    width: auto !important;
}

@media screen and (max-width: 480px) {
    .flip-sec .col-xs-6 {
        width: 100%;
    }
}


/*********************Flip-effect-css-endds************************/
.round-circle {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: #064a06;
    line-height: 100px;
    font-size: 40px;
    color: #fff;
    margin-right: 30px;
    text-align: center
}
/*********************paralax-css-starts************************/
.parallax {
    background-image: url("/Content/images/ajautogroup/find-bg.jpg");
    min-height: 430px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 0px;
    text-align: left;
}

.parallax2 {
    background-image: url("/Content/images/mblAuto/new-vehicle-bg.jpg?v=2");
    min-height: 430px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 0px;
    text-align: left;
}

.wlcme-text {
    background-color: #0e0e0ecc;
    color: #fff;
    padding: 20px;
}

    .wlcme-text h1 {
        color: #fff !important;
    }

    .wlcme-text p {
        color: #fff !important;
    }




/*********************paralax-css-endds************************/

/* ------2-banners -------*/
.fnd-cr {
    background-color: #054987;
    padding: 25px 15px;
    position: relative;
    transition: .35s;
}

    .fnd-cr h1 {
        font-size: 28px;
        font-weight: 300 !important;
        margin: 0px;
        color: #fff !important;
    }

    .fnd-cr:hover h1 {
        font-size: 28px;
        font-weight: 300 !important;
        margin: 0px;
        color: #000 !important;
    }

    .fnd-cr p {
        font-size: 18px;
        color: #fff;
    }

    .fnd-cr:hover p {
        font-size: 18px;
        color: #000;
    }

    .fnd-cr button.areyou {
        background-color: #7ea9d0 !important;
    }

.r-c {
    position: absolute;
    right: 20px;
    top: 20%;
}

.crl-dv {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #7ea9d0;
    text-align: center;
    line-height: 93px;
    font-size: 40px;
    /* border: dashed #fff 1px;*/
    color: #fff;
    transition: .35s;
}

.fnd-cr:hover {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
    transition: all 0.3s ease;
    background-color: #f6f6f6;
}

.sl-cr:hover {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5) !important;
    transition: all 0.3s ease;
    background-color: #f6f6f6 !important;
    color: #232323 !important;
}

.sl-cr a {
    color: #fff !important;
}

    .sl-cr a:hover {
        color: #232323 !important;
    }

.fnd-cr:hover .crl-dv {
    transform: scale(1.3) rotate(360deg);
    /* background-color: #1d7cc0;
    color: #aed1ea;*/
    /* border: dashed #fff 1px;*/
}

.btn-fnd {
    padding: 7px 15px;
    transition: .35s;
    color: #fff;
}

.fnd-cr:hover .btn-fnd {
    background-color: #111a41;
    padding: 7px 15px;
    color: #ffffff;
}

.sl-btn {
    color: #fff;
}

.sl-cr {
    background-color: #212529 !important;
    color: #fff !important;
}

.crl-dv-sl {
    background-color: #464d53 !important;
    color: #fff !important;
}

@media screen and (max-width: 896px) {
    .fnd-cr p {
        font-size: 16px;
    }

    .fnd-cr h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .serv-sec {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 428px) {
    .serv-sec {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .fnd-cr p {
        font-size: 14px;
    }

    .fnd-cr h1 {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .fnd-cr p {
        font-size: 16px;
    }

    .fnd-cr h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 414px) {
    .fnd-cr p {
        font-size: 14px;
    }

    .fnd-cr h1 {
        font-size: 19px;
    }
}
/* ------2-banners close-------*/
.loc-text-btn span {
    font-size: 20px;
}

.tp-info {
    text-align: center;
    background-color: #f0ede6;
}

    .tp-info h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .tp-info a:hover {
        color: #5e450d;
    }

.ad-mrgn {
    margin-left: 25px;
}

.ad-mrgn-r {
    margin-right: 25px;
}

.layout header {
    background-image: url(/Content/images/autosdirectvaV2/slider-bottom.png);
    background-position: bottom center;
    z-index: 1000;
}

a {
    color: #000;
}

    a:hover {
        color: #054987;
    }

    a:visited, a:link, a:active {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

.onlineCreditApp {
    background-image: url(/Content/images/carstopva-v2/apply_popup.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 30px;
    background-size: contain;
}

.search-home {
    position: relative;
    width: 100%;
}

    .search-home input {
        height: 60px;
        text-indent: 25px;
        border: 2px solid #d6d4d4;
    }


        .search-home input:focus {
            box-shadow: none;
            border: 2px solid #333;
        }

    .search-home .bi-search {
        position: absolute;
        top: 20px;
        left: 16px;
    }

    .search-home button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;
        background: #333;
        border-color: #333;
    }

        .search-home button:hover {
            color: #4f4528;
            background-color: #054987;
            border-color: #054987;
        }
/*Slider-css*/
.carousel-caption a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

@media(min-width:768px) {
    .carousel-caption {
        left: 50%;
        top: 50%;
        transform: translate(-60%, -50%);
        text-align: left;
        width: 60%;
        color: #fff;
    }

        .carousel-caption p {
            color: #fff;
        }
}

@media(max-width:1024px) {
    .carousel-caption {
        top: 40%;
    }
}

@media(max-width:767px) {
    .carousel-caption {
        top: -10%;
        text-align: left;
    }
}

@media(max-width:428px) {
    .carousel-caption h2 {
        font-size: 16px
    }

    .carousel-caption h3 {
        font-size: 14px
    }

    .carousel-caption p {
        font-size: 12px;
    }
}

.footer-bg {
    background-color: #064a06;
}

.s-links-btm ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}



.social-icon {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    margin-right: 11px;
    cursor: pointer;
}

.social-twitter {
    background-color: #55acee;
}


.social-facebook {
    background-color: #3b5999;
}


.social-linkedin {
    background-color: #0077B5;
}


.social-google {
    background-color: #dd4b39;
}

.social-instagram {
    background-color: #dd4b39;
}

.social-icon i {
    transition: 0.4s all;
}

.social-icon:hover i {
    transform: scale(1.1);
}

.tp-add {
    z-index: 2;
}

.tp-loc-sec {
}

.rubber-ipt {
    width: 200px;
    height: 5px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 2px;
    background-color: var(--main-dark);
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    position: absolute;
    background-color: #054987;
    border: 1px solid var(--main-dark);
}

.rubber-ipt-min {
    transform: translate(-9px, -13px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(191px, -13px);
    left: 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}

/* #########  Styling */



.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.aifs {
    align-items: flex-start;
}

.aic {
    align-items: center;
}



/*.m-m {
    margin: 20px;
}*/

.mb-m {
    margin-bottom: 20px;
}

.mt-s {
    margin-top: 10px;
}


.main-card {
    /* max-width: 25%;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,0.1)*/
}

.main-card-head {
    background-color: var(--main-darker);
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.cardhead-light {
    background-color: var(--main-lighter);
    border: 1px solid var(--main-dark);
}

.main-card-ctt {
    padding: 20px 30px 30px;
    /* background-color: #fff;*/
}

.innerBanner {
    background-color: #000;
    /* height: 0px;*/
    position: relative;
    z-index: -1;
}
/***************Test-monial-css ********************/
footer .address-footer-color {
    color: #fff;
}

footer .ph-home {
    color: #fff;
}

.link-dv {
    padding: 5%;
}

.link-dv2 {
    padding: 5%;
    margin-top: 22%;
}

.client {
    width: 100%;
    height: 100%;
}

    .client .checked {
        color: orange;
    }

    .client .carousel-icon i {
        font-size: 5rem;
        color: rgba(255, 255, 255, 0.3);
    }

    .client .carousel-item i {
        font-size: 1.6rem;
        color: rgba(255, 255, 255, 0.3);
    }

    .client .t-card {
        padding: 1.8125rem 1.125rem;
        background-color: rgb(248, 187, 45);
        border-radius: 1.25rem;
        color: #000;
        height: auto;
        font-size: 20px;
    }

    .client .arrow-down {
        width: 0;
        height: 0;
        border-left: 1.5625rem solid transparent;
        border-right: 1.5625rem solid transparent;
        border-top: 1.25rem solid rgb(248, 187, 45);
    }

/***************Test-monial-css-ends ********************/


/***************Alphamotorsport-css-ends ********************/
.search-tabs .tab-content {
    background-color: #ccc !important;
}

.tabs-pos {
    height: 150px;
}

    .tabs-pos .nav-tabs {
        border-bottom: none;
    }

.search-tabs {
    margin-top: -42px;
}

.tab-content .figure {
    text-align: center;
    margin-bottom: 0px;
}

    .tab-content .figure img {
        width: 60%;
        transition: .35s;
    }

    .tab-content .figure:hover img {
        filter: brightness(0) invert(1)
    }

.search-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #054987;
    border: none;
    font-size: 18px;
    font-weight: 600;
}

.search-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 18px;
    font-weight: 600;
    background-color: #333;
    color: #fff;
}


.topBar {
    background-color: #000 !important;
}

    .topBar h2 {
        font-size: 15px;
    }

.ph-home {
    font-size: 16px;
    color: #fff;
}

.topBar .address-header-color {
    color: #333;
}

.topBar i {
    color: #333;
}

.topBar .address-footer-color {
    color: #f8f9fa;
    text-transform: uppercase;
}

.topBar .list-group-item {
    border: none;
    border-right: 1px solid #ccc;
}

    .topBar .list-group-item:last-child {
        border-right: none;
    }

.sim-btn {
    background-color: #165cb9;
    border-color: #165cb9;
    width: 200px;
    border-radius: 0px !important;
}

    .sim-btn:hover {
        background-color: #3373c8;
        border-color: #3373c8;
    }
/*Slider-css*/
.buttonstyle1 {
    background-color: #e2d21f;
    border-radius: 100px;
    transition: all 0.5s;
}

    .buttonstyle1 i {
        /* background-color: #e2d21f;
    border-radius: 100px;*/
    }

    .buttonstyle1:hover {
        background: #3a3a3a;
        color: #fff;
    }

.buttonstyle2 {
    background-color: transparent;
    transition: all 0.5s;
}

    .buttonstyle2:hover {
        background-color: #0d6efd;
        color: #fff;
    }

.buttonstyle3 {
    background-color: #3a3a3a;
    border-radius: 0px !important;
    color: #fff;
    transition: all 0.5s;
}

    .buttonstyle3:hover {
        background-color: #064a06;
    }

.buttonstyle4 {
    background-color: #e4e7ee;
    font-size: 12px;
    transition: all 0.5s;
}

    .buttonstyle4:hover {
        background-color: #ff7f00;
        color: #fff;
    }

.buttonstyle5 {
    background-color: #165cb9;
    line-height: 19px;
    border: 1px solid #165cb9;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
    padding: 12px 30px;
    color: #fff !important;
}

    .buttonstyle5:hover {
        background-color: #ff7f00;
        border: 1px solid #ff7f00;
        color: #fff;
    }

.buttonstyle6 {
    background-color: #165cb9;
    font-size: 12px;
    color: #fff;
    transition: all 0.5s;
}

    .buttonstyle6:hover {
        background-color: #ff7f00;
        color: #000;
    }

.buttonstyle7 {
    background-color: #000;
    padding: 12px 30px !important;
    color: #fff;
    transition: all 0.5s;
}

    .buttonstyle7:hover {
        background: #064a06;
        color: #fff;
    }

.buttonstyle8 {
    background-color: transparent;
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    transition: all 0.5s;
}

    .buttonstyle8:hover {
        background-color: #ff7f00;
        border: 1px solid #ff7f00;
        color: #3a3a3a;
    }

.buttonstyle9 {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    transition: all 0.5s;
}

    .buttonstyle9:hover {
        background-color: #064a06;
        border: 1px solid #064a06;
        color: #fff;
    }

.buttonstyle10 {
    background-color: #fff;
    border: 1px solid #fff;
    transition: all 0.5s;
}

    .buttonstyle10:hover {
        background-color: #064a06;
        color: #fff;
        border: 1px solid #064a06;
    }

/*input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
}

input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid #6f91af;
}
*/
.form-check-input:focus {
    box-shadow: none;
}

#button-addon2 {
    border-radius: 0px 50px 50px 0px !important;
}

#button-addon1 {
    border-radius: 0px !important;
}

#compareicon i {
    right: 12px;
    top: 12px;
}

.bannerarea {
    background-color: #00000094;
}

.topcall {
    font-size: 21px;
}

.topcalllink {
    font-size: 24px;
    color: #e2d21f;
}

    .topcalllink:hover {
        color: #fff;
    }

.bordertop {
    border: 1px solid #545454;
}

.carbuying strong {
    color: #e2d21f;
}

.choosecars {
    color: #fff;
    font-size: 15px;
}

.choosecarsline {
    width: 65px;
    height: 3px;
    background-color: #8593be;
}

.broswvechle {
    color: #232c46;
    font-size: 35px;
    line-height: 50px;
}

.welcometo {
    color: #232c46;
    font-size: 35px;
    line-height: 50px;
}

.broswvechleparagraph {
    font-size: 15px;
    color: #232c46;
}

.lifestyle {
    color: #232c46;
    font-size: 45px;
    line-height: 50px;
}

.welcomename {
    color: #ff5f1f !important;
    font-size: 45px;
    line-height: 50px;
}

.regardless {
    color: #232c46;
    font-size: 35px;
}

.getfinanced {
    color: #232c46;
    font-size: 45px;
    line-height: 50px;
}

.getfinancedpragraph {
    color: #232c46;
    font-size: 15px;
}

.broswvechlesection {
    padding: 60px 0px;
    /*background-color: #f2f4f9;*/
}

.getfinancedsection {
    padding: 150px 0px;
}

.specializeSection {
    /* The image used */
    background-image: url(../images/kargarmotors-v2/fin-expert.jpg);
    /* Set a specific height */
    min-height: 160px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.bignewssection {
    /* The image used */
    background-image: url(../images/kargarmotors-v2/4-easy-steps.jpg);
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.big-crcl {
    background-color: #c0b21e;
    width: 430px;
    height: 430px;
}

.snip1135 {
    text-transform: uppercase;
}

    .snip1135 * {
        box-sizing: border-box;
    }

    .snip1135 li {
        display: inline-block;
        list-style: outside none none;
        margin: 0 15px;
        padding: 0;
    }

    .snip1135 a {
        color: rgba(255, 255, 255, 1) !important;
        position: relative;
        padding: 10px 0 !important;
        font-size: 15px;
    }

        .snip1135 a:before,
        .snip1135 a:after {
            position: absolute;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .snip1135 a:before {
            bottom: -5px;
            left: 0px;
            right: 0px;
            display: block;
            height: 5px;
            width: 0%;
            content: "";
            background-color: #8dc73f;
        }

        .snip1135 a:after {
            /*left: 8px;
            
            top: 0;
            padding: 0.5em 0;
            position: absolute;
            content: attr(data-hover);
            color: #ffffff;
            white-space: nowrap;
            max-width: 0%;
            overflow: hidden;*/
        }

        .snip1135 a:hover:before,
        .snip1135 .current a:before {
            opacity: 1;
            width: 100%;
        }

        .snip1135 a:hover:after,
        .snip1135 .current a:after {
            max-width: 100%;
        }



.service_box {
    background-color: #fff;
    transition: all 0.3s ease 0s;
}

    .service_box:hover {
        background-color: #e8e8e8;
    }

        .service_box:hover hr {
            background-color: #fff;
        }

        .service_box:hover .service_icon {
            background-color: #165cb9;
            border: 1px solid #165cb9;
            color: #fff;
        }


    .service_box .service_icon {
        background-color: #333;
        width: 155px;
        height: 150px;
        color: #807e72;
        line-height: 45px;
        transform: translateY(0);
        transition: all 0.3s ease 0s;
        border: 1px solid #cac6c6;
        line-height: 150px;
    }


        .service_box .service_icon i {
            color: #fff;
            font-size: 50px;
        }

    .service_box:hover .service_icon i {
        color: #fff;
    }

    .service_box h4 {
        font-size: 30px;
        transform: translateY(0%);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    }

    .service_box:hover h5, .service_box:hover p {
        color: #333;
    }

    .service_box p {
        transition: all 0.3s linear 0s;
        color: #333;
    }

    .service_box:hover p {
        /* opacity: 1;*/
    }

.snip1540 {
    overflow: hidden;
    position: relative;
    border: 1px solid #171e28;
    background-color: #171e28;
}

    .snip1540:hover {
        background-color: #171c24;
        border: 1px solid #242a34;
    }

    .snip1540 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1540 .image {
        overflow: hidden;
    }

    .snip1540 figcaption {
        padding: 25px 20px 25px;
    }

        .snip1540 figcaption:hover {
            padding: 25px 20px 25px;
        }

            .snip1540 figcaption:hover h3 {
                color: #dddddd !important;
            }

            .snip1540 figcaption:hover ul li {
                color: #dddddd !important;
            }

    .snip1540 p {
        color: #9fa3a9;
    }

    .snip1540 h5 {
        line-height: 20px;
    }

    .snip1540 a {
        border: 1px solid #505050;
        font-size: 12px;
        color: #a6aab0;
    }

        .snip1540 a:hover {
            background-color: #171e28;
        }

    .snip1540:hover img,
    .snip1540.hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.footertitlesite {
    font-size: 15px;
}

.borderfooter {
    border: 1px solid #545454;
}

.bblogall {
    font-size: 73px;
}

.bblogallsub {
    font-size: 38px;
}

.readall {
    font-size: 22px;
}

    .readall:hover {
        background-color: #b30000 !important;
        color: #ffffff !important;
    }

.carhover {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    /* width: 62%;*/
    top: -20px;
}

    .carhover:hover {
        top: -70px;
    }

.callbg {
    background-color: #165cb9;
}

.callustext {
    color: #3a3a3a;
    font-size: 25px;
}

    .callustext a {
        color: #fff;
        font-size: 35px;
    }

        .callustext a:hover {
            color: #e2d21f;
        }

.topbannerviewinventory {
    padding: 12px 30px;
    position: relative;
    font-size: 15px;
}

    .topbannerviewinventory i {
        position: absolute;
        right: 13px;
        top: 12px;
        background-color: #3a3a3a;
        border-radius: 100px;
        padding: 2px 5.5px;
        font-size: 14px;
        color: #e2d21f;
    }

    .topbannerviewinventory:hover i {
        background-color: #ff5f1f;
        color: #3a3a3a;
    }



.inventoryviewdetail {
    padding: 12px 30px;
    position: relative;
    font-size: 15px;
}

    .inventoryviewdetail i {
        position: absolute;
        right: 7px;
        top: 7px;
        background-color: #3a3a3a;
        border-radius: 100px;
        padding: 2px 5.5px;
        font-size: 14px;
        color: #e2d21f;
    }

    .inventoryviewdetail:hover i {
        background-color: #fff;
        color: #3a3a3a;
    }



.topbannersellcar {
    padding: 12px 30px;
    position: relative;
    font-size: 15px;
}

    .topbannersellcar i {
        position: absolute;
        right: 13px;
        top: 12px;
        background-color: #e2d21f;
        border-radius: 100px;
        padding: 1px 4.5px;
        font-size: 14px;
        color: #3a3a3a;
    }

    .topbannersellcar:hover i {
        background-color: #3a3a3a;
        color: #e2d21f;
    }


.findmycarsearchhome {
    padding: 12px 30px;
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 100%;
    border: none;
    background-color: #064a06;
    border-radius: 50px !important;
}

    .findmycarsearchhome:hover {
        background-color: #000;
        color: #fff !important;
    }

    .findmycarsearchhome i {
        position: absolute;
        right: 10px;
        top: 8px;
        background-color: #000;
        border-radius: 100px;
        padding: 3px 4.5px;
        font-size: 14px;
        color: #fff;
    }

    .findmycarsearchhome:hover i {
        background-color: #f2f2f2;
        color: #000;
    }

.checked {
    color: #ffb840;
    font-size: 14px;
}

.ratingsmall {
    font-size: 14px;
}

.ratingsmallnumber {
    font-size: 14px;
    color: #e2d21f;
}

.linebbaer {
    background-color: #7d7d7d;
    opacity: 1;
}

.subtitletext {
    font-size: 45px;
}

.carbuying {
    font-size: 45px;
}

.clientslogos {
    max-width: 100px;
    filter: grayscale(100%);
}


.welcometext {
    font-size: 15px;
    color: #232c46;
}

.bignewstitle {
    font-size: 44px;
    border-left: 5px solid #232c46;
    line-height: 35px;
    border-right: 5px solid #232c46;
}

.bignewssave {
    font-size: 25px;
    color: #232c46;
}

.superbignewstitle {
    font-size: 65px;
    color: #232c46;
}

.bignewssubtitle {
    font-size: 25px;
    color: #232c46;
    line-height: 40px;
}

.habequestions {
    font-size: 30px;
}

.getfinancednumber {
    font-size: 15px;
}

.getfinancedpara {
    font-size: 15px;
}

.f-car-pos {
    right: -150px;
}

.borderlogoright {
    border-right: 1px solid #545454;
}

.circle {
    position: relative;
    display: block;
    background-color: transparent;
    color: #222;
    text-align: center;
}

    .circle:after {
        display: block;
        padding-bottom: 100%;
        width: 100%;
        height: 0;
        border-radius: 50%;
        content: "";
    }

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.circle__content {
    display: table-cell;
    padding: 0.9em;
    vertical-align: middle;
}

@media (min-width: 480px) {
    .circle__content {
        font-size: 2em;
    }
}

@media (min-width: 768px) {
    .circle__content {
        font-size: 4em;
    }
}





.testimonial-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #165cb9;
    border-radius: 100%;
}

.testimonial-slider {
    padding: 10px 0px 40px;
}

.testi-bg {
    background-color: #fff;
    padding: 50px 20px;
}

    .testi-bg .checked {
        color: orange;
    }

/**************Services-grid******************/
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

    .grid-container > div {
        background-color: #f6f9fc;
        text-align: center;
        padding: 20px 10px;
        border-bottom: 1px solid #165cb9;
        position: relative;
    }

.btn-wdth {
    width: 150px;
}

@media (max-width: 1280px) {
    .grid-container {
        grid-template-columns: auto auto auto;
    }
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: auto;
    }
}
/**************Services-grid******************/

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #054987;
}


.h-navbar .fixed-top {
    right: 0 !important;
    left: auto;
}

.nav-sec .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}
/* .top-nav {
        background-color: #fff !important;
    }*/
.navbar {
    z-index: 999;
    background-color: #0f200f !important;
    border-top: 1px solid #064a06;
}

.navbar-brand img {
    width: 150px;
}

.navbar-dark .navbar-toggler {
    background-color: #064a06;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
    background-color: #064a06 !important;
}

.top-nav .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
    background-color: #064a06;
}

.navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    padding: 0.5em 1em;
}

@media screen and (max-width: 1080px) {
    .navbar .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.5em .7em;
    }
}

@media screen and (max-width: 767px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    /*.navbar-brand img {
            width: 220px;
        }*/

    .navbar-brand {
        margin-right: 0;
        padding: 0 1em;
    }
}



.apply-btn {
    background-color: #064a06;
    border: 1px solid #064a06;
}

    .apply-btn:hover {
        background-color: #1c771c;
    }

.message-shadow {
    display: none;
}

.f-car-sec {
    background-color: #8cc63f;
}


/****Logos****/
/*.clientlogo {
    background-color: #181e28;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    overflow: hidden;
    position: relative;
}

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        width: 250px;
        align-items: center;
        justify-content: center;
        display: flex;
    }*/
/****Logos****/

.type-car {
    background-color: #f2f4f9;
    padding: 10px;
    transition: .35s;
    vertical-align: middle;
    margin: 10px 0px;
}

    .type-car:hover {
        background-color: #fff;
        box-shadow: inset 0 -5px 0 #ded020, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }



.ft-bg .list-group-item {
    padding: .2rem 1rem;
}

.footerlink li a {
    color: #d7d7d7;
    font-size: 15px;
}

.ft-bg .address-footer-color {
    color: #000;
}

.footerlink li a:hover {
    color: #ff5f1f !important;
}

.coptrights a {
    font-size: 15px;
}

    .coptrights a:hover {
        color: #165cb9 !important;
    }

.footeraddress a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

    .footeraddress a:hover {
        color: #ff5f1f !important;
    }

.footerphone a {
    font-size: 15px;
    font-weight: 300;
}

    .footerphone a:hover {
        color: #ff5f1f !important;
    }
/*** Slider End*****/
/*#region ---------------searchtop Section-------------*/
/*#region STICKY KEY */
.back_to_top {
    width: 40px;
    height: 40px;
    color: #FFF;
    cursor: pointer;
    right: 50px;
    bottom: 50px;
    display: none;
    z-index: 999;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

    .back_to_top:hover {
        background-color: #007FEF !important;
    }
/*#endregion*/
div.inventory {
    background-image: none !important;
    background: none;
}

/*.innerBanner {
    min-height: 260px;
}*/
/**********Media Queries Start***********/
@media screen and (max-width: 1880px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1170px) {
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 1024px) {
    .snip1135 li {
        margin: 0 8px;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    .locts-text {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 992px) {
    .snip1135 li {
        margin: 0 8px;
    }

        .snip1135 li a {
            font-size: 11px !important;
        }

    .innerBanner {
        height: 100px;
    }
}

@media screen and (max-width: 896px) {
    .snip1135 li {
        display: inline-block;
    }

    /*  .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    /*.broswvechle {
        font-size: 24px;
    }*/

    .welcomename {
        font-size: 30px;
    }

    /* .lifestyle {
        font-size: 30px;
    }*/

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 60px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .innerBanner {
        height: 65px;
    }
}

@media screen and (max-width: 835px) {
    .snip1135 li {
        display: inline-block;
    }

    /*.menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    /*.broswvechle {
        font-size: 24px;
    }*/

    .welcomename {
        font-size: 30px;
    }

    /* .lifestyle {
        font-size: 30px;
    }*/

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .innerBanner {
        height: 60px;
    }
}

@media screen and (max-width: 800px) {
    .snip1135 li {
        display: inline-block;
    }

    .tp-info span {
        font-size: 13px;
    }
    /*.menubg {
        background-color: #000;
    }*/
    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    /* .broswvechle {
        font-size: 24px;
    }*/

    .welcomename {
        font-size: 30px;
    }

    /*.lifestyle {
        font-size: 30px;
    }*/

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .snip1135 li {
        display: inline-block;
    }

    .brnd-opt {
        display: none !important;
    }
    /* .menubg {
        background-color: #000;
    }*/
    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 70px;
    }
}

@media screen and (max-width: 640px) {
    .snip1135 li {
        display: inline-block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /* .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 568px) {

    .snip1135 li {
        display: block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /*.menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 480px) {

    .snip1135 li {
        display: block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /*  .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 414px) {

    .snip1135 li {
        display: block;
    }

        /* .menubg {
        background-color: #000;
    }*/

        .snip1135 li a {
            font-size: 14px !important;
        }

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 45px 12px 45px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 375px) {
    .snip1135 li {
        display: block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /*  .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancednumber {
        font-size: 14px;
    }

    .getfinancedpara {
        font-size: 10px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 45px 12px 20px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 25px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 360px) {

    .snip1135 li {
        display: block;
    }

    /*.menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }

    .snip1135 li a {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 320px) {


    .snip1135 li {
        display: block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /*  .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}
/*********Media Queries End***********/



