/*---------->>> www.AutoConnectVA.com <<<-----------*/
/*#region Fonts */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*#endregion */
/*#region General | Header | Body */
body {
    font-family: 'Lato', sans-serif;
    /*background-color: #f3f3f3;*/
}

.container-1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}

header {
    z-index: 2;
}

.layout header {
    background-image: url(/Content/images/autosdirectvaV2/slider-bottom.png);
    background-position: bottom center;
    z-index: 1000;
}
/*//////////////////////////////////////////////////// Search bar CSS //////////////////////////////////////////////*/


/*Smooth Header Animation*/
header {
    /* padding: 20px 40px;*/
    /*background: gray;*/
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: #000 !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 999;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}


/*Smooth Header Animation-ends*/
.bx-shdw {
    box-shadow: 21px 22px 0px -6px rgba(160, 0, 0, 0.9);
    -webkit-box-shadow: 21px 22px 0px -6px rgb(82 198 224);
}
.welcome-txt {
    color: #fff !important
}
.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    width: 30%;
    margin-right: 25px;
}

    .search input {
        /*! height: 40px; */
        text-indent: 25px;
        border: none;
        background-color: #fff;
        border: 1px solid #393d40;
    }

        .search input:focus {
            border: none;
        }

        .search input:focus {
            box-shadow: none;
            border: 1px solid #ccc;
            background-color: #2c3033;
        }

    .search .bi-search {
        position: absolute;
        top: 10px;
        left: 11px;
        color: #ccc;
    }

    .search button {
        position: absolute;
        top: 8px;
        right: 5px;
        height: 30px;
        width: 7px;
        background: #373b3e;
        line-height: 13px;
        width: 70px;
        border-color: #373b3e;
    }

        .search button:hover {
            color: #fff;
            background-color: #A00000;
            border-color: #A00000;
        }


.opt-red .btn-danger {
    padding: 24px 34px;
    font-size: 22px;
    border-radius: 5px !important;
    background: #16648A !important;
    margin: 5px
}
.opt-red .btn-danger:hover {
    color: #fff;
    background: #333 !important;
}

    .hme-slider .carousel-inner {
    border-radius: 0px;
}

.fit-pic {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.boxContNo {
    background-color: #f3f3f9;
    padding: 3px 6px;
    border-radius: 50px;
    font-size: 11px;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #5AFF08;
}

    .hover-underline-animation::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #16648A;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    /*//////////////////////////////////////////////////////////////  new css ////////////////////////////////*/
.form-control:focus {
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.section-search {
    background-color: #F4F4F4;
}

.opt-red .slide-btn {
    transform: translateY(100%);
    transition: 0.3s;
}

.opt-red .card:hover .slide-btn {
    transform: translateY(0);
}
.bg-gry {
    background-color: #16648A;
}
.wellcom-sec {
    /* The image used */
    background-image: url(../images/hoskinstrucks/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;
}
.sologn {
    background-color: #16648A;
}
.solgn-buttn
{
    background-color:#fff;
    border-color:#fff;
    color:#000;
}
    .solgn-buttn:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }
.contc-buttn {
    background-color: #16648A;
    border-color: #16648A;
    color: #fff;
}

    .contc-buttn:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }
.pink:hover {
    background-color: #16648A !important;
    border-color: #16648A !important;
    color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}
.btn-search {
    color: #fff;
    background-color: #16648A;
    border-color: #16648A;
}
.btn-search:hover {
    color: #fff;

}
.social-links a {
    text-align: center;
    font-size: 18px;
    background-color: #16648A;
    border-radius: 0px;
    background-clip: padding-box;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    color:#fff;
}
    .social-links a:hover
    {
        color:#fff;
    }
    .social-links li {
        padding: 0px 5px;
    }
.foer-seccion {
    background-color: #16648A;
}
.nava-link a
{
    color:#fff;
}
    .nava-link a:hover {
        color: #ececec;
    }
.nava-link li {
    padding: 0px 10px;
    border-right: 1px solid #fff;
}
    .nava-link li:last-child {
        padding: 0px 10px;
        border-right: none;
    }
.New-Vehicle-sec {
    /* The image used */
    background-image: url(../images/hoskinstrucks/fix-image.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;
}
.new-vichical {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 30px;
    width: 45%;
}
@media (min-width: 375px) and (max-width: 992px) {
    .new-vichical {
        width: 100%;
    }
}
.foter-one-bg {
    background-color: #111111;
}
.pricehover:hover {
    background-color: #16648A;
    color:#fff;
}
.Arrows {
    cursor: pointer;
}










.adres-foetr a {
    color: #fff;
}
.adres-foetr .address-footer-color {
    color: #fff !important;
}

.address-footer-color {
    color: #000 !important;
}

.icon-input {
    margin-bottom: 10px;
    position: relative;
}

.icon-input__text-field {
    width: 100%;
    padding: 5px 30px 5px 5px;
}

.icon-input i {
    color: black;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.icon-input__text-field:focus + .icon-input__icon {
    color: #ff8400;
}

.modal-footer li {
    list-style: none;
    padding-bottom: 15px;
}

.modal-dialog {
    max-width: 700px;
}
/*================================================================================= footer CSS ===========================================================*/
.footer-logo-image img {
    max-width: 150px;
}

.foter-top {
 /*   background-color: #292929;*/
    padding: 10px 0px;
}

.footer-social i {
    color: #fff;
    padding: 0px 5px;
}

.ft-bg h5 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600 !important;
    border-bottom: 1px solid #828282;
    padding-bottom: 10px;
}

.ban-home {
    margin-top: 24%;
    background-color: #16648A;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
}

@media screen and (max-width: 1280px) {

    .ban-home {
        padding: 10px;
    }
}

@media screen and (max-width: 810px) {

    .ban-home h3 {
        font-size: 20px;
    }
}
/*/////////////////////////////////////////////////////////////////////////////////////// Index page cSS /////////////////////////////////////////////////////////////*/
.We-Buy {
    background-color: #222 !important;
}

.form {
    position: relative;
}

    .form .bi-search {
        position: absolute;
        top: 17px;
        left: 20px;
        color: #9ca3af;
    }

    .form span {
        position: absolute;
        right: 17px;
        top: 15px;
        padding: 2px;
        border-left: 1px solid #d1d5db;
    }

.left-pan {
    padding-left: 7px;
}

    .left-pan i {
        padding-left: 10px;
    }

.form-input {
    height: 55px;
    text-indent: 33px;
    border-radius: 10px;
}

    .form-input:focus {
        box-shadow: none;
        border: none;
    }

.seacrh-bar {
    background: #5D5D5D;
    padding: 30px 30px;
    border-radius: 10px;
}

.im-interested .form-select {
    padding: 20px 20px;
}

.im-interested {
    background: black;
    padding: 38px 30px;
    border-radius: 10px;
}

.buttn a {
    background-color: #fff;
    color: #000;
}

.car-hover a:hover {
    background: #5D5D5D;
}

.car-hover img:hover a {
    background: #5D5D5D;
}


.cars-trucks {
    background: #A00000;
}

.cars-trucks1 {
    background: #000;
}


.Browse-inventory h1 {
    border-bottom: 2px solid #064A87;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}

.browse-inventory-link ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.browse-inventory-link li {
    padding: 10px 0px;
}

    .browse-inventory-link li a {
        font-size: 20px;
    }

.card-tabs button {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.Autos-Direct-Fredericksburg i {
    font-size: 40px;
    color: #044986;
    margin-bottom: 10px;
}

.carousel-caption .btn {
    color: #fff;
    background-color: #16648A !important;
    border-color: #16648A !important;
}

    .carousel-caption .btn:hover {
        color: #000;
        background-color: #fff !important;
        border-color: #fff !important;
    }

.search-section {
    background-color: #A00000;
}

.btn-light {
    color: #fff !important;
    background-color: #16648A !important;
    border-color: #16648A !important;
}

    .btn-light:hover {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }

.bg-light .nav-link:hover {
    color: #A00000;
}

.locaton-text h4 {
    color: #A00000 !important;
}

.btn-outline-dark {
    color: #fff;
    background-color: #16648A !important;
    border-color: #16648A !important;
}

    .btn-outline-dark:hover {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }
/*.btn-secondary {
    color: #fff;
    background-color: #A00000 !important;
    border-color: #A00000 !important;
}

*/
.navbar-toggler {
    background-color: #16648A;
}
/*.......................................................................................... All site Hover CSS ................................................................*/
.buttn a:hover {
    background-color: #054A87;
}

.cars :hover span {
    font-weight: 600;
}

.cars img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px #DEE2E6;
    color: #ffee10;
}

.h-map {
    height: 50vh;
}



.browse-inventory-link li a:hover {
    font-weight: 600;
    font-size: 20px;
}

.card-tabs .nav-tabs .nav-link.active {
    color: #A00000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
}

.foter-end-link .privacy:hover {
    font-weight: 600;
}
/*.......................................................................................... All site Responsive CSS ................................................................*/
@media (min-width: 575px) and (max-width: 767px) {

    .adress-two {
        float: left !important;
    }
}

@media (min-width: 1080px) and (max-width: 1200px) {

    .navbar .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.5em .4em;
    }
}

@media (min-width: 992px) and (max-width: 1065px) {

    .table-autos-direct td tr {
        padding: 5px 5px;
    }
}

@media (min-width: 375px) and (max-width: 767px) {

    .foter-end-link {
        text-align: center !important;
    }
}
/*@media(min-width:767px) {
    .carousel-caption {
        top: 0% !important;
    }
}*/
@media (min-width: 768px) and (max-width: 1000px) {

    .carousel-caption {
        top: 40% !important;
    }
}

@media (min-width: 575px) and (max-width: 767px) {

    .carousel-caption {
        top: 0% !important;
    }

        .carousel-caption button {
            text-align: center;
            margin: auto;
        }

        .carousel-caption h2 {
            font-size: 20px;
        }

        .carousel-caption h3 {
            font-size: 17px;
        }
}

@media (min-width: 374px) and (max-width: 575px) {

    .carousel-caption {
        top: 27% !important;
    }

        .carousel-caption button {
            padding: 3px 6px !important;
            font-size: 20px !important;
        }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .findmycarsearchhome {
        padding: 12px 12px !important;
    }
}










/***********************Intouch-css*************************/
.f-cars-sec .card__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: none;
    transition: .5s ease;
    background-color: rgba(34, 39, 50, 0.7);
}

.f-cars-sec .card__image {
    display: block;
    width: 100%;
    height: auto;
}

.f-cars-sec .card:hover .card__overlay {
    opacity: 1;
}

.f-cars-sec .card {
    background-color: #222732;
    border: none !important;
    transition: all .5s ease-in;
    position: relative;
}

.f-cars-sec .overlay__text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.f-cars-sec .button {
    background-color: #f56e51;
    padding: 7px 30px;
    margin-top: 2rem;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
}

.f-cars-sec hr {
    background-color: #CCC;
}



.tp-wdt {
    width: 50%;
    margin-top: -45%;
}

@media screen and (max-width: 1366px) {
    .tp-wdt {
        width: 80%;
        margin-top: -40%;
    }

    .intouch-b h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1080px) {
    .tp-wdt {
        margin-top: -45%;
    }
}

@media screen and (max-width: 767px) {
    .tp-wdt {
        position: relative !important;
    }

    .search-hme {
        border-radius: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .tp-wdt {
        margin-top: -35%;
        width: 100%;
    }
}
/***Slider-short****/
.why-us {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+33,f3f3f3+33,f3f3f3+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 33%, rgba(243,243,243,1) 33%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 33%,rgba(243,243,243,1) 33%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 33%,rgba(243,243,243,1) 33%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

    .why-us .card {
        border: none;
        border-radius: 0;
        box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    }

    .why-us .carousel-inner {
        padding: 1em;
    }

    .why-us .carousel-control-prev,
    .why-us .carousel-control-next {
        background-color: #4d555e;
        width: 4vh;
        height: 4vh;
        border-radius: 50%;
        /* top: 50%;
    transform: translateY(-50%);*/
    }

    .why-us .carousel-control-prev {
        margin-left: -120px;
    }

    .why-us .carousel-control-next, .why-us .carousel-control-prev {
        position: relative;
    }

        .why-us .carousel-control-prev span, .why-us .carousel-control-next span {
            width: 1.0rem;
            height: 1.0rem;
        }

    .why-us .carousel-control-next {
        left: 100px;
        right: auto;
    }

    .why-us .carousel-control-prev {
        left: 165px;
    }

@media screen and (min-width: 577px) {
    .why-us .cards-wrapper {
        display: flex;
    }

    .why-us .card {
        margin: 0 0.5em;
        width: calc(100% / 2);
    }

    .why-us .image-wrapper {
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .why-us .card:not(:first-child) {
        display: none;
    }
}

.why-us .image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}


/***Slider-short-ends****/
.why-us .text-danger {
    color: #f56e51 !important;
}

.why-us .carousel-control-next, .why-us .carousel-control-prev {
    top: auto;
}


.car-bdy {
    width: 100px;
    height: 100px;
    line-height: 90px;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #fff;
    transition: .35s;
    background-color: rgba(53, 45, 45, 0.7);
}

    .car-bdy img {
        width: 70%;
        filter: brightness(0) invert(1);
    }

    .car-bdy:hover {
        background-color: #f86c55;
        border: 2px solid #f86c55;
    }

.t-veh {
    color: #ff5f1f;
}
/***********************Intouch-css-ends*************************/
a {
    color: #000;
}

    a:hover {
        color: #16648A;
    }

    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: #ff5f1f;
}

@media(min-width:768px) {
    .carousel-caption {
        left: 50%;
        top: 50%;
        transform: translate(-60%, -50%);
        text-align: left;
        width: 60%;
        color: #fff;
        text-shadow: 2px 2px 2px #5e5e5e;
    }

        .carousel-caption p {
            color: #fff;
        }
    .carousel-caption-sh {
        text-shadow: 2px 2px 2px #fff !important;
    }
}

/*@media(max-width:1024px) {
    .carousel-caption {
        top: 40%;
    }
}

@media(max-width:767px) {
    .carousel-caption {
        top: -10%;
        text-align: left;
    }
}*/

@media(max-width:428px) {
    .carousel-caption h2 {
        font-size: 16px
    }

    .carousel-caption h3 {
        font-size: 14px
    }

    .carousel-caption p {
        font-size: 12px;
    }
}

.topBar {
    background-color: #f6f9fc;
}

.nav-bg .bg-dark {
    background-color: #010101 !important;
}

.topBar .address-header-color {
    color: #333;
}

.topBar i {
    color: #333;
}

.sim-btn {
    background-color: #165cb9;
    border-color: #165cb9;
    width: 200px;
    border-radius: 0px !important;
}

    .sim-btn:hover {
        background-color: #3373c8;
        border-color: #3373c8;
    }
/*Slider-css*/
.buttonstyle1 {
    background-color: #e2d21f;
    border-radius: 100px;
    transition: all 0.5s;
}

    .buttonstyle1 i {
        /* background-color: #e2d21f;
    border-radius: 100px;*/
    }

    .buttonstyle1:hover {
        background: #3a3a3a;
        color: #fff;
    }

.buttonstyle2 {
    background-color: transparent;
    transition: all 0.5s;
}

    .buttonstyle2:hover {
        background-color: #0d6efd;
        color: #fff;
    }

.buttonstyle3 {
    background-color: #16648A;
    color: #fff;
    transition: all 0.5s;
}

    .buttonstyle3:hover {
        background-color: #000;
    }
    .buttonstyle33:hover {
        background-color: #fff !important;
        color:#000 !important;
    }
.buttonstyle4 {
    /*background-color: #e4e7ee;*/
    font-size: 12px;
    transition: all 0.5s;
    color: #ccc;
}

    .buttonstyle4:hover {
        color: #fff;
    }

.buttonstyle5 {
    background-color: #16648A;
    line-height: 19px;
    border: 1px solid #16648A;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
    padding: 12px 30px;
    color: #fff !important;
}

    .buttonstyle5:hover {
        background-color: #16648A;
        border: 1px solid #16648A;
        color: #fff;
    }

.buttonstyle6 {
    background-color: #165cb9;
    font-size: 12px;
    color: #fff;
    transition: all 0.5s;
}

    .buttonstyle6:hover {
        background-color: #f2f4f9;
        color: #000;
    }

.buttonstyle7 {
    background-color: #16648A;
    padding: 9px 25px !important;
    color: #fff;
    transition: all 0.5s;
}

    .buttonstyle7:hover {
        background: #000;
        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: #000;
    border: 1px solid #000;
    transition: all 0.5s;
    color: #fff;
}

    .buttonstyle9:hover {
        background-color: #16648A;
        border: 1px solid #16648A;
        color: #fff;
    }

.buttonstyle10 {
    background-color: #fff;
    border: 1px solid #fff;
    transition: all 0.5s;
}

    .buttonstyle10:hover {
        background-color: #292C31;
        color: #fff;
        border: 1px solid #292D32;
    }

input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
}

input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #16648A;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #16648A;
}

.form-check-input:focus {
    box-shadow: none;
}

#button-addon2 {
    border-radius: 0px 50px 50px 0px !important;
}

#compareicon i {
    right: 12px;
    top: 12px;
}

.bannerarea {
    background-color: #00000094;
}

.topcall {
    font-size: 21px;
}

.topcalllink {
    font-size: 24px;
    color: #e2d21f;
}

    .topcalllink:hover {
        color: #fff;
    }

.bordertop {
    border: 1px solid #545454;
}

.carbuying strong {
    color: #e2d21f;
}

.choosecars {
    color: #fff;
    font-size: 15px;
}

.choosecarsline {
    width: 65px;
    height: 3px;
    background-color: #8593be;
}

.broswvechle {
    color: #232c46;
    font-size: 35px;
    line-height: 50px;
}

.welcometo {
    color: #232c46;
    font-size: 35px;
    line-height: 50px;
}

.bg-buy-car {
    background-color: #f86c55;
}

.bg-sell-car {
    background-color: #222732;
}

.broswvechleparagraph {
    font-size: 15px;
    color: #232c46;
}

.lifestyle {
    color: #232c46;
    font-size: 45px;
    line-height: 50px;
}

.welcomename {
    color: #ff5f1f !important;
    font-size: 45px;
    line-height: 50px;
}

.regardless {
    color: #232c46;
    font-size: 35px;
}

.getfinanced {
    color: #232c46;
    font-size: 45px;
    line-height: 50px;
}

.getfinancedpragraph {
    color: #232c46;
    font-size: 15px;
}

.broswvechlesection {
    padding: 60px 0px;
    /*background-color: #f2f4f9;*/
}

.getfinancedsection {
    padding: 150px 0px;
}

.specializeSection {
    /* The image used */
    background-image: url(../images/intouchautooutlet-v3/fin-expert.jpg);
    /* Set a specific height */
    min-height: 160px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.bignewssection {
    /* The image used */
    background-image: url(../images/intouchautooutlet-v3/4-easy-steps.jpg);
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.big-crcl {
    background-color: #c0b21e;
    width: 430px;
    height: 430px;
}

.snip1135 {
    text-transform: uppercase;
}

    .snip1135 * {
        box-sizing: border-box;
    }

    .snip1135 li {
        display: inline-block;
        list-style: outside none none;
        margin: 0 15px;
        padding: 0;
    }

    .snip1135 a {
        color: rgba(255, 255, 255, 1) !important;
        position: relative;
        padding: 10px 0 !important;
        font-size: 15px;
    }

        .snip1135 a:before,
        .snip1135 a:after {
            position: absolute;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .snip1135 a:before {
            bottom: -5px;
            left: 0px;
            right: 0px;
            display: block;
            height: 5px;
            width: 0%;
            content: "";
            background-color: #8dc73f;
        }

        .snip1135 a:after {
            /*left: 8px;
            
            top: 0;
            padding: 0.5em 0;
            position: absolute;
            content: attr(data-hover);
            color: #ffffff;
            white-space: nowrap;
            max-width: 0%;
            overflow: hidden;*/
        }

        .snip1135 a:hover:before,
        .snip1135 .current a:before {
            opacity: 1;
            width: 100%;
        }

        .snip1135 a:hover:after,
        .snip1135 .current a:after {
            max-width: 100%;
        }



.service_box {
    background-color: #fff;
    transition: all 0.3s ease 0s;
}

    .service_box:hover {
        background-color: #e8e8e8;
    }

        .service_box:hover hr {
            background-color: #fff;
        }

        .service_box:hover .service_icon {
            background-color: #165cb9;
            border: 1px solid #165cb9;
            color: #fff;
        }


    .service_box .service_icon {
        background-color: #333;
        width: 155px;
        height: 150px;
        color: #807e72;
        line-height: 45px;
        transform: translateY(0);
        transition: all 0.3s ease 0s;
        border: 1px solid #cac6c6;
        line-height: 150px;
    }


        .service_box .service_icon i {
            color: #fff;
            font-size: 50px;
        }

    .service_box:hover .service_icon i {
        color: #fff;
    }

    .service_box h4 {
        font-size: 30px;
        transform: translateY(0%);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    }

    .service_box:hover h5, .service_box:hover p {
        color: #333;
    }

    .service_box p {
        transition: all 0.3s linear 0s;
        color: #333;
    }

    .service_box:hover p {
        /* opacity: 1;*/
    }

.snip1540 {
    overflow: hidden;
    position: relative;
    border: 1px solid #171e28;
    background-color: #171e28;
}

    .snip1540:hover {
        background-color: #171c24;
        border: 1px solid #242a34;
    }

    .snip1540 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1540 .image {
        overflow: hidden;
    }

    .snip1540 figcaption {
        padding: 25px 20px 25px;
    }

        .snip1540 figcaption:hover {
            padding: 25px 20px 25px;
        }

            .snip1540 figcaption:hover h3 {
                color: #dddddd !important;
            }

            .snip1540 figcaption:hover ul li {
                color: #dddddd !important;
            }

    .snip1540 p {
        color: #9fa3a9;
    }

    .snip1540 h5 {
        line-height: 20px;
    }

    .snip1540 a {
        border: 1px solid #505050;
        font-size: 12px;
        color: #a6aab0;
    }

        .snip1540 a:hover {
            background-color: #171e28;
        }

    .snip1540:hover img,
    .snip1540.hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.footertitlesite {
    font-size: 15px;
}

.borderfooter {
    border: 1px solid #545454;
}

.bblogall {
    font-size: 73px;
}

.bblogallsub {
    font-size: 38px;
}

.readall {
    font-size: 22px;
}

    .readall:hover {
        background-color: #b30000 !important;
        color: #ffffff !important;
    }

.carhover {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    /* width: 62%;*/
    top: -20px;
}

    .carhover:hover {
        top: -70px;
    }

.callbg {
    background-color: #f86c55;
}

.callustext {
    color: #3a3a3a;
    font-size: 25px;
}

    .callustext a {
        color: #fff;
        font-size: 35px;
    }

        .callustext a:hover {
            color: #e2d21f;
        }

.topbannerviewinventory {
    padding: 12px 30px;
    position: relative;
    font-size: 15px;
}

    .topbannerviewinventory i {
        position: absolute;
        right: 13px;
        top: 12px;
        background-color: #3a3a3a;
        border-radius: 100px;
        padding: 2px 5.5px;
        font-size: 14px;
        color: #e2d21f;
    }

    .topbannerviewinventory:hover i {
        background-color: #ff5f1f;
        color: #3a3a3a;
    }



.inventoryviewdetail {
    padding: 12px 30px;
    position: relative;
    font-size: 15px;
}

    .inventoryviewdetail i {
        position: absolute;
        right: 7px;
        top: 7px;
        background-color: #3a3a3a;
        border-radius: 100px;
        padding: 2px 5.5px;
        font-size: 14px;
        color: #e2d21f;
    }

    .inventoryviewdetail:hover i {
        background-color: #e2d21f;
        color: #3a3a3a;
    }



.topbannersellcar {
    padding: 12px 30px;
    position: relative;
    font-size: 15px;
}

    .topbannersellcar i {
        position: absolute;
        right: 13px;
        top: 12px;
        background-color: #e2d21f;
        border-radius: 100px;
        padding: 1px 4.5px;
        font-size: 14px;
        color: #3a3a3a;
    }

    .topbannersellcar:hover i {
        background-color: #3a3a3a;
        color: #e2d21f;
    }


.findmycarsearchhome {
    padding: 12px 30px;
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 100%;
    background-color: #16648A;
    border: 1px solid #fff;
}

    .findmycarsearchhome:hover {
        background-color: #000;
    }




.checked {
    color: #ffb840;
    font-size: 14px;
}

.ratingsmall {
    font-size: 14px;
}

.ratingsmallnumber {
    font-size: 14px;
    color: #e2d21f;
}

.linebbaer {
    background-color: #7d7d7d;
    opacity: 1;
}

.subtitletext {
    font-size: 45px;
}

.carbuying {
    font-size: 45px;
}

.clientslogos {
    max-width: 100px;
    filter: grayscale(100%);
}


.welcometext {
    font-size: 15px;
    color: #232c46;
}

.bignewstitle {
    font-size: 44px;
    border-left: 5px solid #232c46;
    line-height: 35px;
    border-right: 5px solid #232c46;
}

.bignewssave {
    font-size: 25px;
    color: #232c46;
}

.superbignewstitle {
    font-size: 65px;
    color: #232c46;
}

.bignewssubtitle {
    font-size: 25px;
    color: #232c46;
    line-height: 40px;
}

.habequestions {
    font-size: 30px;
}

.getfinancednumber {
    font-size: 15px;
}

.getfinancedpara {
    font-size: 15px;
}

.f-car-pos {
    right: -150px;
}

.borderlogoright {
    border-right: 1px solid #545454;
}

.circle {
    position: relative;
    display: block;
    background-color: transparent;
    color: #222;
    text-align: center;
}

    .circle:after {
        display: block;
        padding-bottom: 100%;
        width: 100%;
        height: 0;
        border-radius: 50%;
        content: "";
    }

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.circle__content {
    display: table-cell;
    padding: 0.9em;
    vertical-align: middle;
}

@media (min-width: 480px) {
    .circle__content {
        font-size: 2em;
    }
}

@media (min-width: 768px) {
    .circle__content {
        font-size: 4em;
    }
}





.testimonial-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #165cb9;
    border-radius: 100%;
}

.testimonial-slider {
    padding: 10px 0px 40px;
    font-family: 'Oswald', sans-serif;
}

    .testimonial-slider .lead {
        font-size: 2.0rem;
    }

.testi-bg {
    background-color: #fff;
    padding: 50px 20px;
}

    .testi-bg .checked {
        color: orange;
    }

@media (max-width: 1024px) {
    .testimonial-slider .lead {
        font-size: 1.3rem;
    }
}

.video-container {
    position: relative;
    padding-bottom: 31.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

    .video-container iframe, .video-container video, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.container-grid {
    padding: 10px;
    display: grid;
    grid-template-columns: 700px;
    grid-template-rows: repeat(5, auto);
    grid-gap: 15px 15px;
}

.item {
    background-color: lightblue;
    color: #fff;
    border-radius: 20px;
}

/*.item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 1;
    background-color: #e91e63;
    padding: 40px 20px;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
/*background: linear-gradient(135deg, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*}

.item-2 {
    grid-column: 2 / 5;
    grid-row: 1 / 3;
    background-color: #fff;
}

.item-3 {
    grid-column: 1 / 2;
    grid-row: 2 /4;
    background-color: #054987;
    padding: 50px 20px;
}

.item-4 {
    grid-column: 2 / 2;
    grid-row: 2 / 4;
    background-color: #546e7a;
}

.item-5 {
    grid-column: 3 / 1;
    grid-row: 3 / 1;
    background-color: #6a6a6a;
}

.item-6 {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
    background-color: #38cf44;
}*/


@media (max-width: 1600px) {
    .video-container {
        padding-bottom: 43.25%;
    }
}

@media (max-width: 1344px) {
    .video-container {
        padding-bottom: 49.25%;
    }
}

@media (max-width: 1400px) {
    .container-grid {
        grid-template-columns: 560px;
    }
}

@media (max-width: 1280px) {
    .container-grid {
        grid-template-columns: 450px;
    }

    .video-container {
        padding-bottom: 46.25%;
    }
}

@media (max-width:1170px) {
    .item-3 {
        padding: 30px 20px;
        padding-bottom: 5px !important;
    }

        .item-3 h2 {
            padding-bottom: 5px !important;
        }
}

@media (max-width:1024px) {
    .item-1 {
        padding: 15px 20px;
    }
}


@media screen and (max-width: 992px) {
    .container-grid {
        display: block;
    }

    .item {
        height: auto;
        margin-bottom: 10px;
    }

    .item4 {
        height: auto;
        margin-bottom: 10px;
    }
}

.round-circle {
    border-radius: 20px;
}

.thumbex i {
    font-size: 50px;
}

.thumbex {
    width: 100%;
    /*! min-width: 250px; */
    /*! max-width: 435px; */
    /*! height: 300px; */
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    /*! outline: 2px solid #555252; */
    outline-offset: -15px;
    background-color: black;
    border-radius: 20px;
}

    .thumbex .thumbnail {
        /*   overflow: hidden;*/
        /*! min-width: 250px; */
        height: 180px;
        position: relative;
        opacity: 0.88;
        backface-visibility: hidden;
        transition: all 0.4s ease-out;
    }

        .thumbex .thumbnail img {
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            height: 155%;
            width: 100%;
            transform: translate(-50%, -50%);
            backface-visibility: hidden;
        }

        .thumbex .thumbnail span {
            position: absolute;
            z-index: 2;
            top: calc(0px - 0px);
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            padding: 10px 10px;
            /*  margin: 0 45px;*/
            text-align: center;
            font-size: 24px;
            color: white;
            font-weight: 800;
            letter-spacing: 0.2px;
            transition: all 0.3s ease-out;
            bottom: 0;
        }

        .thumbex .thumbnail:hover {
            backface-visibility: hidden;
            transform: scale(1.15, 1.15);
            opacity: 1;
        }

            .thumbex .thumbnail:hover span {
                opacity: 0;
            }

@media screen and (max-width: 1024px) {
    .thumbex .thumbnail span {
        font-size: 20px;
    }
}


/**************Services-grid******************/
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 20px;
    padding: 0px;
}

.item1 {
    transition: .35s;
}

.grid-container .item1 {
    background-color: #fff;
    text-align: center;
    padding: 20px 0px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #e3e0e0;
    height: 100%;
    width: 100%;
    transition: .35s;
}

    .grid-container .item1:hover {
        background: #A00000;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#16648A+0,a00000+37,a00000+50,a50000+50,a80b00+50,a00000+100 */
        background: linear-gradient(135deg, hsla(0,100%,31%,1) 0%,hsla(0,100%,31%,1) 37%,hsla(0,100%,31%,1) 50%,hsla(0,100%,33%,1) 50%,hsla(4,100%,33%,1) 50%,hsla(0,100%,31%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

        color: #fff;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        border: 1px solid #A00000;
    }

.btn-wdth {
    width: 150px;
}

@media (max-width: 1400px) {
    .grid-container {
        grid-template-columns: auto auto auto auto auto;
    }
}

@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: 767px) {
    .grid-container {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 428px) {
    .grid-container {
        grid-template-columns: auto;
    }
}
/**************Services-grid******************/




.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;
}

.navbar {
    z-index: 10;
}
/*.navbar-brand img {
        width: 150px;
    }*/
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff !important;
    background-color: #16648A;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: #16648A;
}

.top-nav .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #16648A;
    /* background-color: #054987;*/
}

.dropdown-menu .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #A00000 !important;
}


.navbar-nav {
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    /*! color: #fff; */
    padding: 0.5em 1em;
}

@media screen and (max-width: 1080px) {
    .navbar .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.5em .4em;
    }
}

@media screen and (max-width: 896px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 0.5em 2.4em;
    }
}

@media screen and (max-width: 767px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    /* .navbar-brand img {
            width: 120px;
        }*/

    .navbar-brand {
        margin-right: 0;
        padding: 0 1em;
    }
}



.apply-btn {
    background-color: #e99846;
    border: 1px solid #e99846;
}

    .apply-btn:hover {
        background-color: #de8e3d;
    }

.message-shadow {
    display: none;
}

.f-car-sec {
    background-color: #8cc63f;
}


/****Logos****/
/*.clientlogo {
    background-color: #181e28;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    overflow: hidden;
    position: relative;
}

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        width: 250px;
        align-items: center;
        justify-content: center;
        display: flex;
    }*/
/****Logos****/
.ft-bg {
    background-color: #000;
}

.type-car {
    background-color: #f2f4f9;
    padding: 10px;
    transition: .35s;
    vertical-align: middle;
    margin: 10px 0px;
}

    .type-car:hover {
        background-color: #fff;
        box-shadow: inset 0 -5px 0 #ded020, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }

.footer-bg {
    background-color: #1c1c1c;
    padding: 50px 0px
}

.ft-bg .list-group-item {
    padding: .2rem 1rem;
}

.ft-bg .list-group-item {
    color: #fff;
    background-color: #0000;
    border: 1px solid rgba(0,0,0,.125);
}

.ft-bg .list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #fff;
    background-color: #A00000;
}

.ft-bg .hours {
    color: #fff;
}

.footerlink li a {
    color: #d7d7d7;
    font-size: 15px;
}

.ft-bg .address-footer-color {
    color: #ccc !important;
}

.footerlink li a:hover {
    color: #ff5f1f !important;
}

.coptrights a {
    font-size: 15px;
}

    .coptrights a:hover {
        color: #000 !important;
    }

.footeraddress a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

    .footeraddress a:hover {
        color: #ff5f1f !important;
    }

.footerphone a {
    font-size: 15px;
    font-weight: 300;
}

    .footerphone a:hover {
        color: #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: #16648A !important;
        color: #fff !important;
    }
/*#endregion*/
div.inventory {
    background-image: none !important;
    background: none;
}

/*.innerBanner {
    min-height: 260px;
}*/
/**********Media Queries Start***********/
@media screen and (max-width: 1880px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1170px) {
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 1024px) {
    .snip1135 li {
        margin: 0 8px;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }
}

@media screen and (max-width: 992px) {
    .snip1135 li {
        margin: 0 8px;
    }

        .snip1135 li a {
            font-size: 11px !important;
        }

    .innerBanner {
        height: 100px;
    }
}

@media screen and (max-width: 896px) {
    .snip1135 li {
        display: inline-block;
    }

    /*  .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    /*.broswvechle {
        font-size: 24px;
    }*/

    .welcomename {
        font-size: 30px;
    }

    /* .lifestyle {
        font-size: 30px;
    }*/

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 60px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .innerBanner {
        height: 65px;
    }
}

@media screen and (max-width: 835px) {
    .ft-bg .hours {
        font-size: 12px
    }

    .snip1135 li {
        display: inline-block;
    }

    /*.menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    /*.broswvechle {
        font-size: 24px;
    }*/

    .welcomename {
        font-size: 30px;
    }

    /* .lifestyle {
        font-size: 30px;
    }*/

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .innerBanner {
        height: 60px;
    }
}

@media screen and (max-width: 800px) {
    .snip1135 li {
        display: inline-block;
    }

    /*.menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    /* .broswvechle {
        font-size: 24px;
    }*/

    .welcomename {
        font-size: 30px;
    }

    /*.lifestyle {
        font-size: 30px;
    }*/

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 60px;
    }
}

@media screen and (max-width: 767px) {


    .loaction{
        text-align:center;
    }
    .snip1135 li {
        display: inline-block;
    }

    /* .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 70px;
    }
}

@media screen and (max-width: 640px) {
    .snip1135 li {
        display: inline-block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /* .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 568px) {

    .snip1135 li {
        display: block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /*.menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 480px) {

    .snip1135 li {
        display: block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /*  .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 414px) {

    .snip1135 li {
        display: block;
    }

        /* .menubg {
        background-color: #000;
    }*/

        .snip1135 li a {
            font-size: 14px !important;
        }

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 45px 12px 45px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 375px) {
    .snip1135 li {
        display: block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /*  .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancednumber {
        font-size: 14px;
    }

    .getfinancedpara {
        font-size: 10px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 45px 12px 20px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 25px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}

@media screen and (max-width: 360px) {

    .snip1135 li {
        display: block;
    }

    /*.menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }

    .snip1135 li a {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 320px) {


    .snip1135 li {
        display: block;
    }

        .snip1135 li a {
            font-size: 14px !important;
        }

    /*  .menubg {
        background-color: #000;
    }*/

    .subtitletext {
        font-size: 22px;
    }

    .carbuying {
        font-size: 30px;
    }

    .welcometo {
        font-size: 24px;
    }

    .broswvechle {
        font-size: 24px;
    }

    .welcomename {
        font-size: 30px;
    }

    .lifestyle {
        font-size: 30px;
    }

    .bignewssection {
        padding: 30px 0;
    }

    .getfinancedsection {
        padding: 30px 0;
    }

    .getfinancedpara {
        font-size: 12px;
    }

    .slider {
        padding: 0vh 0px 0vh;
    }

    .topbannerviewinventory {
        padding: 12px 55px 12px 25px;
    }

    .topbannersellcar {
        padding: 12px 55px 12px 50px;
    }

    .regardless {
        font-size: 24px;
    }

    .getfinanced {
        font-size: 30px;
    }

    .footerlink li a {
        font-size: 12px;
    }

    .broswvechlesection {
        padding: 50px 0px;
    }

    .innerBanner {
        height: 80px;
    }
}
/*********Media Queries End***********/



.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
