@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body,html {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color:#000;
}


.topbar {
  background: #fff;
  color: #fff;
}

header .block2 {
  background: #d61920;
  width:100%!important;
}
.topbar a {
  text-decoration: none!important;
}
.t-address a, .t-phone a {
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
}
.t-social a {
  height: 26px;
  width: 26px;
  display: inline-flex;
  color: #fff;
}
.topbar a svg {
  margin: 0 auto;
}
.t-address i.icon, .t-phone i.icon {
  color: #d40a0a;
  font-size: 24px;
  padding-right: 5px;
}
@media (max-width: 991.9px) {

  .t-social, .t-phone, .t-button {
    border-left: 1px solid #fff;
  }
}

.grid-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  background: #2b3c73;
}
.grid-header a {
  width: 100%;
  height: 46px;
  display: inline-flex;
  padding: 10px 0;
  cursor: pointer;
  margin: 0 auto;
  border-left: 1px solid #fff;
}

a {
  color:#d40a0a;
}
a:hover {
  color:#d40a0a;
}
.text-primary {
  color:#016baf!important;
}
.text-grey {
  color:#414755;
}



.phone {
  font-size:18px;
  font-weight: 600;
}
.address .fa, .phone .fa {
  color:#fff;
}
.tbar {
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 991px) {


  .dealership {
    font-size: 20px;
    font-weight: 600;
    margin-left: 200px;
  }
}



.navbg {
  background: #fff;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
.navbar-expand-lg {
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-item {
  margin-right: 0px;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: .5rem .5rem;
  transition: .6s linear;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .nav-item.dropdown.show, .navbar-expand-lg .navbar-nav .nav-item.inMenu .nav-link {
  background: transparent;
  color:#000;
}
header.inPage .navbar-expand-lg .navbar-nav .nav-link {
  /*color: #fff;*/
}
header.inPage .navbar-expand-lg .navbar-nav .nav-link:hover, header.inPage .nav-item.dropdown.show, header.inPage .navbar-expand-lg .navbar-nav .nav-item.inMenu .nav-link {
  background: #d40a0a;
  color:#fff;
}
.navbar-nav .dropdown-menu {
    min-width: 12.5rem;
    background: #d61920;
    margin-top: 0px;
    border-radius: 0;
    border: none;
}
.dropdown-item {
    padding: .75rem 1.5rem;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  background:#fff;
  color:#000;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: .75rem .5rem;
  }
  .navbar-nav .dropdown-menu {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    padding: .75rem 1rem;
  }
}

  .hero-img {
    position:relative;
    height:70vh;
    background: url(../images/main-image.jpg) no-repeat top center;
    background-size: cover;
  }

  @media (min-width: 992px) {
   .hero-img {
      background: url(../images/main-image.jpg) no-repeat top center;
      background-size: cover;
      height:60vh;
    }
  }

  .hero-img h2 {
    font-weight: 600;
  }
  .hero-img h2 span {
    font-weight: 700;
    display: block;
  }

  .bg-dark-60 {
    z-index: 0;
    background: rgba(34,34,34,.5);
    left: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .centerContent {
    display: flex;
    height: 100%;
    width: 100%;

    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .centerContent h2 {
    line-height: 1.15;
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    text-shadow: 0 0 5px #000;
    font-style: italic;
  }
  .hero-img .btn-primary {
  padding: 8px 70px;
  font-size: 26px;
  border-radius: 5px;
}
.newUsed-row {
  color: #fff;
}

.home-search {
  margin-top: -100px;
  position: relative;
  text-align: center;
}
.search-wrapper {
  background: #2b3c74;
  color: #fff;
  padding: 35px 25px;
  border-radius: 5px;
}
.home-search h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}

#homePageSearch select {
  border: none;
  border-radius: 0;
  color: #000;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
}
.homepageSearch {
  border: none;
  border-radius: 0;
  color: #000;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
}
#homePageSearch .btnSearch {
  font-weight: 600;
  height: 56px;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  display: inline-flex !important;
  padding: 4px 15px;
}
#homePageSearch .btnSearch span {
  display: none;
}

  .popularSearches {
    margin-top:50px;
  }

.font-size-32 {
  font-size:20px;
  font-weight:100;
}
.font-size-53 {
  font-size:24px;
}
@media (min-width:768px) {
  .font-size-32 {
    font-size:32px;
  }
  .font-size-53 {
    font-size:53px;
  }
}
.extra-bold {
  color:#fc8e00;
  text-transform: uppercase;
  font-weight: 800;
}
.text-shadow {
  text-shadow: 0 0 5px rgba(0,0,0,.4);
}
.font-weight-600 {
  font-weight:600;
}
.font-weight-700 {
  font-weight:700;
}
.font-weight-800 {
  font-weight:800;
}
.padding-extra {
  padding-top:50px;
  padding-bottom:50px;
}
@media (min-width: 992px) {
  .padding-extra {
    padding-top:100px;
    padding-bottom:100px;
  }
}
@media (min-width: 1200px) {
  .padding-extra {
    padding-top:150px;
    padding-bottom:150px;
  }
}



.btn-primary {
    color: #fff;
    background-color: #d40a0a;
    border-color: #d40a0a;
    border-radius: 0;
    font-size:15px;
    font-weight:500;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-secondary {
    color: #000;
    background-color: transparent;
    border-color: #009bfd;
    border-radius: 0;
    font-size:15px;
    font-weight:500;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #009bfd;
    border-color: #009bfd;
}
.p-80 {
  padding-top:40px;
  padding-bottom:40px;
}

@media (min-width: 992px) {
  .p-80 {
    padding-top:80px;
    padding-bottom:80px;
  }
}

.home-models {
  background: #f4f4f4;
  padding: 50px 0;
}
.home-models a {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 25px 15px;
}
.home-models span {
  display: block;
}
.home-models a:hover  {
  text-decoration:underline;
}


#v-pills-tab {
  justify-content: space-between;
}
#ways-to-shop {
  padding: 100px 0px 100px 0px;
  position: relative;
  z-index: 9;
}
#ways-to-shop h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: #000;
}

.ways-to-shop-menu ul li {
  padding: 0;
  font-size: 24px;
  display: block;
  border-bottom: 0;
}
.popular-ways-to-shop-btns {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popular-ways-to-shop-btns li {
  margin: 8px 5px;
  width: calc(100% - 20px);

}
.popular-ways-to-shop-btns a {
  font-size: 18px;
    color: #000;
    width: 100%;
    font-weight: 600;
    border-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem 1rem;
}

.popular-ways-to-shop-btns a:hover {
  background: transparent;
color:#000;
}
.popular-ways-to-shop-btns a img {
  margin-bottom:5px;
}
.nav-pills .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-radius: 50%;
  border: 1px solid #0b49aa;
  display: flex;
  padding: 25px 0px;
  width: 130px;
  height: 130px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #000;
  border: 1px solid #ba151b;
}
.ways-to-shop-content {
  padding: 25px 15px;
}
@media (min-width: 568px) {
  .popular-ways-to-shop-btns li {
    margin: 15px 5px;
    width: calc(50% - 20px);

  }
}
@media (min-width: 768px) {
    #ways-to-shop {
    padding: 100px 0px 100px 0px;
  }
  .ways-to-shop-bottom {
    display: block!important;
  }
  .nav.nav-pills .nav-link {
    text-align: center;
    margin: 0 5px;
  }
  .nav.nav-pills .nav-link img {
  display: block;
  margin: 0 auto;
}
  .popular-ways-to-shop-btns li {
    margin: 5px;
    width: calc(34% - 20px);
  }
  .ways-to-shop-content {
    padding: 40px 25px;
    min-height: 260px;
  }
}


@media (min-width: 992px) {
  .ways-to-shop-bottom {
    display: flex;
  }
   .ways-to-shop-menu {
    flex: 3;
  }
  .ways-to-shop-content {
    flex: 9;
  }
  .popular-ways-to-shop-btns li {
    flex-basis: 22%;
  }
  .ways-to-shop-content {
    padding: 60px 0px;
    min-height: 260px;
  }
}

@media (min-width: 1200px) {
  .popular-ways-to-shop-btns li {
    margin: 5px;
    flex-basis: 22%;
  }
}

.banner {
  background: #f2f2f2;
  position: relative;
  font-size: 18px;
}
.banner .text {
  padding: 50px 0;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .banner {
    font-size: 17px;
  }
  .banner .text {
    padding: 50px 0;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
  .banner .image {
    position: static;
  }
  .banner .image::after {
    content: "";
    background: url(../images/trade-in-right.png) no-repeat top left;
      background-size: auto;
    width: 50%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    background-size: cover;
  }
}
.banner h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom:0;
}
.banner .btn-primary {
  font-size: 22px;
  font-weight: 300;
  padding:1rem 2rem;
}
@media (min-width: 1200px) {
  .banner {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .banner h2{
    font-size: 46px;
  }
}
.dealBox {
	min-height: 517.5px;
	box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);
	border-radius: 30px;
	color:white;
	background-image: linear-gradient(to bottom, #920000, #a00017, #ad0029, #b9003c, #c30050, #b40d51, #a51552, #961b51, #6f1b3d, #4b172a, #281119, #000000);
	width:100%;
	margin-bottom: 30px;
}
.dealBox h2 {
	margin-top:5em !important;
	color:white !important;
	font-size:1.5em !important;
}

.hbtns
{
  padding: 100px 0 0;
}

.hbtns .box h3 {
  font-weight: 700;
  font-size: 28px;
  margin: 15px 0 15px;
}

.hbtns .box .btn-primary {

  margin-top: 40px;
}
.hbtns .box .btn-secondary:hover {
  color:#000;
}
@media (min-width: 992px) {

}

.brands-logo .slick-prev {
    left: 0;
}
.brands-logo .slick-next {
    right: 0;
}
.brands-logo .slick-prev::before, .brands-logo .slick-next:before {
    color: #000;
}

.lbtns {
  background: #636363;
}
.lbtns .block1 {
  flex-basis: 50%;
  margin-left:-15px;
  margin-right:-15px;
}
.lbtns .block2 {
  background: #636363;
  color:#fff;
  text-align: center;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:25px 0;
}

@media (min-width: 992px) {
  .lbtns .block1 {

    background: url(../images/tow-banner-right.jpg) no-repeat center;
    background-size: cover;
    min-height: 502px;
  }
}
.lbtns .btn-outline-secondary {
  color: #fff;
  border: 2px solid #fff;
  padding: .75rem 2.5rem;
  font-weight: 700;
  border-radius: 15px;
}
.lbtns .btn-outline-secondary:hover {
  background-color: #d51a22;
}
.lbtns h4  {
  font-size:20px;
}
.lbtns h3 {
  font-size:30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 568px) {
  .lbtns h4  {
    font-size:32px;
  }
  .lbtns h3 {
    font-size:42px;
  }
}


.fv {
 padding:100px 0 0;
 position: relative;
}

.fv h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom:35px;
}
.fv .boxArea {
    padding: 0 15px;
}
.fv .thumbnail {
    border: 1px solid #ccc;
    text-align: center;
    min-height: 280px;
    background: #fff;
}

.fv .thumbnail a img {
	max-height:350px;
	object-fit: cover;
}
.fv .namecar {
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 5px;
}
.fv .price {
    display: block;
    font-weight: 600;
    color: #c1272d;
    font-size: 26px;
    padding-bottom: 25px;
}
.fv .slick-prev, .fv .slick-next {
    background: #000!important;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
}
.fv .slick-prev:before, .fv .slick-next:before {
  font-size:25px!important;
  color:#fff!important;
}
.slick-prev::before {
  content: "\f100"!important;
  font-family: FontAwesome!important;
}
.slick-next::before {
  content: "\f101"!important;
  font-family: FontAwesome!important;
}
.slick-dots {
  display: none!important;
}


.fv .slick-prev {
  left:15px!important;
  top: -25px !important;
  z-index: 1;
  border-radius: 0 !important;
}
.fv .slick-next {
  right: 15px!important;
  top: -25px !important;
  border-radius: 0 !important;
}

@media (min-width: 768px) {

  .fv .slick-prev {
    right: 75px!important;
    top: -25px !important;
    left: auto !important;
    z-index: 1;
    border-radius: 0 !important;
  }
}

.hcontent {
  padding: 100px 0;
}

.hcontent h1 {
  font-size:32px;
  font-weight: 700;
  margin-bottom:0px;
}
.hcontent h1 span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-bottom:5px;
}

.hcontent h4 {
  font-size:18px;
  font-weight: 400;
  margin-bottom:25px;
}
.hcontent p {
  margin-bottom:25px;
  font-size:16px;
}
.hcontent .block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1140px) {
  .hcontent .block {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .hcontent img {
    min-width: 686px;
  }
}
@media (min-width: 1300px) {
  .hcontent img {
    min-width: 786px;
  }
}



.home-reviews {
  color:#000;
  background: #fff;
  padding: 100px 0;
}
.home-reviews .slick-track {
  display: flex!important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.main {
  position: relative;
  padding: 0 0px;
}
.main .rbox {
  background: #fff;
  color: #000;
  margin: 10px;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  border:1px solid #e1e1e1;
  height:auto;
}
.main .rbox i.fa-star {
  color: #ffba00;
  font-size: 20px;
  padding-right: 3px;
}
.home-reviews .rbox .txt {
  font-size:15px;
  line-height: 20px;
  margin: 15px 0;
  font-weight: 400;
}
.rbox .rauthor {
  font-weight: 600;
  font-size:16px;
}
.rbox .rdate {
  font-size: 16px;
  font-weight: 300;
}

.main .slick-prev {
  left: 35px;
}
.main .slick-next {
  right: 35px;
}
.main .slick-next, .main .slick-prev {
  width: 40px !important;
  height: 40px !important;
  background: #000!important;
  z-index: 1;
  border-radius: 25px;
}
.main .slick-next::before {
  content: "\f105";
  font-family: 'FontAwesome';
}
.main .slick-prev::before {
  content: "\f104";
  font-family: 'FontAwesome';
}

.home-reviews h2 {
   font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
}
@media (min-width: 568px) {
  .home-reviews h2 {
    font-size: 32px;
  }
}
.home-reviews .txt {
  font-size:18px;
  font-weight: 400;
  line-height: 18px;
}
.home-reviews .stars {
  color: #ffba00;
  font-size: 18px;
}
.home-reviews .stars i.fa {
  padding-right: 3px;
}
.home-reviews .rating {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}
.home-reviews .txt1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-reviews .txt2 {
  font-size: 18px;
}



.hhours {
  background: url(../images/footer-contact-bg.jpg) no-repeat top center #666;
  background-size: cover;
  color:#fff;
  font-size:16px;
}
.hhours h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 25px;
}
.hhours a {
  color: #fff;
}
.hhours .fa {
  width: 24px;
  height:24px;
}

footer {
  background: #000;
  color:#fff;
}
footer .fblock1 {
  padding:50px 0;
}
footer h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
footer h4 {
  font-size: 18px;
  font-weight: 600;
}

footer .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap:15px;
}
footer .grid-item {
  padding: 10px 5px;
}


footer a {
  color:#fff;
}
footer a:hover {
  color:#d61920;
  text-decoration: none;
}
footer .links a {
  font-size: 15px;
  padding:2px 0;
  font-weight: 300;
}

footer .links {
  font-size:16px;
  color:#fff;
}
footer a.btn {
  font-size: 36px;
  border-radius: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 1.8;
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer a.btn:hover {
  color:#d61920;
  background: transparent;
}
footer .copyrights {
  color: #666;
  font-size: 13px;
}

.copyrights {
  font-size: 13px;
  color:#515151;
}
.copyrights a {
  color:#016baf;
}
.copyrights a:hover {
  color:#000;
}
.container.content, .container-fluid.content {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 400px;
}


h1.pageTitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom:25px;
}
@media (min-width: 576px) {
	.container { max-width: 550px  }
}
@media (min-width: 768px) {
	.container { max-width: 750px }
}
@media (min-width: 992px) {
	.container { max-width: 950px }
}
@media (min-width: 1200px) {
	.container { max-width: 1150px }
}
@media (min-width: 1600px) {
	.container { max-width: 1550px }
}

/***Review 8 Css Start****/
.reviews h6 {
    font-weight: 600;
}
.ui-rating .ui-rating-star,.ui-rating .ui-rating-cancel{width:16px;height:16px;font-size:2px;float:left;text-decoration:none;vertical-align:bottom;background-image:url(/images/star.png);background-repeat:no-repeat;}
.ui-rating a{cursor:pointer;}
.ui-rating-full{background-position:left top;}

.ui-rating-half{background-position:left -16px;}

.ui-rating-empty{background-position:left -32px;}

.ui-rating-cancel-empty{background-position:left -64px;}

.ui-rating-cancel-full{background-position:left -80px;}

.ui-rating-hover{background-position:left -48px;}

.ui-selected-value{background-color:#EEEEEE;margin-left:150px;text-align:center;width:60px;}
.ui-rating .ui-rating-star,.ui-rating .ui-rating-cancel{width:16px;height:16px;font-size:2px;float:left;text-decoration:none;vertical-align:bottom;background-image:url(/images/star.png);background-repeat:no-repeat;}

.ui-rating a{cursor:pointer;}
.ui-rating-full{background-position:left top;}

.ui-rating-half{background-position:left -16px;}

.ui-rating-empty{background-position:left -32px;}

.ui-rating-cancel-empty{background-position:left -64px;}

.ui-rating-cancel-full{background-position:left -80px;}

.ui-rating-hover{background-position:left -48px;}

.ui-selected-value{background-color:#EEEEEE;margin-left:150px;text-align:center;width:60px;}

/*.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}
.pagination div{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
.pagination a{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
*/
#review .btn-warning{background-color:#c20001;color:#ffffff;border-color:#c20001;}
#review .btn-warning:hover{background-color:#4eaef1;color:#ffffff;border-color:#4eaef1;}
.form-group span.redText {
  color: red;
}
/***Review 8 Css end****/



.maphours h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2F3A71;
}
