@import url("https://fonts.googleapis.com/css?family=Muli:400,600");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.mb-30 {
  margin-bottom: 30px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

body {
  font-family: "Muli", sans-serif;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 13px;
  color: #000;
}

a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #20609F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  color: #20609F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 26px;
  margin-top: 0px;
  color: #000;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
}

ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0;
}

.greyBg {
  background: #F5F7F9;
}

.container-mid {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.siteHeader {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.siteHeader .navbar {
  background: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.siteHeader .navbar .navbar-brand img {
  max-width: 150px;
}

.siteHeader .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  letter-spacing: 1.5px;
}

.siteHeader .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #20609F;
}

.siteHeader .navbar .navbar-toggler {
  background: #20609F;
  border-radius: 0;
}

.siteHeader .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 4px 0;
}

.siteHeader .navbar .navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.siteHeader .navbar .navbar-toggler .middle-bar {
  opacity: 0;
}

.siteHeader .navbar .navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.siteHeader .navbar .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.siteHeader .navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.siteHeader .navbar .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.mainSectionheading {
  text-align: center;
}

.mainSectionheading h5 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  color: #FF633B;
}

.mainSectionheading span {
  display: inline-block;
  background: #20609F;
  content: '';
  width: 50px;
  height: 3px;
}

.mainSectionheading h2 {
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 16px;
}

.mainSectionheadingWhite {
  text-align: center;
}

.mainSectionheadingWhite h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

.mainSectionheadingWhite span {
  display: inline-block;
  background: #20609F;
  content: '';
  width: 50px;
  height: 3px;
}

.mainSectionheadingWhite h2 {
  margin-top: -5px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

.siteFooter {
  background: #1E2123;
}

.siteFooter .preFooter {
  padding: 40px 0;
}

.siteFooter .preFooter .footer-search {
  margin: 20px 0 0;
  max-width: 500px;
  border: 2px solid #e9eaec;
  border-radius: 4px;
}

.siteFooter .preFooter .footer-search .form-group {
  margin-bottom: 0;
}

.siteFooter .preFooter .footer-search .form-group .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.siteFooter .preFooter .footer-search .form-group .input-form-control {
  padding-left: 2.375rem;
  height: 44px;
  border-radius: 2px;
  border: 0;
}

@media screen and (max-width: 767px) {
  .siteFooter .preFooter .footer-search {
    margin-bottom: 20px;
  }
}

.siteFooter .preFooter p {
  margin-top: 10px;
  color: #fff;
}

.siteFooter .preFooter h3 {
  font-size: 18px;
  color: #fff;
}

.siteFooter .preFooter .pageLinks {
  margin-top: 20px;
}

.siteFooter .preFooter .pageLinks li {
  line-height: 30px;
  font-size: 14px;
}

.siteFooter .preFooter .pageLinks li a {
  display: block;
  padding: 3px 18px;
  color: #fff;
  position: relative;
}

.siteFooter .preFooter .pageLinks li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  background: #20609F;
  width: 10px;
  height: 1px;
}

.siteFooter .preFooter .pageLinks li a:hover {
  color: #20609F;
}

@media screen and (max-width: 767px) {
  .siteFooter .preFooter .pageLinks li a {
    margin: 10px 0;
  }
}

.siteFooter .socialIcons {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .siteFooter .socialIcons {
    text-align: center;
  }
}

.siteFooter .socialIcons li {
  display: inline-block;
  margin: 0 3px;
}

.siteFooter .socialIcons li a {
  color: #fff;
  display: inline-block;
  border: 1px solid #828080;
  width: 35px;
  height: 35px;
  font-size: 14px;
  color: #fff;
  padding-top: 3px;
  text-align: center;
  border-radius: 2px;
}

.siteFooter .socialIcons li a.facebook {
  background: #3b5999;
  border: 1px solid #3b5999;
}

.siteFooter .socialIcons li a.google {
  background: #DD4B39;
  border: 1px solid #DD4B39;
}

.siteFooter .socialIcons li a.twitter {
  background: #55ACEE;
  border: 1px solid #55ACEE;
}

.siteFooter .socialIcons li a.linkedin {
  background: #0077B5;
  border: 1px solid #0077B5;
}

.siteFooter .socialIcons li a.youtube {
  background: #CD201F;
  border: 1px solid #CD201F;
}

.siteFooter .copyright {
  padding: 8px 0;
}

.siteFooter .copyright p {
  font-size: 13px;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .siteFooter .copyright p {
    text-align: center;
  }
}

.siteFooter .copyright .copyrightLinks {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .siteFooter .copyright .copyrightLinks {
    text-align: center;
  }
}

.siteFooter .copyright .copyrightLinks li {
  display: inline-block;
  margin-right: 8px;
  line-height: 36px;
}

.siteFooter .copyright .copyrightLinks li:last-child {
  margin-right: 0;
}

.siteFooter .copyright .copyrightLinks li a {
  color: #fff;
}

.siteFooter .copyright .copyrightLinks li a:hover {
  color: #E82C2A;
}

#vehicleDetailPage .headingTop {
  border-left: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
  padding: 20px 15px;
}

#vehicleDetailPage .headingTop h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 26px;
}

#vehicleDetailPage .vehicleMainDetail {
  background: #E0E0E0;
  padding: 30px 15px;
}

#vehicleDetailPage .vehicleMainDetail .vehicleMainDetail-left h3 {
  margin-bottom: 20px;
}

#vehicleDetailPage .vehicleMainDetail .vehicleMainDetail-left ul {
  margin-bottom: 20px;
}

#vehicleDetailPage .vehicleMainDetail .vehicleMainDetail-left ul li {
  border-bottom: 1px solid #000;
  padding: 6px 10px;
}

#vehicleDetailPage .vehicleMainDetail .vehicleMainDetail-left .vehicleMainDetailAction {
  background: #F7F7F7;
  border-bottom: 2px solid #20609F;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 12px 15px;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
}

#vehicleDetailPage .vehicleMainDetail .vehicleMainDetail-left .vehicleMainDetailAction:hover {
  background: #000;
  color: #fff;
}

#vehicleDetailPage .vehicleMainDetail .vehicleMainDetail-right #vehicleInventorySlider .sliderItem {
  height: 350px;
  background-size: cover !important;
  background-position: center center !important;
}

@media screen and (max-width: 767px) {
  #vehicleDetailPage .vehicleMainDetail .vehicleMainDetail-right {
    margin-top: 30px;
  }
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-left {
  background: #000;
  padding: 30px 15px;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-left h4 {
  color: #fff;
  margin-bottom: 20px;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-left ul {
  color: #fff;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-left ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 5px;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-left ul li span {
  float: right;
  font-weight: 600;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-left ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-right {
  padding: 30px 0;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-right h4 {
  margin-bottom: 20px;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-right form button {
  background: #20609F;
  color: #fff;
  width: 100%;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-right .car-finance-calc-list {
  background: #000;
  padding: 20px 10px;
  border-radius: 3px;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-right .car-finance-calc-list p {
  background: #fff;
  color: #333;
  margin: 15px 0;
  margin-bottom: 15px;
  padding: 8px 10px;
  border-radius: 3px;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-right .car-finance-calc-list p:first-child {
  margin-top: 0;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-right .car-finance-calc-list p:last-child {
  margin-bottom: 0;
}

#vehicleDetailPage .vehicleOtherDetail .vehicleOtherDetail-right .car-finance-calc-list p span {
  float: right;
}

#vehicleDetailPage .vehicleMainFeatures .accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}

#vehicleDetailPage .vehicleMainFeatures .accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

#vehicleDetailPage .vehicleMainFeatures .accordion .card-header {
  background: #E0E0E0;
  border: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  border-radius: 0;
}

#vehicleDetailPage .vehicleMainFeatures .accordion .card-header a {
  color: #333;
  font-size: 18px;
}

#vehicleDetailPage .vehicleMainFeatures .accordion .card-body ul {
  padding-left: 15px;
}

#vehicleDetailPage .vehicleMainFeatures .accordion .card-body ul li {
  list-style-type: disc;
}

#vehicleDetailPage .nextSteps {
  padding: 30px 15px;
  border-left: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
}

#vehicleDetailPage .nextSteps .nextSteps-inner {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #vehicleDetailPage .nextSteps .nextSteps-inner {
    margin: 10px 0;
  }
}

#vehicleDetailPage .nextSteps .nextSteps-inner h5 {
  font-size: 16px;
  text-transform: uppercase;
}

#vehicleDetailPage .nextSteps .nextSteps-inner p {
  font-size: 12px;
}

#vehicleDetailPage .nextSteps .nextSteps-inner span {
  background: #000;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 25px;
}

#vehicleDetailPage .nextSteps .nextSteps-inner span i {
  margin-top: 12px;
}

.videoBlock {
  position: relative;
  height: 80vh;
}

.videoBlock video {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .videoBlock video {
    height: 400px;
  }
}

.videoBlock:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}

@media screen and (max-width: 1200px) {
  .videoBlock {
    height: 400px;
  }
}

.mainBlockInner {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .mainBlockInner {
    background: #F5F7F9;
    padding: 40px 15px 40px;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

.mainBlockInner .mainBlockInner-content {
  text-align: center;
}

.mainBlockInner .mainBlockInner-content h1 {
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 45px;
  letter-spacing: 8px;
}

@media screen and (max-width: 1200px) {
  .mainBlockInner .mainBlockInner-content h1 {
    margin-bottom: 20px;
    color: #333;
    font-size: 26px;
  }
}

.mainBlockInner .mainBlockInner-content p {
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .mainBlockInner .mainBlockInner-content p {
    color: #333;
    text-align: center;
  }
}

.mainBlockInner .mainBlockInner-form {
  margin-top: 20px;
}

.mainBlockInner .mainBlockInner-form input {
  width: 80%;
  float: left;
  height: 46px;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mainBlockInner .mainBlockInner-form button {
  width: 20%;
  background: #20609F;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 46px;
  border: 0;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mainBlockInner .mainBlockInner-form button:hover {
  background: #FF633B;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.inventoryActions {
  position: relative;
  margin-top: -100px;
}

.inventoryActions .inventoryActionsInner {
  position: relative;
  -webkit-box-shadow: 3.6px 4.8px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 3.6px 4.8px 25px rgba(0, 0, 0, 0.25);
}

.inventoryActions .inventoryActionsInner .inventoryActions-imgBlock {
  position: relative;
  overflow: hidden;
}

.inventoryActions .inventoryActionsInner .inventoryActions-imgBlock .inventoryActions-img {
  height: 260px;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.inventoryActions .inventoryActionsInner .inventoryActions-imgBlock .inventoryActions-img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

.inventoryActions .inventoryActionsInner .inventoryActions-imgBlock:hover .inventoryActions-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.inventoryActions .inventoryActionsInner .inventoryActions-content {
  padding: 0 15px;
}

.inventoryActions .inventoryActionsInner .inventoryActions-content h4 {
  position: absolute;
  bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
}

.inventoryActions .inventoryActionsInner .inventoryActions-content h4 i {
  color: #20609F;
}

@media screen and (max-width: 1200px) {
  .inventoryActions {
    margin-top: 0;
  }
}

.ourModels {
  padding: 50px 0 0;
}

.ourModels .ourModelsInner .ourModels-imgBlock {
  position: relative;
  overflow: hidden;
}

.ourModels .ourModelsInner .ourModels-imgBlock .ourModels-img {
  height: 350px;
  position: relative;
  background-size: cover !important;
  background-position: top center !important;
  position: relative;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.ourModels .ourModelsInner .ourModels-imgBlock .ourModels-img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1;
}

.ourModels .ourModelsInner .ourModels-imgBlock:hover .ourModels-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.ourModels .ourModelsInner .ourModels-content {
  position: absolute;
  top: 25px;
  left: 20px;
}

.ourModels .ourModelsInner .ourModels-content h4 {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 40px;
  letter-spacing: 4px;
}

.ourModels .ourModelsInner .ourModels-content p {
  color: #fff;
}

.searchDealerByBrand {
  padding: 50px 0;
}

.searchDealerByBrand .searchDealerByBrand-inner {
  text-align: center;
  background: #E9ECEC;
  border: 1px solid #fff;
  padding: 20px 20px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.searchDealerByBrand .searchDealerByBrand-inner h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.searchDealerByBrand .searchDealerByBrand-inner:hover {
  background: #5D6061;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.searchDealerByBrand .searchDealerByBrand-inner:hover i {
  color: #fff;
}

.searchDealerByBrand .searchDealerByBrand-inner:hover h4 {
  color: #fff;
}

.dealerBenefits {
  background: url("../images/bg1.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .dealerBenefits {
    padding-bottom: 50px;
  }
}

.dealerBenefits::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #000;
  opacity: .4;
  width: 100%;
  height: 100%;
}

.dealerBenefits .dealerBenefits-uppercontent {
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .dealerBenefits .dealerBenefits-uppercontent {
    margin-bottom: 0;
  }
}

.dealerBenefits .dealerBenefits-uppercontent p {
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.dealerBenefits .dealerBenefitsRow {
  position: relative;
  top: 50px;
  -webkit-animation: animateWidth 5s infinite;
          animation: animateWidth 5s infinite;
}

.dealerBenefits .dealerBenefitsRow .dealerBenefitsContent {
  padding: 60px 40px 0 40px;
}

@media screen and (max-width: 1200px) {
  .dealerBenefits .dealerBenefitsRow .dealerBenefitsContent {
    padding: 0;
  }
}

.dealerBenefits .dealerBenefitsRow .dealerBenefitsContent p {
  margin-bottom: 15px;
  color: #fff;
}

.dealerBenefits .dealerBenefitsRow .dealerBenefitsContent p:last-child {
  margin-bottom: 0;
}

.dealerBenefits .dealerBenefitsRow .dealerBenefitsContent a {
  border: 2px solid #20609F;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 7px 20px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.dealerBenefits .dealerBenefitsRow .dealerBenefitsContent a:hover {
  background: #20609F;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 1200px) {
  .dealerBenefits .dealerBenefitsRow .dealerBenefitsContent a {
    display: none;
  }
}

@-webkit-keyframes animateWidth {
  0% {
    top: 50px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 50px;
  }
}

@keyframes animateWidth {
  0% {
    top: 50px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 50px;
  }
}

.blogSection {
  padding: 50px 0;
}

@media screen and (max-width: 1200px) {
  .blogSection .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blogSection .blogBigBlock {
  margin-top: 30px;
  border: 1px solid #fff;
}

.blogSection .blogBigBlock .blogBigBlockImg {
  height: 450px;
  padding: 15px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  z-index: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.blogSection .blogBigBlock .blogBigBlockImg h3 {
  line-height: 32px;
  font-size: 20px;
  margin-bottom: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #fff;
}

.blogSection .blogBigBlock .blogBigBlockImg a {
  position: absolute;
  bottom: 0;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  color: #fff;
  padding: 7px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.blogSection .blogBigBlock .blogBigBlockImg a i {
  color: #20609F;
}

.blogSection .blogBigBlock .blogBigBlockImg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  z-index: -1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.blogSection .blogBigBlock .blogBigBlockImg:hover {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.blogSection .blogBigBlock .blogBigBlockImg:hover::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .5;
  z-index: -1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.blogSection .blogBigBlock .blogBigBlockImg:hover h3 {
  color: #FF633B;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.blogSection .blogBigBlock .blogBigBlockImg:hover a {
  color: #000;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.getOffers {
  padding-bottom: 50px;
}

.getOffers .getOffers-inner {
  margin-top: 30px;
}

.getOffers .getOffers-inner .getOffers-bottom {
  background: #E9ECEC;
  text-align: center;
  padding: 15px;
}

.getOffers .getOffers-inner .getOffers-bottom h6 {
  margin-bottom: 0;
}

.vehicleInventoryHeader {
  background: #EFEFEF;
  padding: 20px 0;
}

.vehicleInventoryHeader h3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.allVehicleInventory .vehicleInventory-inner {
  border: 1px solid #ebebeb;
  margin: 20px 0;
}

.allVehicleInventory .vehicleInventory-inner .vehicleImg {
  height: 250px;
  background-position: center center !important;
  background-size: cover !important;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop h5 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop .vehicleTags {
  margin-bottom: 20px;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop .vehicleTags li {
  display: inline-block;
  background: #EFEFEF;
  padding: 3px 10px;
  font-size: 11px;
  text-align: center;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop .vehicleTags li img {
  width: 18px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin-top: -3px;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentBottom {
  text-align: right;
  padding: 10px 15px;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentBottom a {
  background: #20609F;
  color: #fff;
  font-size: 11px;
  padding: 5px 15px;
  border-radius: 2px;
  display: inline-block;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentBottom a:hover {
  background: #FF633B;
}

.inventory-main-left {
  padding: 40px 20px;
  background: #F7F7F7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.inventory-main-left .select2-container {
  width: 100% !important;
}

.select2-dropdown.select2-dropdown--below {
  border: 0;
}

.select2-container--default .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #20609F;
}

.inventory-main-left .form-group .select2-selection__rendered {
  padding: 15px 20px 15px 10px;
  border: 1px solid #ebebeb;
}

.inventory-main-left .form-group .select2-container .select2-selection--single {
  height: auto;
}

.inventory-main-left .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1;
}

.inventory-main-left .form-group .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
}

.inventory-main-left .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-results__options .select2-results__option {
  margin-bottom: 1px;
  padding: 8px 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-transform: uppercase;
}

.inventory-main-left .form-group .select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  top: 1px;
  color: #20609F;
}

.filter-reset-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  background: #20609F;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  border-radius: 3px;
  padding: 15px 10px;
}

.filter-reset-btn:hover {
  background: #FF633B;
  text-decoration: none;
  color: #fff;
}

.filter-reset-btn:focus {
  color: #fff;
}

.inventory-main-left .form-group label {
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.price-range-input {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin-bottom: 12px;
}

.price-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 0;
  background: #20609F;
  cursor: pointer;
}

.price-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  border: 0;
  background: #20609F;
  cursor: pointer;
}

.price-range p {
  text-align: center;
}

.mileage-range-input {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin-bottom: 12px;
}

.mileage-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 0;
  background: #20609F;
  cursor: pointer;
}

.mileage-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  border: 0;
  background: #20609F;
  cursor: pointer;
}

.mileage-range p {
  text-align: center;
}
/*# sourceMappingURL=custom.css.map */