.error{
	color: #dc3545;
}

body {
  background-color: #FFF;
}

.bg--section,
.book-section {
  background-color: #fa7e31 !important;
}

.back-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}

.back-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  z-index: 9;
  font-size: 18px;
  border-radius: 5px;
  display: block;
  text-align: center;
  background: #00aeeb;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 8px;
}

.rent__content h6,
.rent__content h6 a,
.rent__content h5 sub,
.rent__content li i,
.rent__content li span,
.bg--section,
.book-section h4,
.book-section label i,
.book-section div,
.book-section label {
  color: #000;
}

.price-area .item sub {
  color: #000;
}

.rent__item .rent__content .car-info {
  background: #00000000 !important;
}

.book__wrapper .book__title::after {
  background: #000 !important;
}

.rent__item .rent__content .car-info i {
  color: #000;
}

.menu li a {
  font-size: 20px;
  color: #000;
}

.pt-140 {
  padding-top: 140px;
}

.header-top {
	display: none;
}

.widget,
.header-bottom,
.rent__item,
.header-bottom.active {
  background-color: #b2cd45 !important;
}

#vehicle-details-inner {
  padding: 16px;
  border-radius: 8px;
}

#vehicle-details-inner h3,
#vehicle-details-inner span,
#vehicle-details-inner span i {
  color: #000 !important;
}

.nav-link {
  color: #000 !important;
}

.nav-link.active {
  color: #FFF !important;
}

.slider-bottom {
  background-color: #26353e;
  border-radius: 8px;
}


.footer__bottom,
.book__wrapper,
#vehicle-details-inner,
.footer-section {
  background-color: #b2cd45 !important;
  color: #000 !important;
}

.widget div,
.widget h5,
.widget h5 label,
.widget label,
.widget li a,
.book__wrapper label,
.book__wrapper label i,
.widget h5 label i {
  color: #000 !important;
}

.footer-section ul li div a,
.footer-section h4,
.footer-section li a,
.footer-section li a i {
  color: #000 !important;
}

.datepickers-container.datepicker {
  background: #b2cd45;
}

.input-group label.error{
    top: 100%;
	position: absolute;
}