.car_border {
  border-bottom: 1px solid rgb(222, 226, 230);
  padding: 0;
}

.car_image_container,
.car_info_wrapper {
  width: 100%;
}

.car_attribute_wrapper,
.car_attribute_price {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .car_attribute_wrapper {
    width: 70%;
  }
  .car_attribute_price {
    width: 30%;
  }
}

.car_attribute_wrapper_icon {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
}

.car_online_cars,
.ti-check {
  color: #035b90;
}

.car_attribute_price_day {
  padding-top: 14px !important;
}

.single_car_price {
  font-size: 20px !important;
}

@media only screen and (min-width: 768px) {
  .single_car_price {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 962px) {
  .car_image_container {
    width: 30.66%;
  }
  .car_info_wrapper {
    width: 65.33%;
  }
  .car_attribute_price_day {
    padding-top: 10px !important;
  }
  .single_car_price {
    font-size: 30px !important;
  }
}

.book_car {
  background-color: #035b90;
  border: none;
  width: 60%;
  margin-top: 15px;
  padding: 8px 0;
}

.book_car:hover {
  background-color: #035b90;
  opacity: 0.8;
}

.ti-check {
  font-weight: bold;
}

.search-result {
  margin-bottom: 50px;
}

.price {
  font-weight: bold;
  font-size: 24px;
  color: #035b90;
}

.price-detail-btn {
  text-decoration: none;
  color: #007bff;
}

.price-detail-btn:hover {
  text-decoration: none;
  color: rgb(153, 42, 42);
}

.price-detail-btn:focus {
  text-decoration: none;
}

.price-column {
  border-top: 1px solid #dfdfdf;
}

@media only screen and (min-width: 576px) {
  .price-column {
    border-top: 0;
    border-left: 1px solid #dfdfdf;
  }
}

@media only screen and (min-width: 768px) {
  .price-column {
    border-top: 1px solid #dfdfdf;
    border-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .price-column {
    border-top: 0;
    border-left: 1px solid #dfdfdf;
  }
}

.car-image-with-driver {
  max-height: 286px;
}

@media (min-width: 992px) {
  .car-image-without-driver,
  .car-image-with-driver {
    max-height: 220px;
    height: 220px !important;
    max-width: 350px !important;
  }
}

.promotion-price-col {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (min-width: 576px) {
  .promotion-price-col {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .promotion-price-col {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .promotion-price-col .single_car_price {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .promotion-price-col {
    flex-direction: column;
  }
}

.vehicle-without-driver-card,
.vehicle-with-driver-card,
.promotion-card {
  max-width: 450px;
  margin: auto;
  background-color: #f2f2f2;
  box-shadow: 1px 2px 12px #f2f2f2;
}

@media (min-width: 992px) {
  .vehicle-without-driver-card,
  .vehicle-with-driver-card,
  .promotion-card {
    max-width: none;
  }
}

.card-vehicle-specs {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-vehicle-specs .vehicle-description {
  margin: auto;
  margin-left: 10px !important;
  padding: 10px;
  padding-left: 25px;
}

.card-vehicle-specs .price-container {
  background-color: #e1e1e1;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.card-vehicle-specs .price-detail {
  display: flex;
  justify-content: center;
}

.promo-date {
  color: #035b90;
}

.timeline-container {
  background-color: #f2f2f2;
}

.timeline-title {
  margin: 0;
  color: #035b90;
  padding: 20px 0 20px 100px;
  border-bottom: 1px solid #cccccc;
}

.timeline {
  display: flex;
  justify-content: space-evenly;
}

.timeline .ti-section {
  width: 100%;
  border-right: 1px solid #cccccc;
  padding: 10px;
}

.timeline .ti-section.with-driver {
  padding: 10px;
}

.timeline .ti-section:first-child {
  border-top: 3px solid #035b90;
}

.timeline  .checked {
  border-top: 3px solid #035b90;
}

.timeline .ti-section:last-child {
  border-right: none;
}

.timeline .ti-section p:first-child {
  color: #035b90;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 18px;
}

.timeline .ti-section p {
  margin: 0;
  padding: 0;
}

.timeline .ti-section p:nth-child(2) {
  font-size: 14px;
}

.ui-accordion .ui-accordion-header .ui-icon.ui-icon-triangle-1-s:after
{
	content: "\f106";
}

.ui-accordion.has_icon .ui-accordion-header .ui-icon:after
{
	display: none !important;
}

.ui-accordion .ui-accordion-header .ui-icon
{
	right: auto;
	left: auto;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 250px;
	background: #035b90;
	top: 50%;
    margin-top: -17px;
    text-indent: initial;
    text-align: center;
}

.ui-accordion .ui-accordion-header .ui-icon.ui-icon-triangle-1-e:before,
.ui-accordion .ui-accordion-header .ui-icon.ui-icon-triangle-1-s:before
{
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	color: #fff;
	width: 100%;
    text-align: center;
    line-height: 33px;
    left: 0px;
}

.ui-accordion .ui-accordion-header .ui-icon.ui-icon-triangle-1-s:before
{
	content: "\f107";
}

.pp_accordion, .pp_accordion_close
{
 	margin: 10px 0 10px 0;
	visibility: hidden;
}

.pp_accordion.ui-accordion, .pp_accordion_close.ui-accordion
{
	visibility: visible;
}

.ui-accordion .ui-accordion-header
{ 
  border-bottom: none;
}