@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

@font-face {
    font-family: 'icomoon';
    src: url('/Content/font/autotarde-fonts/icomoon.eot?k3z4uw');
    src: url('/Content/font/autotarde-fonts/icomoon.eot?k3z4uw#iefix') format('embedded-opentype'), url('/Content/font/autotarde-fonts/icomoon.ttf?k3z4uw') format('truetype'), url('/Content/font/autotarde-fonts/icomoon.woff?k3z4uw') format('woff'), url('/Content/font/autotarde-fonts/icomoon.svg?k3z4uw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-car-brand:before {
    content: "\e901";
}

.icon-easy-financing:before {
    content: "\e907";
}

.icon-trusted:before {
    content: "\e90f";
}

.testimonial:after, .testimonial:before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    position: absolute
}

.buttonstyle5, .f-cars-sec .button, a:active, a:link, a:visited {
    text-decoration: none
}

.snip1540, .snip1540 .image, figure.snip0068, figure.snip1312 {
    overflow: hidden
}

.footeraddress a, .footerphone a {
    font-weight: 300;
    font-size: 15px
}

body {
    font-family: Lato,sans-serif;
    /*background-color: #000;*/
    color: #fff
}

.container-1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

.layout header {
    background-image: url(/Content/images/autosdirectvaV2/slider-bottom.png);
    background-position: bottom center;
    z-index: 1000;
}

.testi-pic {
    background-color: #2c3033 !important;
}

.sold-veh {
    position: relative;
    background: url('/content/images/maximum-autodealer/best-deal-banner.png') no-repeat center center/cover;
    height: 60vh; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
   .sold-veh::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4); /* dark overlay for readability */
    }

.sold-veh-content {
    position: relative;
}
   .sold-veh-content h1 {
        font-size: 7vw; /* responsive font size */
        margin: 0;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        color: #fff;
    }
   .sold-veh-content p {
        font-size: 4vw;
        margin: 10px 0 0 0;
        text-transform: uppercase;
    }

@media (max-width: 768px) {
    .sold-veh-content h1 {
        font-size: 10vw;
    }
   .sold-veh-content p {
        font-size: 4vw;
    }
}
.hero {
    position: relative;
    overflow: hidden;
}
   .hero img {
        width: 100%;
        display: block;
    }

/* Stars container */
.stars {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Single star */
.star {
    position: absolute;
    bottom: 0;
    background: white;
    border-radius: 50%;
    opacity: 0;
    animation: floatUp linear forwards;
}

/* Animation */
@keyframes floatUp {
    0% {
        transform: translateY(0) scale(0.5);
        opacity: 0;
    }
   20% {
        opacity: 0.8;
    }
   100% {
        transform: translateY(-120vh) scale(1);
        opacity: 0;
    }
}
.testimonial-cont {
    background-color: #212529 !important;
    border-bottom: 1px solid #2c3033 !important;
    box-shadow: none !important;
}

.search-sec {
    background-color: #f9f9f9;
}

.search-opt-sec {
    background-color: #66021b;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23800020' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.bg-stars, .topBar {
    background-color: #f9f9f9;
}

figure.snip0068 { /*! font-family: 'Oswald', sans-serif; */
    color: #fff;
    position: relative;
    float: left;
    margin: 10px 1%;
    max-height: 220px;
    width: 100%;
    background: #000;
    text-align: center;
}
   figure.snip0068 *, figure.snip1312 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: .3s;
        transition: .3s
    }
   figure.snip0068 img {
        opacity: 1;
        width: 100%;
        -webkit-transition: .6s;
        transition: .6s;
    }

.car-bdy, a {
    transition: .35s;
}

figure.snip0068 figcaption {
    position: absolute;
    bottom: 0;
    left: 18%;
    right: 18%;
    height: 100%;
}
   figure.snip0068 figcaption > div {
        overflow: hidden;
        width: 100%;
        position: relative;
        height: 50%;
    }

figure.snip0068 h3, figure.snip0068 span {
    margin: 0;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    font-weight: 800;
    text-transform: uppercase;
}

figure.snip0068 h3 {
    background: #333;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.snip0068 span {
    background: #fff;
    color: #4d4d4d;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

figure.snip0068 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
}

.ribbon-testi, .testimonial, .text, figure.snip1312, ul.businessHours {
    position: relative;
}

figure.snip0068.blue {
    background: #0a212f;
}
   figure.snip0068.blue h3 {
        background: #2980b9;
    }

figure.snip0068.red {
    background: #36100c;
}
   figure.snip0068.red h3 {
        background: #c0392b;
    }

figure.snip0068.yellow {
    background: #562e0a;
}
   figure.snip0068.yellow h3 {
        background: #800020; /*! font-family: 'Oswald', sans-serif; */
        font-weight: 500;
    }

figure.snip0068.hover img, figure.snip0068:hover img {
    opacity: .35;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip0068.hover figcaption h3, figure.snip0068:hover figcaption h3 {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.snip0068.hover figcaption span, figure.snip0068:hover figcaption span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.testimonial {
    text-align: center;
    color: #f2efe8;
    margin: 80px 30px;
    padding: 30px 40px;
    border-radius: 30px;
    z-index: 1;
}
   .testimonial:before {
        left: 0;
        background-color: #424242;
        z-index: -1;
    }

/*------------why-choose-us-sec---------------*/
.why-chs-sec {
    background-color: #222732;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,ffffff+10,222732+10,222732+90,ffffff+90,ffffff+90,ffffff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 10%, rgba(34,39,50,1) 10%, rgba(34,39,50,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 10%,rgba(34,39,50,1) 10%,rgba(34,39,50,1) 90%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 10%,rgb(128, 0, 32) 10%,rgba(34,39,50,1) 90%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: relative;
    margin: 50px 0px;
}

.why-chs-dv {
    background-color: #800020;
    padding: 65px 25px;
}
   .why-chs-dv .list-group-item {
        background-color: transparent;
        border-bottom: 1px solid #ccc;
        border: none;
    }
   .why-chs-dv a.list-group-item {
        color: #fff;
        transition: .35s;
        padding-left: 13%;
        width: 70%;
        transition: .35s;
    }
       .why-chs-dv a.list-group-item:hover, a.list-group-item:focus {
            text-decoration: none;
            background-color: #500417;
        }
           .why-chs-dv a.list-group-item:hover .why-icn {
                background-color: #262b37;
                color: #fff;
                border: 2px solid #8A0300;
            }
   .why-chs-dv .why-icn {
        position: absolute;
        font-size: 30px;
        left: 7px;
        top: 25%;
        background-color: #000;
        width: 70px;
        text-align: center;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
        border: 2px solid #8A0300;
        transition: .35s;
    }

.why-chs-ttl {
    color: #fff !important;
}

.why-ch-car {
    margin-top: 25%;
    margin-left: -20%;
    position: relative;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    right: calc(8% - 8px);
}
   .why-ch-car:hover {
        right: 0;
    }

@media (max-width:1336px) {
    .why-ch-car {
        margin-top: 60%;
    }
}

@media (max-width:1170px) {
    .why-chs-dv a.list-group-item {
        width: 85%;
    }
}

@media (max-width:1080px) {
    .why-chs-dv a.list-group-item {
        width: 88%;
    }
}

@media (max-width:1024px) {
    .why-chs-dv a.list-group-item {
        padding-left: 15%;
        width: 88%;
    }
   .why-ch-car {
        margin-top: 80%;
        margin-left: -20%;
    }
}

@media (max-width:992px) {
    .why-chs-dv a.list-group-item {
        padding-left: 17%;
        width: 100%;
    }
}

@media (max-width:767px) {
    .why-ch-car {
        margin-top: 100%;
    }
   .why-chs-dv a.list-group-item {
        padding-left: 17%;
        width: 100%;
    }
}

@media (max-width:480px) {
   .why-chs-dv a.list-group-item {
        padding-left: 20%;
    }
}

@media (max-width:428px) {
   .why-chs-dv a.list-group-item {
        color: #fff;
        text-align: center;
    }
   .why-chs-dv a.list-group-item {
        padding-left: 0%;
    }
   .why-chs-dv .why-icn {
        position: relative;
        display: block;
        margin: auto;
    }
}

.main-title h3::before {
    display: block;
    float: left;
    margin-top: .8em;
    border-top: 2px solid #b2b2b2;
    width: 12%;
    content: "";
    margin-right: 5px;
}

.main-title h3 {
    overflow: hidden;
    color: gray;
    text-align: left;
    line-height: 1.6em;
    color: #dad8d8;
    font-size: 14px;
}

.main-title h2 {
    font-size: 22px;
    font-weight: 400 !important;
    color: #262b37;
}

.main-title span {
    font-weight: 600;
}












.testimonial:after {
    left: 0;
    background-color: #bf3e20;
    transform: rotate(-7deg);
    z-index: -2;
}

.testimonial .pic {
    border: 5px solid #f2efe8;
    display: inline-block;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
   .testimonial .pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.testimonial .testimonial-content {
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 20px;
    font-family: Poppins,sans-serif;
    font-size: 14px;
}

.testimonial .testimonial-title a {
    display: inline-block;
    color: #bf3e20;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .testimonial-title small {
    color: #f2efe8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 0;
    margin-left: 10px;
    text-align: center
}
   .owl-theme .owl-controls .owl-buttons div {
        display: inline-block;
        opacity: 1;
        background: #bf3e20;
        color: #fff;
        border-radius: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 5px;
    }

.owl-next:before, .owl-prev:before {
    content: "\f12c";
    font-family: bootstrap-icons !important;
    font-size: 20px
}

.owl-next:before {
    content: "\f135"
}

.testimonial span {
    color: #ce9136
}

.heading-text {
    background-color: #fff;
    color: #000
}

.ribbon-testi {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    width: 100%
}

.text {
    display: inline-block;
    padding: .5em 1em;
    min-width: 20em;
    line-height: 1.2em;
    background: #ffd72a;
    width: 100%;
    font-family: Oswald,sans-serif;
    color: #363018;
    text-shadow: 1px 1px 1px #ffec9c;
}
   .snip1135, .text strong {
        text-transform: uppercase;
    }
   .bold:before, .ribbon-testi:after, .ribbon-testi:before, .text:after, .text:before {
        content: '';
        position: absolute;
        border-style: solid;
    }

.ribbon-testi:before {
    top: .3em;
    left: .2em;
    width: 100%;
    height: 100%;
    border: none;
    background: #000;
    z-index: -2;
}

.text:before {
    bottom: 100%;
    left: 0;
    border-width: .5em .7em 0 0;
    border-color: transparent #fc9544 transparent transparent;
}

.text:after {
    top: 100%;
    right: 0;
    border-width: .5em 2em 0 0;
    border-color: #fc9544 transparent transparent;
}

.bold:before, .ribbon-testi:after {
    top: .5em;
    right: -2em;
    border-width: 1.1em 1em 1.1em 3em;
    border-color: #fecc30 transparent #fecc30 #fecc30;
    z-index: -1;
}

.bold:before {
    border-color: #000 transparent #000 #000;
    top: .7em;
    right: -2.3em;
}

.read-more-reviews {
    text-align: right;
    font-size: 20px;
    padding-top: 20px;
}

ul.businessHours {
    font-size: 1em;
    margin: 0 auto;
    color: #717171;
    line-height: 35px;
}

.AddressSection, .AddressSection a {
    font-family: Lato,sans-serif;
    color: #fdfeff;
    line-height: 25px;
    font-size: 1.2em;
}

.hrslbl {
    float: right;
}

.opt-sec {
    background-color: #ffffff;
    perspective: 10000px;
}

.ser-kt {
    padding: 5px;
}
   .ser-kt:hover .icon-crcl {
        transition: .9s;
        transform: rotateY(180deg);
        background-color: gold;
    }

.icon-crcl {
    font-size: 40px;
    line-height: 70px;
}

figure.snip1312 {
    font-family: Raleway,Arial,sans-serif;
    margin: 10px;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
   figure.snip1312 img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
    }
   figure.snip1312 figcaption {
        position: absolute;
        bottom: 6px;
        left: 6px;
        right: 6px;
        padding: 35px 10px 10px;
        background-color: #800020;
        text-align: center;
    }
   figure.snip1312 .icon-crcl {
        display: block;
        width: 70px;
        height: 70px;
        background-color: #fff;
        position: absolute;
        top: -40px;
        border-radius: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }
   figure.snip1312 h3, figure.snip1312 p {
        margin: 0;
        padding: 0;
    }
   figure.snip1312 h3 {
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        color: gold !important;
        font-size: 14px !important;
        transition: .35s;
        font-family: 'PT Sans Narrow',sans-serif !important;
    }
   figure.snip1312:hover h3 {
        color: #808487 !important;
    }
   figure.snip1312 p {
        font-size: .8em;
        margin-bottom: 20px;
        line-height: 1.6em;
    }
   figure.snip1312 footer > div {
        display: inline-block;
        margin-left: 10px;
    }
   figure.snip1312 footer i {
        color: rgba(255,255,255,.2);
        margin-right: 5px;
    }
   figure.snip1312 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }
   figure.snip1312.hover img, figure.snip1312:hover img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

@media (max-width:1080px) {
    figure.snip1312 h3 {
        font-size: 13px !important;
    }
}

@media (max-width:1024px) {
    figure.snip1312 figcaption {
        padding: 35px 6px 6px;
    }
}

@media (max-width:896px) {
    figure.snip1312 figcaption {
        padding: 35px 3px 3px;
    }
   figure.snip1312 h3 {
        font-size: 11px !important;
    }
}

@media (max-width:800px) {
    figure.snip1312 figcaption {
        padding: 35px 0 0;
    }
}

@media (max-width:767px) {
    figure.snip1312 {
        margin: 0;
    }
   .container-1400 {
        padding-left: 5%;
        padding-right: 5%
    }
   figure.snip1312 h3 {
        font-size: 18px !important
    }
   figure.snip1312 figcaption {
        padding: 35px 10px 10px
    }
}

@media (max-width:414px) {
    figure.snip1312 h3 {
        font-size: 14px !important
    }
}

@media (max-width:360px) {
    figure.snip1312 h3 {
        font-size: 12px !important
    }
}

@media (max-width:320px) {
    figure.snip1312 figcaption {
        padding: 35px 5px 5px
    }
}

.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;
    background-color: rgba(34,39,50,.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: .5s ease-in;
    position: relative
}

.f-cars-sec .overlay__text {
    color: #fff;
    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: #fff;
    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
}
   .grid-container > div {
        background-color: rgba(255,255,255,.8);
        text-align: center;
        padding: 50px 20px;
        border-bottom: 1px solid #165cb9;
        position: relative;
        border-radius: 7px
    }

.tp-wdt {
    width: 50%;
    margin-top: -35%
}

@media screen and (max-width:1366px) {
    .tp-wdt {
        width: 80%;
        margin-top: -40%
    }
   .intouch-b h2 {
        font-size: 20px
    }
}

.why-us {
    position: relative;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 33%,#f3f3f3 33%,#f3f3f3 100%);
    background: -webkit-linear-gradient(top,#fff 33%,#f3f3f3 33%,#f3f3f3 100%);
    background: linear-gradient(to bottom,#fff 33%,#f3f3f3 33%,#f3f3f3 100%)
}

.bignewssection, .specializeSection {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.why-us .card {
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22,22,26,.18)
}

.why-us .carousel-inner {
    padding: 1em
}

.why-us .carousel-control-next, .why-us .carousel-control-prev {
    background-color: #4d555e;
    width: 4vh;
    height: 4vh;
    border-radius: 50%;
    position: relative;
    top: auto
}
   .why-us .carousel-control-next span, .why-us .carousel-control-prev span {
        width: 1rem;
        height: 1rem
    }

input[type=radio]:after, input[type=radio]:checked:after {
    width: 18px;
    height: 18px;
    top: -2px;
    left: -1px;
    background-color: #212529;
    content: '';
    visibility: visible;
    display: inline-block;
    position: relative
}

.why-us .carousel-control-next {
    left: 100px;
    right: auto
}

.why-us .carousel-control-prev {
    margin-left: -120px;
    left: 165px
}

@media screen and (min-width:577px) {
    .why-us .cards-wrapper {
        display: flex
    }
   .why-us .card {
        margin: 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%
}

.why-us .text-danger {
    color: #f56e51 !important
}

.car-bdy {
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #fff;
    background-color: rgba(53,45,45,.7)
}
   .car-bdy img {
        width: 70%;
        filter: brightness(0) invert(1)
    }
   .car-bdy:hover {
        background-color: #f86c55;
        border: 2px solid #f86c55
    }

.carousel-caption a, .t-veh {
    color: #ff5f1f
}

a {
    color: #808487
}
   a:hover {
        color: gold
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Lato,sans-serif
}

@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:472px) {
    figure.snip0068 figcaption {
        left: 12%;
        right: 12%;
   }
    figure.snip0068.yellow h3 {      
       font-size: 16px;
    }
}
    @media(max-width:428px) {
        .carousel-caption h2 {
            font-size: 16px
        }
       .carousel-caption h3 {
            font-size: 14px
        }
       .carousel-caption p {
            font-size: 12px
        }
       .main-title h3 {
            text-align: center;
            font-size: 18px;
            font-weight: 700;
        }
           .main-title h3::before {
                display: none;
            }
    }
   .nav-bg .bg-dark { /*! background-color: #fff !important; */
    }
   .buttonstyle4:hover, .ft-bg .hours, .service_box:hover .service_icon i, .topBar .address-header-color, .topcalllink:hover {
        color: #000000;
    }
   .coptrights a:hover, .topBar i {
        color: #86282f !important;
    }
   .sim-btn {
        background-color: #165cb9;
        border-color: #165cb9;
        width: 200px;
        border-radius: 0 !important
    }
       .sim-btn:hover {
            background-color: #3373c8;
            border-color: #3373c8
        }
   .buttonstyle1 {
        background-color: #e2d21f;
        border-radius: 100px;
        transition: .5s
    }
       .buttonstyle1:hover {
            background: #3a3a3a;
            color: #fff
        }
   .buttonstyle2 {
        background-color: transparent;
        transition: .5s
    }
       .buttonstyle2:hover {
            background-color: #0d6efd;
            color: #fff
        }
   .buttonstyle3 {
        background-color: #3a3a3a;
        color: #fff;
        transition: .5s
    }
       .buttonstyle3:hover {
            background-color: #1f1f1f;
        }
   .buttonstyle4 {
        font-size: 12px;
        transition: .5s;
        color: #ccc
    }
   .buttonstyle5 {
        background-color: #165cb9;
        line-height: 19px;
        border: 1px solid #165cb9;
        cursor: pointer;
        transition: .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: .5s
    }
       .buttonstyle6:hover {
            background-color: #f2f4f9;
            color: #000
        }
   .buttonstyle7 {
        background-color: #7f001f;
        padding: 9px 25px !important;
        color: #fff;
        transition: .5s
    }
       .buttonstyle7:hover {
            background: #2c3033;
            color: #fff
        }
   .buttonstyle8 {
        background-color: transparent;
        border: 1px solid #3a3a3a;
        color: #3a3a3a;
        transition: .5s
    }
       .buttonstyle8:hover {
            background-color: #e2d21f;
            border: 1px solid #e2d21f;
            color: #3a3a3a
        }
   .buttonstyle9 {
        background-color: #e7e7e7;
        border: 1px solid #e7e7e7;
        transition: .5s
    }
       .buttonstyle10, .buttonstyle9:hover {
            background-color: #808487;
            color: #fff
        }
       .buttonstyle9:hover {
            border: 1px solid #808487
        }
   .buttonstyle10 {
        padding: 12px 30px !important;
        transition: .5s;
        border: none
    }
   .callustext a:hover, .carbuying strong, .topcalllink {
        color: #e2d21f
    }
   .buttonstyle10:hover {
        background-color: #7f001f;
        color: #fff;
    }
   input[type=radio]:after {
        border-radius: 15px;
        border: 3px solid #000000;
    }
   input[type=radio]:checked:after {
        border-radius: 15px;
        border: 3px solid gold
    }
   .form-check-input:focus {
        box-shadow: none
    }
   #button-addon2 {
        border-radius: 0 50px 50px 0 !important
    }
   #compareicon i {
        right: 12px;
        top: 12px
    }
   .bannerarea {
        background-color: #00000094
    }
   .topcall {
        font-size: 21px
    }
   .topcalllink {
        font-size: 24px
    }
   .borderfooter, .bordertop {
        border: 1px solid #545454
    }
   .choosecars {
        color: #fff;
        font-size: 15px
    }
   .choosecarsline {
        width: 65px;
        height: 3px;
        background-color: #8593be
    }
   .broswvechle, .welcometo {
        color: #232c46;
        font-size: 35px;
        line-height: 50px
    }
   .bg-buy-car, .callbg {
        background-color: #f86c55
    }
   .bg-sell-car {
        background-color: #222732
    }
   .broswvechleparagraph, .welcometext {
        font-size: 15px;
        color: #232c46
    }
   .getfinanced, .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
    }
   .getfinancedpragraph {
        color: #232c46;
        font-size: 15px
    }
   .broswvechlesection {
        padding: 60px 0
    }
   .getfinancedsection {
        padding: 150px 0
    }
   .specializeSection {
        background-image: url(../images/intouchautooutlet-v3/fin-expert.jpg);
        min-height: 160px;
        padding: 20px 0
    }
   .bignewssection {
        background-image: url(../images/intouchautooutlet-v3/4-easy-steps.jpg);
        min-height: 500px;
        padding: 60px 0
    }
   .big-crcl {
        background-color: #c0b21e;
        width: 430px;
        height: 430px
    }
   .snip1135 * {
        box-sizing: border-box
    }
   .snip1135 li {
        display: inline-block;
        list-style: none;
        margin: 0 15px;
        padding: 0
    }
   .snip1135 a {
        color: #fff !important;
        position: relative;
        padding: 10px 0 !important;
        font-size: 15px
    }
       .snip1135 a:after, .snip1135 a:before {
            position: absolute;
            -webkit-transition: .35s;
            transition: .35s
        }
       .snip1135 a:before {
            bottom: -5px;
            left: 0;
            right: 0;
            display: block;
            height: 5px;
            width: 0%;
            content: "";
            background-color: #8dc73f
        }
   .service_box, .service_box:hover hr {
        background-color: #fff
    }
   .snip1135 .current a:before, .snip1135 a:hover:before {
        opacity: 1;
        width: 100%
    }
   .snip1135 .current a:after, .snip1135 a:hover:after {
        max-width: 100%
    }
   .service_box {
        transition: .3s
    }
       .service_box:hover {
            background-color: #e8e8e8
        }
   .snip1540, .snip1540 a:hover {
        background-color: #171e28
    }
   .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;
        transform: translateY(0);
        transition: .3s;
        border: 1px solid #cac6c6;
        line-height: 150px
    }
   .footer-sec .address-footer-color, .readall:hover {
        color: #fff !important
    }
   .service_box .service_icon i {
        color: #fff;
        font-size: 50px
    }
   .service_box h4 {
        font-size: 30px;
        transform: translateY(0);
        transition: .6s cubic-bezier(.68, -.55, .265, 1.55)
    }
   .service_box:hover h5, .service_box:hover p {
        color: #333
    }
   .service_box p {
        transition: .3s linear;
        color: #333
    }
   .snip1540 {
        position: relative;
        border: 1px solid #171e28
    }
       .snip1540:hover {
            background-color: #171c24;
            border: 1px solid #242a34
        }
       .snip1540 * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: .25s;
            transition: .25s
        }
       .snip1540 figcaption, .snip1540 figcaption:hover {
            padding: 25px 20px
        }
           .snip1540 figcaption:hover h3, .snip1540 figcaption:hover ul li {
                color: #ddd !important
            }
       .snip1540 p {
            color: #9fa3a9
        }
       .snip1540 h5 {
            line-height: 20px
        }
       .snip1540 a {
            border: 1px solid #505050;
            font-size: 12px;
            color: #a6aab0
        }
       .snip1540.hover img, .snip1540:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }
   .coptrights a, .footertitlesite, .getfinancednumber, .getfinancedpara {
        font-size: 15px
    }
   .bblogall {
        font-size: 73px
    }
   .bblogallsub {
        font-size: 38px
    }
   .readall {
        font-size: 22px
    }
       .readall:hover {
            background-color: #b30000 !important
        }
   .carhover {
        transition: 2s;
        -webkit-transition: 2s;
        -moz-transition: 2s;
        top: -20px
    }
   .item1, .type-car {
        transition: .35s
    }
   .carhover:hover {
        top: -70px
    }
   .callustext {
        color: #3a3a3a;
        font-size: 25px
    }
   .findmycarsearchhome, .inventoryviewdetail, .topbannersellcar, .topbannerviewinventory {
        padding: 12px 30px;
        font-size: 15px;
        position: relative
    }
   .callustext a {
        color: #fff;
        font-size: 35px
    }
   .inventoryviewdetail i, .topbannerviewinventory i {
        background-color: #3a3a3a;
        padding: 2px 5.5px;
        color: #e2d21f
    }
   .inventoryviewdetail i, .topbannersellcar i, .topbannerviewinventory i {
        border-radius: 100px;
        font-size: 14px;
        position: absolute
    }
   .topbannerviewinventory i {
        right: 13px;
        top: 12px
    }
   .topbannerviewinventory:hover i {
        background-color: #ff5f1f;
        color: #3a3a3a
    }
   .inventoryviewdetail i {
        right: 7px;
        top: 7px
    }
   .findmycarsearchhome i, .inventoryviewdetail:hover i, .topbannersellcar i {
        background-color: #e2d21f;
        color: #3a3a3a
    }
   .topbannersellcar i {
        right: 13px;
        top: 12px;
        padding: 1px 4.5px
    }
   .topbannersellcar:hover i {
        background-color: #3a3a3a;
        color: #e2d21f
    }
   .findmycarsearchhome {
        color: #fff;
        width: 100%;
        background-color: #800020;
        border: none
    }
   .checked, .ratingsmall, .ratingsmallnumber {
        font-size: 14px
    }
   .findmycarsearchhome i {
        position: absolute;
        right: 10px;
        top: 8px;
        border-radius: 100px;
        padding: 3px 4.5px;
        font-size: 14px
    }
   .findmycarsearchhome:hover i {
        background-color: #2c3033;
        color: #fff
    }
   .checked {
        color: #ffb840
    }
   .ratingsmallnumber {
        color: #e2d21f
    }
   .linebbaer {
        background-color: #7d7d7d;
        opacity: 1
    }
   .carbuying, .subtitletext {
        font-size: 45px
    }
   .clientslogos {
        max-width: 100px;
        filter: grayscale(100%)
    }
   .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
    }
   .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: .9em;
        vertical-align: middle
    }
   @media (min-width:480px) {
        .circle__content {
            font-size: 2em
        }
    }
   @media (min-width:768px) {
        .circle__content {
            font-size: 4em
        }
    }
   .testimonial-slider .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        background-color: #165cb9;
        border-radius: 100%
    }
   .testimonial-slider {
        padding: 10px 0 40px;
        font-family: Oswald,sans-serif
    }
       .testimonial-slider .lead {
            font-size: 2rem
        }
   .testi-bg {
        background-color: #fff;
        padding: 50px 20px
    }
       .testi-bg .checked {
            color: orange
        }
   @media (max-width:1024px) {
        .testimonial-slider .lead {
            font-size: 1.3rem
        }
    }
   .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        grid-gap: 20px;
        padding: 20px
    }
   .back_to_top, .message-shadow {
        display: none
    }
   .grid-container .item1 {
        background-color: #fff;
        text-align: center;
        padding: 20px 10px;
        box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
        position: relative;
        border-radius: 10px;
        border: 1px solid #e3e0e0
    }
       .grid-container .item1:hover {
            background: #e4e4e4;
            background: linear-gradient(230deg,#e4e4e4 0,#fbfbfa 50%,#e4e4e4 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
        }
    }
   .h-navbar .fixed-top {
        right: 0 !important;
        left: auto
    }
   .sticky-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }
   .top-nav {
        background-color: #fff !important
    }
   .nav-bg {
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
        position: relative;
        border-bottom: 1px solid #dfdede !important;
    }
   .navbar-toggler {
        background-color: #800020;
    }
   .navbar {
        z-index: 10
    }
   .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff;
        background-color: #7f001f
    }
   .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
        background-color: #800020;
    }
   .navbar-light .navbar-nav .nav-link:hover, .top-nav .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(11,11,11,.7);
        background-color: gold
    }
   .navbar-dark .navbar-nav .nav-link {
        color: rgb(0 0 0);
    }
   .navbar-nav {
        align-items: center
    }
   .navbar .navbar-nav .nav-link { /*! color: #fff; */
        padding: .5em 1em
    }
   @media screen and (max-width:1080px) {
        .tp-wdt {
            margin-top: -45%
        }
       .navbar .navbar-nav .nav-link {
            font-size: 14px;
            padding: .5em .4em
        }
    }
   @media screen and (min-width:768px) {
        .navbar-brand {
            margin-right: 0;
            padding: 0 1em
        }
    }
   .apply-btn {
        background-color: #e99846;
        border: 1px solid #e99846
    }
       .apply-btn:hover {
            background-color: #de8e3d
        }
   .f-car-sec {
        background-color: #8cc63f
    }
   .ft-bg {
        background-color: #232732
    }
   .type-car {
        background-color: #f2f4f9;
        padding: 10px;
        vertical-align: middle;
        margin: 10px 0
    }
       .type-car:hover {
            background-color: #fff;
            box-shadow: inset 0 -5px 0 #ded020,rgba(0,0,0,.1) 0 10px 15px -3px,rgba(0,0,0,.05) 0 4px 6px -2px
        }
   .footer-bg {
        background-color: #1c1c1c;
        padding: 50px 0
    }
   .ft-bg .list-group-item {
        padding: .2rem 1rem;
        color: #fff;
        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: #7b7b7b;
        background-color: #f8f9fa
    }
   .footerlink li a {
        color: #d7d7d7;
        font-size: 15px
    }
   .ft-bg .address-footer-color {
        color: #ccc
    }
   .footeraddress a:hover, .footerlink li a:hover, .footerphone a:hover {
        color: #ff5f1f !important
    }
   .footeraddress a {
        color: #fff
    }
   .back_to_top {
        width: 40px;
        height: 40px;
        color: #fff;
        cursor: pointer;
        right: 50px;
        bottom: 50px;
        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;
        background-color: #6c757d !important
    }
       .back_to_top:hover {
            background-color: #7f001f !important;
        }
   div.inventory {
        background-image: none !important;
        background: 0 0
    }
   @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) {
        .navbar .navbar-nav .nav-link {
            font-size: 16px;
            padding: .5em 2.4em
        }
       .snip1135 li {
            display: inline-block
        }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .welcomename {
            font-size: 30px
        }
       .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .footerlink li a, .getfinancedpara {
            font-size: 12px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 60px 12px 50px
        }
       .innerBanner {
            height: 65px
        }
    }
   @media screen and (max-width:835px) {
        .footerlink li a, .ft-bg .hours, .getfinancedpara {
            font-size: 12px
        }
       .snip1135 li {
            display: inline-block
        }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .welcomename {
            font-size: 30px
        }
       .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 55px 12px 50px
        }
       .innerBanner {
            height: 60px
        }
    }
   @media screen and (max-width:800px) {
        .snip1135 li {
            display: inline-block
        }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .welcomename {
            font-size: 30px
        }
       .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .footerlink li a, .getfinancedpara {
            font-size: 12px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 55px 12px 50px
        }
       .broswvechlesection {
            padding: 50px 0
        }
       .innerBanner {
            height: 60px
        }
    }
   @media screen and (max-width:767px) {
        .tp-wdt {
            position: relative !important
        }
       .search-hme {
            border-radius: 0 !important
        }
       .navbar .navbar-nav .nav-link {
            font-size: 16px
        }
       .snip1135 li {
            display: inline-block
        }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .lifestyle, .welcomename {
            font-size: 30px
        }
       .broswvechle, .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .footerlink li a, .getfinancedpara {
            font-size: 12px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 55px 12px 50px
        }
       .broswvechlesection {
            padding: 50px 0
        }
       .innerBanner {
            height: 70px
        }
    }
   @media screen and (max-width:640px) {
        .snip1135 li {
            display: inline-block
        }
           .snip1135 li a {
                font-size: 14px !important
            }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .lifestyle, .welcomename {
            font-size: 30px
        }
       .broswvechle, .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .footerlink li a, .getfinancedpara {
            font-size: 12px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 55px 12px 50px
        }
       .broswvechlesection {
            padding: 50px 0
        }
       .innerBanner {
            height: 80px
        }
    }
   @media screen and (max-width:568px) {
        .snip1135 li {
            display: block
        }
           .snip1135 li a {
                font-size: 14px !important
            }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .lifestyle, .welcomename {
            font-size: 30px
        }
       .broswvechle, .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .footerlink li a, .getfinancedpara {
            font-size: 12px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 55px 12px 50px
        }
       .broswvechlesection {
            padding: 50px 0
        }
       .innerBanner {
            height: 80px
        }
    }
   @media screen and (max-width:480px) {
        .tp-wdt {
            margin-top: -35%;
            width: 100%
        }
       .snip1135 li {
            display: block
        }
           .snip1135 li a {
                font-size: 14px !important
            }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .lifestyle, .welcomename {
            font-size: 30px
        }
       .broswvechle, .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .footerlink li a, .getfinancedpara {
            font-size: 12px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 55px 12px 50px
        }
       .broswvechlesection {
            padding: 50px 0
        }
       .innerBanner {
            height: 80px
        }
    }
   @media screen and (max-width:414px) {
        .snip1135 li {
            display: block
        }
           .snip1135 li a {
                font-size: 14px !important
            }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .lifestyle, .welcomename {
            font-size: 30px
        }
       .broswvechle, .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .footerlink li a, .getfinancedpara {
            font-size: 12px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 45px
        }
       .broswvechlesection {
            padding: 50px 0
        }
       .innerBanner {
            height: 80px
        }
    }
   @media screen and (max-width:375px) {
        .snip1135 li {
            display: block
        }
           .snip1135 li a {
                font-size: 14px !important
            }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .lifestyle, .welcomename {
            font-size: 30px
        }
       .broswvechle, .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .getfinancednumber {
            font-size: 14px
        }
       .getfinancedpara {
            font-size: 10px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 45px 12px 20px
        }
       .topbannersellcar {
            padding: 12px 55px 12px 25px
        }
       .footerlink li a {
            font-size: 12px
        }
       .broswvechlesection {
            padding: 50px 0
        }
       .innerBanner {
            height: 80px
        }
    }
   @media screen and (max-width:360px) {
        .snip1135 li {
            display: block
        }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .lifestyle, .welcomename {
            font-size: 30px
        }
       .broswvechle, .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .footerlink li a, .getfinancedpara {
            font-size: 12px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 55px 12px 50px
        }
       .broswvechlesection {
            padding: 50px 0
        }
       .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
            }
       .subtitletext {
            font-size: 22px
        }
       .carbuying, .getfinanced, .lifestyle, .welcomename {
            font-size: 30px
        }
       .broswvechle, .regardless, .welcometo {
            font-size: 24px
        }
       .bignewssection, .getfinancedsection {
            padding: 30px 0
        }
       .footerlink li a, .getfinancedpara {
            font-size: 12px
        }
       .slider {
            padding: 0
        }
       .topbannerviewinventory {
            padding: 12px 55px 12px 25px
        }
       .topbannersellcar {
            padding: 12px 55px 12px 50px
        }
       .broswvechlesection {
            padding: 50px 0
        }
       .innerBanner {
            height: 80px
        }
    }
