@import url("https://fonts.googleapis.com/css?family=Ropa+Sans&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: GothamNarrow-Light;
  src: url(../fonts/GothamNarrow-Light.otf);
}

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

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

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

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

body {
  font-family: "GothamNarrow-Light";
  line-height: 24px;
  letter-spacing: 1px;
  font-size: 13px;
  overflow-x: hidden;
  background: #f0f0f0;
}

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

a:hover {
  color: #00b9f5;
  -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;
  color: #00b9f5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 24px;
  margin-top: 0px;
  font-family: 'GothamXNarrow-Medium';
}

p {
  margin-bottom: 0px;
}

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

.m-t-30 {
  margin-top: 30px;
}

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

.siteHeader {
  width: 100%;
  background: #fff;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.siteHeader .siteTopbar {
  background: #f4f4f4;
  padding: 8px 0;
}

.siteHeader .siteTopbar ul {
  text-align: right;
}

.siteHeader .siteTopbar ul li {
  margin-right: 10px;
  display: inline-block;
  line-height: 36px;
}

.siteHeader .siteTopbar ul li img {
  max-width: 28px;
  margin-top: -5px;
}

.siteHeader .siteTopbar .siteHeader-left {
  max-width: 480px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .siteHeader .siteTopbar .siteHeader-left {
    margin: 0 auto;
  }
}

.siteHeader .siteTopbar .siteHeader-left form input {
  width: 80%;
  border: 0;
  height: 36px;
  padding: 10px;
  border-radius: 4px 0 0 4px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .siteHeader .siteTopbar .siteHeader-left form input {
    width: 70%;
  }
}

.siteHeader .siteTopbar .siteHeader-left form button {
  width: 20%;
  border: 0;
  height: 36px;
  float: right;
  background: #00b9f5;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .siteHeader .siteTopbar .siteHeader-left form button {
    width: 30%;
  }
}

.siteHeader .siteTopbar .siteHeader-left form button:hover {
  background: #012b72;
}

.siteHeader .navbar {
  background: transparent;
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .siteHeader .navbar {
    padding: 10px 15px;
  }
}

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

.siteHeader .navbar .navbar-toggler {
  background: #00b9f5;
  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-nav .nav-item .nav-link {
  color: #333;
  font-size: 13px;
  line-height: 40px;
}

.siteHeader .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #00b9f5;
}

.siteHeader .navbar .navbar-nav .nav-item .nav-link img {
  max-width: 28px;
  margin-top: -5px;
}

.siteHeader .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  vertical-align: .200em;
}

.siteHeader .navbar .navbar-nav .nav-item .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  padding: 0;
  background: #00b9f5;
  border: 0;
}

.siteHeader .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.siteHeader .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.siteHeader .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #012b72;
}

.siteBreadcrumbs-inner {
  padding: 15px 0;
}

.owl-prev {
  left: 0;
  position: absolute;
  top: 40%;
  background: #00b9f5;
  color: #fff;
  padding: 5px 8px;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 40%;
  background: #00b9f5;
  color: #fff;
  padding: 5px 8px;
}

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

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

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

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

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

.siteFooter .preFooter .pageLinks li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  background: #00b9f5;
  width: 5px;
  height: 5px;
}

.siteFooter .preFooter .pageLinks li a:hover {
  color: #00b9f5;
}

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

.siteFooter .copyright {
  padding: 8px 0;
  background: #00b9f5;
}

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

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

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

@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 a {
  color: #fff;
}

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

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

.siteFooter .copyright .socialIcons {
  text-align: right;
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

.allVehicleInventory {
  padding-bottom: 30px;
}

.allVehicleInventory .fixed-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.allVehicleInventory .inventory-main-left {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

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

.allVehicleInventory .inventory-main-left .form-group .price-range .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;
}

.allVehicleInventory .inventory-main-left .form-group .price-range .price-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 0;
  background: #00b9f5;
  cursor: pointer;
}

.allVehicleInventory .inventory-main-left .form-group .price-range .price-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  border: 0;
  background: #00b9f5;
  cursor: pointer;
}

.allVehicleInventory .inventory-main-left .form-group .price-range .price-range-input p {
  text-align: center;
}

.allVehicleInventory .inventory-main-left .form-group .mileage-range .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;
}

.allVehicleInventory .inventory-main-left .form-group .mileage-range .mileage-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 0;
  background: #00b9f5;
  cursor: pointer;
}

.allVehicleInventory .inventory-main-left .form-group .mileage-range .mileage-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  border: 0;
  background: #00b9f5;
  cursor: pointer;
}

.allVehicleInventory .inventory-main-left .form-group .mileage-range .mileage-range-input p {
  text-align: center;
}

.allVehicleInventory .inventory-main-left .form-group .select2 {
  width: 100% !important;
  border-radius: 2px;
  background: #f4f4f4;
  padding: 6px;
  border: 2px solid #F3F7F8;
}

.allVehicleInventory .inventory-main-left .form-group .select2 .selection .select2-selection {
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: 0;
}

.allVehicleInventory .inventory-main-left .form-group .select2 .selection .select2-selection .select2-selection__arrow {
  top: 8px;
}

.allVehicleInventory .inventory-main-left .form-group .filter-reset-btn {
  background: #00b9f5;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  font-family: 'GothamXNarrow-Medium';
  font-size: 20px;
}

.allVehicleInventory .inventory-main-left .form-group .filter-reset-btn:hover {
  background: #012b72;
}

.allVehicleInventory .allVehiclesInventory-right {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.allVehicleInventory .allVehiclesInventory-right h2 {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-bottom: 12px;
  font-size: 22px;
}

.allVehicleInventory .allVehiclesInventory-right .vehicleInventory-inner {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 6px;
}

.allVehicleInventory .allVehiclesInventory-right .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 .allVehiclesInventory-right .vehicleInventory-inner .vehicleImg {
    height: 250px;
  }
}

.allVehicleInventory .allVehiclesInventory-right .vehicleInventory-inner .vehicleContentTop {
  padding: 10px 5px;
}

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

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

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

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

.allVehicleInventory .allVehiclesInventory-right .vehicleInventory-inner .vehicleContentBottom {
  text-align: left;
}

.allVehicleInventory .allVehiclesInventory-right .vehicleInventory-inner .vehicleContentBottom a {
  background: #012b72;
  color: #fff;
  padding: 5px 15px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
}

.allVehicleInventory .allVehiclesInventory-right .vehicleInventory-inner .vehicleContentBottom a:hover {
  background: #00b9f5;
}

.vehicleDetail-block {
  padding: 0 0 30px 0;
}

.vehicleDetail-block .vehicleDetail-block-top {
  padding: 20px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 30px;
}

.vehicleDetail-block .vehicleDetail-block-top .vehicle-slider .slider-single .single-img {
  height: 440px;
  background-size: cover !important;
  background-position: center center !important;
}

.vehicleDetail-block .vehicleDetail-block-top .vehicle-slider .slick-slide img {
  width: 100%;
}

.vehicleDetail-block .vehicleDetail-block-top .vehicle-slider .slick-arrow {
  width: auto;
  height: auto;
}

.vehicleDetail-block .vehicleDetail-block-top .vehicle-slider .slick-next {
  right: 8px;
}

.vehicleDetail-block .vehicleDetail-block-top .vehicle-slider .slick-next:before {
  font-size: 28px;
  opacity: 1;
}

.vehicleDetail-block .vehicleDetail-block-top .vehicle-slider .slick-prev {
  left: 8px;
  z-index: 1;
}

.vehicleDetail-block .vehicleDetail-block-top .vehicle-slider .slick-prev:before {
  font-size: 28px;
  opacity: 1;
}

.vehicleDetail-block .vehicleDetail-block-top .sidebar-col-top .carMainDetail .carName {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.vehicleDetail-block .vehicleDetail-block-top .sidebar-col-top .carMainDetail .carName h1 {
  font-size: 22px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .vehicleDetail-block .vehicleDetail-block-top .sidebar-col-top .carMainDetail .carName h1 {
    margin-top: 20px;
  }
}

.vehicleDetail-block .vehicleDetail-block-top .sidebar-col-top .carMainDetail .carName h1 i {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b9f5), to(#012b72));
  background: linear-gradient(to top, #00b9f5, #012b72);
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  margin-right: 5px;
}

.vehicleDetail-block .vehicleDetail-block-top .sidebar-col-top .carMainDetail .carShortDetail {
  background: #fff;
}

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

.vehicleDetail-block .vehicleDetail-block-top .sidebar-col-top .carMainDetail .carShortDetail ul li {
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 3px;
}

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

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

/*.vdpSidebar{
        position: sticky;
        top: 0;
        left: 0;
        @media screen and (max-width:767px){
            position: unset;
        }
    }*/
.sidebar-col {
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .sidebar-col {
    margin-top: 30px;
  }
}

.sidebar-col .carMainDetail .carName {
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}

.sidebar-col .carMainDetail .carName h1 {
  font-size: 22px;
  margin-bottom: 0;
}

.sidebar-col .carMainDetail .carName h1 i {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b9f5), to(#012b72));
  background: linear-gradient(to top, #00b9f5, #012b72);
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  margin-right: 5px;
}

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

.sidebar-col .carMainDetail .singleBrands .shopByBrands-inner {
  max-width: 80px;
  margin: 10px auto;
}

.sidebar-col .carMainDetail .singleBrands .shopByBrands-inner p {
  text-align: center;
  text-transform: uppercase;
}

.sidebar-col .carMainDetail .helpsection {
  padding: 10px 10px 0;
}

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

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

.veicleTabDetail {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.veicleTabDetail .nav {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

.veicleTabDetail .nav .nav-item .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
  border-bottom: 3px solid transparent;
}

.veicleTabDetail .nav .nav-item .nav-link.active {
  color: #333;
  background: transparent;
  border-bottom: 3px solid #00b9f5;
}

.veicleTabDetail .tab-content {
  padding: 20px;
  background: #fff;
}

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

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

.veicleTabDetail .tab-content .specsBlock h5 i {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b9f5), to(#012b72));
  background: linear-gradient(to top, #00b9f5, #012b72);
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  margin-right: 5px;
}

.veicleTabDetail .tab-content .specsBlock ul {
  margin-top: 20px;
}

.veicleTabDetail .tab-content .specsBlock ul li {
  border-top: 1px dashed #ebebeb;
  padding: 6px 10px;
}

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

.mainSection .mainSection-inner {
  background: url("../images/mainbg.jpg");
  padding: 120px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .mainSection .mainSection-inner {
    padding: 50px 0;
  }
}

.mainSection .mainSection-inner h1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-shadow: 0px 1px 1px #000;
}

@media screen and (max-width: 991px) {
  .mainSection .mainSection-inner h1 {
    text-transform: unset;
    line-height: 50px;
  }
}

.mainSection .mainSection-inner p {
  color: #fff;
  margin: 0 auto;
  font-size: 15px;
  text-shadow: 0px 1px 1px #000;
  max-width: 800px;
}

.mainSection .mainSection-inner a {
  border-radius: 0;
  background-color: #00b9f5;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  padding: 8px 15px;
  border: 2px solid #00b9f5;
  border-radius: 2px;
  margin: 20px 3px 0;
}

.mainSection .mainSection-inner a.usedVehicles {
  background: #012b72;
  border: 2px solid #012b72;
}

.mainSection .mainSection-inner a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mainSection .mainSection-inner a span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mainSection .mainSection-inner a:hover span {
  padding-right: 15px;
}

.mainSection .mainSection-inner a:hover span:after {
  opacity: 1;
  right: 0;
}

.mainSection .mainSection-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.shortLinks .shortLinks-inner {
  background: #fff;
  padding: 30px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.shortLinks .shortLinks-inner .shortLinksBlock-inner {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .shortLinks .shortLinks-inner .shortLinksBlock-inner {
    margin: 10px 0;
  }
}

.shortLinks .shortLinks-inner .shortLinksBlock-inner h5 {
  margin: 12px 0 0 0;
  text-transform: uppercase;
  font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 1280px) {
  .shortLinks .shortLinks-inner .shortLinksBlock-inner h5 {
    text-transform: unset;
  }
}

.shopByBrandsTop .shopByBrandsTop-inner {
  background: #fff;
  padding: 30px 15px;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.shopByBrandsTop .shopByBrandsTop-inner h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.shopByBrandsTop .shopByBrandsTop-inner h4 i {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b9f5), to(#012b72));
  background: linear-gradient(to top, #00b9f5, #012b72);
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  margin-right: 5px;
}

.shopByBrandsTop .shopByBrandsTop-inner .shopByBrands-inner {
  text-align: center;
}

.shopByBrandsTop .shopByBrandsTop-inner .shopByBrands-inner img {
  max-width: 80px;
}

.shopByBrandsTop .shopByBrandsTop-inner .shopByBrands-inner p {
  margin-top: 3px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .shopByBrandsTop .shopByBrandsTop-inner .shopByBrands-inner p {
    font-size: 8px;
  }
}

@media screen and (max-width: 1199px) {
  .shopByBrandsTop .shopByBrandsTop-inner .shopByBrands-inner p {
    font-size: 10px;
  }
}

.inventoryFilter .inventoryFilter-inner {
  background: #fff;
  padding: 30px 15px;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.inventoryFilter .inventoryFilter-inner h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.inventoryFilter .inventoryFilter-inner h4 i {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b9f5), to(#012b72));
  background: linear-gradient(to top, #00b9f5, #012b72);
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  margin-right: 5px;
}

.inventoryFilter .inventoryFilter-inner .form-group {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .inventoryFilter .inventoryFilter-inner .form-group {
    margin-bottom: 10px;
  }
}

.inventoryFilter .inventoryFilter-inner select {
  border: 0;
  background: #ebebeb;
  height: 42px;
  font-size: 14px;
  border-radius: 0px;
  background-size: 16px;
}

.inventoryFilter .inventoryFilter-inner button {
  font-family: 'GothamXNarrow-Medium';
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  height: 42px;
  background: #00b9f5;
  color: #fff;
  text-transform: uppercase;
}

.inventoryFilter .inventoryFilter-inner button:hover {
  background: #012b72;
}

.contactBottomCTA {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contactBottomCTA .contactBottomCTA-inner {
  background: #fff;
  border-radius: 3px;
  padding: 30px 15px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.contactBottomCTA .contactBottomCTA-inner h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contactBottomCTA .contactBottomCTA-inner h4 i {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b9f5), to(#012b72));
  background: linear-gradient(to top, #00b9f5, #012b72);
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  margin-right: 5px;
}

.contactBottomCTA .contactBottomCTA-inner .contactCTA-form .form-group {
  margin-bottom: 0;
}

.contactBottomCTA .contactBottomCTA-inner .contactCTA-form input {
  background: #fff;
  height: 44px;
  border-radius: 2px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .contactBottomCTA .contactBottomCTA-inner .contactCTA-form input {
    margin-bottom: 15px;
  }
}

.contactBottomCTA .contactBottomCTA-inner .contactCTA-form button {
  background: #00b9f5;
  border: 0;
  width: 100%;
  height: 44px;
  text-transform: uppercase;
  border-radius: 2px;
}

.contactBottomCTA .contactBottomCTA-inner .contactCTA-form button:hover {
  background: #012b72;
}

.blogSection {
  margin-top: 30px;
}

.blogSection .blogSection-inner {
  background: #fff;
  border-radius: 3px;
  padding: 30px 15px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.blogSection .blogSection-inner h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.blogSection .blogSection-inner h4 i {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b9f5), to(#012b72));
  background: linear-gradient(to top, #00b9f5, #012b72);
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  margin-right: 5px;
}

.blogSection .blogSection-inner .blogBigBlock {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
}

.blogSection .blogSection-inner .blogBigBlock .blogBigBlock-img {
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
}

.blogSection .blogSection-inner .blogBigBlock .blogBigBlock-img .blogCategory {
  background: #00b9f5;
  display: inline-block;
  color: #fff;
  min-width: 100px;
  padding: 2px 0;
  text-align: center;
}

.blogSection .blogSection-inner .blogBigBlock .blogBigBlock-content h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 30px;
  font-size: 20px;
  padding: 0 15px;
}

.blogSection .blogSection-inner .blogBigBlock .blogBigBlock-content .vehicleTrim {
  padding: 0 15px;
  margin-bottom: 5px;
}

.blogSection .blogSection-inner .blogBigBlock .blogBigBlock-content .vehicleTrim span {
  font-weight: 600;
  float: right;
  color: #012b72;
}

.blogSection .blogSection-inner .blogBigBlock .blogBigBlock-content ul {
  background: #F9F9F9;
  border-radius: 4px;
  margin: 0 15px 10px;
  padding: 5px 15px;
}

.blogSection .blogSection-inner .blogBigBlock .blogBigBlock-content ul li span {
  float: right;
}

.blogSection .blogSection-inner .blogBigBlock .blogBigBlock-content .blogBigBlock-anchor {
  padding: 5px 15px;
  text-align: center;
  background: #012b72;
}

.blogSection .blogSection-inner .blogBigBlock .blogBigBlock-content .blogBigBlock-anchor a {
  display: inline-block;
  color: #fff;
}

.ourPopularmodels {
  margin-top: 30px;
}

.ourPopularmodels .ourPopularmodels-inner {
  background: #fff;
  padding: 30px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.ourPopularmodels .ourPopularmodels-inner h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.ourPopularmodels .ourPopularmodels-inner h4 i {
  background: -webkit-gradient(linear, left bottom, left top, from(#00b9f5), to(#012b72));
  background: linear-gradient(to top, #00b9f5, #012b72);
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  margin-right: 5px;
}

.ourPopularmodels .ourPopularmodels-inner .ourPopularmodelsInner {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  padding: 20px;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.ourPopularmodels .ourPopularmodels-inner .ourPopularmodelsInner h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 130px;
}

.ourPopularmodels .ourPopularmodels-inner .ourPopularmodelsInner p {
  margin-top: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

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

.adCTA {
  margin-top: 30px;
}

.adCTA .adCTA-inner {
  background: url("../images/mainbg.jpg");
  padding: 30px 15px;
  border-radius: 3px;
  position: relative;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.adCTA .adCTA-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  border-radius: 3px;
}

.adCTA .adCTA-inner h3 {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .adCTA .adCTA-inner h3 {
    margin-top: 15px;
  }
}

.adCTA .adCTA-inner p {
  color: #fff;
}

.adCTA .adCTA-inner a {
  background: #00b9f5;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 16px;
  border-radius: 4px;
}

.adCTA .adCTA-inner a:hover {
  background: #00b9f5;
}

.ourClients {
  margin-top: 30px;
}

.ourClients .ourClients-inner {
  background: #fff;
  padding: 30px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.ourClients .ourClients-inner .ourClientsInner {
  background: #fff;
  border-radius: 4px;
}

.ourClients .ourClients-inner .ourClientsInner .ourClients-content span {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#00b9f5), to(#012b72));
  background: linear-gradient(to top, #00b9f5, #012b72);
  margin-bottom: 15px;
}

.ourClients .ourClients-inner .ourClientsInner .ourClients-content span img {
  padding: 8px 5px 5px 5px;
}

@media screen and (max-width: 767px) {
  .ourClients .ourClients-inner .ourClientsInner {
    margin: 15px 0;
  }
}
/*# sourceMappingURL=custom.css.map */