/*---------->>> 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=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Oswald:wght@200;300;400;500;600;700&family=Russo+One&display=swap');

/*#endregion */
/*#region General | Header | Body */
html, body {
    height: 100%;
    margin: 0px;
    min-height: 100%;
    position: relative;
}
body {
    font-family: 'Mulish', sans-serif;
    background-color: #f3f3f3;
}

.container-1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}

header {
    /*position: relative;
     background: none;
     z-index: 2;
    */
}

.layout header {
    background-image: url(/Content/images/autosdirectvaV2/slider-bottom.png);
    background-position: bottom center;
    z-index: 1000;
}
/* Slider */
/*div*/
.sldr-pos {
    position: relative;
    height: 90vh;
}

.cptn-pos {
    margin-top: 10%;
}

.cptn-pos {
    font-size: 22px;
}

.abs {
    display: grid;
    place-items: center;
    height: 100%;
    color: white;
    text-align: center;
}

.ken-burns-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    list-style-type: none;
}

    .ken-burns-slideshow .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transform: scale(1.2);
        animation: kenburns 24s linear infinite;
    }

        .ken-burns-slideshow .slide:nth-child(1) {
            animation-delay: 0s;
        }

        .ken-burns-slideshow .slide:nth-child(2) {
            animation-delay: 6s;
        }

        .ken-burns-slideshow .slide:nth-child(3) {
            animation-delay: 12s;
        }

        .ken-burns-slideshow .slide:nth-child(4) {
            animation-delay: 18s;
        }
        .ken-burns-slideshow .slide:nth-child(5) {
            animation-delay: 24s;
        }
#slide1 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/vaatco-v2/slide-1.jpg");
}

#slide2 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/vaatco-v2/slide-2.jpg");
}

#slide3 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/vaatco-v2/slide-3.jpg");
}

#slide4 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/vaatco-v2/slide-4.jpg");
}
#slide5 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/vaatco-v2/slide-5.jpg");
}
@keyframes kenburns {
    10% {
        opacity: 1;
    }

    25% {
        opacity: 1;
        transform: scale(1);
    }

    40% {
        opacity: 0;
        transform: scale(1);
    }
}
/*----------------------------- */
.bg-white h2:after {
    content: "";
    display: block;
    width: 5em;
    max-width: 70%;
    border-bottom: 0.2em solid #ec2028;
    margin: .5em 0px;
}

.bg-dark-nav {
    background-color: #000000;
}
.serv-title h1 {
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

    .serv-title h1 span {
        margin-top: 5px;
        font-size: 25px;
        color: #000;
        word-spacing: 1px;
        font-weight: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
        font-weight: 700;
    }

        .serv-title h1 span:after, .serv-title h1 span:before {
            content: " ";
            display: block;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
            height: 5px;
            background-color: #f8f8f8;
        }


/***********************img-hover-css*************************/


/*#region Parallax */
.showcase-header h2 {
    font-family: 'Raleway', sans-serif !important;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #555;
    margin-bottom: 60px;
}

.showcase-header h3 {
    font-size: 16px;
    border-left: 4px solid #555;
    width: 26%;
    text-align: center;
    border-right: 4px solid #555;
    text-transform: uppercase;
    color: #555;
    padding: 0px 15px;
    font-size: 20px;
    margin: auto;
}

.welcom-image {
    background-image: url(/Content/images/luckyline/welcome-bg.jpg);
    background-repeat: no-repeat;
    /*padding: 250px;*/
    background-size: cover;
    background-position: center;
    height: 491px;
}

.showcase-header {
    background-image: url(/Content/images/luckyline/parallax-block.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 90px 20px;
    text-align: center;
    color: #fff;
}

.circle-fin {
    border: 3px dashed #ccc;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    font-size: 80px;
    margin: auto;
    transition: .35s;
    color: #555;
}

.showcase-header:hover .circle-fin {
    border: none;
    background-color: #ec2028;
    color: #e0e0e0;
    opacity: .6;
    transform: rotate(360deg);
}

.showcase-header i {
    font-size: 30px;
    background-color: #777;
    width: 70px;
    height: 70px;
    border: 2px solid white;
    border-radius: 60px;
    line-height: 62px;
    position: relative;
    margin-top: -30px;
    color: #ccc;
    transition: .35s;
    display: inline-block;
}

.showcase-header .col-md-12:hover .icon-fin i {
    background-color: #fff;
    color: #748ca8;
}


.showcase-header h1 {
    font-size: 25px;
    font-family: 'Oswald', sans-serif !important;
    text-align: center;
    font-weight: 600;
    color: #555555;
    margin: 0px;
    margin-top: 20px;
}

.showcase-header p {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #555555;
    margin: 0px;
    padding: 0px;
    font-weight: 300 !important;
}

.nav-link {
    padding: 12px 18px !important;
}

@media all and (max-width:1024px) {
    .showcase-header h3 {
        width: 36%;
    }
}

@media all and (max-width:800px) {
    .showcase-header h3 {
        width: 38%;
    }
}

@media all and (max-width:767px) {
    .showcase-header h3 {
        width: 45%;
    }
}

@media all and (max-width:640px) {
    .showcase-header h3 {
        width: 55%;
    }
}

@media all and (max-width:480px) {
    .showcase-header h3 {
        width: 75%;
    }
}


@media all and (max-width:414px) {
    .showcase-header h3 {
        width: 85%;
    }

    .showcase-header .col-xs-6 {
        width: 100%;
    }
}

@media all and (max-width:375px) {
    .showcase-header h3 {
        width: 95%;
    }
}

@media all and (max-width:320px) {
    .showcase-header h3 {
        width: 100%;
        font-size: 18px;
    }
}
/*#endregion */
/*#region Banners */
.banners {
    background-color: #f8f8f8;
    padding: 30px 10px;
}

    .banners .col-sm-4 {
        margin: 0;
        padding: 0;
    }


    .banners img {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }


/*#endregion */



.dp-link {
    position: relative;
    margin: auto;
    overflow: hidden;
}

    .dp-link .content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .dp-link:hover .content-overlay {
        opacity: 1;
    }

.dp-link-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.dp-link:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 18px;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}
/***********************css*************************/
/***********************title-css*************************/

#nz-div-2 h3.tde :after {
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 15px solid #212529;
    border-bottom: 19px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -15px;
}

#nz-div-2 h3.tde span {
    background: #212529;
    padding: 10px 20px 8px 20px;
    color: #fca52a;
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 99;
    font-size: 20px;
}

#nz-div-2 h3.tde {
    margin: 15px 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

#nz-div-2 hr {
    margin: -34px 0px 54px 0px;
    border: 0px solid #212529;
}
/***********************title-css-end*************************/





@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color:#fff;
    box-shadow: inset 0 0 0 0.01px #313035;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgb(238 32 40);
        box-shadow: inset 0 5px 0 0 #ec2028;
    }


    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: #ec2028;
    }

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.hm-navbar .dropdown-menu {
    color: #fff;
    background-color: #212529;
}

.hm-navbar .dropdown-item:focus, .hm-navbar .dropdown-item:hover {
    color: #fff;
    background-color: #eb2028;
}

.hm-navbar .dropdown-item {
    color: #fff
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 90%;
        top: auto;
        left: 5%;
    }

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
    }

        .navbar-toggler .hamburger-toggle .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
        }

            .navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #fca52a;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
                left: 0px;
            }

                .navbar-toggler .hamburger-toggle .hamburger span:first-child {
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }

                .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
                    top: 50%;
                    transform: translate(0, -50%);
                }

                .navbar-toggler .hamburger-toggle .hamburger span:last-child {
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }

            .navbar-toggler .hamburger-toggle .hamburger.active span {
                position: absolute;
                margin: 0;
            }

                .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
                    top: 45%;
                    transform: rotate(45deg);
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
                    left: 50%;
                    width: 0px;
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
                    top: 45%;
                    transform: rotate(-45deg);
                }

.icons {
    display: inline-flex;
    margin-left: auto;
}

    .icons a {
        transition: all 0.2s ease-in-out;
        padding: 0.2rem 0.4rem;
        color: #ccc !important;
        text-decoration: none;
    }

        .icons a:hover {
            color: white;
            text-shadow: 0 0 30px white;
        }


/***********************css*************************/


.fb-lnk:hover {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.insta-lnk:hover {
    background-color: #962fbf !important;
    border-color: #962fbf !important;
}

.twtr-lnk:hover {
    background-color: #00acee !important;
    border-color: #00acee !important;
}
/*.services-optn img{
    width:40%;
}*/

/* DEMO GENERAL ============================== */
.hover-serv {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover-serv img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

/* DEMO 1 ============================== */
.hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
}

.hover-1:hover .hover-1-content {
    bottom: 2rem;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none;
}

.hover-1:hover img {
    left: 0;
}

.hover-1:hover .hover-overlay {
    opacity: 0;
}

.search-hme {
    background-color: rgba(0, 0, 0, 0.631);
    border-top: 3px solid #b3b1b1;
}

.guru-mrgn {
    margin-top: -39px;
}

.line-title {
    margin-bottom: 1.3em;
    font-size: 1.5em;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}

    .line-title:before, .line-title:after {
        content: '';
        display: inline-block;
        height: 1px;
        background: #6F7C80;
        width: 50%;
        position: relative;
        vertical-align: middle;
    }

    .line-title:before {
        left: -0.5em;
        margin-left: -50%;
    }

    .line-title:after {
        right: -0.5em;
        margin-right: -50%;
    }

.bg-logos {
    background-color: #f8f9fd;
}

.f-cars-sec .card__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: none;
    transition: .5s ease;
    background-color: rgba(34, 39, 50, 0.7);
}

.f-cars-sec .card__image {
    display: block;
    width: 100%;
    height: auto;
}

.f-cars-sec .card:hover .card__overlay {
    opacity: 1;
}

.f-cars-sec .card {
    background-color: #222732;
    border: none !important;
    transition: all .5s ease-in;
    position: relative;
}

.f-cars-sec .overlay__text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.f-cars-sec .button {
    background-color: #f56e51;
    padding: 7px 30px;
    margin-top: 2rem;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
}

.f-cars-sec hr {
    background-color: #CCC;
}


.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

    .grid-container > div {
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding: 50px 20px;
        border-bottom: 1px solid #165cb9;
        position: relative;
        border-radius: 7px;
    }

.tp-wdt {
    width: 80%;
   
}

@media screen and (max-width: 1366px) {
    .tp-wdt {
        width: 80%;
        
    }

    .intouch-b h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .tp-wdt {
        width: 100%;
    }

}

    @media screen and (max-width: 810px) {
        .tp-wdt {
            margin-top: auto;
            position: relative !important;
            width: 100%;
        }

        
    }


    /***Slider-short****/
    .why-us {
        position: relative;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+33,f3f3f3+33,f3f3f3+100 */
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 33%, rgba(243,243,243,1) 33%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 33%,rgba(243,243,243,1) 33%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 33%,rgba(243,243,243,1) 33%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
    }

        .why-us .card {
            border: none;
            border-radius: 0;
            box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
        }

        .why-us .carousel-inner {
            padding: 1em;
        }

        .why-us .carousel-control-prev,
        .why-us .carousel-control-next {
            background-color: #4d555e;
            width: 4vh;
            height: 4vh;
            border-radius: 50%;
            /* top: 50%;
    transform: translateY(-50%);*/
        }

        .why-us .carousel-control-prev {
            margin-left: -120px;
        }

        .why-us .carousel-control-next, .why-us .carousel-control-prev {
            position: relative;
        }

            .why-us .carousel-control-prev span, .why-us .carousel-control-next span {
                width: 1.0rem;
                height: 1.0rem;
            }

        .why-us .carousel-control-next {
            left: 100px;
            right: auto;
        }

        .why-us .carousel-control-prev {
            left: 165px;
        }

    @media screen and (min-width: 577px) {
        .why-us .cards-wrapper {
            display: flex;
        }

        .why-us .card {
            margin: 0 0.5em;
            width: calc(100% / 2);
        }

        .why-us .image-wrapper {
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 576px) {
        .why-us .card:not(:first-child) {
            display: none;
        }
    }

    .why-us .image-wrapper img {
        max-width: 100%;
        max-height: 100%;
    }


    /***Slider-short-ends****/
    .why-us .text-danger {
        color: #f56e51 !important;
    }

    .why-us .carousel-control-next, .why-us .carousel-control-prev {
        top: auto;
    }


    .car-bdy {
        width: 100px;
        height: 100px;
        line-height: 90px;
        border-radius: 100%;
        text-align: center;
        border: 2px solid #fff;
        transition: .35s;
        background-color: rgba(53, 45, 45, 0.7);
    }

        .car-bdy img {
            width: 70%;
            filter: brightness(0) invert(1);
        }

        .car-bdy:hover {
            background-color: #f86c55;
            border: 2px solid #f86c55;
        }

    .t-veh {
        color: #ff5f1f;
    }
    /***********************Intouch-css-ends*************************/
    a {
        color: #000;
    }

        a:hover {
            color: #ec2028;
        }

        a:visited, a:link, a:active {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Mulish', sans-serif;
    }
    /*Slider-css*/
    .carousel-caption a {
        color: #ff5f1f;
    }

    @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;
        }
    }

    .topBar {
        background-color: #f4f6fd;
    }

    .nav-bg .bg-dark {
        background-color: #010101 !important;
    }

    .topBar .address-header-color {
        color: #333;
    }



    .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;
        color: #fff;
        transition: all 0.5s;
    }

        .buttonstyle3:hover {
            background-color: #eb2028;
        }

    .buttonstyle4 {
        /*background-color: #e4e7ee;*/
        font-size: 12px;
        transition: all 0.5s;
        color: #ccc;
    }

        .buttonstyle4:hover {
            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: #165CF5;
            border: 1px solid #165CF5;
            color: #fff;
        }

    .buttonstyle6 {
        background-color: #165cb9;
        font-size: 12px;
        color: #fff;
        transition: all 0.5s;
    }

        .buttonstyle6:hover {
            background-color: #f2f4f9;
            color: #000;
        }

.buttonstyle7 {
    background-color: #000;
    padding: 9px 25px !important;
    color: #fff;
    transition: all 0.5s;
}

    .buttonstyle7:hover {
        background: #ec2129;
        color: #fff;
    }

    .buttonstyle8 {
        background-color: transparent;
        border: 1px solid #3a3a3a;
        color: #3a3a3a;
        transition: all 0.5s;
    }

        .buttonstyle8:hover {
            background-color: #e2d21f;
            border: 1px solid #e2d21f;
            color: #3a3a3a;
        }

    .buttonstyle9 {
        background-color: #e7e7e7;
        border: 1px solid #e7e7e7;
        transition: all 0.5s;
    }

        .buttonstyle9:hover {
            background-color: #ec2028;
            border: 1px solid #ec2028;
            color: #fff;
        }

    .buttonstyle10 {
        background-color: #fff;
        border: 1px solid #fff;
        transition: all 0.5s;
    }

        .buttonstyle10:hover {
            background-color: #292C31;
            color: #fff;
            border: 1px solid #292D32;
        }

    input[type='radio']:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        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: 2px solid #32406d;
    }

    .form-check-input:focus {
        box-shadow: none;
    }

    #button-addon2 {
        border-radius: 0px 50px 50px 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;
    }

    .bg-buy-car {
        background-color: #f86c55;
    }

    .bg-sell-car {
        background-color: #222732;
    }

    .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: #fff;
    }

    .getfinancedsection {
        padding: 150px 0px;
    }

    .specializeSection {
        /* The image used */
        background-image: url(../images/apfairfax/kt-interior-bg.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: 50px 0;
    }

    .bignewssection {
        /* The image used */
        background-image: url(/Content/images/apfairfax/kt-interior-bg.jpg);
        /* Set a specific height */
        min-height: 300px;
        /* 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;
    }

    .ft-links a {
        transition: .35s;
    }

        .ft-links a:hover {
            color: #ec2028 !important;
        }

    .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: #f86c55;
    }

    .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: #e2d21f;
            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 10px;
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 100%;
    background-color: #eb2028;
    border: none;
}





    .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;
        }
    }


    .row-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .owl-theme .owl-controls .owl-buttons div {
        padding: 9px 20px !important;
        font-size: 22px !important;
    }

    .owl-pagination {
        display: none;
    }

    .owl-carousel .owl-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

        .owl-carousel .owl-wrapper > div[class*='col-'] {
            display: flex;
            flex-direction: column;
        }

    .owl-carousel .owl-item img {
        display: block;
        width: 17%;
        float: left;
        /*border: 5px solid #fff;
    border-radius: 20px;*/
        margin-left: 54px;
        margin-right: 35px;
        margin-top: 15px;
    }

    .testimonial-item.equal-height.style-6 {
        background-color: #eee;
        border-radius: 10px;
        margin: 10px;
        height: auto !important;
    }

    .cell-right {
        text-align: center;
        margin-right: 80px;
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .testimonial-name {
        font-weight: 600;
    }

    .testimonial-content.quote {
        padding: 17px 55px;
    }

    .et_right_sidebar #main-content .container:before {
        display: none;
    }

    #main-content .container {
        padding-top: 10px;
    }

    i.fa.fa-quote-left {
        padding: 0px 10px;
        color: #999;
    }




    /**************Services-grid******************/
    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        grid-gap: 20px;
        padding: 20px;
    }

    .item1 {
        transition: .35s;
    }

    .grid-container .item1 {
        background-color: #fff;
        text-align: center;
        padding: 20px 10px;
        /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
        position: relative;
        /* border-radius: 10px;*/
        /* border: 1px solid #e3e0e0;*/
    }

        .grid-container .item1:hover {
            background: rgb(0 0 0);
            /* background: linear-gradient(230deg, rgba(228,228,228,1) 0%, rgba(251,251,250,1) 50%, rgba(228,228,228,1) 100%);*/
        }

    .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 auto auto;
        }
    }

    @media (max-width: 640px) {
        .grid-container {
            grid-template-columns: auto auto;
        }
    }
    /**************Services-grid******************/



    .apply-btn {
        background-color: #e99846;
        border: 1px solid #e99846;
    }

        .apply-btn:hover {
            background-color: #de8e3d;
        }

    .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****/
.ft-bg {
    background-color: #000000;
}

    .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;
        }

    .footer-bg {
        background-color: #1c1c1c;
        padding: 50px 0px
    }

    .ft-bg .list-group-item {
        padding: .2rem 1rem;
    }

    .ft-bg .list-group-item {
        color: #fff;
        transition: .35s;
        background-color: #232732;
        border: 1px solid rgba(0,0,0,.125);
    }

.ft-bg .list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #ec2028;
    background-color: transparent;
}

    .ft-bg .hours {
        color: #fff;
    }

    .footerlink li a {
        color: #d7d7d7;
        font-size: 15px;
    }

    .ft-bg .address-footer-color {
        color: #ccc;
    }

    .footerlink li a:hover {
        color: #ff5f1f !important;
    }

    .coptrights a {
        font-size: 15px;
    }

        .coptrights a:hover {
            color: #dda543 !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: #ec2028 !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;
            }
    }

    @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) {
        .ft-bg .hours {
            font-size: 12px
        }

        .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;
        }

        /*.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;
        }

        /* .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***********/



