@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 14px;
  background-color: #f4f4f4;
}

.img-responsive {
  width: 100%;
  height: auto;
}

#navbar {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0000002e;
  background-color: #ffffff;
}

#navbar .nav-item {
  padding: 7px 10px;
  transition: 0.3s all;
}

#navbar .nav-link {
  transition: 0.3s all;
  font-weight: 400;
  font-size: 16px;
}

#navbar .nav-link:hover {
  transition: 0.3s all;
  color: #4ea7f6;
}

#navbar .m-active {
  transition: 0.3s all;
  color: #4ea7f6;
  font-weight: 500;
}

.nav-item button {
  background-color: #4ea7f6;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  margin-top: -10px;
  margin-left: 50px;
}

.nav-item button:hover {
  background-color: #2a2e36;
  color: #ffffff;
}

.navbar-light .navbar-toggler {
  outline: none;
  border: none;
}

.home-banner .card {
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 171px;
  padding-bottom: 322px;
  color: #ffffff;
}

.home-banner .card-body {
  padding-left: 70px;
}

.home-banner .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.home-banner .carousel-indicators {
  display: none;
}

.home-banner-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 30px;
}

.home-banner-head span {
  color: #4ea7f6;
}

.home-banner p {
  font-weight: 400;
  font-size: 18px;
  width: 65%;
  margin-bottom: 30px;
}

.home-banner-btns {
  display: flex;
  gap: 20px;
}

.home-banner-btns-left button {
  background-color: #4ea7f6;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-banner-btns-left button:hover {
  background-color: #2a2e36;
  color: #ffffff;
}

.home-banner-btns-right button {
  background-color: #2a2e36;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
}

.home-banner-btns-right button:hover {
  background-color: #4ea7f6;
  color: #ffffff;
}

.home-banner-btns a {
  text-decoration: none;
}

.home-filter {
  background-color: #1a1a1a;
  border-radius: 7px;
  padding: 30px;
  position: relative;
  top: -70px;
  color: #ffffff;
}

.home-filter-head {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

.home-filter-input {
  background-color: #232f48;
  padding: 17px;
  border-radius: 7px;
}

.home-filter-input3 {
  background-color: #232f48;
  padding: 5px;
  border-radius: 7px;
}

.home-filter-input2 {
  background-color: #4ea7f6;
  padding: 14px;
  border-radius: 7px;
  position: relative;
}

.home-filter-input .form-select {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.home-filter-input .form-select option {
  color: #000000;
}

.home-filter-input2 input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.home-filter-input2 input::placeholder {
  color: #ffffff;
}

.home-filter-input2 i {
  position: absolute;
  right: 20px;
  top: 20px;
}

.home-filter-input3 .button-group {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.home-filter-input3 button {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  outline: none;
}
.home-filter-input3 .toggle-btn {
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
  background: #232f48;
  color: #90a2c7;
  transition: 0.15s;
}
.home-filter-input3 .toggle-btn.active {
  background: #101622;
  color: white;
  transform: scale(1.02);
  font-weight: 400;
  background-color: #101622;
  padding: 10px;
  border-radius: 7px;
}

.home-featured-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.home-featured-top-left-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #4ea7f6;
}

.home-featured-top-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
}

.home-featured-top-right a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #4ea7f6;
}

.home-featured-top-right a span {
  margin-left: 5px;
}

.home-featured-Rows {
  position: relative;
}

.home-featured-Rows-condition {
  position: absolute;
  top: 10px;
  left: 10px;
}

.home-featured {
  margin-bottom: 100px;
}

.home-featured-Rows-condition {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #ffffff;
  background-color: #4ea7f6;
  padding: 10px;
  border-radius: 7px;
}

.carder {
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
}
.img_carder {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 10px 10px 0px 0px;
}
.carder:hover .img_carder {
  transform: scale(1.1);
  border-radius: 10px 10px 0px 0px;
}

.home-featured-Rows-img img {
  height: 290px;
  width: 100%;
}

.home-featured-Rows-footer {
  background-color: #0b111a;
  color: #ffffff;
  padding: 30px 11px;
  border-radius: 0px 0px 10px 10px;
}

.home-featured-Rows-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 35px;
}

.home-featured-Rows-footer-top-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.home-featured-Rows-footer-top-left-sub {
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.home-featured-Rows-footer-top-left-sub i {
  font-size: 7px;
}

.home-featured-Rows-footer-top-right {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.feat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feat-btn a {
  text-decoration: none;
}

.feat-btn a button {
  border: none;
  outline: none;
  background-color: transparent;
  border: 2px solid #ffffff;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 7px;
}

.premium_service {
  background-color: #0b111a;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.premium_service-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  color: #4ea7f6;
}

.premium_service-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
}

.pre-p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  width: 55%;
  margin: auto;
}

.premium_service-rows {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  height: 354px;
}

.premium_service-rows-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.premium_service-rows p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 22px;
}

.premium_service-rows a {
  text-decoration: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #4ea7f6;
}

.premium_service-rows a i {
  margin-left: 10px;
}

.home-autoCare {
  background-image: url(./images/autocare-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 32px;
  padding-right: 32px;
  color: #ffffff;
}

.home-autoCare {
  margin-bottom: 100px;
}

.home-autoCare-row-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 40px;
  width: 60%;
}

.home-autoCare-row-left p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.home-autoCare-row-left-sub {
  display: flex;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
}

.home-autoCare-row-right {
  border: 1px solid #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.home-autoCare-row-right-head {
  margin-bottom: 30px;
}

.home-autoCare-row-right-list {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

.trusted-clients {
  margin-bottom: 100px;
}

.trusted-clients-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #4ea7f6;
  text-align: center;
}

.trusted-clients-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

.trusted-clients #marquee {
  width: 100%;
  overflow: hidden;
}

.trusted-clients .pic {
  position: relative;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.trusted-clients #marquee .pic-container {
  display: flex;
  gap: 5px;
  animation: marquee 50s infinite linear;
}

.trusted-clients #marquee .pic-container:hover {
  animation-play-state: paused;
}

.trusted-clients #marquee .pic-container .pic {
  flex-basis: 20%;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .trusted-clients #marquee .pic-container .pic {
    flex-basis: 25%;
  }
}

@media (max-width: 768px) {
  .trusted-clients #marquee .pic-container .pic {
    flex-basis: 33.33%;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1024px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-125%);
    }
  }
}

@media (max-width: 768px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-186.65%);
    }
  }
}

.joinCircle {
  background-image: url(./images/join-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #ffffff;
  margin-bottom: 100px;
  margin-top: 50px;
}

.joinCircle-body {
  width: 80%;
  margin: auto;
  color: #ffffff;
}

.joinCircle-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 33px;
}

.joinCircle-left p {
  font-weight: 400;
  font-size: 18px;
}

.joinCircle-right-field {
  position: relative;
  border: 1.5px solid #696c72;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
}

.joinCircle-right-field i {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 18px;
  color: #696c72;
}

.joinCircle-right-field input {
  width: 100%;
  padding-left: 25px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #696c72;
  font-size: 18px;
}

.joinCircle-right-field input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #696c72;
}

.joinCircle-right button {
  border: none;
  outline: none;
  background-color: #4ea7f6;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

.joinCircle-right button i {
  margin-left: 10px;
}

.joinCircle-right {
  padding-top: 20px;
}

.footer {
  padding-top: 69px;
  padding-bottom: 30px;
  background-color: #101622;
  color: #ffffff;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}

.footer-icons a {
  text-decoration: none;
  margin-right: 20px;
}

.footer-right-head {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.footer-right p a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.footer-right p a:hover {
  color: #4ea7f6;
}

.footer-right p:hover {
  color: #4ea7f6;
}

.footer-row {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.footer-copy {
  display: flex;
  justify-content: space-between;
}

.footer-copy-right a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.footer-copy-right a:hover {
  color: #4ea7f6;
}

.footer-copy-right {
  display: flex;
  gap: 10px;
}

.inner-banner {
  background-image: url(./images/about-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 119px;
  padding-bottom: 96px;
  /* margin-bottom: 50px; */
}

.inner-banner-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 80px;
  color: #4ea7f6;
  margin-bottom: 10px;
  line-height: 90px;
}

.inner-banner-left-head span {
  color: #ffffff;
}

.inner-banner-left p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  width: 75%;
}

.mission-vision-row {
  border-top: 3px solid #4ea7f6;
  padding-top: 20px;
}

.mission-vision-row-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  color: #4ea7f6;
  margin-bottom: 15px;
}

.mission-vision-row-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.mission-vision-row p {
  font-weight: 400;
  font-size: 18px;
}

.mission-vision {
  padding-top: 100px;
  /* padding-bottom: 100px; */
  /* margin-bottom: 100px; */
}

.the_pillars-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  text-align: center;
}

.the_pillars-line {
  border-bottom: 5px solid #4ea7f6;
  width: 20%;
  margin: auto;
}

.pillar-bg {
  background-color: #ffffff;
  padding-top: 53px;
  padding-bottom: 53px;
}

.carder2 {
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.img_carder2 {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.carder2:hover .img_carder2 {
  transform: scale(1.1);
  border-radius: 10px;
}

.galleryRow {
  margin-bottom: 30px;
}

.row_gallery {
  margin-bottom: 70px;
}

.contactTop {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contactTop-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  margin-bottom: 10px;
}

.contactTop p {
  font-weight: 400;
  font-size: 18px;
}

.contactRow {
  margin-bottom: 100px;
}

.contactRow-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 30px;
}

.contactRow-left,
.contactRow-right {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.contactRow-left p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 3px;
}

.contactRow-left input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  border: 1.5px solid #939394;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 30px;
}

.contactRow-left input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #939394;
}

.contactRow-left textarea {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  border: 1.5px solid #939394;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 30px;
}

.contactRow-left textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #939394;
}

.offAdd {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #4ea7f6;
  margin-bottom: 48px;
}

.contactMap iframe {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px;
}

.contactMap {
  margin-bottom: 30px;
}

.contactRow-left button {
  border: none;
  outline: none;
  background-color: #4ea7f6;
  border-radius: 15px;
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 30px;
}

.contact_agree {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

.contact_agree a {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #000000;
}

.contactRow-right-row-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.contactRow-right-row-nav {
  font-weight: 400;
  font-size: 18px;
}

.contactRow-right-row-navL {
  color: #4ea7f6;
}

.contactRow-right-row p {
  font-weight: 400;
  font-size: 16px;
  color: #4ea7f6;
  margin-bottom: 5px;
}

.contactHrs {
  background-color: #e8ecf3;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-top: 50px;
}

.contactHrs-nav {
  display: flex;
  gap: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  margin-bottom: 16px;
}

.contactHrs-navL i {
  color: #4ea7f6;
}

.contactHrsRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.contactHrsRows {
  font-weight: 400;
  font-size: 20px;
  color: #4ea7f6;
}

.productArea {
  margin-top: 60px;
}

.productArea-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 60px;
  border-left: 10px solid #4ea7f6;
  border-radius: 20px;
  padding-left: 10px;
}

.productArea-row {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px;
  margin-bottom: 50px;
}

.productArea-row-img img {
  border-radius: 20px 20px 0px 0px;
}

.carder3 {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px 20px 0px 0px;
}
.img_carder3 {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 20px 20px 0px 0px;
}
.carder3:hover .img_carder3 {
  transform: scale(1.1);
  border-radius: 20px 20px 0px 0px;
}

.productArea-row-text {
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 0px 0px 20px 20px;
}

.productArea-row-text-head {
  font-weight: 600;
  font-style: Bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.productArea-row-text p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 40px;
}

.productArea-row a {
  text-decoration: none;
}

.productArea-row a button {
  border: none;
  outline: none;
  background-color: transparent;
  border: 2px solid #4ea7f6;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  color: #4ea7f6;
}

.productArea-row a button:hover {
  background-color: #4ea7f6;
  color: #ffffff;
}

.productArea-row a button i {
  margin-left: 10px;
}

.productArea {
  margin-bottom: 80px;
}

.vehicles_page {
  margin-top: 55px;
  margin-bottom: 55px;
}

.vehicles-row-right {
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 12px;
}

.vehicles-row-right-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.vehicles-row-right-topL {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.vehicles-row-right-topR {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  color: #4ea7f6;
}

.vehicles_page {
  margin-bottom: 100px;
}

.vehicles_page-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
}

.vehicles-cd {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 20px;
  color: #696c72;
}

.cond-filter {
  margin-bottom: 30px;
}

.cond-filter #myDIV {
  display: flex;
  justify-content: space-between;
}

.cond-filter #myDIV .btn {
  background-color: #696c72;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 15px;
}

.cond-filter #myDIV .active {
  background-color: #4ea7f6;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-radius: 15px;
  padding: 5px 15px;
}

.cond-filter .btn:focus,
.btn.focus {
  box-shadow: none;
}

.searchReslt {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.searchResltL {
  font-weight: 400;
  font-size: 18px;
  color: #696c72;
}

.searchResltL span {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #000000;
}

.searchResltR {
  display: flex;
  align-items: center;
  gap: 5px;
}

.searchResltRa {
  font-weight: 400;
  font-size: 18px;
  color: #696c72;
}

.searchResltRb .form-select {
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}

.vehicleLists {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 40px;
}

.vehicleLists-dts {
  padding: 15px;
}

.vehicleLists-yr {
  font-weight: 400;
  font-size: 14px;
  color: #696c72;
}

.vehicleLists-yr span i {
  font-size: 5px;
}

.vehicleLists-dts-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.vehicleLists-millage {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #66666680;
  border-bottom: 1px solid #66666680;
  margin-bottom: 10px;
}

.vehicleLists-millage-row-icon i {
  color: #4ea7f6;
  margin-bottom: 5px;
  font-size: 20px;
}

.vehicleLists-millage-row-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  color: #696c72;
}

.vehicleLists-price {
  padding-left: 15px;
  padding-right: 15px;
}

.vehicleLists-price-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
}

.vehicleLists-price-fig {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: #4ea7f6;
}

.vehicleLists-btn {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.vehicleLists-btn a {
  text-decoration: none;
}

.vehicleLists-btn-left button {
  border: none;
  outline: none;
  border: 2px solid #4ea7f6;
  background-color: transparent;
  border-radius: 7px;
  padding: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #4ea7f6;
}

.vehicleLists-btn-right button {
  border: none;
  outline: none;
  border: 2px solid #4ea7f6;
  background-color: #4ea7f6;
  border-radius: 7px;
  padding: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #ffffff;
}

.wrap-check-51 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.wrap-check-51 label {
  display: inline-block;
}

.wrap-check-51 .cbx {
  position: relative;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #66666680;
  border-radius: 3px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}
.wrap-check-51 .cbx:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.wrap-check-51 .lbl {
  margin-left: 5px;
  vertical-align: middle;
  /* cursor: pointer; */
  font-weight: 400;
  font-size: 14px;
}
.wrap-check-51 input[type="checkbox"]:checked ~ .cbx {
  border-color: transparent;
  background: #4ea7f6;
  animation: jelly-42 0.6s ease;
}
.wrap-check-51 input[type="checkbox"]:checked ~ .cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.wrap-check-51 .cntr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
@-moz-keyframes jelly-42 {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes jelly-42 {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-o-keyframes jelly-42 {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes jelly-42 {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

.vehiclesCheck {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.vechiclePriceRange {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #696c72;
}

.vechiclePriceRange .value-panel small {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  text-transform: uppercase;
}

.vechiclePriceRange .display-wrapper {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000000;
}

.vechiclePriceRange .progress-container {
  position: relative;
  width: 100%;
  height: 15px;
  background: #d9d9d9;
  border-radius: 12px;
  margin: 1rem 0 2.2rem 0;
  cursor: pointer;
}

.vechiclePriceRange .progress-fill {
  position: absolute;
  height: 100%;
  background-color: #4ea7f6;
  border-radius: 12px;
  width: 0%;
  pointer-events: none;
}

.vechiclePriceRange .drag-thumb {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #4ea7f6;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0%;
  cursor: grab;
  z-index: 20;
}

.vechiclePriceRange .drag-thumb:active {
  cursor: grabbing;
}

.vechiclePriceRange .tick-container {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  margin-top: -18px;
  font-weight: 600;
  color: #1f364b;
  font-size: 1.2rem;
}

.vechiclePriceRange .tick {
  color: #000000;
  padding: 0.2rem 1rem;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
}

.vehicleFueltype-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #696c72;
  margin-bottom: 20px;
}

.vehicleFueltype .tab {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #666666;
}

.tab button i {
  margin-right: 5px;
}

.tab button:hover {
  background-color: #f4f4f4;
}

.tab button.active {
  background-color: transparent;
  color: #000000;
}

.tab button.active i {
  color: #135bec;
}

.tabcontent {
  display: none;
  border-top: none;
}

.autocare-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #4ea7f6;
  background-color: #dde4f3;
  padding: 5px 20px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 20px;
}

.autocare-sub i {
  margin-right: 5px;
}

.autoBanner-btn {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.autoBanner-btn a {
  text-decoration: none;
}

.autoBanner-btn-left a button {
  border: none;
  outline: none;
  background-color: #4ea7f6;
  padding: 10px 15px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.autoBanner-btn-left a button i {
  margin-left: 5px;
}

.autoBanner-btn-right a button {
  border: none;
  outline: none;
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.quickService {
  margin-top: 100px;
  margin-bottom: 100px;
  box-shadow: 0px 7px 4px 0px #00000021;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 50px;
}

.quickService-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 26px;
}

.quickService-head i {
  color: #4ea7f6;
}

.scheduleRowss-head {
  font-weight: 600;
  font-size: 18px;
  color: #666666;
  margin-bottom: 10px;
}

.scheduleRow-input {
  border: 1px solid #e6ebf3;
  background-color: #f8fafc;
  padding: 10px 20px;
  border-radius: 12px;
  position: relative;
}

.scheduleRow-input input {
  outline: none;
  border: none;
  width: 100%;
  background-color: transparent;
  padding-left: 15px;
  color: #666666;
}

.scheduleRow-input input:placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.scheduleRow-input i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.scheduleRow-input2 button {
  border: none;
  outline: none;
  background-color: #4ea7f6;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
}

.autocare-plans {
  background-color: #ffffff;
  padding-top: 58px;
  padding-bottom: 59px;
}

.autocare-plans-nav1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  padding: 10px;
}

.autocare-plans-nav2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  padding: 10px;
}

.autocare-plans-nav2 span {
  color: #4ea7f6;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}

.autocare-plans-nav3 {
  background-color: #f0fdf4;
  padding: 10px;
  border-radius: 7px;
  width: fit-content;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #2ec55e;
}

.autocare-plans-nav3 span {
  margin-right: 10px;
}

.autocare-plans-nav {
  margin-bottom: 50px;
}

.autocare-plans-body-left-top {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.autocare-plans-body-center {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 12px;
  margin-bottom: 20px;
}

.autocare-plans-body-left-top2 {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 30px;
  border-radius: 12px;
  background-color: #4ea7f6;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}

.autocare-plans-body-left-top-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.autocare-plans-body-left-top-headL {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.autocare-plans-body-left-top-headR {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: #4ea7f6;
}

.autocare-plans-body-left-top-headR span {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #47556a;
}

.autocare-plans-body-left-top p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  color: #47556a;
}

.autocare-plans-body-list {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 6px;
}

.autocare-plans-body-listR {
  font-weight: 400;
  font-size: 14px;
  color: #47556a;
}

.autocare-plans-body-left-top-btn {
  margin-top: 20px;
}

.autocare-plans-body-left-top-btn a {
  text-decoration: none;
}

.autocare-plans-body-left-top-btn button {
  border: none;
  outline: none;
  background-color: #f8fafc;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
}

.autocare-plans-body-left-top2-btn {
  margin-top: 20px;
}

.autocare-plans-body-left-top2-btn a {
  text-decoration: none;
}

.autocare-plans-body-left-top2-btn button {
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #4ea7f6;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
}

.autocare-plans-body-left-top2-info {
  font-weight: 700;
  font-style: Bold;
  font-size: 10px;
  background-color: #ffffff;
  color: #4ea7f6;
  width: fit-content;
  padding: 5px 3px;
  position: absolute;
  top: 10px;
  right: 0px;
  transform: rotate(25deg);
}

.autocare-plans-body-right-img {
  position: relative;
  margin-bottom: 10px;
}

.autocare-plans-body-right-img img {
  border-radius: 12px 12px 0px 0px;
}

.autocare-plans-body-right-txt {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  background-color: #4ea7f6;
  padding: 10px;
  border-radius: 12px;
  color: #ffffff;
  width: fit-content;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.autocare-plans-body-center-body {
  padding: 20px;
}

.autocare-plans-body-center-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.autocare-plans-body-brands {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.autocare-plans-body-brds {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  background-color: #f1f5f9;
  border-radius: 12px;
  padding: 5px;
}

.autocare-plans-body-center-nav {
  display: flex;
  justify-content: space-between;
}

.autocare-plans-line {
  border-bottom: 1px solid #696c7280;
  margin-top: 18px;
  margin-bottom: 18px;
}

.autocare-plans-body-center-navL {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
}

.autocare-plans-body-center-navR {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #4ea7f6;
}

.autocare-plans-body-center-btn a {
  text-decoration: none;
}

.autocare-plans-body-center-btn button {
  border: none;
  outline: none;
  color: #4ea7f6;
  border: 3px solid #4ea7f6;
  border-radius: 12px;
  padding: 10px;
  background-color: transparent;
  width: 100%;
}

.autocare-plans-body-center-btn {
  margin-top: 50px;
}

.autocare-plans-body-right-top {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 20px;
}

.autocare-plans-body-right-link {
  position: absolute;
  right: 20px;
  top: 30px;
}

.autocare-plans-body-right-link a {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  font-size: 25px;
}

.autocare-plans-body-right-top-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

.autocare-plans-body-right-top-navR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
}

.autocare-plans-body-right-bottom {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.autocare-plans-body-right-bottom-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.autocare-plans-body-right-bottom a {
  text-decoration: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #4ea7f6;
}

.autocare-plans-body-right-bottom p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 25px;
}

.autoService {
  padding-top: 100px;
  padding-bottom: 100px;
}

.autoServiceRoww {
  border-top: 1px solid #66666680;
  padding-top: 20px;
}

.autoService-row-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #666666;
}

.custom-spare-parts-inquiry {
  margin-top: 50px;
  margin-bottom: 100px;
}

.custom-spare-body {
  width: 65%;
  margin: auto;
  text-align: center;
}

.custom-spare-body-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  margin-bottom: 30px;
}

.custom-spare-body {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.custom-spareRow-left {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
}

.custom-spareRow-left-input p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  margin-bottom: 5px;
}

.custom-spareRow-left-input input {
  border: none;
  outline: none;
  width: 100%;
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 15px;
  color: #000000b2;
  font-size: 18px;
}

.custom-spareRow-left-input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #000000b2;
}

.custom-spareRow-left-input textarea {
  border: none;
  outline: none;
  width: 100%;
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 15px;
  color: #000000b2;
  font-size: 14px;
}

.custom-spareRow-left-input textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #000000b2;
}

.custom-spareRow-left-input {
  margin-bottom: 50px;
}

.custom-spareRow-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.custom-spareRow-left #myDIV2 .btn {
  color: rgba(1, 1, 1, 0.4);
  border-radius: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 15.37px;
  padding: 8px;
  border: 1.71px solid #666666;
  margin-right: 10px;
}

.custom-spareRow-left #myDIV2 .active {
  color: #4ea7f6;
  border: 1.71px solid #4ea7f6;
  border-radius: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 15.37px;
  padding: 8px;
}

.custom-spareRow-left .btn:focus,
.btn.focus {
  box-shadow: none;
}

.custom-spareRow-left #myDIV2 {
  margin-bottom: 50px;
}

.custom-spareRow-left .upload-container {
  margin-bottom: 50px;
}

.custom-spareRow-left .upload-label {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px dashed #949292;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f8fafc;
}

.custom-spareRow-left .upload-icon {
  font-size: 48px;
  color: #000000;
  margin-bottom: 15px;
}

.custom-spareRow-left .upload-text {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #949292;
}

.custom-spareRow-left .upload-subtext {
  font-size: 14px;
  color: #949292;
}

.custom-spareRow-left .file-input {
  display: none;
}

.custom-spareRow-left .file-info {
  margin-top: 20px;
  padding: 15px;
  background-color: #f8fafc;
  border-radius: 8px;
  display: none;
}

.custom-spareRow-left .file-info.show {
  display: block;
  animation: fadeIn 0.5s ease;
}

.custom-spareRow-left .file-name {
  font-weight: 500;
  color: #949292;
  margin-bottom: 5px;
  word-break: break-all;
}

.custom-spareRow-left .file-size {
  font-size: 14px;
  color: #949292;
}

.custom-spareRow-left .file-name i {
  color: #000000;
  margin-right: 8px;
}

.custom-spareRow-left .remove-file {
  margin-top: 10px;
  text-align: right;
}

.custom-spareRow-left .remove-file-btn {
  background: none;
  border: none;
  color: #4ea7f6;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.custom-spareRow-left .remove-file-btn i {
  margin-right: 5px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.custom-spareRow-left-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-spareRow-left-navL {
  font-weight: 400;
  font-style: Italic;
  font-size: 12px;
  width: 50%;
}

.custom-spareRow-left-navR a {
  text-decoration: none;
}

.custom-spareRow-left-navR button {
  border: none;
  outline: none;
  background-color: #4ea7f6;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.custom-spareRow-left-navR button i {
  margin-left: 10px;
}

#custom-spareRow-btn2 {
  border: none;
  outline: none;
  background-color: transparent;
  border: 2px solid #666666;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-right: 10px;
}

#custom-spareRow-btn2 i {
  margin-right: 10px;
}

.custom-spareRow {
  margin-bottom: 100px;
}

.custom-spareRow-right-why {
  background-color: #e9edf5;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
}

.custom-spareRow-right-why-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.custom-spareRow-right-why-navR {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
}

.custom-spareRow-right-why p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 18px;
  color: #666666;
}

.custom-spareRow-right-list {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.custom-spareRow-right-listR {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: 90%;
}

.custom-spareRow-right-listR span {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}

.expert-sourcing {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.expert-sourcing-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 21px;
}

.expert-sourcing-navR-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
}

.expert-sourcing-navR-sub {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.expert-sourcing p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.nneedHelp {
  text-align: center;
}

.nneedHelp p {
  font-weight: 400;
  font-size: 18px;
  color: #696c72;
}

.nneedHelp-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: #4ea7f6;
}

.vehicle-model-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.vehicle-model-navL {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #4ea7f6;
}

.vehicle-model-navR {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #696c72;
}

.vehicle-model-progress progress {
  background-color: #d9d9d9;
  border-radius: 20px;
  width: 100%;
  height: 12px;
}

.vehicle-model-progress progress::-webkit-progress-bar {
  background-color: #f3f3f3;
  border-radius: 20px;
}

.vehicle-model-progress progress::-webkit-progress-value {
  background-color: #4ea7f6;
  border-radius: 20px;
  transition: width 0.4s ease;
}

.vehicle-model-progress progress::-moz-progress-bar {
  background-color: #4ea7f6;
  border-radius: 20px;
}

.vehicle-model-progress-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.vehicle-model-progress-nav-info {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #4ea7f6;
}

.vehicle-model-progress-nav-info1 {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.vehicle-model-progress-row {
  margin-bottom: 100px;
}

.vehicle-model-progress-row-input p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  margin-bottom: 5px;
}

.vehicle-model-progress-row-field {
  background-color: #696c724d;
  padding: 20px;
  border-radius: 7px;
}

.vehicle-model-progress-row-field .form-select {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #000000b2;
}

.vehicle-model-progress-row-field input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #000000b2;
}

.vehicle-model-progress-row-field input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #000000b2;
}

.vehicle-model-progress-row-input {
  margin-bottom: 30px;
}

.custom-spareRow-left #myDIV3 .btn {
  color: rgba(1, 1, 1, 0.4);
  border-radius: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 15.37px;
  padding: 8px;
  border: 1.71px solid #666666;
  margin-right: 10px;
}

.custom-spareRow-left #myDIV3 .active {
  color: #000000;
  border: 1.71px solid #4ea7f6;
  background-color: #90a2c74d;
  border-radius: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 15.37px;
  padding: 8px;
}

.custom-spareRow-left .btn:focus,
.btn.focus {
  box-shadow: none;
}

.custom-spareRow3-btn {
  margin-top: 60px;
  margin-bottom: 20px;
}

.custom-spareRow3-btn button {
  border: none;
  outline: none;
  width: 100%;
  background-color: #4ea7f6;
  padding: 15px;
  border-radius: 12px;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #ffffff;
}

.custom-spareRow3-btn button i {
  margin-left: 10px;
}

.custom-spareRow3-sucess {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.custom-spareRow3-sucessL {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #2ec55e;
}

.custom-spareRow3-sucessR {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #696c72;
}

.custom-spareRow3-sucessR span {
  margin-right: 5px;
}

.completeSpare-row-left {
  background-color: #f8fafc;
  padding: 50px 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.completeSpare-row-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  margin-bottom: 30px;
  color: #666666;
}

.completeSpare-row-left-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #4ea7f6;
}

.completeSpare-row-left-box {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #ffffff;
  padding: 50px 20px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.ve-de-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.ve-de-sub {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.reqp-nav {
  display: flex;
  justify-content: space-between;
}

.reqp-navL {
  width: 70%;
}

.reqp-navL-head {
  font-weight: 400;
  font-size: 18px;
}

.reqp-navL-sub {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.reqp-navR {
  background-color: #90a2c799;
  padding: 10px;
  border-radius: 8px;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #4ea7f6;
  height: fit-content;
}

.rev-nav {
  display: flex;
  gap: 10px;
}

.rev-navR {
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  color: #666666;
}

.custon_back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
  margin-bottom: 100px;
}

.custon_back-btn a {
  text-decoration: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #666666;
}

.custon_back-btn a i {
  margin-right: 10px;
}

.getQuote-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.getQuote-section-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.getQuote-section p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
  color: #696c72;
}

.getQuote-section-left {
  background-color: #f8fafc;
  padding: 35px 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px 0px 0px 20px;
}

.getQuote-section-left-sub {
  color: #4ea7f6;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  background-color: #4ea7f640;
  border-radius: 20px;
  padding: 10px;
  width: fit-content;
  margin-bottom: 29px;
}

.getQuote-section-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
}

.getQuote-section-left-nav {
  font-weight: 400;
  font-size: 16px;
  color: #696c72;
  margin-bottom: 19px;
  border-bottom: 1px solid #66666680;
  padding-bottom: 20px;
}

.getQuote-section-left-bs {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
}

.getQuote-section-left-price {
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  color: #4ea7f6;
  margin-bottom: 20px;
}

.getQuote-section-left-list {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.getQuote-section-left-listR {
  font-weight: 400;
  font-size: 16px;
}

.getQuote-section-right {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 0px 20px 20px 0px;
}

.getQuote-section-right-inpt p {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  margin-bottom: 3px;
  text-align: left;
}

.getQuote-section-right-inpt {
  margin-bottom: 20px;
}

.getQuote-section-right-inpt input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  border: 1.5px solid #939394;
  border-radius: 12px;
  padding: 10px;
}

.getQuote-section-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.getQuote-section-right #myDIVvv {
  display: flex;
  justify-content: space-between;
}

.getQuote-section-right #myDIVvv .btn {
  border: 1.5px solid #696c7280;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
}

.getQuote-section-right #myDIVvv .active,
.btn:hover {
  border-radius: 20px;
  border: 3px solid #4ea7f6;
  padding: 10px;
  text-align: center;
}

.btn:focus,
.btn.focus {
  box-shadow: none;
}

.getQuote-div-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
}

.getQuote-div-sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
}

.getQuote-section-check {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 70px;
}

.getQuote-section-left-img img {
  width: 100%;
}

.getQuote-section-checkR {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
}

.getQuote-section-checkR span {
  font-weight: 400;
  font-size: 14px;
  color: #696c72;
}

.getQuote-btn {
  outline: none;
  border: none;
  background-color: #4ea7f6;
  width: 100%;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #ffffff;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.getQuote-btn i {
  margin-left: 10px;
}

.getQuote-p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 10px;
}

.vehicle-details-section-nav {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 89px;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  color: #696c72;
}

.vehicle-details-section {
  margin-bottom: 100px;
}

.vehicle-details-left .gallery-container {
  width: 100%;
  transition: all 0.2s ease;
}

.vehicle-details-left .main-image {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 24px;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vehicle-details-left .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
  pointer-events: none;
  user-select: none;
}

.vehicle-details-left .thumb-row {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.vehicle-details-left .thumb-card {
  flex: 1 1 120px;
  max-width: 150px;
  min-width: 90px;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.18s;
  border: 2px solid transparent;
  background-clip: padding-box;
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.vehicle-details-left .thumb-card:hover {
  transform: translateY(-5px);
}

.vehicle-details-left .thumb-card.active-thumb {
  border-color: #4ea7f6;
}

.vehicle-details-left .thumb-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  pointer-events: none;
}

.vehicle-details-over {
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 30px 20px;
  border-radius: 20px;
  margin-top: 20px;
}

.vehicle-details-over-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.vehicle-details-over p {
  font-weight: 400;
  font-size: 16px;
  color: #47556a;
}

.vehicle-details-right-top {
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.vehicle-details-right-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  margin-bottom: 10px;
}

.vehicle-details-right-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 26px;
}

.vehicle-details-right-navL {
  font-weight: 700;
  font-style: Bold;
  font-size: 11.26px;
  color: #2ec55e;
  border-radius: 8px;
  padding: 7px;
  background-color: #2ec55e4d;
}

.vehicle-details-right-navR {
  font-weight: 700;
  font-style: Bold;
  font-size: 11.26px;
  color: #696c72;
}

.vehicle-details-rightPs {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.vehicle-details-rightPrice {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  color: #4ea7f6;
  margin-bottom: 10px;
}

.vehicle-details-right-top p {
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  margin-bottom: 26px;
}

.vehicle-details-right-row {
  text-align: center;
  background-color: #f4f4f499;
  padding: 30px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.vehicle-details-right-row-sub {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  color: #696c72;
  margin-top: 10px;
}

.vehicle-details-right-row-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
}

.vd-btn1 a {
  text-decoration: none;
}

.vd-btn1 {
  margin-bottom: 20px;
}

.vd-btn2 a {
  text-decoration: none;
}

.vd-btn1 button {
  border: none;
  outline: none;
  width: 100%;
  background-color: #4ea7f6;
  border-radius: 12px;
  padding: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: #ffffff;
}

.vd-btn1 button img {
  margin-right: 10px;
}

.vd-btn2 button {
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
  border: 3px solid #4ea7f6;
  border-radius: 12px;
  padding: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  color: #4ea7f6;
}

.vd-btn2 button img {
  margin-right: 10px;
}

.vehicle-details-right-footer {
  background-color: #eff6ff;
  padding: 30px 20px;
  border-radius: 20px;
}

.vehicle-details-right-footer-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.vehicle-details-right-footer-navR {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}

.vehicle-details-right-footer p {
  font-weight: 400;
  font-size: 16px;
  color: #47556a;
  margin-top: 29px;
}

.vehicle-details-right-footer a {
  text-decoration: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #4ea7f6;
}

/* MEDIA */

@media (max-width: 736px) {
  .vehicle-details-right-row-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
  }

  .vehicle-details-right {
    margin-top: 50px;
  }
  .vehicle-details-right-row {
    text-align: center;
    background-color: #f4f4f499;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .getQuote-section-right {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0px 20px 20px 0px;
    margin-top: 30px;
  }
  .getQuote-section-right #myDIVvv .btn {
    border: 1.5px solid #696c7280;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
  }

  .getQuote-section-right #myDIVvv .active,
  .btn:hover {
    border-radius: 20px;
    border: 3px solid #4ea7f6;
    padding: 10px;
    text-align: center;
  }

  .getQuote-div-head {
    font-weight: 600;
    font-style: Bold;
    font-size: 12px;
    line-height: 200%;
    text-align: center;
  }

  .getQuote-div-sub {
    font-weight: 400;
    font-size: 10px;
    line-height: 200%;
    text-align: center;
  }
  .getQuote-section-left-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
  }
  .completeSpare-row-left {
    background-color: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
  }
  .reqp-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .custom-spareRow-left #myDIV3 .btn {
    color: rgba(1, 1, 1, 0.4);
    border-radius: 10px;
    font-weight: 600;
    font-style: Bold;
    font-size: 14px;
    padding: 8px;
    border: 1.71px solid #666666;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #custom-spareRow-btn2 {
    border: none;
    outline: none;
    background-color: transparent;
    border: 2px solid #666666;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
  }
  .custom-spareRow-left-navL {
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    width: 100%;
  }
  .custom-spareRow-left-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .vehicle-model-progress-nav-info {
    font-weight: 500;
    font-style: Bold;
    font-size: 14px;
    color: #4ea7f6;
  }

  .vehicle-model-progress-nav-info1 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
  }
  .vehicle-model-navL {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #4ea7f6;
  }

  .vehicle-model-navR {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #696c72;
  }
  .custom-spareRow-left {
    margin-bottom: 30px;
  }
  .custom-spare-body {
    width: 95%;
    margin: auto;
    text-align: center;
  }
  .autoService-row {
    margin-bottom: 30px;
  }
  .autocare-plans-nav1,
  .autocare-plans-nav2 {
    margin-bottom: 10px;
  }
  .scheduleRowss {
    margin-bottom: 30px;
  }
  .quickService-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    margin-bottom: 26px;
  }
  .quickService {
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: 0px 7px 4px 0px #00000021;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
  }
  .autoBanner-btn {
    margin-bottom: 30px;
  }
  .vehicles-row-right {
    margin-bottom: 50px;
  }
  .searchReslt {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .contactHrs {
    background-color: #e8ecf3;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-top: 50px;
  }
  .contactHrsRows {
    font-weight: 400;
    font-size: 16px;
    color: #4ea7f6;
  }
  .contactRow-left {
    margin-bottom: 40px;
  }
  .mission-vision-row {
    margin-bottom: 50px;
  }
  .inner-banner-left-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    color: #4ea7f6;
    margin-bottom: 10px;
    line-height: 70px;
  }
  .footer-copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-right-head {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .footer-right {
    margin-top: 50px;
  }
  .joinCircle-body {
    width: 85%;
    margin: auto;
    color: #ffffff;
  }
  .home-autoCare-row-right {
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .home-autoCare-row-left-sub {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
  }
  .premium_service-rows {
    margin-bottom: 56px;
    height: auto;
  }
  .pre-p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
    color: #ffffff;
    width: 95%;
    margin: auto;
  }
  .home-featured-Rows {
    margin-bottom: 30px;
  }
  .home-featured-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-bottom: 50px;
  }
  .home-filter-row {
    margin-bottom: 20px;
  }
  .home-banner p {
    font-weight: 400;
    font-size: 18px;
    width: 95%;
    margin-bottom: 30px;
  }
  .home-banner-head {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .home-banner .card {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 171px;
    padding-bottom: 322px;
    color: #ffffff;
  }
  .home-banner .card-body {
    padding-left: 20px;
  }
  .nav-item button {
    background-color: #4ea7f6;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    margin-top: -10px;
    margin-left: 0px;
  }
}
