@import url("https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  /* transition: all 0.5s linear; */
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

html,
body {
  scroll-behavior: smooth;
  background-color: #f5faff;
  overflow-x: hidden;
}

.advent-pro-bold {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.navbar-toggler {
  outline: 0 !important;
}

.navbar-toggler > i {
  color: #fe1818;
  font-weight: 700;
  font-size: 30px;
}

.navbar {
  background: #f5faff;
  box-shadow: 0px 1px 17px #00254a29;
}

.navbar .nav-link {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.46px;
  color: #000000;
}

.navbar .nav-link:hover {
  color: #ff0000;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 22px;
    padding-left: 22px;
  }
}

.logo-main {
  width: 400px;
}

@media (max-width: 575px) {
  .logo-main {
    width: 250px;
  }
}

@media (max-width: 351px) {
  .logo-main {
    width: 200px;
  }
}

footer {
  background-color: #232323;
  padding: 3rem 0;
}

.footer-text-1 {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  width: 242px;
}

.footer-links a {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 3.4px;
  color: #ffffff;
  display: block;
  text-align: center;
}

.footer-links a:hover {
  color: #fe1818;
  text-decoration: none;
}

.footer-section-3 > div,
.footer-section-3 > div > a {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 21px;
  line-height: 25px;
}

.footer-section-3 > div > a:hover {
  color: #fe1818;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .navbar,
  .center-contents,
  footer {
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

.footer-social-links a i {
  color: #ffffff;
  font-size: 35px;
}

.footer-social-links a {
  margin: 0 10px;
}

.footer-social-links a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-social-links a:hover i {
  color: #fe1818;
}

.filter-wrap {
  margin-bottom: 1rem;
}

.filter-wrap .fa-minus {
  display: none;
}

.filter-wrap .fa-plus {
  display: block;
}

.filter-wrap.show .fa-minus {
  display: block;
}

.filter-wrap.show .fa-plus {
  display: none;
}

.filter-wrap .content {
  display: none;
}

.filter-wrap.show .content {
  display: block;
}

.filter-wrap .heading {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-wrap .heading div {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
}

.filter-wrap .heading:hover div,
.filter-wrap .heading:hover div i {
  color: #fe1818;
}

.width-19 {
  width: 19px;
}

.filter-wrap .content {
  padding: 15px 0 15px 25px;
}

.filter-wrap .content a {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.filter-wrap .content a:hover,
.filter-wrap .content a:hover span,
.filter-wrap .content a:hover small {
  color: #fe1818;
  text-decoration: none;
}

.filter-wrap .content a img.icon {
  width: 20px;
  margin-right: 8px;
}

.filter-wrap .content a i.icon {
  width: 20px;
  margin-right: 4px;
}

.filter-wrap .content a span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.filter-wrap .content a small {
  font-size: 10px;
  font-weight: 500;
  margin-left: 8px;
}

@media (max-width: 1199.98px) {
  .filter-section {
    display: none;
    width: calc(100% - 50px);
  }
}

.mobile-action-to-filter {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mobile-action-to-filter > div {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #fe1818;
}

.mobile-action-to-filter .fa {
  color: #fe1818;
}

.search-form {
  position: relative;
}

.search-form button[type="submit"] {
  background: transparent;
  padding: 0;
  border: none !important;
  outline: 0 !important;
  position: absolute;
  top: 10px;
  right: 40px;
  cursor: pointer;
}

.search-form button[type="submit"] img {
  width: 25px;
}

.search-input-main {
  display: block;
  width: calc(100% - 30px);
  height: 50px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 0 30px;
  outline: 0 !important;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 19px;
  margin-left: auto;
  margin-right: auto;
}

.search-input-main::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-input-main:focus {
  background-color: #ffffff;
}

@media (max-width: 576px) {
  .search-input-main {
    height: 30px;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 17px;
  }
  .search-form button[type="submit"] {
    top: 2px;
    right: 28px;
  }
  .search-form button[type="submit"] img {
    width: 20px;
  }
}

@media (max-width: 365px) {
  .search-input-main {
    border-radius: 12px;
    padding: 0 12px;
    font-size: 13px;
  }
  .search-form button[type="submit"] {
    top: 2px;
    right: 28px;
  }
  .search-form button[type="submit"] img {
    width: 20px;
  }
}

.side-meta .label {
  font-size: 13px;
}

.side-meta .value {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}

.side-meta-form select,
.side-meta-form input,
.side-meta-form button {
  display: block;
  width: 100%;
  height: 30px;
  outline: 0 !important;
}

.side-meta-form select,
.side-meta-form input {
  border: 1px solid #cbcbcb;
  border-radius: 7px;
  background-color: transparent;
  letter-spacing: 0.46px;
  color: #cbcbcb;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 0 10px;
  margin: 7px 0;
  cursor: pointer;
}

.side-meta-form button {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 7px;
  cursor: pointer;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.46px;
  color: #ffffff;
}

.side-meta-form button:hover {
  background-color: #fe1818;
  border-color: #fe1818;
}

.section-title {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #000000;
  text-transform: uppercase;
}

.car-card img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.car-card .title {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #ff0000;
  padding: 10px 0;
}

@media (max-width: 4480px) and (min-width: 992px) {
  .car-card .title {
    font-size: 13px;
    line-height: 15px;
  }
}

.my-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.my-col {
  width: calc(100% / 5);
}

@media (max-width: 991.98px) {
  .my-col {
    width: calc(100% / 4);
  }
}

@media (max-width: 767.98px) {
  .my-col {
    width: calc(100% / 3);
  }
}

@media (max-width: 524.98px) {
  .my-col {
    width: calc(100% / 2);
  }
}

.car-card .meta {
  display: flex;
  align-items: center;
}

.car-card .meta .label,
.car-card .meta .value {
  font-size: 11px;
  line-height: 20px;
  width: 50%;
}
.car-card .meta .value {
  font-weight: 600;
  text-align: right;
}

.color-red {
  color: #fe1818 !important;
}

.car-card a.button {
  width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #000000;
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  color: #000000;
  border-radius: 7px;
}

.car-card a.button:hover {
  text-decoration: none;
  background-color: #000000;
  color: #fff;
}

.see-more a {
  display: block;
  width: 106px;
  height: 37px;
  background: #ff0000;
  border: 1px solid #ff0000;
  text-align: center;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 37px;
  color: #f5faff;
}

.see-more a i {
  color: #ffffff;
}

.see-more a:hover {
  color: #ff0000;
  background-color: transparent;
  text-decoration: none;
}

.see-more a:hover i {
  color: #ff0000;
}

.previous-swipe,
.next-swipe {
  border: 1px solid #000000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}

.previous-swipe::before,
.next-swipe::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.previous-swipe:hover,
.next-swipe:hover {
  background-color: #fe1818;
  color: #fff;
  border-color: #fe1818;
}

.review-text {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
}

.review-client {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #ff0000;
  margin-top: 10px;
}

.review-stars i {
  font-size: 9px;
}

.review-wrap {
  border-radius: 5px;
  padding: 10px;
}

.review-wrap img {
  border-radius: 50%;
}

.askQuestion {
  background: transparent
    linear-gradient(270deg, #fea92c 0%, #feaa2c 1%, #ff0044 100%);
  box-shadow: 0px 38px 37px #00254a2e;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 30px;
}

.askQuestion > div:nth-of-type(1) {
  width: 160px;
}

.askQuestion > div:nth-of-type(1) i {
  font-size: 80px;
  border: 4px solid #000000;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: relative;
}

.askQuestion > div:nth-of-type(1) i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.askQuestion > div:nth-of-type(2) {
  width: calc(100% - 355px);
}

.askQuestion > div:nth-of-type(2) h4 {
  color: #232323;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
}

.askQuestion > div:nth-of-type(2) p {
  font-size: 21px;
  line-height: 25px;
  color: #232323;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
}

.askQuestion > div:nth-of-type(3) {
  width: 202px;
}

.askQuestion > div:nth-of-type(3) a {
  display: block;
  width: 202px;
  height: 61px;
  background: #232323;
  border: 1px solid #707070;
  border-radius: 31px;
  text-align: center;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 61px;
  letter-spacing: 3.4px;
  color: #ffdb9e;
}

.askQuestion > div:nth-of-type(3) a:hover {
  text-decoration: none;
  border-color: #232323;
  background-color: transparent;
  color: #232323;
}

@media (max-width: 1440px) and (min-width: 1200px), (max-width: 991.98px) {
  .askQuestion > div:nth-of-type(1) i {
    font-size: 50px;
    width: 100px;
    height: 100px;
  }
  .askQuestion > div:nth-of-type(2) h4 {
    font-size: 32px;
    line-height: 34px;
  }
  .askQuestion > div:nth-of-type(2) p {
    font-size: 19px;
    line-height: 22px;
  }
  .askQuestion > div:nth-of-type(3) a {
    width: 173px;
    height: 50px;
    border-radius: 28px;
    font-size: 14px;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .askQuestion > div:nth-of-type(1) {
    width: 160px;
  }
  .askQuestion > div:nth-of-type(1) i {
    font-size: 38px;
    width: 80px;
    height: 80px;
  }
  .askQuestion > div:nth-of-type(1) {
    width: 100px;
  }
  .askQuestion > div:nth-of-type(2) {
    width: calc(100% - 290px);
  }
  .askQuestion > div:nth-of-type(2) h4 {
    font-size: 28px;
    line-height: 30px;
  }
  .askQuestion > div:nth-of-type(2) p {
    font-size: 12px;
    line-height: 17px;
  }
  .askQuestion > div:nth-of-type(3) a {
    width: 100px;
    height: 25px;
    border-radius: 14px;
    font-size: 10px;
    line-height: 25px;
  }
}

@media (max-width: 767.98px) {
  .askQuestion > div:nth-of-type(2) h4 {
    font-size: 15px;
    line-height: 18px;
  }
  .askQuestion > div:nth-of-type(1) i {
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-width: 3px;
  }
  .askQuestion > div:nth-of-type(3) a {
    width: 100px;
    height: 25px;
    border-radius: 14px;
    font-size: 10px;
    line-height: 25px;
  }
  .askQuestion > div:nth-of-type(1) {
    width: 73px;
  }
  .askQuestion > div:nth-of-type(3) {
    width: 100px;
  }
  .askQuestion > div:nth-of-type(2) {
    width: calc(100% - 174px);
  }
  .askQuestion {
    border-radius: 70px;
    padding: 20px;
  }
}

@media (max-width: 425.98px) {
  .askQuestion {
    flex-wrap: wrap;
  }
  .askQuestion > div {
    width: 100% !important;
    text-align: center !important;
  }
}

.faq-wrap {
  background: #f5faff;
  border: 1px solid #bfbfbf;
  border-radius: 26px;
  padding: 30px;
}

.faqs.white-box .faq-wrap {
  background: #ffffff;
  box-shadow: 0px 2px 5px #00000024;
  border: none;
  border-radius: 0px;
}

.faq-wrap button {
  background: transparent;
  border: none;
  outline: 0 !important;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  cursor: pointer;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #232323;
  position: relative;
}

.faq-wrap button:hover {
  color: #fe1818;
}

.faq-wrap button:hover .fa {
  color: #fe1818;
}

.faq-wrap button > .toggle-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.faq-wrap button > .toggle-icon .fa-plus {
  display: none;
}
.faq-wrap button > .toggle-icon .fa-minus {
  display: block;
}

.faq-wrap button.collapsed > .toggle-icon .fa-plus {
  display: block;
}
.faq-wrap button.collapsed > .toggle-icon .fa-minus {
  display: none;
}

.faq-wrap > div {
  padding-top: 20px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #232323;
}

@media (max-width: 767.98px) {
  .faq-wrap {
    border-radius: 17px;
    padding: 18px;
  }
}

.page-header {
  background: url(../images/page-header-bg.png) no-repeat;
  background-size: cover;
  padding: 5%;
}

.page-header.contact-page {
  background: url(../images/contact-us-bg.png) no-repeat;
  background-size: cover;
  padding: 10% 1%;
}

.page-header .h2 {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 105px;
  color: #fe1818;
  text-transform: uppercase;
}

.page-header .h6 {
  color: #ffffff;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
}

.page-header .p {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  width: 340px;
}

@media (max-width: 991.98px) {
  .page-header .h2 {
    font-size: 45px;
    line-height: 70px;
  }

  .page-header .h6 {
    font-size: 15px;
    line-height: 17px;
  }

  .page-header .p {
    font-size: 13px;
    line-height: 16px;
    width: 100%;
  }
}

.container-lg {
  width: 95%;
  margin: auto;
}

@media (min-width: 992px) {
  .container-lg {
    width: 960px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    width: 1140px;
  }
}

.contact-form label {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #181818;
}

.contact-form .form-control {
  background-color: transparent;
  letter-spacing: 0.14px;
  font-size: 14px;
  border: 1px solid rgba(187, 150, 150, 0.3);
  padding: 20px;
}

.contact-form .form-control::placeholder {
  color: #767676;
}

.contact-form-btn {
  display: block;
  width: 200px;
  height: 42px;
  background: #000000;
  border: none;
  outline: 0 !important;
  border-radius: 3px;
  text-align: center;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.46px;
  color: #ffffff;
  cursor: pointer;
}

.contact-form-btn:hover {
  background-color: #fe1818;
}

.about-page .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 101;
  box-shadow: 0 0 0 transparent;
}

.about-page .navbar.scrolled {
  background-color: #202021;
  box-shadow: 0px 1px 17px #00254a29;
}

.about-page .navbar .nav-link {
  color: #f5faff;
}

@media (max-width: 991.98px) {
  .about-page .navbar {
    background-color: #202021;
    box-shadow: 0px 1px 17px #00254a29;
  }
}

.aboutHero-area {
  width: 100%;
  /* height: 100vh; */
  background: #202021 url(../images/about-bg.png) center center;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 2rem;
}

.aboutHero-area .title {
  letter-spacing: 0.48px;
  color: #d5d5d5;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  border-left: 6px solid #fe1818;
  padding-left: 19px;
}

.aboutHero-area .text-01 {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  color: #d5d5d5;
  position: relative;
  z-index: 2;
}

.aboutHero-area .text-01 span {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  color: #fe1818;
}

.aboutHero-area .text-02 {
  color: #d5d5d5;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  z-index: 2;
}

.aboutHero-area .text-03 {
  letter-spacing: 0.48px;
  color: #d5d5d5;
  font-size: 20px;
  line-height: 26px;
  width: 80%;
  position: relative;
  z-index: 2;
}

.aboutHero-area .button {
  width: 172px;
  height: 42px;
  display: block;
  color: #d5d5d5;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  background: #20242a;
  position: relative;
  z-index: 2;
}

.aboutHero-area .button:hover {
  text-decoration: none;
  background-color: #fe1818;
}

.shadowBox {
  position: relative;
  z-index: 2;
  padding: 30px 0 0 30px;
}

.shadowBox::before {
  content: "";
  width: 405px;
  height: 480px;
  background: #343434;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.aboutHero-area .social-links a {
  display: block;
  margin: 8px 0;
}

.aboutHero-area .social-links a:hover {
  text-decoration: none;
}

.aboutHero-area .social-links a i {
  color: #d5d5d5;
  font-size: 22px;
}

.aboutHero-area .social-links a:hover i {
  color: #fe1818;
}

.aboutHero-area .line {
  width: 0;
  height: 25px;
  border-left: 3px solid #ffffff;
  margin-left: 8px;
}

.aboutHero-area .contact-link {
  color: #d5d5d5;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 0 3px;
  border-bottom: 2px solid #fe1818;
}

.aboutHero-area .contact-link:hover {
  text-decoration: none;
  color: #fe1818;
}

.aboutHero-area .img-01 {
  width: 80%;
}

@media (max-width: 1199.98px) {
  .aboutHero-area {
    padding: 8rem 0 2rem;
    background-image: none;
  }

  .aboutHero-area .social-links {
    display: none;
  }

  .shadowBox::before {
    width: 100%;
    height: 100%;
  }

  .shadowBox {
    padding: 2rem;
    margin-bottom: 1rem;
  }

  .aboutHero-area .img-01 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .aboutHero-area .text-01 {
    font-size: 29px;
    line-height: 35px;
  }

  .aboutHero-area .text-02 {
    font-size: 16px;
    line-height: 18px;
  }

  .aboutHero-area .text-03 {
    font-size: 14px;
    line-height: 16px;
  }

  .aboutHero-area .button {
    width: 130px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }
}

.about-info {
  background: #f5faff;
  padding: 3rem 0;
}

.about-info .title {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.9px;
  color: #000000;
}

.about-info .text {
  letter-spacing: 0.26px;
  color: #000000;
  font-size: 16px;
  line-height: 35px;
}

.statistics {
  background: #000000;
  box-shadow: 0px 56px 48px #00254a1a;
  padding: 2rem;
}

.statistics .value {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.36px;
  color: #ffffff;
  margin-top: 10px;
}

.statistics .label {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #ffffff;
  font-size: 15px;
  line-height: 17px;
  margin-top: 15px;
}

.left-border,
.right-border {
  position: relative;
}

.left-border::before,
.right-border::after {
  content: "";
  height: 40px;
  width: 0;
  border-left: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.left-border::before {
  left: 0;
}

.right-border::after {
  right: 0;
}

@media (max-width: 991.98px) {
  .right-border::after {
    border: none;
  }
}

.call-to-action {
  background: #000000 url(../images/about-bg-2.png) no-repeat;
  background-size: cover;
  padding: 10rem 0;
}

.call-to-action .title-01 {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
  letter-spacing: 0px;
  color: #ffffff;
}

.call-to-action .title-02 {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  color: #fe1818;
  font-size: 45px;
  line-height: 53px;
}

.call-to-action .button {
  width: 157px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background: transparent;
  text-align: center;
  letter-spacing: 0.46px;
  color: #ffffff;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 45px;
}

.call-to-action .button:hover {
  text-decoration: none;
  background: #fe1818;
  border-color: #fe1818;
}

.call-to-action .button:nth-of-type(2) {
  margin-left: 20px;
}

.call-to-action .text-01 {
  letter-spacing: 3.4px;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
}

.call-to-action .text-02 {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 21px;
  line-height: 25px;
}

@media (max-width: 576px) {
  .call-to-action {
    padding: 5rem 0;
  }

  .call-to-action .title-01 {
    font-size: 45px;
    line-height: 56px;
  }

  .call-to-action .title-02 {
    font-size: 35px;
    line-height: 43px;
  }
}

.red-filter {
  background: #fe1818;
  border-radius: 3px;
  padding: 15px 0;
}

.red-filter label {
  letter-spacing: 0.46px;
  color: #ffffff;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
}

.red-filter select {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #ffffff;
  padding: 0 7px;
  border-radius: 3px;
  background: transparent;
  color: #fff;
  letter-spacing: 0.46px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
}

.red-filter .search-btn,
.red-filter .reset-btn {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  letter-spacing: 0.46px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

.red-filter .search-btn {
  color: #fe1818;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.red-filter .search-btn:hover {
  background-color: transparent;
  color: #ffffff;
}

.red-filter .reset-btn {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
}

.red-filter .reset-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #fe1818;
}

.avail-car-text {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.46px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
}

.car-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  border-bottom: 1px solid #cbcbcb;
}

.car-wrap .title {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}

.car-wrap .table-bordered td,
.car-wrap .table-bordered th {
  border-color: #cbcbcb !important;
}

.car-wrap .table-bordered th {
  background-color: #efefef;
  font-size: 13px;
  color: #000000;
}

.car-wrap .table-bordered td {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

.car-wrap table.table-bordered tr:nth-of-type(1) td,
.car-wrap table.table-bordered tr:nth-of-type(1) th {
  border-top: 2px solid #fe1818 !important;
}

@media (max-width: 640px) {
  .car-wrap .table-bordered tr {
    display: flex;
    flex-wrap: wrap;
  }
  .car-wrap .table-bordered td,
  .car-wrap .table-bordered th {
    display: block;
    width: 50%;
  }
  .car-wrap table.table-bordered tr:nth-of-type(1) td:nth-of-type(2),
  .car-wrap table.table-bordered tr:nth-of-type(1) td:nth-of-type(3),
  .car-wrap table.table-bordered tr:nth-of-type(1) th:nth-of-type(2),
  .car-wrap table.table-bordered tr:nth-of-type(1) th:nth-of-type(3) {
    border-top: 1px solid #cbcbcb !important;
  }
}

.car-wrap .text-01 {
  color: #000000;
  font-size: 13px;
  line-height: 18px;
}

.car-wrap .text-02 a {
  font-size: 14px;
  line-height: 16px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.car-wrap .text-02 a:hover {
  text-decoration: underline;
}

.slider-h {
  position: relative;
}

.slider-h .control-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
}

.slider-h .control-icon.fa-chevron-left {
  left: 5px;
}

.slider-h .control-icon.fa-chevron-right {
  right: 5px;
}

.slider-h img {
  display: none;
  width: 100%;
}

.slider-h img.active {
  display: block;
}

.slider-h-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.slider-h-thumb img {
  width: 90px;
  cursor: pointer;
  opacity: 0.5;
}

.slider-h-thumb img:hover,
.slider-h-thumb img.active {
  opacity: 1;
}

@media (max-width: 1560px) {
  .slider-h-thumb img {
    width: 70px;
  }
}

@media (max-width: 991.98px) {
  .slider-h-thumb img {
    width: 100px;
  }
}

@media (max-width: 767.98px) {
  .slider-h-thumb img {
    width: 70px;
  }
}

@media (max-width: 480.98px) {
  .slider-h-thumb img {
    width: 50px;
  }
}

.car-details .title {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #fe1818;
}

.car-details .label,
.car-details .value {
  font-size: 13px;
  line-height: 30px;
  color: #000000;
}

.car-details .value {
  font-weight: bold;
  text-transform: uppercase;
}

.car-details .value.color-red {
  font-size: 30px;
}

.car-details .quotation-btn {
  display: block;
  width: 100%;
  height: 37px;
  background: #fe1818;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
  border-radius: 7px;
}

.car-details .quotation-btn:hover {
  text-decoration: none;
  background: #000000;
}

.car-details .table-heading,
.car-details .table-heading span {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}

.car-details .table-heading span {
  color: #fe1818;
}

.car-details .table th,
.car-details .table td {
  color: #000000;
  font-size: 12px;
  border-top: 1px solid #cbcbcb;
  padding: 5px;
}

.car-details .table th {
  background: #f6e9ee;
}

.car-details .table td {
  font-weight: bold;
}

.car-details .features {
  display: flex;
  flex-wrap: wrap;
}

.car-details .features span {
  background: #fe181812;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  font-weight: bold;
  color: #161a1a;
  margin: 0 5px 5px 0;
  padding: 1px 15px;
  cursor: not-allowed;
  opacity: 0.75;
}

.car-details .features span.active {
  background: #161a1a;
  color: #ffffff;
  cursor: text;
  opacity: 1;
}

.partsHero-area {
  background: #000000 url(../images/bg-parts.png) no-repeat center;
  background-size: cover;
  height: 100vh;
}

.partsHero-area .title,
.partsHero-area .title span {
  color: #fe1818;
  text-transform: uppercase;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
}

.partsHero-area .title-2 {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}

.partsHero-area .text {
  letter-spacing: 0.48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  width: 922px;
  margin: auto;
}

.partsHero-area .button {
  display: block;
  width: 172px;
  height: 42px;
  background: #fe1818;
  margin: auto;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  color: #ffffff;
}

.partsHero-area .button:hover {
  text-decoration: none;
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .partsHero-area .title,
  .partsHero-area .title span {
    font-size: 50px;
    line-height: 58px;
  }
  .partsHero-area .title-2 {
    font-size: 26px;
    line-height: 32px;
  }
  .partsHero-area .text {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 991.98px) {
  .partsHero-area .title,
  .partsHero-area .title span {
    font-size: 40px;
    line-height: 47px;
  }
  .partsHero-area .title-2 {
    font-size: 22px;
    line-height: 28px;
  }
  .partsHero-area .text {
    font-size: 16px;
    line-height: 22px;
  }
}

.parts-section-01 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.parts-section-01 .title {
  color: #000000;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  color: #000000;
  font-size: 30px;
  line-height: 32px;
}

.parts-section-01 .text {
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.26px;
}

.parts-section-01 a {
  display: block;
  width: 194px;
  height: 37px;
  background: #ff0000;
  color: #f5faff;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
}

.parts-section-01 a i {
  color: #f5faff;
  font-size: 14px;
}

.parts-section-01 a:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.parts-section-02 {
  padding-bottom: 4rem;
}

.parts-section-02 .title {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  letter-spacing: -0.9px;
  color: #000000;
  font-size: 30px;
  line-height: 32px;
}

.parts-section-02 .text {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.26px;
  color: #000000;
}

.parts-section-03 {
  padding-bottom: 4rem;
}

.parts-section-03 .title {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 55px;
  letter-spacing: 0.6px;
  color: #26275e;
}

.parts-section-03 .text {
  letter-spacing: 0.45px;
  color: #414b6e;
  font-size: 18px;
  line-height: 30px;
}

.parts-section-04 {
  padding-bottom: 4rem;
}

.parts-section-04 .title {
  letter-spacing: -0.9px;
  color: #000000;
  font-size: 30px;
  line-height: 32px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
}

.parts-section-04 .part-name {
  letter-spacing: -0.9px;
  color: #000000;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-top: 1rem;
}

.parts-section-05 {
  padding-bottom: 4rem;
  position: relative;
}

.parts-section-05 .title {
  text-align: center;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0px;
  color: #fe1818;
  text-transform: uppercase;
}

.parts-section-05 .parts-previous-swipe,
.parts-section-05 .parts-next-swipe {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  z-index: 5;
}

.parts-section-05 .parts-previous-swipe {
  left: -60px;
}

.parts-section-05 .parts-next-swipe {
  right: -60px;
}

.parts-container-slider {
  padding-bottom: 50px;
}

.parts-container-slider .swiper-pagination {
  top: unset !important;
  bottom: 0px !important;
}

.parts-container-slider .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #000000;
  border-radius: 50%;
  border: 1px solid #000000;
  opacity: 1;
}

.parts-container-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

@media (max-width: 1366px) {
  .parts-section-05 .title {
    font-size: 50px;
  }

  .parts-section-05 .parts-previous-swipe,
  .parts-section-05 .parts-next-swipe {
    width: 50px;
  }

  .parts-section-05 .parts-previous-swipe {
    left: -50px;
  }

  .parts-section-05 .parts-next-swipe {
    right: -50px;
  }
}

@media (max-width: 1199.98px) {
  .parts-section-05 .parts-previous-swipe,
  .parts-section-05 .parts-next-swipe {
    width: 40px;
  }

  .parts-section-05 .parts-previous-swipe {
    left: -30px;
  }

  .parts-section-05 .parts-next-swipe {
    right: -30px;
  }
}

@media (max-width: 700px) {
  .parts-section-05 .title {
    font-size: 30px;
  }

  .parts-section-05 .parts-previous-swipe,
  .parts-section-05 .parts-next-swipe {
    width: 25px;
  }

  .parts-section-05 .parts-previous-swipe {
    left: -20px;
  }

  .parts-section-05 .parts-next-swipe {
    right: -20px;
  }

  .parts-container-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.parts-section-06 .meta-info {
  background: #000000;
  border-radius: 5px;
  padding: 15px 20px;
}

.parts-section-06 .meta-info .title {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ff0000;
}

.parts-section-06 .meta-info .text {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.text-advent {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
}

.side-menu {
  height: 100vh;
  background: #161a1a;
}

.main-header {
  height: 70px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #0000000a;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 30px;
  position: relative;
}

.main-header .fa-user {
  font-size: 25px;
}

.side-menu .logo-wrap {
  position: relative;
  height: 70px;
  background: #fe1818 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 3px #0000000d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-menu .logo-wrap img {
  width: 150px;
}

.side-menu .links > a > i.fa {
  color: #fe1818;
  margin-right: 10px;
}

.side-menu .links > a {
  color: #ffffff;
  display: block;
  padding: 9px 21px;
  position: relative;
}

.side-menu .links > a > span {
  color: #ffffff;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
}

.side-menu .links > a:hover,
.side-menu .links > a.active {
  text-decoration: none;
  background: rgba(127, 17, 224, 0.2);
}

.side-menu .links > a.active::before,
.side-menu .links > a:hover::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fe1818;
  position: absolute;
  top: 0;
  left: 0;
}

.side-menu-toggle {
  display: none;
}

.side-menu .logo-wrap button {
  display: none;
}

.side-menu .sub-menu {
  margin-bottom: 10px;
  display: none;
}

.side-menu .sub-menu a {
  display: block;
  color: #fff;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 50px;
}

.side-menu .sub-menu a > .fa {
  color: #ffffff;
  font-size: 10px;
}

.side-menu .sub-menu a:hover {
  text-decoration: none;
  background: rgba(127, 17, 224, 0.2);
  color: #fe1818;
}

@media (max-width: 1199.98px) {
  .side-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }

  .side-menu-toggle {
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    border: none;
    outline: 0 !important;
    background: transparent;
    color: #fe1818;
    cursor: pointer;
  }

  .side-menu-toggle .fa {
    color: #fe1818;
    font-size: 30px;
  }

  .side-menu .logo-wrap button {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: 0 !important;
    background: transparent;
    cursor: pointer;
  }

  .side-menu .logo-wrap button .fa {
    color: #ffffff;
    font-size: 20px;
  }
}

.main-header .dropdown button {
  border: none;
  outline: 0 !important;
  background: transparent;
  cursor: pointer;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  color: #43425d;
}

.main-header .dropdown-item {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  color: #43425d;
}

.main-header .separator {
  width: 1px;
  height: 100%;
  background: #ebebf2;
  margin: 0 20px;
}

.alert.alert-dismissible {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}

.nav-item.dropdown .dropdown-menu {
  left: -50px !important;
}

.admin-page-title {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fe1818;
}

.admin-add-btn {
  background: #000000;
  border: 1px solid #161a1a;
  border-radius: 12px;
  color: #ffffff;
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  cursor: pointer;
  padding: 0 20px;
  outline: 0 !important;
}

.admin-add-btn .fa {
  color: #ffffff;
  font-size: 12px;
}

.admin-add-btn:hover {
  background: #ffffff;
  color: #000;
  text-decoration: none;
}

.admin-add-btn:hover .fa {
  color: #000;
}

.admin-page-table tr,
.admin-page-table th,
.admin-page-table td {
  background: #ffffff;
}

.admin-page-table th {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
}

.admin-page-table td {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.my-pagination > nav > div:nth-of-type(1) {
  display: none;
}

@media (min-width: 992px) {
  .my-pagination > nav > div:nth-of-type(2) {
    display: flex !important;
    justify-content: end;
  }
}

.my-pagination > nav > div:nth-of-type(2) > div:nth-of-type(1) p,
.my-pagination > nav > div:nth-of-type(2) > div:nth-of-type(1) p span {
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
}

.my-pagination > nav > div:nth-of-type(2) > div:nth-of-type(1) p {
  margin-right: 1rem;
}

.my-pagination > nav div:nth-of-type(2) > span a,
.my-pagination > nav div:nth-of-type(2) > span span[aria-current="page"] span {
  background: #ff0000 !important;
  color: #f5faff !important;
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
  padding: 0.5rem 1rem !important;
}

.my-pagination > nav div:nth-of-type(2) > span a:nth-last-of-type(1),
.my-pagination > nav div:nth-of-type(2) > span a:nth-of-type(1),
.my-pagination > nav div:nth-of-type(2) > span span:nth-of-type(1) span,
.my-pagination > nav div:nth-of-type(2) > span span:nth-last-of-type(1) span {
  padding: 0.5rem 1rem !important;
  background: #ff0000 !important;
  position: relative !important;
}

.my-pagination > nav div:nth-of-type(2) > span span[aria-current="page"] span,
.my-pagination > nav div:nth-of-type(2) > span a:hover {
  background: #000000 !important;
  text-decoration: none;
}

.my-pagination > nav svg {
  width: 30px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
}

.admin-search-input.form-control {
  border: 1px solid #cbcbcb !important;
  border-radius: 25px !important;
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
  color: #000;
  font-size: 19px;
  padding: 5px 15px;
}

.modal-body label,
.btn,
.alert {
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
}

.modal-body .form-control {
  letter-spacing: 0.14px;
  font-size: 14px;
  border: 1px solid rgba(187, 150, 150, 0.3) !important;
  border-radius: 0 !important;
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.car-form .form-group {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
}

.car-form .form-group label {
  color: #000000;
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 0;
}

.car-form .form-group .form-control {
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
  border: 0.5px solid #000000;
  border-radius: 2px;
}

.car-form .form-group .form-control > option {
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
}

.car-form .form-group .form-control:focus {
  box-shadow: 0 0 0 0 transparent;
}

.car-form .form-group .input-group-text {
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
  border: 0.5px solid #000000;
  border-radius: 2px;
}

.car-form button[type="submit"],
.form-features button[type="submit"] {
  background: transparent;
  padding: 0;
  border: none;
  outline: 0 !;
  cursor: pointer;
  letter-spacing: 0.24px;
  color: #fe1818;
  text-decoration: underline;
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
}

.car-form button[type="submit"]:hover,
.form-features button[type="submit"]:hover {
  text-decoration: none;
}

.red-color {
  color: #fe1818 !important;
}

.car-wrap th[title] {
  cursor: pointer;
}

.form-features label {
  background: #fe181812;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  font-weight: bold;
  color: #161a1a;
  margin: 0 10px 10px 0;
  padding: 1px 15px;
  cursor: pointer;
}

.form-features label.active {
  background: #161a1a;
  color: #ffffff;
}

.car-img-wrapper-02 {
  position: relative;
}

.car-img-wrapper-02 > div {
  width: calc(100% - 30px);
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 15px;
  border-radius: 0.25rem;
}

.car-img-wrapper-02:hover > div {
  display: flex;
  flex-direction: column;
}

.car-img-wrapper-02 > div > a {
  margin: 5px 10px;
  color: #fff;
}

.car-img-wrapper-02 > div > a > i {
  color: #fff;
}

.car-img-wrapper-02 > div > a:hover {
  text-decoration: none;
}

.car-img-wrapper-02 > div > a:nth-of-type(1):hover i,
.car-img-wrapper-02 > div > a:nth-of-type(1):hover {
  color: #fea92c;
}

.car-img-wrapper-02 > div > a:nth-of-type(2):hover i,
.car-img-wrapper-02 > div > a:nth-of-type(2):hover {
  color: #ff0000;
}

.dashboard-card {
  border: none;
  border-top: 6px solid #fe1818;
  border-radius: 0;
  box-shadow: 0px 2px 6px #0000000a;
}

.dashboard-card .fa {
  font-size: 35px;
}

.dashboard-card h2 {
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
  color: #fe1818;
  margin: 1rem 0;
}

.dashboard-card h4 {
  font-family: "Advent Pro", sans-serif !important;
  font-weight: 700 !important;
}

.breadcrumb-nav {
  margin-bottom: 1rem;
}

.breadcrumb-nav a,
.breadcrumb-nav span {
  font-family: "Advent Pro", sans-serif;
  font-weight: 700;
  color: #000;
}

.breadcrumb-nav span {
  color: #fe1818;
}

.status-wrapper {
  display: block;
  width: 100%;
}

.status-wrapper,
.status-wrapper img {
  position: relative;
  z-index: 1;
}

.status-wrapper span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: "Advent Pro", sans-serif;
  font-weight: 500;
  background: #fe1818;
  color: #fff;
  padding: 1px 6px;
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 15px;
  }
  .car-card .title {
    font-size: 11px;
    line-height: 15px;
  }
  .car-card .meta .label,
  .car-card .meta .value {
    font-size: 10px;
    line-height: 18px;
  }
  .car-card a.button {
    height: 28px;
    font-size: 11px;
    line-height: 27px;
  }
  .review-text {
    font-size: 11px;
    line-height: 14px;
  }
  .review-client {
    font-size: 10px;
    line-height: 14px;
    margin-top: 8px;
  }
  .footer-text-1 {
    font-size: 16px;
    line-height: 19px;
  }
  .footer-links a {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 3px;
  }
  .footer-section-3 > div,
  .footer-section-3 > div > a {
    font-size: 16px;
    line-height: 20px;
  }
  .faq-wrap button {
    font-size: 12px;
    line-height: 15px;
  }
  .faq-wrap > div {
    padding-top: 10px;
    font-size: 11px;
    line-height: 15px;
  }
}
