@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url(../fonts/roboto-regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Medium";
  font-display: swap;
  src: url(../fonts/roboto-medium.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Bold";
  font-display: swap;
  src: url(../fonts/roboto-bold.ttf) format("truetype");
}

@font-face {
  font-family: "Red Hat Display";
  src: url(../fonts/RedHatDisplay-Bold.woff2);
}

@font-face {
  font-family: "Red Hat Display Regular";
  src: url(../fonts/RedHatDisplay-Regular.woff2);
}

body {
  font-family: 'Roboto';
  line-height: 28px;
  font-size: 14px;
  overflow-x: hidden;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Red Hat Display";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .07rem;
  padding: 0;
  margin: 0;
  color: #000;
}

a,
a:hover,
a:active,
a:focus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  outline: none;
  border: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

.main-heading {
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-heading h2 {
  font-size: 27px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 767px) {
  .main-heading h2 {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-heading h2 {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-heading h2 {
    font-size: 22px;
  }
}

.main-heading p {
  font-size: 14px;
  line-height: 21px;
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
}

.theme-btn {
  font-family: "Red Hat Display Regular","Roboto",sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  background: #063e77;
  color: #fff;
  border: 0;
  display: block;
  padding: .92857rem 1.42857rem;
  border-radius: 2px;
  min-width: 110px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn:hover, .theme-btn:active, .theme-btn:focus {
  background: #032859;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ----------------------------- Select2 Design CSS Start --------------------------*/
.theme-select2-design {
  position: relative;
  z-index: 1;
}

.theme-select2-design .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.theme-select2-design .select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #ccc;
  outline: none;
}

.theme-select2-design .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  outline: none;
  padding-left: 10px;
  padding-right: 25px;
  color: #666;
  border: 0px;
  border-radius: 0px;
}

.theme-select2-design .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #063e77 !important;
}

.select2-dropdown {
  border: 0px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 8;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0 10px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin: 0 10px;
  margin-top: 10px;
  width: 92%;
  margin-bottom: 10px;
}

/* ----------------------------- Slider Arrows CSS Start --------------------------*/
#recent-articles-section .slick-prev, #recent-articles-section .slick-next,
#vehicle-inventory-section .slick-prev,
#vehicle-inventory-section .slick-next {
  top: 50%;
  height: 50px;
  width: 50px;
  padding-bottom: 2px;
  background: #063e77;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
  box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
}

@media (max-width: 767px) {
  #recent-articles-section .slick-prev, #recent-articles-section .slick-next,
  #vehicle-inventory-section .slick-prev,
  #vehicle-inventory-section .slick-next {
    top: 45%;
    height: 45px;
    width: 45px;
  }
}

#recent-articles-section .slick-prev:hover, #recent-articles-section .slick-next:hover,
#vehicle-inventory-section .slick-prev:hover,
#vehicle-inventory-section .slick-next:hover {
  background: #fff;
  border: 2px solid #fff;
}

#recent-articles-section .slick-prev::before, #recent-articles-section .slick-next::before,
#vehicle-inventory-section .slick-prev::before,
#vehicle-inventory-section .slick-next::before {
  font-family: "FontAwesome";
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 30px;
}

@media (max-width: 767px) {
  #recent-articles-section .slick-prev::before, #recent-articles-section .slick-next::before,
  #vehicle-inventory-section .slick-prev::before,
  #vehicle-inventory-section .slick-next::before {
    font-size: 24px;
  }
}

#recent-articles-section .slick-prev:hover::before, #recent-articles-section .slick-next:hover::before,
#vehicle-inventory-section .slick-prev:hover::before,
#vehicle-inventory-section .slick-next:hover::before {
  color: #063e77;
}

#recent-articles-section .slick-prev,
#vehicle-inventory-section .slick-prev {
  left: -5px;
}

#recent-articles-section .slick-prev::before,
#vehicle-inventory-section .slick-prev::before {
  content: "\f104";
}

#recent-articles-section .slick-next,
#vehicle-inventory-section .slick-next {
  right: -5px;
}

#recent-articles-section .slick-next::before,
#vehicle-inventory-section .slick-next::before {
  content: "\f105";
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header.site-header-active {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.07);
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0) translateY(-35px);
            transform: translate3d(0, 0, 0) translateY(-35px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateY(0px);
            transform: translate3d(0, 0, 0) translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0) translateY(-35px);
            transform: translate3d(0, 0, 0) translateY(-35px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateY(0px);
            transform: translate3d(0, 0, 0) translateY(0px);
  }
}

@media (max-width: 991px) {
  .site-header {
    padding: 10px 0;
    background: #fff;
  }
}

.site-header .header-top {
  padding: 7px 0;
  background-color: #063e77;
}

@media (max-width: 991px) {
  .site-header .header-top {
    display: none;
  }
}

.site-header .header-top .header-top-info {
  text-align: right;
}

.site-header .header-top .header-top-info ul li {
  display: inline-block;
  margin: 0 3px;
}

.site-header .header-top .header-top-info ul li span {
  font-weight: bold;
  text-transform: uppercase;
}

.site-header .header-top .header-top-info ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  padding-right: 12px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header .header-top .header-top-info ul li a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
  display: block;
}

.site-header .header-top .header-top-info ul li:last-child a:after {
  display: none;
}

.site-header .header-top .header-top-info ul li:hover a {
  text-decoration: underline;
}

.site-header.site-header-active .header-top {
  display: none;
}

.site-header .navbar {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}

@media (max-width: 991px) {
  .site-header .navbar {
    padding: 0 15px;
  }
}

.site-header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (max-width: 991px) {
  .site-header .navbar .navbar-brand img {
    max-width: 135px;
  }
}

.site-header .navbar .navbar-brand h6 {
  max-width: 170px;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
  color: #063e77;
  border-left: 1px solid #000;
  padding-left: 15px;
  margin-left: 15px;
  letter-spacing: 1px;
  white-space: break-spaces;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-brand h6 {
    max-width: 110px;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 14px;
    text-transform: capitalize;
  }
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav {
    margin: 0;
  }
}

.site-header .navbar .navbar-nav li {
  display: inline-block;
}

.site-header .navbar .navbar-nav li.dropdown:nth-last-child(2) .dropdown-menu, .site-header .navbar .navbar-nav li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.site-header .navbar .navbar-nav li.dropdown.show a::after {
  top: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .site-header .navbar .navbar-nav li {
    display: block;
  }
}

.site-header .navbar .navbar-nav li a {
  text-transform: uppercase;
  padding: 15px 12px;
  font-family: "Roboto Medium";
  font-size: 14px;
  line-height: 42px;
  color: #000;
  border-radius: 5px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.site-header .navbar .navbar-nav li a:hover, .site-header .navbar .navbar-nav li a:active, .site-header .navbar .navbar-nav li a:focus {
  outline: 0;
  background: transparent;
  color: #063e77;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li a {
    color: #032859;
    font-size: 16px;
    line-height: 26px !important;
    border-top: 1px solid #eee;
    border-radius: 0px;
  }
  .site-header .navbar .navbar-nav li a:hover, .site-header .navbar .navbar-nav li a:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.site-header .navbar .navbar-nav li ul li {
  display: block;
}

.site-header .navbar .navbar-nav li ul li a {
  font-family: "Roboto";
  padding: 15px;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header .navbar .navbar-nav li ul li a:hover {
  color: #fff;
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li ul li a {
    text-align: center;
  }
}

.site-header .navbar .navbar-nav li ul li:last-child a {
  border-bottom: 0px dotted #000;
}

@media (min-width: 992px) {
  .site-header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.site-header .navbar .navbar-nav .dropdown .dropdown-toggle::after {
  border: none;
  position: relative;
  top: 1px;
  margin-left: 8px;
  height: 6px;
  width: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .site-header .navbar .navbar-nav .dropdown:hover .dropdown-toggle::after {
    top: 4px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

.site-header .navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  top: 72px;
  min-width: 12rem;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav .dropdown .dropdown-menu {
    width: 100% !important;
    text-align: center;
  }
}

.site-header .navbar .navbar-toggler {
  background: transparent;
  border-radius: 0;
  outline: none;
  padding: .25rem;
}

.site-header .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #063e77;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 4px 0;
}

.site-header .navbar .navbar-toggler .top-bar {
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transform-origin: 90% 90%;
  transform-origin: 90% 90%;
}

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

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

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

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

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

.site-header .navbar-collapse {
  position: relative;
}

@media (max-width: 991px) {
  .site-header .navbar-collapse {
    position: fixed;
    top: 54px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 54px);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  .site-header .navbar-collapse.collapsing {
    height: calc(100vh - 54px);
    margin-right: 50%;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .navbar-collapse.show {
    left: 0;
    background: #fff;
  }
}

.site-footer {
  background: #000;
  position: relative;
  z-index: 1;
}

.site-footer .pre-footer {
  padding: 45px 0 40px;
}

.site-footer .pre-footer .footer-content p {
  color: #fff;
}

.site-footer .pre-footer h4 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer .pre-footer h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }
}

.site-footer .pre-footer h4::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  display: block !important;
}

.site-footer .pre-footer h4::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  display: block !important;
}

@media (max-width: 1199px) {
  .site-footer .pre-footer .footer-menu {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.site-footer .pre-footer .footer-menu ul {
  padding-left: 15px;
}

.site-footer .pre-footer .footer-menu ul li {
  list-style: square;
  color: #fff;
}

.site-footer .pre-footer .footer-menu ul li:hover {
  color: #fff;
  opacity: .75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li a {
  position: relative;
  color: #fff;
  display: block;
  text-transform: capitalize;
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li a:hover {
  color: #fff;
  opacity: .75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .copyright-footer {
  text-align: center;
}

.site-footer .copyright-footer .copyright-footer-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  padding: 15px 0;
}

.site-footer .copyright-footer p {
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .site-footer .copyright-footer p {
    line-height: 25px;
  }
}

.site-footer .copyright-footer p a {
  color: #063e77;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .copyright-footer p:hover a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-social {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .dealer-social {
    margin-bottom: 10px;
  }
}

.dealer-social li {
  display: inline-block;
  padding: 0 3px;
}

.dealer-social li a {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-social li a:hover {
  border-radius: 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-social li a.twitter {
  background-color: #00ACEE;
}

.dealer-social li a.facebook {
  background-color: #3B5998;
}

.dealer-social li a.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.dealer-social li a.pinterest {
  background-color: #E60023;
}

/* ------------------------------------- Home Banner CSS Start  ---------------------------------*/
.home-banner-section {
  padding: 130px 0 0;
  height: 675px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.home-banner-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  z-index: -1;
}

@media (max-width: 767px) {
  .home-banner-section {
    padding: 50px 0 180px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-section {
    padding: 125px 0 0;
    height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-section {
    padding: 150px 0 0;
    height: 600px;
  }
}

.home-banner-section .home-banner-title .home-banner-btn {
  margin-top: 20px;
}

.home-banner-section .home-banner-title .home-banner-btn .theme-btn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
  margin: 0 5px;
}

.home-banner-section .home-banner-title .home-banner-btn .theme-btn.btn-first:hover, .home-banner-section .home-banner-title .home-banner-btn .theme-btn.btn-first:active, .home-banner-section .home-banner-title .home-banner-btn .theme-btn.btn-first:focus {
  background: #fff;
  color: #063e77;
}

.home-banner-section .home-banner-title .home-banner-btn .theme-btn.btn-second {
  background: #fff;
  color: #063e77;
}

.home-banner-section .home-banner-title .home-banner-btn .theme-btn.btn-second:hover, .home-banner-section .home-banner-title .home-banner-btn .theme-btn.btn-second:active, .home-banner-section .home-banner-title .home-banner-btn .theme-btn.btn-second:focus {
  background: #063e77;
  color: #fff;
}

.home-banner-section .home-banner-title h1 {
  font-family: 'Roboto';
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .home-banner-section .home-banner-title h1 {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-section .home-banner-title h1 {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-section .home-banner-title h1 {
    font-size: 17px;
  }
}

.home-banner-section .home-banner-title h5 {
  font-size: 31px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .home-banner-section .home-banner-title h5 {
    font-size: 20px;
    line-height: 1.25;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-section .home-banner-title h5 {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-section .home-banner-title h5 {
    font-size: 28px;
  }
}

/* ------------------------------------- Home Banner CSS End  ---------------------------------*/
/* ------------------------------------- Car Inventory Form CSS Start  ---------------------------------*/
.car-inventory-form-section {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

.car-inventory-form-section .car-inventory-form-section-inner {
  margin-top: -25px;
  position: relative;
}

.findCarSearch {
  border-radius: 5px;
  background: #fff;
  padding: 10px 25px;
  -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.findCarSearch .padding-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.findCarSearch .col-12.col-sm-12.col-md-12.padding-7 {
  max-width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 767px) {
  .findCarSearch .col-12.col-sm-12.col-md-12.padding-7 {
    max-width: 100%;
  }
}

.findCarSearch .filter-field {
  margin: 5px 0;
}

/* ------------------------------------- Car Inventory Form CSS End  ---------------------------------*/
/* ------------------------------------- Theme CTA Section CSS Start  ---------------------------------*/
.theme-cta-section {
  padding: 50px 0 75px;
  position: relative;
}

@media (max-width: 767px) {
  .theme-cta-section {
    padding: 75px 0;
  }
}

.theme-cta-section .theme-cta-wrapper {
  border-radius: 3px;
  text-align: center;
  margin: 15px 0;
  position: relative;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-title {
  margin: 0 30px;
  color: #fff;
  padding: 8px;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-title.theme-color-main {
  background-color: #063e77;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-title.theme-color-dark {
  background-color: #000;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-content {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #f5f1ff;
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .theme-cta-section .theme-cta-wrapper .theme-cta-content {
    padding: 30px 15px;
  }
}

.theme-cta-section .theme-cta-wrapper .theme-cta-content .theme-cta-icon {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-content .theme-cta-icon img {
  max-width: 75px;
  width: 100%;
  margin: 0 auto;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-content p {
  padding: 20px 0;
  line-height: 21px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .theme-cta-section .theme-cta-wrapper .theme-cta-content .theme-btn {
    font-size: 13px;
    line-height: 13px;
    padding: .92857rem;
    letter-spacing: 0px;
  }
}

/* ------------------------------------- Theme CTA Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer Info Section CSS Start  ---------------------------------*/
.dealer-info-section {
  background-color: #f9f9f9;
  position: relative;
}

.dealer-info-section .dealer-map {
  position: relative;
  overflow: hidden;
}

.dealer-info-section .dealer-map iframe {
  max-width: 1055px;
  width: 100%;
}

.dealer-info-section .dealer-working-hours {
  padding: 70px 70px 65px 45px;
}

@media (max-width: 767px) {
  .dealer-info-section .dealer-working-hours {
    padding: 20px 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dealer-info-section .dealer-working-hours {
    padding: 60px 15px 60px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dealer-info-section .dealer-working-hours {
    padding: 55px 35px 55px 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .dealer-info-section .dealer-working-hours {
    padding: 70px 35px 65px 5px;
  }
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-working-tabs {
  background: #032859;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .nav-tabs {
  text-align: center;
  padding: 2px;
  border-radius: 0px;
  border-bottom: 0px;
  display: block;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .nav-tabs .nav-item {
  margin-bottom: 0;
  display: inline-block;
  width: 33.33%;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .nav-tabs .nav-item a {
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 5px 12px;
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .nav-tabs .nav-item a {
    font-size: 12px;
    padding: 5px;
    letter-spacing: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .nav-tabs .nav-item a {
    font-size: 13px;
    letter-spacing: 0px;
    padding: 5px;
  }
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .nav-tabs .nav-item a.active {
  background: #063e77;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-working-hours-inner li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 7px 20px;
  text-transform: capitalize;
  font-size: 12px;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-working-hours-inner li:nth-of-type(2n) {
  background-color: #f9f9f9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-working-hours-inner li:nth-of-type(2n):hover {
  background-color: #f4f4f4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-working-hours-inner li span.day {
  display: table-cell;
  width: 95px;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-working-hours-inner li span.time {
  display: table-cell;
  text-align: right;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-contact-number {
  background-color: #063e77;
  padding: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-contact-number {
    padding: 10px 5px;
  }
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-contact-number h6 {
  color: #fff;
}

@media (max-width: 767px) {
  .dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-contact-number h6 {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-contact-number a {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-working-hours .dealer-working-hours-wrap .dealer-contact-number:hover a {
  color: #fff;
  text-decoration: underline;
}

/* ------------------------------------- Theme CTA Section CSS End  ---------------------------------*/
/* ------------------------------------- Contact Form Section CSS Start  ---------------------------------*/
.contact-form-section {
  padding: 150px 0;
  position: relative;
}

@media (max-width: 767px) {
  .contact-form-section {
    padding: 60px 0;
  }
}

.contact-form-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url("../images/contact-form.jpg");
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../images/contact-form.jpg");
  background-size: cover;
  background-attachment: fixed;
  opacity: .75;
}

.contact-form-section .main-heading h2 {
  color: #fff;
}

.contact-form-section .main-heading p {
  color: #fff;
}

.contact-form-section .main-heading span {
  color: #000;
}

.contact-form-section .contact-form-wrap {
  position: relative;
  padding: 60px 50px 50px;
  background-color: rgba(23, 180, 241, 0.9);
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 40px #999, inset 0 0 0 5px rgba(23, 180, 241, 0.55);
  box-shadow: 0 0 40px #999, inset 0 0 0 5px rgba(23, 180, 241, 0.55);
  border-radius: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .contact-form-section .contact-form-wrap {
    padding: 20px 20px 25px;
  }
}

.contact-form-section .contact-form-wrap .contact-form-field {
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form-section .contact-form-wrap .contact-form-field .padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-form-section .contact-form-wrap .contact-form-field .form-group {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .contact-form-section .contact-form-wrap .contact-form-field .form-group {
    margin: 5px 0;
  }
}

.contact-form-section .contact-form-wrap .contact-form-field .form-control {
  height: 45px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000;
}

.contact-form-section .contact-form-wrap .contact-form-field .form-control:focus {
  border-color: #ced4da;
}

/* ------------------------------------- Contact FormSection CSS End  ---------------------------------*/
/* ------------------------------------- Recent Article Section CSS Start  ---------------------------------*/
.recent-articles-section {
  background-color: #fff;
  padding: 75px 0 55px;
  position: relative;
}

.recent-articles-section .recent-articles-slide {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .recent-articles-section .recent-articles-slide {
    padding: 0;
  }
}

.recent-articles-section .recent-articles-wrapper-btn {
  margin-top: 40px;
}

.recent-articles-section .recent-articles-wrapper-btn .theme-btn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
}

.recent-articles-wrapper {
  position: relative;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 3px;
  margin-bottom: 5px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper a {
  display: block;
}

.recent-articles-wrapper .recent-articles-bg {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-bg .recent-articles-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.recent-articles-wrapper .recent-articles-bg .recent-articles-img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  background: rgba(0, 0, 0, 0.01);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-category {
  position: absolute;
  width: 85px;
  height: 85px;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-category::before, .recent-articles-wrapper .recent-articles-category::after {
  position: absolute;
  content: '';
  background-color: #032859;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-category::before {
  left: 7px;
  top: 0px;
}

.recent-articles-wrapper .recent-articles-category::after {
  right: 0px;
  bottom: 7px;
}

.recent-articles-wrapper .recent-articles-category span {
  position: absolute;
  top: 10px;
  right: -30px;
  padding: 7px;
  font-size: 12px;
  line-height: 20px;
  width: 115px;
  color: #fff;
  background-color: #032859;
  text-transform: capitalize;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-date {
  position: relative;
}

.recent-articles-wrapper .recent-articles-date span {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 13px;
  line-height: 2;
  padding-top: 3px;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #032859;
  bottom: -20px;
  opacity: 0;
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
  max-width: 140px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-content {
  padding: 5px 15px 15px;
  position: relative;
  z-index: 1;
}

.recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
  color: #032859;
  line-height: 1.5;
  font-size: 18px;
  min-height: 54px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
    font-size: 14px;
    min-height: 42px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
    font-size: 15px;
    min-height: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
    font-size: 16px;
    min-height: 48px;
  }
}

.recent-articles-wrapper .recent-articles-content .articles-text {
  line-height: 1.5;
}

.recent-articles-wrapper:hover .recent-articles-img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.recent-articles-wrapper:hover .recent-articles-category::before, .recent-articles-wrapper:hover .recent-articles-category::after {
  background-color: #063e77;
}

.recent-articles-wrapper:hover .recent-articles-category span {
  background-color: #063e77;
}

.recent-articles-wrapper:hover .recent-articles-title > a {
  color: #063e77;
}

.recent-articles-wrapper:hover .recent-articles-date span {
  bottom: 10px;
  opacity: 1;
}

#recent-articles-section .slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}

#recent-articles-section .slick-dots {
  bottom: -40px;
}

#recent-articles-section .slick-dots li {
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#recent-articles-section .slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  font-size: 40px;
  color: #063e77;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#recent-articles-section .slick-dots li.slick-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#recent-articles-section .slick-dots li.slick-active button::before {
  color: #032859;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ------------------------------------- Recent Article Section CSS End  ---------------------------------*/
/* ------------------------------------- Car Inventory Section CSS Start  ---------------------------------*/
.vehicle-inventory-section {
  background: #f7f9ff;
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

.vehicle-inventory-section .vehicle-inventory-slide {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .vehicle-inventory-section .vehicle-inventory-slide {
    padding: 0;
  }
}

.vehicle-inventory-section .vehicle-inventory-slide a {
  display: block;
}

.vehicle-inventory-section .vehicle-inventory-grid {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.vehicle-inventory-section .vehicle-inventory-grid .vehicle-inventory-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.vehicle-inventory-section .vehicle-inventory-grid .vehicle-inventory-img::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.vehicle-inventory-section .vehicle-inventory-grid .vehicle-inventory-img img {
  position: relative;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.vehicle-inventory-section .vehicle-inventory-grid .vehicle-inventory-title-price {
  background: #fff;
  padding: 20px 10px;
  border-top: 3px solid #063e77;
  position: relative;
  overflow: hidden;
}

.vehicle-inventory-section .vehicle-inventory-grid .vehicle-inventory-title-price h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.vehicle-inventory-section .vehicle-inventory-grid .vehicle-inventory-title-price p {
  margin-top: 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
}

.vehicle-inventory-section .vehicle-inventory-grid .vehicle-inventory-title-price p span {
  margin-top: 2px;
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
}

.vehicle-inventory-section .vehicle-inventory-grid:hover .vehicle-inventory-img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.vehicle-inventory-section .vehicle-inventory-grid:hover .vehicle-inventory-img::after {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.vehicle-inventory-section .vehicle-inventory-grid:hover h5 {
  color: #063e77;
}

.vehicle-inventory-section .vehicle-inventory-grid-btn {
  margin-top: 35px;
}

.vehicle-inventory-section .vehicle-inventory-grid-btn .theme-btn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
}

/* ------------------------------------- Car Inventory Section CSS Start  ---------------------------------*/
/* ------------------------------------- Company Services Section CSS Start  ---------------------------------*/
.company-services-section {
  padding: x 0;
  position: relative;
}

.company-services-section .padding-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.company-services-section .company-services-wrapper {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-services-section .company-services-wrapper .company-services-images {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-services-section .company-services-wrapper .company-services-images .company-services-bg {
  height: 250px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-services-section .company-services-wrapper .company-services-images .company-services-bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
}

.company-services-section .company-services-wrapper:hover .company-services-bg {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.company-services-section .company-services-wrapper h4 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  background-color: #063e77;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: center;
  clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1499px) {
  .company-services-section .company-services-wrapper h4 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.company-services-section .company-services-wrapper:hover h4 {
  bottom: -45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-services-section .company-services-wrapper .company-services-content {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: -250px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1499px) {
  .company-services-section .company-services-wrapper .company-services-content {
    padding: 25px;
  }
}

.company-services-section .company-services-wrapper .company-services-content h5 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.company-services-section .company-services-wrapper .company-services-content h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  display: block;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-services-section .company-services-wrapper .company-services-content p {
  color: #fff;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.company-services-section .company-services-wrapper .company-services-content .theme-btn {
  display: inline-block;
  max-width: 160px;
  width: 100%;
}

.company-services-section .company-services-wrapper:hover .company-services-content {
  bottom: 0px;
}

/* ------------------------------------- Company Services Section CSS Start  ---------------------------------*/
/* ------------------------------------- Vehicle Features Section CSS Start  ---------------------------------*/
.vehicle-features-section {
  padding-top: 250px;
  margin-bottom: 75px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991px) {
  .vehicle-features-section {
    padding: 0;
  }
}

.vehicle-features-section .vehicle-features-img-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 767px) {
  .vehicle-features-section .vehicle-features-img-box {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .vehicle-features-section .vehicle-features-img-box {
    position: relative;
    height: auto;
  }
}

.vehicle-features-section .vehicle-features-img-box .vehicle-features-img {
  width: 100%;
}

.vehicle-features-section .main-heading {
  max-width: 390px;
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .vehicle-features-section .main-heading {
    max-width: 100%;
  }
}

.vehicle-features-section .main-heading p {
  margin: 15px 0 20px;
}

.vehicle-features-section .main-heading .vehicle-features-btn {
  max-width: 250px;
  width: 100%;
}

/* ------------------------------------- Vehicle Features Section CSS Start  ---------------------------------*/
/* ------------------------------------- Vehicle Safety Section CSS Start  ---------------------------------*/
.vehicle-safety-section {
  padding-top: 50px;
  padding-bottom: 75px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .vehicle-safety-section {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vehicle-safety-section {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.vehicle-safety-section .vehicle-safety-img-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 500px;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 767px) {
  .vehicle-safety-section .vehicle-safety-img-box {
    position: relative;
    height: auto;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vehicle-safety-section .vehicle-safety-img-box {
    height: 400px;
  }
}

.vehicle-safety-section .vehicle-safety-img-box .vehicle-safety-img {
  width: 100%;
  height: 100%;
}

.vehicle-safety-section .main-heading {
  max-width: 390px;
  width: 100%;
  margin: 0;
}

.vehicle-safety-section .main-heading p {
  margin: 15px 0 20px;
}

.vehicle-safety-section .main-heading .vehicle-safety-btn {
  max-width: 285px;
  width: 100%;
}

/* ------------------------------------- Vehicle Safety Section CSS Start  ---------------------------------*/
/* ------------------------------------- Dealer About Us Section CSS End  ---------------------------------*/
.dealer-about-section {
  position: relative;
}

.dealer-about-section .dealer-about-content {
  padding-top: 125px;
  padding-bottom: 125px;
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .dealer-about-section .dealer-about-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.dealer-about-section .main-heading {
  max-width: 435px;
  width: 100%;
  padding: 30px 30px 25px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  margin-bottom: 0px;
}

.dealer-about-section .main-heading h2 {
  color: #000;
}

.dealer-about-section .main-heading p {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 15px;
  color: #000;
}

.dealer-about-section .main-heading .dealer-about-btn {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3px;
}

.dealer-about-section .main-heading .dealer-about-btn .theme-btn.btn-first:hover, .dealer-about-section .main-heading .dealer-about-btn .theme-btn.btn-first:active, .dealer-about-section .main-heading .dealer-about-btn .theme-btn.btn-first:focus {
  background: #fff;
  color: #063e77;
}

/* ------------------------------------- Dealer About Us Section CSS End  ---------------------------------*/
.filterToggle-switch {
  display: inline-block;
  border-radius: 50px;
  background-color: #063e77;
  width: 60px;
  height: 27px;
  padding: 4px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.filterToggle-switch input[type="checkbox"] {
  display: none;
}

.filterToggle-switch label {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px #fff inset;
          box-shadow: 0 0 1px 1px #fff inset;
  background-color: #fff;
  margin: 0;
  height: 19px;
  width: 19px;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
  background-clip: padding-box;
}

.filterToggle-switch label:before {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  z-index: 0;
  content: "OFF";
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
  top: 0;
  text-align: right;
  padding-right: 10px;
  color: #fff;
}

.filterToggle-switch input[type="checkbox"]:checked + span {
  background-color: #063e77;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
}

.filterToggle-switch input[type="checkbox"]:checked + span label {
  float: right;
  border-color: #063e77;
}

.filterToggle-switch input[type="checkbox"]:checked + span label:before {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  z-index: 0;
  content: "ON";
  color: #fff;
  left: 0;
  text-align: left;
  padding-left: 10px;
}

.filterToggle-switch.switch-button-color {
  background-color: #032859;
}

.filterToggle-switch.switch-button-color label {
  border-color: #03214a;
}

.filterToggle-switch.switch-button-color input[type="checkbox"]:checked + span {
  background-color: #000;
}

.filterToggle-switch.switch-button-color input[type="checkbox"]:checked + span label {
  border-color: black;
}

.filterToggle label {
  padding: 0;
}

.filterToggle label input {
  display: none;
}

.filterToggle label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filterToggle label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}

.filterToggle label input:checked + span {
  background: #269bff;
  border-color: #269bff;
}

.filterToggle label input:checked + span small {
  left: 50%;
}
/*# sourceMappingURL=style.css.map */