/* Desktop CSS */
/* ===================================== Start Find My Car Css ===================================== */
.scroll-step-fincar {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100dvh - 266px);
  scrollbar-width: thin;
  display: flex;
  justify-content: center;
}
.scroll-step-fincar2 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100dvh - 306px);
  scrollbar-width: thin;
}
.find-my-car-desktop {
  position: relative;
}
.find-my-car-desktop .wrapper {
  background-image: url("../images/new-bannars/find-car-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 7px 50px;
  border-radius: 20px;
}
.find-my-car-desktop .wrapper .find-car-left .heading .title {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 25.23px;
  line-height: 30.28px;
}
.find-my-car-desktop .wrapper .find-car-left .desc .para {
  color: #353c4d;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.find-my-car-desktop .wrapper .find-car-left .find-car-action .btn-find-car {
  background: #2384c1;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  padding: 10px 20px;
}
.find-my-car-desktop .wrapper .find-car-right .detail-buttons {
  position: relative;
  bottom: 35px;
}
.find-my-car-desktop .wrapper .find-car-right .detail-buttons .budget-action {
  width: max-content;
}
.find-my-car-desktop
  .wrapper
  .find-car-right
  .detail-buttons
  .budget-action
  .btn-budget {
  color: #858a94;
  border: 1px solid #858a94;
  border-radius: 50px;
  padding: 4px 24px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24.82px;
}
.find-my-car-desktop .wrapper .find-car-right .detail-buttons .brand-action {
  width: max-content;
}
.find-my-car-desktop
  .wrapper
  .find-car-right
  .detail-buttons
  .brand-action
  .btn-brand {
  color: #858a94;
  border: 1px solid #858a94;
  border-radius: 50px;
  padding: 4px 27px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24.82px;
}
.find-my-car-desktop .wrapper .find-car-right .detail-buttons .feature-action {
  width: max-content;
}
.find-my-car-desktop
  .wrapper
  .find-car-right
  .detail-buttons
  .feature-action
  .btn-feature {
  color: #858a94;
  border: 1px solid #858a94;
  border-radius: 50px;
  padding: 4px 20px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24.82px;
}
.find-my-car-desktop .wrapper .find-car-right .detail-buttons .mileage-action {
  width: max-content;
}
.find-my-car-desktop
  .wrapper
  .find-car-right
  .detail-buttons
  .mileage-action
  .btn-mileage {
  color: #858a94;
  border: 1px solid #858a94;
  border-radius: 50px;
  padding: 4px 22px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24.82px;
}
.find-my-car-desktop .wrapper .find-car-left .modal-dialog {
  max-width: 672px;
}
.find-my-car-desktop .wrapper .find-car-left .modal-dialog .modal-content {
  min-height: 648px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  .modal-header
  .modal-title {
  position: relative;
  left: 40%;
  color: #0c1529;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  .progress {
  margin: 0px 150px;
}

.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  .progress-bar {
  --bs-progress-bar-bg: #0368a0;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  .step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
  margin: 0px 150px;
}

.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  .step-container
  .step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #adadad;
  border: 2px solid #adadad;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
}
.find-my-car-desktop
.wrapper
.find-car-left
.modal-dialog
.modal-content
#container
.step-container
.step-circle.active{
    background-color: #0368a0;
    border: 2px solid #0368a0;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  .step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #0368a0;
  z-index: -1;
}

.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form {
  overflow-x: hidden;
}

.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .title {
  color: #0c1529;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 26px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .budget-buttons {
  display: flex;
  justify-content: space-between;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .budget-buttons
  button {
  background-color: transparent;
  border: 1px solid black;
  border-radius: 20px;
  padding: 8px 40px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 24.82px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .budget-buttons
  button:hover {
  color: #6a6571;
  border: 1px solid #6a6571;
}

.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form1 {
  display: flex;
  justify-content: space-between;
  background: #f6f6f8;
  padding: 20px 20px 15px 20px;
  align-items: center;
  position: absolute;
  width: 93%;
  bottom: 15px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form2 {
  display: flex;
  justify-content: space-between;
  background: #f6f6f8;
  padding: 20px 20px 15px 20px;
  align-items: center;
  position: absolute;
  width: 93%;
  bottom: 15px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form2
  .catch-value
  p {
  color: #5d6370;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Lato", sans-serif;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form2
  .next-step-3-move
  .btn-next-step {
  background: #0368a0;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.find-my-car-desktop .wrapper .find-car-left .modal-dialog .modal-content #container #multi-step-form .next-step-form2 .next-step-3-move .btn-next-step:disabled{
    background: #ced0d4;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form2
  .next-step-3-move
  .btn-prev-step {
  background: transparent;
  color: #5d6370;
  border: 1px solid #5d6370;
  border-radius: 4px;
  padding: 9px 38px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form3 {
  display: flex;
  justify-content: space-between;
  background: #f6f6f8;

  padding: 20px 20px 15px 20px;
  align-items: center;
  position: absolute;
  width: 93%;
  bottom: 15px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form3
  .catch-value
  p {
  color: #5d6370;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Lato", sans-serif;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form3
  .next-step-3-move
  .btn-success {
  background: #0368a0;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.find-my-car-desktop .wrapper .find-car-left .modal-dialog .modal-content #container #multi-step-form .next-step-form3 .next-step-3-move .btn-success:disabled{
    background: #ced0d4;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form3
  .next-step-3-move
  .btn-prev-step {
  background: transparent;
  color: #5d6370;
  border: 1px solid #5d6370;
  border-radius: 4px;
  padding: 9px 38px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form1
  .catch-value
  p {
  color: #5d6370;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Lato", sans-serif;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form1
  .btn-next-step {
  background: #0368a0;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.find-my-car-desktop .wrapper .find-car-left .modal-dialog .modal-content #container #multi-step-form .next-step-form1 .btn-next-step:disabled{
    background: #ced0d4 !important;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .next-step-form
  .count {
  margin-top: 50%;
}

.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .select-car-find-wrapper
  .select-car-find {
    border: 1px solid #cac8d4;
    border-radius: 10px;
    width: 18%;
    height: 78px;
    cursor: pointer;
    margin: 5px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .select-car-find-wrapper
  .select-car-find
  img {
  width: 46px;
  height: 32px;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .select-car-find-wrapper
  .select-car-find
  p {
  color: #7a7493;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 5px 0px 0px 0px;
}

.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .find-car-search-country
  .searchbar-find-car {
  border-color: #aeb1b8 !important;
  background: #f6f6f8;
}
.find-my-car-desktop
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .find-car-search-country
  .searchbar-find-car
  input {
  font-family: "Lato", sans-serif;
  color: #2f2b43b2;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  background: #f6f6f8;
}

/* Hide the radio buttons */
.find-car-search-country .flag-radio {
  display: none;
}

/* Change background color of the parent div when the radio button is checked */
.find-car-search-country .flag-radio:checked + label {
  background-color: pink;
}

/* Optional: Style the label to show a background color when selected */
.find-car-search-country .country {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
    margin: 5px;
}

.find-car-search-country .flag-radio:checked + label {
  background-color: rgb(204 238 255) !important;
}
.find-car-search-country .flag-radio:checked + label p {
  color: #2384c1;
}

/* Add styling for the label to ensure it looks nice */
.find-car-search-country .country label {
  display: flex;
  padding: 16px 10px;
  border-radius: 2.84px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 135px;
  border: 1px solid #cac8d4;
  align-items: center;
  height: 35px;
  background: #f6f6f8;
}

.find-car-search-country .country label:hover {
  background-color: rgb(204 238 255);
  width: 135px;
}

/* Optionally style the country text and image */
.find-car-search-country .country label img {
  max-width: 50px;
  display: block;
  margin-bottom: 0px;
  margin-right: 5px;
  width: 26.75px;
  height: 17.83px;
}

.find-car-search-country .country label p {
  margin: 0;
  font-size: 12px;
  font-family: "Lato";
  padding: 0px 3px;
  color: #5d6370;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.selected-country {
  background-color: #e7f6ff !important;
}

.selected-country p {
  color: #2384c1 !important;
}
.selected-car {
  background-color: #e7f6ff !important;
  border: 1px solid #2384c1 !important;
}
.selected-car p {
  color: #2384c1 !important;
}

/* ===================================== End Find My Car Css ===================================== */

/* Mobile CSS */

/* ===================================== Start Find My Car Section Css ===================================== */
.car-finder-title{
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #1e293b;
}
.find-my-car-mobile .wrapper {
  background-image: url("../images/new-icon/find-my-car-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 10px;
  border-radius: 20px;
}
.find-my-car-mobile .wrapper .find-car-area {
  height: 144px;
}
.find-my-car-mobile .wrapper .find-car-left .heading .title {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 6px;
  line-height: 24px;
}
.find-my-car-mobile .wrapper .find-car-left .desc .para {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  color: #353c4d;
  line-height: 14px;
}
.find-my-car-mobile .wrapper .find-car-left .find-car-action .btn-find-car {
  background: #2384c1;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 16px;
}

.find-my-car-mobile
  .wrapper
  .find-car-right
  .detail-buttons
  .budget-action
  .btn-budget {
  font-size: 12px;
  color: #858a94;
  border: 1px solid #858a94;
  padding: 4px 12px;
  margin: 5px 0px 0px 10px;
  border-radius: 50px;
  font-weight: 700;
}
.find-my-car-mobile
  .wrapper
  .find-car-right
  .detail-buttons
  .brand-action
  .btn-brand {
  font-size: 12px;
  color: #858a94;
  border: 1px solid #858a94;
  padding: 4px 16px;
  margin: 5px 0px 0px 10px;
  border-radius: 50px;
  font-weight: 700;
}
.find-my-car-mobile
  .wrapper
  .find-car-right
  .detail-buttons
  .feature-action
  .btn-feature {
  font-size: 12px;
  color: #858a94;
  border: 1px solid #858a94;
  padding: 4px 10px;
  margin: 5px 0px 0px 10px;
  border-radius: 50px;
  font-weight: 700;
}
.find-my-car-mobile
  .wrapper
  .find-car-right
  .detail-buttons
  .mileage-action
  .btn-mileage {
  font-size: 12px;
  color: #858a94;
  border: 1px solid #858a94;
  padding: 4px 12px;
  margin: 5px 0px 0px 10px;
  border-radius: 50px;
  font-weight: 700;
}
.find-my-car-mobile .wrapper .find-car-left .modal-dialog .modal-content {
  position: relative;
  height: 800px;
}
/* .find-my-car-mobile .wrapper .find-car-left .modal-dialog .modal-content #container .progress {
    margin: 0px 150px;
} */

.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  .step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
  /* margin: 0px 150px; */
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  .progress {
  --bs-progress-bar-bg: #0368a0;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  .step-container
  .step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0368a0;
  border: 2px solid #0368a0;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  .modal-title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato";
  line-height: 20px;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-1
  .title {
  font-size: 16px;
  font-weight: 600;
  color: #0c1529;
  font-family: "Lato";
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .radio-buttons {
  width: 100%;
  height: 50px;
  display: flex;
  margin: 0px;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .radio-buttons
  .radio-btn
  .btn-text {
  color: #475569;
  font-size: 12px;
  font-weight: 500;
  font-family: "Lato";
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-1
  .next-step-form1 {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f8;
  width: 100%;
  left: 0;
  padding: 15px;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-2
  .next-step-form2 {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f8;
  width: 100%;
  left: 0;
  padding: 15px;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-3
  .next-step-form3 {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f8;
  width: 100%;
  left: 0;
  padding: 15px;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-1
  .next-step-form1
  .catch-value
  p {
  color: #5d6370;
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato";
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-2
  .next-step-form2
  .catch-value
  p {
  color: #5d6370;
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato";
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-3
  .next-step-form3
  .catch-value
  p {
  color: #5d6370;
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato";
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-1
  .next-step-form1
  .btn-next-step {
  background: #0368a0;
  color: white;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 600;
  padding: 8px 32px;
  border-radius: 4px;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .next-step-form2
  .btn-next-step {
  background: #0368a0;
  color: white;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 4px;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .next-step-form3
  .btn-success {
  background: #0368a0;
  color: white;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 4px;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .next-step-form2
  .btn-prev-step {
  background: transparent;
  color: #5d6370;
  border: 1px solid #5d6370;
  border-radius: 4px;
  padding: 8px 22px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .next-step-form3
  .btn-prev-step {
  background: transparent;
  color: #5d6370;
  border: 1px solid #5d6370;
  border-radius: 4px;
  padding: 8px 22px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-2
  .title {
  font-size: 16px;
  font-weight: 600;
  color: #0c1529;
  font-family: "Lato";
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #multi-step-form
  .step-3
  .title {
  font-size: 16px;
  font-weight: 600;
  color: #0c1529;
  font-family: "Lato";
}

.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .select-car-find-wrapper
  .select-car-find {
  border: 1px solid #cac8d4;
  border-radius: 10px;
  width: 101px;
  height: 78px;
  cursor: pointer;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .select-car-find-wrapper
  .select-car-find
  .car-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .select-car-find-wrapper
  .select-car-find
  img {
  width: 46px;
  height: 32px;
}
.find-my-car-mobile
  .wrapper
  .find-car-left
  .modal-dialog
  .modal-content
  #container
  #multi-step-form
  .select-car-find-wrapper
  .select-car-find
  p {
  color: #7a7493;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 5px 0px 0px 0px;
}

.find-my-car-mobile .select-car-find label {
  display: inline-block;
  cursor: pointer;
  /* transition: all 0.3s ease; */
  padding: 10px 0px;
}
.find-my-car-mobile .select-car-find label:hover {
  /* background-color: rgb(204 238 255); */
  width: 88px;
  height: 76px;
  border-radius: 10px;
  /* border: 1px solid rgb(3 104 160 / 32%); */
}
.find-my-car-mobile .select-car-find label p:hover {
  color: rgb(3 104 160 / 32%);
}
.find-my-car-mobile .car-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.find-my-car-mobile .car-checkbox:checked + label {
  background-color: rgb(204 238 255);
  width: 100px;
  height: 76px;
  border-radius: 10px;
  border: 1px solid rgb(3 104 160 / 32%);
  position: relative;
  left: -1px;
}
.find-my-car-mobile .car-checkbox:checked + label p {
  color: rgb(3, 104, 160) !important;
}

.find-my-car-mobile .radio-btn input[type="radio"]:checked + .btn-text {
  background-color: #0368a0;
  color: white !important;
  border-color: #0368a0;
  line-height: 37px;
  border-radius: 50px;
}

/* Hide the checkboxes */
.flag-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none; /* Prevent interaction with the hidden checkbox */
}
.find-my-car-mobile .find-car-search-country .country label {
  width: 100% !important;
  margin: 10px 0px;
  background-color: #f1f5f9;
}

/* Styling for the checkbox label when it's selected */
.flag-checkbox:checked + label {
  background-color: rgb(204 238 255);
  width: 100%;
  /* border: 1px solid rgb(204 238 255); */
}

/* Add any other label styling as needed */
.country-list label {
  display: inline-block;
  cursor: pointer;
  padding: 7px 0px;
  display: flex;
}

.country-list label:hover {
  background-color: rgb(204 238 255);
  width: 100%;
}
/* ===================================== End Find My Car Section Css ===================================== */
.radio-buttons {
  width: 100%;
  /*height: 50px;*/
  display: flex;
  margin: 0px 25px;
  flex-wrap: wrap;
}
/* Hide the radio buttons */
.radio-btn input[type="radio"] {
  display: none; /* Hide the radio button */
}

/* Style the label to act like a button */
.radio-btn {
  display: inline-block;
  position: relative;
  border: 1px solid #353c4d;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 30.33%;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 50px;
  font-size: 12px;
  font-family: "Lato";
  font-weight: 700;
}

/* When the radio button is checked, apply the background change to the label */
.radio-btn input[type="radio"]:checked ~ .radio-btn {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

/* When the radio button is checked, apply the background color to the whole label */
.radio-btn input[type="radio"]:checked + .btn-text {
  background-color: #0368a0;
  color: white;
  border-color: #0368a0;
  line-height: 37px;
  border-radius: 50px;
}

/* Hover effect */
.radio-btn:hover {
  background-color: #e9ecef;
  border-color: #ddd;
}

/* Style for the label text when hovered */
.radio-btn:hover .btn-text {
  background-color: #0368a0;
  color: #fff;
  border-radius: 50px;
}

/* Make the label text fill the full button */
.radio-btn .btn-text {
  display: block; /* Make it a block element to take up full width/height */
  width: 100%;
  height: 100%; /* Make the text span take up the full height */
  line-height: 1.5; /* Center the text vertically */
  padding: 0; /* Remove any padding, handled by label */
  box-sizing: border-box; /* Ensure padding is included in width/height */
  text-align: center;
  cursor: pointer; /* Make sure the cursor stays a pointer */
  line-height: 37px;
  color: #353c4d;
}

/* Hide the checkboxes */
.car-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none; /* Prevent interaction with the hidden checkbox */
}

/* Styling for the checkbox label when it's selected */
.car-checkbox:checked + label {
  background-color: rgb(204 238 255);
  width: 100%;
  height: 76px;
  border-radius: 10px;
  /*border: 1px solid rgb(3 104 160 / 32%);*/
  position: relative;
  /*left: -1px;*/
}
/* Change color of the p tag when checkbox is checked */
.car-checkbox:checked + label p {
  color: rgb(
    3,
    104,
    160
  ) !important; /* This changes the text color of p tag when checked */
}

/* Add any other label styling as needed */
.select-car-find label {
  display: inline-block;
  cursor: pointer;
  /* transition: all 0.3s ease; */
  padding: 10px 0;
    width: 100%;
}

.select-car-find label:hover {
  /* background-color: rgb(204 238 255); */
  width: 100%;
  height: 76px;
}

/* Hide the checkboxes */
.flag-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none; /* Prevent interaction with the hidden checkbox */
}

/* Styling for the checkbox label when it's selected */
.flag-checkbox:checked + label {
  background-color: rgb(204 238 255);
  width: 100%;
  /* border: 1px solid rgb(204 238 255); */
}

/* Add any other label styling as needed */
.country-list label {
  display: inline-block;
  cursor: pointer;
  padding: 7px 0px;
  display: flex;
}

.country-list label:hover {
  background-color: rgb(204 238 255);
  width: 100%;
}
/* mobile new */
.find-car-m {
  padding-block: 24px;
}
.find-car-m .max-find-stepper {
  max-width: 360px;
  width: 100%;
}
.find-car-m .progress {
  --bs-progress-bar-bg: #0368a0;
}
.find-car-m .step-container .step-circle.active {
    background-color: #0368a0 !important;
    border: 2px solid #0368a0 !important;
}
.find-car-m .step-container .step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #adadad;
  border: 2px solid #adadad;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
}
.find-car-m .title-main-findcar {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1e293b;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.find-car-m .step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}
.prevnext-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f6f6f8;
  width: 100%;
}
.find-car-m .next-step-form1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f8;
  width: 100%;
  padding: 0;
}
.find-car-m .next-step-form1 .btn-next-step {
  background: #0368a0;
  color: white;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 600;
  padding: 6px 32px;
  border-radius: 4px;
}
.find-car-m .next-step-form1 .btn-next-step:disabled{
    background: #ced0d4 !important;
}
.find-car-m .next-step-form1 .catch-value p {
  color: #5d6370;
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato";
}
.find-car-m .stepper-height {
  /* height: calc(100dvh -); */
}
.find-car-m .step-1 .title {
  font-size: 16px;
  font-weight: 600;
  color: #0c1529;
  font-family: "Lato";
}
/* input[type="radio"]:checked +  */
.find-car-m .budget-items input[type="radio"] {
  display: none;
}
.find-car-m .budget-findcar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 18px;
}
.find-car-m .budget-items {
  display: inline-block;
}
.find-car-m .budget-items span {
  font-size: 12px;
  font-family: "Lato";
  font-weight: 700;
  color: #475569;
  padding: 8px 18px;
  border: 1px solid #475569;
  width: max-content;
  border-radius: 54px;
  transition: all 0.2s ease-in-out;
}

.find-car-m .budget-items input[type="radio"]:checked + span {
  background-color: #0368a0;
  color: #ffffff;
  border-color: #0368a0;
}
/* step 2 */
.find-car-m .next-step-form2 .btn-prev-step {
  background: transparent;
  color: #5d6370;
  border: 1px solid #5d6370;
  border-radius: 4px;
  padding: 6px 22px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  min-width: 96px;
}
.find-car-m .next-step-form2 .btn-next-step:disabled{
    background: #ced0d4 !important;
}
.find-car-m .next-step-form2 .btn-next-step {
  background: #0368a0;
  color: white;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 600;
  padding: 6px 22px;
  border-radius: 4px;
  min-width: 96px;
}
.find-car-m .next-step-form2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f8;
  width: 100%;
  padding: 0;
}
.find-car-m .next-step-form2 .catch-value p {
  color: #5d6370;
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato";
}
.find-car-m .step-2 .title {
  font-size: 16px;
  font-weight: 600;
  color: #0c1529;
  font-family: "Lato";
}
.find-car-m .step2-findcar-type {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  max-width: 329px;
}
.find-car-m .find-type-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  border: 1px solid #cac8d4;
  border-radius: 10px;
  max-width: 93px;
  max-height: 72px;
    width: 100px;
}
.find-car-m .find-type-item {
  color: #7a7493;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.find-car-m p {
  margin-bottom: 0px;
  margin-top: 5.5px;
}
.find-car-m
  .step2-findcar-type
  .car-checkbox[type="radio"]:checked
  + .find-type-item {
  border: 1px solid #cac8d4;
  background-color: rgb(204 238 255);
  border-color: rgb(3 104 160 / 32%);
  color: rgb(3, 104, 160);
}
.find-car-m .next-step-form3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f8;
  width: 100%;
  padding: 0px;
}
.find-car-m .next-step-form3 .catch-value p {
  color: #5d6370;
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato";
}
.find-car-m .next-step-form3 .btn-prev-step {
  background: transparent;
  color: #5d6370;
  border: 1px solid #5d6370;
  border-radius: 4px;
  padding: 6px 22px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  min-width: 96px;
}
.find-car-m .next-step-form3 .btn-success:disabled{
    background: #ced0d4 !important;
}
.find-car-m .next-step-form3 .btn-success {
  background: #0368a0;
  border: 1px solid #0368a0;
  color: white;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 4px;
  min-width: 96px;
}

/* end */
/* step 3 */
.find-car-m .step-3 .title {
  font-size: 16px;
  font-weight: 600;
  color: #0c1529;
  font-family: "Lato";
}
.search-countries {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: #f1f5f9;
  padding: 10px 12px;
  margin-bottom: 12px;
}
.search-countries input {
  border: none;
  outline: none;
  color: #94a3b8;
  background-color: #f1f5f9;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.04px;
  flex-grow: 1;
}
.search-countries input:focus,
.search-countries input:focus-visible {
  outline: none;
  border: none;
}
/* end */
@media screen and (max-width: 340px) {
  .find-car-m .next-step-form2 .btn-prev-step {
    min-width: 70px;
  }
  .find-car-m .next-step-form2 .btn-next-step {
    min-width: 70px;
  }
  .find-car-m .next-step-form3 .btn-prev-step {
    min-width: 70px;
  }
  .find-car-m .next-step-form3 .btn-success {
    min-width: 70px;
  }
}
