/*---------->>> 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');

/*#endregion */
/*#region General | Header | Body */
body {
    font-family:;
    background-color: #f3f3f3;
}

.container-1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}

.icon-clr {
    font-size: 65px;
    color: #8f0c11 !important;
}

header {
    /*position: relative;
     background: none;
     z-index: 2;
    */
}

.bg-logo {
    background-color: #d9a126;
}

.layout header {
    background-image: url(/Content/images/mydealereastcoast-v1/slider-bottom.png);
    background-position: bottom center;
    z-index: 1000;
}
/*search block css*/
.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

    .openBtn:hover {
        background: #bbb;
    }

/*////////////////////////////////////////////////////////////////////////// mydealereastcoast EXTRA css /////////////////////////////////*/

.bg-one {
    background-color: #DD0000;
}
.top-secttion li{
    padding:0px 10px;
}
.top-secttion a{
   color:#fff !important;
}
.scoical-ico i {
    color: #ffffff;
    background: #dd0000;
    border-radius: 100%;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.scoical-ico a i:hover {
    color: #ffffff;
    background: #ff0808;
}
.secton-two {
    background-color: #DD0000;
}
.bnnr-img {
    /* The image used */
    background-image: url(../images/mydealereastcoast-v1/banner-img.jpg);
    min-height: 500px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    background-attachment: scroll;
}
.section-search {
    /* The image used */
    background-image: url(../images/mydealereastcoast-v1/banner-quick-search.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;
}
.wellcom-sec {
    /* The image used */
    background-image: url(../images/mydealereastcoast-v1/about-us-section.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;
}
.bck-colr {
    background-color: rgba(255, 255, 255, 0.78) !important;
}
.secton-fot-1 {
    background-color: #BC0000;
}
.nava-link li {
    padding: 0px 10px;

}
.nava-link a{
    color:#fff;
}
.nava-link a:hover {
    color: #fff;
}
.scoical-ico li {
    padding: 0px 10px;
}
.secton-fot-2 {
    background-color: #DD0000;
}





































.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #8f0c11;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #fff;
}

    .overlay button:hover {
        background: #b00e14;
    }
/*search block css-ends*/
.text-cotnt {
    position: absolute;
   
    bottom: 290px;
}
.text-comp {
    color: #e4b701 !important;
}
.octagon {
    position: relative;
    width: 400px;
    height: auto;
    
    background: #3498db;
    float: right;
    background-color: rgb(0 0 0 / 50%);
}
    .octagon::before, .octagon::after {
        position: absolute;
        left: 0;
        content: '';
        width: 400px;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
    }
.octagon::before {
    top: -50px;
    border-bottom: 50px solid rgb(0 0 0 / 50%);
   
   
}
.octagon::after {
    bottom: -50px;
    border-top: 50px solid rgb(0 0 0 / 50%);
}  

.shd-img {
    box-shadow: -20px 20px #8f0c11;
}
.main-banner {
    object-fit: cover;
    width: 100%;
}
.bg-dark-home {
    background-color: rgba(0, 0, 0, 0.7);
}
/*.tp-wdt {
    width: 100%;
    margin-top: -20%;
    z-index:2;

}*/
    .tp-wdt h2 {
        text-align: center;
        color: #fff;
        font-weight: 800 !important;
        margin-bottom: 40px;
    }
    @media(max-width:1344px) {
        .text-cotnt {
       
        bottom: 140px;
    }
}

    @media(max-width:1170px) {
        .text-cotnt {
            bottom: 50px;
        }
        .tp-wdt {
            margin-top: auto;
            margin-bottom: 25px;
        }

        .selectdiv {
            margin-bottom: 10px;
        }
    }
@media(max-width:810px) {
    .text-cotnt {
       
        bottom: 65px;
    }
}
@media(max-width:640px) {
    .octagon::before, .octagon::after {
        display: none;
    }
    .text-cotnt {
        bottom: 40px;
    }
}
@media(max-width:480px) {
    

    .text-cotnt {
        bottom: 20px;
    }
}
@media(max-width:428px) {


    .text-cotnt {
        bottom: 10px;
    }
}
@media(max-width:375px) {

    .text-cotnt {
        bottom: 4px;
    }
    .octagon {
        
        width: 350px;
    }
    }
    a {
        color: #000;
    }

        a:hover {
            color: #8f0c11;
        }

        a:visited, a:link, a:active {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Lato', sans-serif;
    }

    /*Slider-css*/
    .carousel-caption a {
        color: #fff;
    }

    @media(min-width:768px) {
        .carousel-caption {
            left: 50%;
            top: 55%;
            transform: translate(-50%, -50%);
            width: 100%;
        }
    }

    @media(max-width:428px) {
        .carousel-caption {
            top: -10%;
        }

            .carousel-caption p {
                font-size: 12px;
            }
    }

    .topBar {
        background-color: #312509;
    }

        .topBar a {
            color: #fff;
        }

    .sim-btn {
        background-color: #8cc63f;
        border-color: #8cc63f;
        width: 200px;
        border-radius: 0px !important;
    }

        .sim-btn:hover {
            background-color: #a0d061;
            border-color: #ff5f1f;
        }
    /*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: #DD0000;
        }

    .buttonstyle4 {
        background-color: #f2f4f9;
        font-size: 12px;
        transition: all 0.5s;
    }

        .buttonstyle4:hover {
            background-color: #ff5f1f;
            color: #fff;
        }

    .buttonstyle5 {
        background-color: #d9a126;
        line-height: 19px;
        border: 1px solid #d9a126;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.5s;
        padding: 12px 30px;
        color: #fff !important;
    }

        .buttonstyle5:hover {
            background-color: #212529;
            border: 1px solid #212529;
            color: #fff;
        }

    .buttonstyle6 {
        background-color: #8cc63f;
        font-size: 12px;
        color: #fff;
        transition: all 0.5s;
    }

        .buttonstyle6:hover {
            background-color: #f2f4f9;
            color: #000;
        }

    .buttonstyle7 {
        background-color: #2b2b2b;
        padding: 12px 30px !important;
        color: #fff;
        transition: all 0.5s;
    }

        .buttonstyle7:hover {
            background: #DD0000;
            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: #DD0000;
            border: 1px solid #DD0000;
            color: #fff;
        }

    .buttonstyle10 {
        background-color: #fff;
        border: 1px solid #fff;
        transition: all 0.5s;
    }

        .buttonstyle10:hover {
            background-color: #d9a126;
            color: #fff;
            border: 1px solid #d9a126;
        }

    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: 4px 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 #8f0c11;
    ;
}

    .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;
    }

    .broswvechleparagraph {
        font-size: 15px;
        color: #232c46;
    }

    .lifestyle {
        color: #232c46;
        line-height: 50px;
    }

    .welcomename {
        color: #8f0c11 !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;
    }

    .wrapper {
        animation: scroll 70s linear infinite;
        background-color: #053071;
        background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%230057da' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
        /*background: url("https://images.unsplash.com/photo-1465146633011-14f8e0781093?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=3450&q=80"), #111111;*/
        color: #eee;
        /* height: 100vh;*/
        /* min-width: 360px;*/
        width: 100%;
        /*  display: flex;
    justify-content: center;
    align-items: center;*/
        perspective: 1000px;
        perspective-origin: 50% 50%;
    }

    @keyframes scroll {
        100% {
            background-position: 0px -3000px;
        }
    }

    @media (prefers-reduced-motion) {
        .wrapper {
            animation: scroll 200s linear infinite;
        }
    }

    @media (min-width: 670px) {
        .title {
            font-size: 5rem;
        }
    }

.bignewssection {
    background-image: url(../images/mydealereastcoast-v1/bignews.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}



    .btm-btn-ft {
        background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
        width: 100%;
        height: 200px;
        display: block;
        text-align: center;
        line-height: 46px;
        font-size: 50px;
        padding-top: 25px;
        border-radius: 15px;
    }

        .btm-btn-ft:hover {
            color: #fff;
        }

    .map-atma {
        height: 200px;
    }

    .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%;
            }

    /*.current {
        color: #fff !important;
    }*/

    .row-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .eq-hgt {
        height: 100%;
    }

    .service_box {
        background-color: #fff;
        transition: all 0.3s ease 0s;
        color: #6c788a;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

        .service_box:hover {
            background-color: #c52128;
        }

            .service_box:hover hr {
                background-color: #fff;
            }

            .service_box:hover .service_icon {
                background-color: #fff;
                color: #6c788a;
            }


        .service_box .service_icon {
            background-color: #6c788a;
            width: 45px;
            height: 45px;
            color: #fff;
            line-height: 45px;
            transform: translateY(0);
            transition: all 0.3s ease 0s;
        }


            .service_box .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: #fff;
        }

        .service_box p {
            transition: all 0.3s linear 0s;
        }

        .service_box:hover p {
            /* opacity: 1;*/
        }

    .icn-hm {
        color: #ccc;
    }

    .service_box:hover .icn-hm {
        color: white;
    }

    .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);
        }


    .borderfooter {
        border: 1px solid #ff2525;
        opacity: 0.6;
    }

    .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: #ff5f1f;
        border-bottom: 3px solid #8cc63f;
    }

    .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 30px;
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 100%;
    border: none;
    background-color: #dd0000;
}

    .findmycarsearchhome:hover {
        background-color: #b71d1d;
        color: #fff !important;
    }

        .findmycarsearchhome i {
            position: absolute;
            right: 10px;
            top: 8px;
            background-color: #e2d21f;
            border-radius: 100px;
            padding: 3px 4.5px;
            font-size: 14px;
            color: #3a3a3a;
        }

        .findmycarsearchhome:hover i {
            background-color: #3a3a3a;
            color: #e2d21f;
        }

    .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;
        }
    }
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
}












    .h-navbar .fixed-top {
        right: 0 !important;
        left: auto;
    }


.buttonstylebnr {
    background-color: #DD0000;
    border: 1px solid #DD0000;
    font-size: 18px;
    border-radius: 100px !important;
    color: #fff;
}
    .buttonstylebnr:hover {
        background-color: #393939;
        border: 1px solid #393939;
    }
.apply-btn {
    background-color: #393939;
    border: 1px solid #393939;
    font-size: 18px;
    border-radius: 100px !important;
    color: #fff;
}

    .apply-btn:hover {
        background-color: #DD0000;
        border: 1px solid #DD0000;
    }


    .socialmediafooter-tp li a {
        padding: 8px 10px;
        border: 2px solid #fff;
        transition: all 0.3s ease;
    }

        .socialmediafooter-tp li a:hover {
            background-color: #fff;
            border: 2px solid #fff;
        }

            .socialmediafooter-tp li a:hover i {
                color: #c52128;
            }

        .socialmediafooter-tp li a i {
            color: #fff;
        }


    .socialmediafooter li a {
        padding: 8px 10px;
        border: 2px solid #828282;
        transition: all 0.3s ease;
    }

        .socialmediafooter li a:hover {
            background-color: #d9a126;
            border: 2px solid #d9a126;
        }

            .socialmediafooter li a:hover i {
                color: #fff;
            }

        .socialmediafooter li a i {
            color: #828282;
        }

    #navbarSupportedContent ul li a {
        /* font-size: 17px;*/
        border-radius: 3px;
    }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: #DB0000;
}

#navbarSupportedContent ul li a:hover {
    background-color: #DB0000;
    color: #fff !important;
}

.dropdown-menu {
    color: #fff;
    background-color: #8f0c11;
}
.dropdown-item {
    
    color: #fff;
}
    .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: #8f0c11;
        padding: 50px 0px
    }

    .footerlink li a {
        color: #d7d7d7;
        font-size: 15px;
    }

        .footerlink li a:hover {
            color: #ff5f1f !important;
        }

    .coptrights a {
        font-size: 15px;
    }

        .coptrights a:hover {
            color: #fff !important;
        }

    .footeraddress a {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
    }

        .footeraddress a:hover {
            color: #0d6efd !important;
        }

    .footerphone a {
        font-size: 15px;
        font-weight: 300;
    }

        .footerphone a:hover {
            color: #fff !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;
        }
    /*#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: 991px) {
        #navbarSupportedContent ul li a {
            text-align: center;
        }
    }

    @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;
        }

        .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) {
        .mn-title {
            font-size: 22px;
        }

        .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***********/



