@import url("https://fonts.googleapis.com/css?family=Poppins:400");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: AvenirLTStd-Light;
  src: url(../fonts/GothamNarrow-Light.otf);
}

@font-face {
  font-family: AvenirLTStd-Heavy;
  src: url(../fonts/GothamXNarrow-Medium.otf);
}

.mb-30 {
  margin-bottom: 30px;
}

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

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

body {
  font-family: "AvenirLTStd-Light";
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #747474;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 2px;
  font-family: 'AvenirLTStd-Heavy';
  line-height: 26px;
  margin-top: 0px;
}

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: fixed;
  width: 100%;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.siteHeader.siteHeader-fixed {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.siteHeader.siteHeader-fixed .navbar .navbar-brand .logoDark {
  display: block;
}

.siteHeader.siteHeader-fixed .navbar .navbar-brand .logoLight {
  display: none;
}

.siteHeader.siteHeader-fixed .navbar .navbar-nav .nav-item .nav-link {
  color: #333;
}

.siteHeader.siteHeader-fixed .navbar .navbar-nav .nav-item.navPrimaryLink .nav-link span {
  color: #fff;
}

.siteHeader.siteHeader-fixed .navbar .navbar-nav .nav-item.navSecondaryLink .nav-link span {
  color: #fff;
}

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

.siteHeader .navbar .navbar-brand img.logoDark {
  display: none;
}

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

.siteHeader .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #353A4D;
}

.siteHeader .navbar .navbar-nav .nav-item.navPrimaryLink .nav-link span {
  background: #0070ba;
  color: #fff;
  padding: 10px 12px;
  border-radius: 3px;
}

.siteHeader .navbar .navbar-nav .nav-item.navSecondaryLink .nav-link span {
  background: #353A4D;
  color: #fff;
  padding: 10px 12px;
  border-radius: 3px;
}

.siteHeader .navbar .navbar-toggler {
  background: #0070ba;
  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 h2 {
  font-size: 26px;
  margin-bottom: 5px;
}

.mainSectionheadingWhite {
  text-align: center;
}

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

.mainSectionheadingWhite p {
  color: #fff;
}

.siteFooter .footerCTA {
  background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8));
  background: linear-gradient(to right, #207dff 0%, #a16ae8 100%);
  padding: 50px 0;
}

.siteFooter .footerCTA h3 {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .siteFooter .footerCTA h3 {
    margin-top: 20px;
    text-transform: unset;
  }
}

.siteFooter .footerCTA h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .siteFooter .footerCTA h4 {
    margin-bottom: 20px;
    text-transform: unset;
  }
}

.siteFooter .preFooter {
  padding: 40px 0;
  background: #fff;
}

.siteFooter .preFooter p i {
  color: #0070ba;
}

.siteFooter .preFooter h3 {
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.siteFooter .preFooter .companyAddress li {
  margin-bottom: 5px;
}

.siteFooter .preFooter .companyAddress li i {
  margin-right: 3px;
}

.siteFooter .preFooter .pageLinks li {
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.siteFooter .preFooter .pageLinks li a {
  display: block;
  padding: 3px 20px;
  position: relative;
}

.siteFooter .preFooter .pageLinks li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 18px;
  background: #747474;
  width: 10px;
  height: 2px;
}

.siteFooter .preFooter .pageLinks li a:hover {
  color: #353A4D;
}

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

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

.siteFooter .preFooter .newsBlock li {
  margin-bottom: 5px;
}

.siteFooter .preFooter .newsBlock li:last-child {
  margin-bottom: 0;
}

.siteFooter .preFooter .newsBlock li a i {
  color: #0070ba;
}

.siteFooter .preFooter .opHours li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  padding-bottom: 3px;
}

.siteFooter .preFooter .opHours li span {
  float: right;
}

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

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

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

.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: 10px 0;
  background: #fff;
}

.siteFooter .copyright p {
  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;
}

.vdpBanner {
  background: url("../images/mainbg.jpg");
  padding: 180px 0 30px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}

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

.vdpBanner h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
}

.allVehicleInventory {
  padding: 50px 0;
}

.allVehicleInventory .vehicleInventory-inner {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

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

@media screen and (min-width: 320px) and (max-width: 991px) {
  .allVehicleInventory .vehicleInventory-inner .vehicleImg {
    height: 250px;
  }
}

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

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

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

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

.allVehicleInventory .vehicleInventory-inner .vehicleContentBottom {
  text-align: center;
  padding: 15px 0;
}

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

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

.inventory-main-left {
  padding: 20px;
  background: #F4F4F8;
  position: -webkit-sticky;
  position: sticky;
  border-radius: 6px;
  top: 50px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .inventory-main-left {
    border-right: 0;
    padding-right: 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: #0070ba;
}

.inventory-main-left .form-group .select2-selection__rendered {
  padding: 12px 20px 12px 10px;
  border: 1px solid #0070ba;
  background: #fff;
}

.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: #0070ba;
}

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

.filter-reset-btn:hover {
  background: #353A4D;
  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: #0070ba;
  cursor: pointer;
}

.price-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  border: 0;
  background: #0070ba;
  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: #0070ba;
  cursor: pointer;
}

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

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

.vehicleDetail {
  padding: 50px 0 30px;
}

.vehicleDetail .boxicon {
  background: #0070ba;
  color: #fff;
  border-bottom: 2px solid #353A4D;
  padding: 15px;
  border-radius: 3px;
  text-align: center;
  margin-top: 20px;
  -webkit-box-shadow: 0 3px 14px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 14px -4px rgba(0, 0, 0, 0.1);
}

.vehicleDetail .boxicon i {
  font-size: 40px;
}

.vehicleDetail .boxicon h5 {
  margin-bottom: 0;
  margin-top: 5px;
}

.vehicleDetail .sidebar-col {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

.vehicleDetail .sidebar-col .carMainDetail {
  background: #0070ba;
}

.vehicleDetail .sidebar-col .carMainDetail .carName {
  padding: 15px;
}

.vehicleDetail .sidebar-col .carMainDetail .carName h1 {
  color: #fff;
  font-size: 26px;
}

.vehicleDetail .sidebar-col .carMainDetail .carName p {
  color: #fff;
}

.vehicleDetail .sidebar-col .carMainDetail .carShortDetail {
  background: #fff;
  padding: 20px;
}

.vehicleDetail .sidebar-col .carMainDetail .carShortDetail h3 {
  font-size: 22px;
  padding-bottom: 8px;
}

.vehicleDetail .sidebar-col .carMainDetail .carShortDetail ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}

.vehicleDetail .sidebar-col .carMainDetail .carShortDetail ul li span {
  float: right;
  width: 50%;
  text-align: right;
}

.vehicleDetail .sidebar-col .carMainDetail .carShortDetail ul li:last-child {
  border-bottom: 0;
}

.vehicleDetail .sidebar-col h4 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
  background: #0070ba;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 15px;
  text-transform: uppercase;
}

.vehicleDetail .sidebar-col:last-child {
  margin-bottom: 0;
}

.vehicleDetail .sidebar-col .seo-menu-inner {
  background: #0070ba;
  text-align: center;
  margin: 7px 0;
  border-radius: 3px;
}

.vehicleDetail .sidebar-col .seo-menu-inner a {
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 3px;
}

.vehicleDetail .sidebar-col .seo-menu-inner a:hover {
  background: #353A4D;
}

.single-page-middle-section .vehicle-slider .carousel-inner .slider-bg-images {
  height: 500px;
  background-size: cover !important;
  background-position: center center !important;
}

@media screen and (max-width: 767px) {
  .single-page-middle-section .vehicle-slider .carousel-inner .slider-bg-images {
    height: 300px;
  }
}

.fulldetail {
  padding: 50px 0;
}

.fulldetail .veicleTabDetail .nav {
  background: #fff;
}

.fulldetail .veicleTabDetail .nav .nav-item .nav-link {
  border-radius: 0;
  background: #353A4D;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.fulldetail .veicleTabDetail .nav .nav-item .nav-link.active {
  background: #0070ba;
  border-bottom: 2px solid #0070ba;
}

.fulldetail .veicleTabDetail .tab-content {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

.fulldetail .veicleTabDetail .tab-content .specsBlock {
  margin-bottom: 15px;
}

.fulldetail .veicleTabDetail .tab-content .specsBlock h5 {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.fulldetail .veicleTabDetail .tab-content .specsBlock ul {
  margin-top: 20px;
  -webkit-columns: 3;
          columns: 3;
}

@media screen and (max-width: 767px) {
  .fulldetail .veicleTabDetail .tab-content .specsBlock ul {
    -webkit-columns: 1;
            columns: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fulldetail .veicleTabDetail .tab-content .specsBlock ul {
    -webkit-columns: 2;
            columns: 2;
  }
}

.fulldetail .veicleTabDetail .tab-content .specsBlock ul li {
  border-top: 1px solid #c8d1d1;
  padding: 6px 0;
}

.fulldetail .veicleTabDetail .tab-content .specsBlock:last-child {
  margin-bottom: 0;
}

.mainSection {
  padding: 200px 0 180px;
  background: url("../images/mainbg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}

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

.mainSection .mainBlockInner {
  max-width: 1000px;
  margin: 0 auto;
}

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

.mainSection .mainBlockInner .mainBlockInner-content h1 {
  color: #fff;
  line-height: 50px;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.mainSection .mainBlockInner .mainBlockInner-content p {
  color: #fff;
  text-transform: uppercase;
}

.mainSection .mainBlockInner .mainBlockInner-icons .mainBlockInner-iconsInner {
  color: #fff;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 5px;
  border-radius: 3px;
  text-align: center;
}

.mainSection .mainBlockInner .mainBlockInner-icons .mainBlockInner-iconsInner .icon {
  font-size: 36px;
  vertical-align: middle;
}

.mainSection .mainBlockInner .mainBlockInner-icons .mainBlockInner-iconsInner .iconsInnertext {
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}

.mainSection .mainBlockInner .mainBlockInner-form {
  margin-top: 40px;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
}

.mainSection .mainBlockInner .mainBlockInner-form input {
  width: 80%;
  border: 1px solid #ced4da;
  border-right: 0;
  float: left;
  height: 46px;
  padding: 0 20px;
  font-size: 14px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media screen and (max-width: 767px) {
  .mainSection .mainBlockInner .mainBlockInner-form input {
    width: 75%;
  }
}

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

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

@media screen and (max-width: 767px) {
  .mainSection .mainBlockInner .mainBlockInner-form button {
    width: 25%;
  }
}

.servicesBlock {
  margin-top: -70px;
}

.servicesBlock .servicesBlockInner {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 14px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 14px -4px rgba(0, 0, 0, 0.1);
  /*&.servicesBlockInnerActive{
          background: $themeSecondaryClr;
          h4{
            color: #fff;
          }
          span{
            color: #fff;
          }
          p{
            color: #fff;
          }
          a{
            background: $themePrimaryClr;
          }
        }*/
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content {
  padding: 0 20px;
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content h4 {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content span {
  color: #353A4D;
  font-size: 50px;
  display: block;
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content p {
  margin-top: 15px;
  margin-bottom: 0;
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content a {
  display: inline-block;
  background: #0070ba;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  margin-top: 15px;
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content a:hover {
  background: #353A4D;
}

.modelsByBodyType {
  padding: 50px 0;
}

.modelsByBodyType .modelsByBodyType-inner {
  margin-top: 30px;
  -webkit-box-shadow: 0 1px 2px #ccc;
          box-shadow: 0 1px 2px #ccc;
}

.modelsByBodyType .modelsByBodyType-inner .modelsByBodyType-Img {
  padding: 50px 0;
  text-align: center;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  z-index: 0;
}

.modelsByBodyType .modelsByBodyType-inner .modelsByBodyType-Img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  z-index: -1;
}

.modelsByBodyType .modelsByBodyType-inner .modelsByBodyType-Img .icon {
  color: #fff;
  font-size: 20px;
}

.modelsByBodyType .modelsByBodyType-inner .modelsByBodyType-Img h4 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0px 1px 1px #000;
}

.modelsByBodyType .modelsByBodyType-inner .modelsByBodyType-Content {
  padding: 20px;
}

.modelsByBodyType .modelsByBodyType-inner .modelsByBodyType-Content ul {
  list-style: circle;
  padding-left: 15px;
}

.modelsByBodyType .modelsByBodyType-inner .modelsByBodyType-Content ul li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}

.modelsByBodyType .modelsByBodyType-inner .modelsByBodyType-Content ul li:first-child {
  padding-top: 0;
}

.modelsByBodyType .modelsByBodyType-inner .modelsByBodyType-Content ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mostSearchedCars {
  background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8));
  background: linear-gradient(to right, #207dff 0%, #a16ae8 100%);
  padding: 50px 0;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .owl-item .item .vehicleGrid {
  margin-top: 40px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .owl-item .item .vehicleGrid .vehicleGrid-Img {
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .owl-item .item .vehicleGrid .vehicleGrid-content {
  text-align: center;
  background: #fff;
  padding: 15px 0;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .owl-item .item .vehicleGrid .vehicleGrid-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .owl-item.center .item .vehicleGrid {
  position: relative;
  top: -15px;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .owl-item.center .item .vehicleGrid .vehicleGrid-content {
  background: #353A4D;
  color: #fff;
  padding: 30px 0;
}

.blogSection {
  padding: 50px 0;
}

.blogSection .blogBigBlock {
  margin-top: 30px;
  border: 4px solid #0070ba;
}

.blogSection .blogBigBlock .blogBigBlockImg {
  height: 400px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  z-index: 0;
}

.blogSection .blogBigBlock .blogBigBlockImg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .4;
  z-index: -1;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content {
  padding: 15px;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content .blogcate {
  text-transform: uppercase;
  color: #fff;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content .blogBigBlock-contentbottom {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content h3 {
  line-height: 32px;
  font-size: 20px;
  margin-bottom: 0;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content a {
  display: inline-block;
}

.aboutSection {
  padding: 50px 0;
  background: #F4F4F8;
}

.aboutSection .aboutsmallImg {
  margin-top: 30px;
}

.aboutSection .aboutSectionContent h2 {
  margin-bottom: 15px;
  font-size: 25px;
  text-transform: uppercase;
}

.aboutSection .aboutSectionContent p {
  margin-bottom: 10px;
}

.aboutSection .aboutSectionContent p:last-child {
  margin-bottom: 0;
}

.aboutSection .aboutSectionContent a {
  display: inline-block;
  background: #0070ba;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  margin-top: 15px;
}

.aboutSection .aboutSectionContent a:hover {
  background: #353A4D;
}

.recentVehicles {
  padding: 50px 0;
}

.recentVehicles .recentVehicles-inner {
  margin-top: 30px;
  background: #F8F9FA;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #0070ba;
}

.recentVehicles .recentVehicles-inner h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.recentVehicles .recentVehicles-inner span {
  color: #353A4D;
  background: #fffaf5;
  padding: 2px 10px;
  margin-top: 5px;
  display: inline-block;
}
/*# sourceMappingURL=custom.css.map */