.history-book-banner {
  width: 100%;
  border-radius: 0px 0px 15px 15px;
}

.booking-history .white-bggg {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #ccc;
  padding: 30px;
  margin-top: -11%;
  position: relative;
  z-index: 998;
}

.booking-history .white-bggg .header-calender-holder {
  position: relative;
}

.booking-history .white-bggg .header-calender-holder .calender-holder {
  position: absolute;
  right: 0px;
  z-index: 2;
}

.booking-history .white-bggg .dark-grey-bggg {
  background: #e2e2e2;
  padding: 20px;
  margin-top: 3%;
}


.rebook-btnnnn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}


/* .booking-history .white-bggg .dark-grey-bggg .silder-btn {
  position: absolute;
  border-radius: 12px 0px 0px 12px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
} */

/* .booking-history .white-bggg .dark-grey-bggg .silder-btn .back-btn {
  width: 20px;
  height: 60px;
  margin: 10px;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  bottom: 50%;
  transform: translateY(-100%);
  z-index: 999;
  left: -18px;
  z-index: 1;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 0px 8px 8px 0px;
} */

/* .booking-history .white-bggg .dark-grey-bggg .silder-btn .next-btn {
  width: 20px;
  height: 60px;
  margin: 10px;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  bottom: 50%;
  transform: translateY(-100%);
  z-index: 999;
  right: -18px;
  z-index: 1;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 8px 0px 0px 8px;
} */

.booking-history .white-bggg .dark-grey-bggg .swiper-button-prev, .booking-history .white-bggg .dark-grey-bggg  .swiper-button-next {
    color: #fff;
    width: 20px;
    height: 60px;
    margin: 10px;
    cursor: pointer;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    background: #000;
    border-radius: 0px 8px 8px 0px;
    font-size: 11px;
    top: 36%;
}

.booking-history .white-bggg .dark-grey-bggg .swiper-button-prev:after, .booking-history .white-bggg .dark-grey-bggg .swiper-button-next:after {
    font-size: 11px;
    font-weight: 600;
}



.booking-history .white-bggg .dark-grey-bggg .swiper-button-prev {
   left: -10px;
}


.booking-history .white-bggg .dark-grey-bggg  .swiper-button-next {
  right: -10px;
}


.booking-history .booking-history-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.booking-history .history-title {
  font-size: 16px;
}

.booking-history .history-slide {
  background: #f5f5f5;
  border: 1px solid #c9c6c6;
  border-radius: 5px;
  padding: 30px 10px 10px 10px;
  position: relative;
  height: 100%;
  min-height: 181px;
  /* max-height: 322px; */
}

.history-title {
  position: relative;
  display: inline-block;
}

.history-title::before,
.history-title::after {
  content: "•";
  font-size: 1.9rem;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.history-title::before {
  left: -1.3rem;
}

.history-title::after {
  right: -1.3rem;
}

.slider-holder {
  position: relative;
}

.history-slider .history-slide .brown-border {
  border-bottom: 4px dashed #c9c6c6;
}

.history-slider .history-slide .red-txttt {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}

.history-slider .history-slide .txttt-hisory {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 9px;
  font-weight: 500;
}

.history-slider .history-slide .car-imggg {
  width: 100%;
  object-fit: contain;
  height: 100%;
  aspect-ratio: 1/0.6;
}

.history-slider .history-slide .car-name {
  font-size: 14px;
  background: #FED015;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000;
}

.history-slider .history-slide .rebook-btnnnn {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 7px;
  border-radius: 4px;
  width: 90%;
  position: relative;
  bottom: -5px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  margin-top: 3px;
}

.history-slider .history-slide .rebook-btnnnn:hover span {
  color: #fff;
  position: relative;
  z-index: 99;
}



.history-slider .history-slide .rebook-btnnnn::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  top: 50%;
  right: 0px;
  background-color: #FED015;
  transition: 0.4s;
}

.history-slider .history-slide .rebook-btnnnn:hover::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0px;
  background-color: #FED015;
  transition: 0.4s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.history-slider .history-slide .rebook-btnnnn::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 50%;
  right: 0px;
  background-color: #FED015;
  transition: 0.4s;
}

.history-slider .history-slide .rebook-btnnnn:hover::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0px;
  background-color: #FED015;
  transition: 0.4s;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}



/* 
.history-slider .history-slide .rebook-btnnnn::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 0%;
  top: 0px;
  left: 0px;
  background-color: #000;
  transition: 0.4s;
}

.history-slider .history-slide .rebook-btnnnn:hover::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  transition: 0.4s;
}

.history-slider .history-slide .rebook-btnnnn::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 0%;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  transition: 0.4s;
}

.history-slider .history-slide .rebook-btnnnn:hover::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  transition: 0.4s;
} */

/* Media */

@media (min-width: 0px) and (max-width: 379px) {
  .history-slider .history-slide .rebook-btnnnn {
    font-size: 11px;
  }

  /* .booking-history .white-bggg .dark-grey-bggg .slider-holder{
    height: 400px;
  } */

  .history-slider .history-slide .car-name {
    padding: 5px 10px;
  }

  .booking-history .history-slide {
    padding: 62px 10px 10px 10px;
  }

}

@media (min-width: 380px) and (max-width: 419px) {
  .history-slider .history-slide .car-name {
    padding: 5px 10px;
  }
  .booking-history .history-slide {
    padding: 55px 10px 10px 10px;
  }

}

@media (min-width: 420px) and (max-width: 485px) {
  .booking-history .history-slide {
    padding: 55px 10px 10px 10px;
  }
}


@media (min-width: 486px) and (max-width: 768px) {
  .booking-history .history-slide {
    padding: 50px 10px 10px 10px;
  }
}

@media (min-width: 486px) and (max-width: 539px) {
  .booking-history .history-slide {
    height: auto;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .booking-history .history-slide {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1399px) {
  .online-store h2 {
    font-size: 14px;
  }
}