
:root {
    --theme-color: #35F7F5;
}

body {
  overflow-x: hidden;
  background-color: #eee;
  font-family: Verdana, sans-serif;
}

.home-top {
    height: calc(100vh - 200px);
    width: 100%;
    background: #0008 url(../img/Poster.png);
    /*background-blend-mode: multiply;*/
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}
.margin-minus{
    margin-top: -6rem;
}

.certified-div {
    font-weight:bold;
    font-size: 12px;
}

.btn-danger {
    background-color: var(--theme-color) !important;
}

.btn-row .col-4 {
    padding: 0px !important;
}

.btn-row .btn {
    border-radius: 0;
/*    background-color: var(--theme-color) !important;*/
}

.btn-row .btn:hover {
    background-color: grey !important;
}

#inventory_div .card-footer{
    padding-top: 0px !important;
}

#sitemap-list a {
    font-size: 1.4em;
    color: black;
}

.bg-dark {
    background-color: #000000  !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
}

.overlay {
    position: absolute;
    top: 1%;
    right: 1%;
    animation: fadein 1s normal forwards ease-in-out;
    animation-delay: 500ms;
    opacity: 1;
}

#filter-menu {
    text-align: center;
    background-color: black;
}

.service-text {
    padding: 7%;
    /*background: #000;
    color: #fff;*/
    font-size: 19px;
    height: 470px;
    margin-bottom: 20px;
}

.at-home-span3 {
    text-align: left;
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    letter-spacing: .5px;
}

.home-btn .btn-lg{
    min-width: 200px;
    min-height: 50px;
}

.btn-menu {
    line-height: 2.8;
    border-radius: 0;
}

#filter-menu .btn-group {
    min-width: 19.7%;
}

.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;

}

.dropdown-menu li {
    background-color: #545b62;
    color: white;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgb(0, 0, 0);
    line-height: 1.8;
}

.dropdown-menu a {
    cursor: pointer;
    display: inline-block;
    width: 100% !important;
}

.typeahead .dropdown-item {
    font-size: 12px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 2px;
}

.typeahead .dropdown-menu {
    padding: 5px;
}

.typeahead a {
    color: black !important;
    font-size: 12px !important;
    padding-left: 15px;
    padding-right: 10px;
}


.tab-hdr {
    color: black;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.align-bootom {
    width: 100%;
    align-self: flex-end;
    margin-top: auto;
    margin-bottom: 10px;
}

tr.alt {
    background-color: lightgray;    
}

#filter-div {
    /*background-color: rgb(255, 255, 255);*/
    border-top: 4px solid rgb(0, 0, 0);
    border-radius: 5px;
}

#filter-btn-group .btn-lg {
    line-height: 3;
    border-radius: 0;
    border-right: 2px solid rgb(0, 0, 0);;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand img {
    max-height: 90px;
}

.contact-info a {
    color: black;
}

.video-container {
    height: 700px;
    width: 100%;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.video-container .caption {
    position: absolute;
    right: 15%;
    top: 25%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--theme-color);
    text-align: center;
}

.hidden{
    display:none!important
}

.bg-light {
    background-color: #D3D3D3!important;
}

#main-nav a {
    font-weight: bold;
}

#main-nav h5 {
    color: white;
}

.navbar {
    border-bottom: 2px solid var(--theme-color) !important;
}

.navbar .nav-link {
  font-size: 18px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar .nav-item.active {
    border-left: white 3px solid;
}

.navbar-light .navbar-toggler {
    border: 2px solid black;
}

.navbar-nav a:hover {
    color: var(--theme-color) !important;
}

#myCarousel .carousel-item {
    height: 600px;
}

.carousel-caption h2 {
    color: red;
}

.carousel-control-prev, .carousel-control-next {
    width: 10%px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 30px;
}

.carousel-image-1 {
    background: url('../img/image1.jpg');
    background-size: cover;
}

.carousel-image-2 {
    background: url('../img/image2.jpg');
    background-size: cover;
}

.carousel-image-3 {
    background: url('../img/image3.webp');
    background-size: cover;
}



#info {
  position: relative;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#additions {
  position: relative;
  min-height: 400px;
  background: url('../img/media.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 0 -400px;
  text-align: center;
  color: #fff;
}

#additions a {
  color: #fff;
}

#page-header {
  height: 200px;
  background: url('../img/image1.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

.img-link
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

.img-link:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1s);
    position:relative;
    background-color: red;
}


#reviews {
  background-color: lightgray;
}

#wsites {
  background-color: lightgray;
}

.review {
    border: solid 1px gray;
    height: 250px;
    overflow-y: auto;
    border-radius: 10px;  
    background-color: #F0F0F0;
    font-size: 14px;
    padding-right: 20px;
}

.checked {
    color: orange;
}

#main-footer {
    margin-bottom: 0px;
    border-top: 2px solid var(--theme-color) !important;
    background-color: #000000 !important;
    color: white;
}    

#main-footer p {
    margin-bottom: 0px;
    font-size: 18px;
}

#main-footer a {
    color: white;
}

#main-footer h4 {
    font-weight: bold;
}

#main-footer a:hover {
    color: var(--theme-color) !important;
}


.back-to-top {
    position: fixed;
    bottom: 50%;
    right: 0px;
    display: none;
}

.review {
    margin-bottom: 5px;
} 

.list-group-item {
    font-size: 20px;
    font-weight: 500;
    background-color: #fdfdfe;
}

.not_valid {
    border-color: #ff2325 !important;
    border-width: 3px !important;
}

.not_valid_col {
    background-color: red;
    padding: 3px;    
}

.main-wrapper {
    width: 100%;
    background-image: url("../img/demo_.jpg");
}

#service-hdr {
    width: 100%;
    background-image: url("../img/service.jpg");
    height: 300px;

}

.set-i i
{
    width: 50px;
    height: 50px;
    line-height: 47px;
    border: 2px solid var(--theme-color) !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important;
}

.set-i i:hover
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important; 
    background-color: #fa2837 !important;
    color: #fff !important;

}

.fa {
    color: var(--theme-color);
}

.fas {
    color: var(--theme-color);
}

.fab {
    color: var(--theme-color);
}

.card img {
    /*border: 2px solid red !important;*/
    border-radius: 5px !important;
}

#features .list-group-item {
    border: 1px solid var(--theme-color) !important;
}

#contact img {
    border: 2px solid var(--theme-color) !important;
    border-radius: 5px !important;
}

#contact_wrapper .card {
    border: 2px solid var(--theme-color) !important;
    border-radius: 5px !important;
}

#contact .card {
    border: 2px solid var(--theme-color) !important;
    border-radius: 5px !important;
}

.pricing-card {
    position: relative;
    background: #e6001f;
    -webkit-box-shadow: 0 3px 10px #101d35;
    -moz-box-shadow: 0 3px 10px #101d35;
    box-shadow: 0 3px 10px #101d35;
    max-width: 350px;
    height: 700px;
    border-radius: 20px;
    color: white;
    padding: 20px;
}  

.pricing-card .primary {
    background-color: var(--light);
    color: #25262d;
    border-radius: 50px;
}

.pricing-card .btn {
    padding: 7px 0;
    cursor: pointer;
    width: 80%;
    font-size: 24px;
    text-align: center;
    border-radius: 8px;
    -webkit-transition: border-radius .5s;
    -moz-transition: border-radius .5s;
    transition: border-radius .5s;
    position: absolute;
    bottom: 20px;
}

.pricing-card img {
    position: absolute;
    bottom: 80px;

}

.pricing-card__best-deal {
    background-color: #f8f9fa;
    color: #25262d;
    border-radius: 40px;
    padding: 2px 5px;
    position: absolute;
    top: -5px;
    right: 3px;
    font-size: small;
}

.price-field-stricken {
    text-decoration: line-through;
}

.regdiv {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid var(--theme-color) !important;
    border-radius: 5px !important;
}

#wsites img {
    border: 2px solid var(--theme-color) !important;
    border-radius: 5px !important;
}

#hdr_image {
    background: url('../img/about.jpg');
    background-size: cover;
    height: 270px;
}

#about_us {
    background: url('../img/about.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
  
#resent_vehicles {
    border-top: 2px solid var(--theme-color) !important;
}


.section-cards {
    background: url('../img/bg.webp');
    background-size: cover;
}

#resent_vehicles .card {
    background-color: #eee;
    color: black;
    font-weight: bold;
}

#resent_vehicles .card-text {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

#resent_vehicles .card-header {
    min-height: 40vh; 
    background-size: cover;
    background-position: center;
}

@keyframes blinker {
    50% { opacity: 0; }
}

.section-approval{background: #c9c9c9; padding: 20px 0;}
.section-approval .row{display: flex; align-items: center;}
.section-approval p{color: #373737; font-size: 22px; font-weight: 600; margin-bottom: 0;}

.red-btn1 {
    background: #ec5523 !important;
}

.red-btn {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: #ec5523;
    padding: 10px 15px;
    display: inline-block;
}
.blink_text_us {
    animation: blinker 1s linear infinite;
}

.section-cards{padding: 0;}
.section-cards .card-holder{text-align: center; border-right: 1px solid #eeeeee; padding: 50px 0;}
.section-cards .col-md-3:last-child .card-holder{border-right: 0;}
.section-cards .card-holder img{margin-bottom: 35px;}
.section-cards .card-holder h6{font-size: 20px; margin-bottom: 25px;}
.section-cards .card-holder{font-size: 16px; color: #000;}
.card-holder i {
  color: #ec5523;
}

#images-link .img-thumbnail {
    background-color: var(--theme-color);
}

#images-link a {
    color: black;
}

.table-flt {
    border: 2px solid #e5e5e5;
    overflow-x: hidden;
}

.table-flt > thead > tr > th,
.table-flt > tbody > tr > th,
.table-flt > tfoot > tr > th,
.table-flt > thead > tr > td,
.table-flt > tbody > tr > td,
.table-flt > tfoot > tr > td {
    border-bottom: solid 1px #e5e5e5;
    height: 30px;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#vehicles_div .card {
    background-color: #eee;
    color: black;
    font-weight: 700;
    font-size: 16px;
    font-family: Lato, Helvetica, Arial, sans-serif;
}

#vehicles_div .card-text {
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
}

#vehicles_div .card-header {
    min-height: 350px; 
    background-size: cover;
}

#vehicles_div .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

#vehicles_div .row {
    padding-bottom: 20px;
}

#vehicles_div td {
    padding-left: 0px;
    font-size: 14px;
    height: 33px;
    font-family: Helvetica, sans-serif;
}

#vehicles_div table {
    margin-bottom: 0px;
}

.pending {
    border: 5px solid red !important;
    border-radius: 5px !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-block {
    position: absolute;
    top: 8px;
    left: 40%;
    color: red;
    font-size: 42px;

}

.form-inline label {
    display: inline;
}

#credit_app_frm .row {
    margin-bottom: 10px;
}

#credit_app_frm .form-control {
    margin-bottom: 10px;
}

.sticky {
  position: sticky;
  top: 120px;
}

#vert_filter_div {
    max-height: 750px;
}

#our_values .col-md-6  {
    padding-left: 40px;
    padding-right: 40px;
}

#our_values .col-lg-3 {
    padding-left: 40px;
    padding-right: 40px;
}

.control-lbl {
    font-weight: bold;
}

.logo_dark-img {
    width: 200px;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1350px;
    }

}

@media (min-width: 1700px) {
    .container {
        max-width: 1450px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1600px;
    }
}

@media (max-width: 1620px) {
    #filter-menu .btn-group {
        min-width: 19%;
    }

    .navbar .nav-link {
        font-size: 15px !important;
    }    
    
    #navbarCollapse p {
        font-size: 12px;
    }

    #navbarCollapse .fab {
        font-size: 12px;
    }    

    #navbarCollapse span {
        font-size: 12px;
    }    
}


@media(max-width: 900px) {
    .btn-link h3 {
        font-size: 16px;
    }
    .welcome-content {
        font-size: smaller;
    }
    .home-top {
        height: 300px;
        padding-top: 60px;
    }    

    .welcome-content h3 {
        font-size: 18px;
    }

    .video-container {
        height: 300px;
    }

    #vehicles_div .card-header {
        min-height: 100px; 
    }

    #contact_wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .sticky {
      position: initial;
      top: 0px;
    }
    
    #vert_filter_div {
        max-height: 450px;
    }
    
    .container {
        padding-right: 15px;
    }
    
    #trade_in_frm .form-control {
        margin-bottom: 10px;
    }

    .btn-menu {
        line-height: 1;
    }

    #filter-menu .btn-group {
        min-width: 100%;
    }

    .navbar-brand img {
        max-height: 45px;
    }

    .optional-sm {
        display: none !important;
    }

    #small-images {
        display: none !important;
    }

    .logo_dark-img {
        width: 100px !important;
    }

    .v_name {
        font-size: 18px;
    }

    .v_price {
        font-size: 18px;
    }

    .cg-dealrating-badge {
        width: 100px;
    }
}

@media(max-width: 800px) {
    .optional {
        display: none !important;
    }

    #services-wrapper .row {
        margin-top: 50px !important;
    }

    .carousel-image-1 {
        background: url('../img/image1_sm.jpg');
    }    

    .carousel-image-2 {
        background: url('../img/image2_sm.jpg');
    }   

    .carousel-image-3 {
        background: url('../img/image3_sm.jpg');
    }    
}