.rh-booking-list {
	padding-bottom: 50px;
}

.rh-booking-list .rh-marketplace-code h3,
.rh-booking-list .rh-listing-info .rh-booking-code h3 {
	color: black;
	font-size: 20px;
}

.rh-booking-list .rh-marketplace-code h3 span,
.rh-booking-list .rh-listing-info .rh-booking-code h3 span {
	font-size: 16px;
	font-weight: 600;
	color: #3b3b3b;
}

.rh-booking-list .rh-booking-confirmed {
	text-align: right;
}

.rh-booking-list .rh-marketplace-code,
.rh-booking-list .rh-booking-confirmed {
	width: 50%;
}

.rh-booking-list .rh-booking-confirmed h4 {
	background-color: green;
	display: inline-block;
	padding: 5px 20px;
	color: white;
	font-weight: 600;
	border-radius: 12px;
	font-size: 16px;
	text-transform: uppercase;
}

.rh-booking-list .rh-booking-list-top {
	border-bottom: solid 1px #cacaca;
	padding: 20px 20px 20px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.rh-booking-list .rh-booking-list-down {
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.rh-booking-list .rh-listing-img h3 {
	color: black;
	font-size: 28px;
	line-height: 30px;
	margin-top: 0;
}

.rh-booking-list .rh-listing-img h3 span {
	display: block;
	font-size: 19px;
	color: black;
	font-weight: 700;
}

.rh-booking-list .rh-listing-img span {
	color: #3b3b3b;
	font-weight: 600;
	font-size: 16px;
}

.rh-booking-list .rh-listing-img span b {
	color: black;
}

.rh-booking-list .rh-listing-pic-drop-date {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.rh-booking-list .rh-listing-pic-drop-date div:nth-child(2),
.rh-booking-list .rh-listing-pic-drop-date div:nth-child(4) {
	text-align: end;
}

.rh-booking-list .rh-listing-pic-drop-date div {
	width: 50%;
	margin-bottom: 20px;
}

.rh-booking-list .rh-listing-pic-drop-date div h3,
.rh-booking-list .rh-listing-services h3 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
	color: black;
}

.rh-booking-list .rh-listing-pic-drop-date div p {
	color: #3b3b3b;
	line-height: 17px;
	font-size: 16px;
}

.rh-booking-list .rh-listing-services ul {
	padding: 0;
}

.rh-booking-list .rh-listing-services ul li {
	list-style: none;
	color: #3b3b3b;
	display: flex;
	justify-content: space-between;
	line-height: 16px;
	margin-top: 3px;
}

.rh-booking-list .rh-listing-services ul li span {
	width: 30%;
	text-align: end;
	font-size: 16px;
}

.rh-booking-list .rh-listing-total {
	text-align: right;
	margin-top: 67px;
}

.rh-booking-list .rh-listing-total h3 {
	font-size: 32px;
	line-height: 40px;
	color: black;
}

.rh-booking-list .rh-listing-total h3 span {
	color: green;
	display: block;
}

.rh-booking-list .rh-listing-total p {
	color: #222222;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 20px;
}

.rh-booking-list .rh-listing-total p span {
	display: block;
}

.rh-booking-list .rh-listing-total .rh-cancel-listing {
	background-color: red;
	display: inline-block;
	padding: 5px 10px;
	color: white;
	font-weight: 600;
	border-radius: 12px;
	text-align: start;
	font-size: 16px;
	transition: 0.3s;
	border: solid 2px red;
}

.rh-booking-list .rh-listing-total .rh-cancel-listing:hover,
.rh-booking-list .rh-listing-total .rh-cancel-listing:focus {
	background-color: white;
	color: red;
}

.rh-booking-list .rh-booking-list-down .rh-listing-colum:first-child {
	width: 35%;
}

.rh-booking-list .rh-booking-list-down .rh-listing-colum:nth-child(2) {
	width: 45%;
}

.rh-booking-list .rh-booking-list-down .rh-listing-colum:last-child {
	width: 20%;
}

.rh-booking-list .rh-listing-info {
	padding: 0 40px;
}

.rh-booking-list .rh-listing-img p {
	color: #3b3b3b;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.rh-booking-list .rh-listing-img div {
	overflow: hidden;
}

.rh-booking-list .rh-listing-img img {
	width: 100%;
	transition: 0.3s;
	height: 350px;
	object-fit: contain;
}

.rh-booking-list .rh-listing-img img:hover {
	transform: scale(1.1);
}

.rh-booking-list .rh-booking-wrap {
	margin-top: 50px;
	border-radius: 10px;
	box-shadow: 3px 3px 10px #00000047;
	padding-bottom: 30px;
}

.rh-cancel-decline {
	margin-left: 20px;
}

.rh-booking-list .rh-container h2.rh-heading {
	font-weight: 600;
	color: black;
	border-bottom: solid 2px #000000;
	width: max-content;
	margin: auto;
	font-size: 35px;
	line-height: 27px;
	margin-top: 20px;
}

.rh-booking-more img {
	display: none;
}

.rh-booking-more {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 8px solid;
	border-color: #da9322 #000;
	animation: s1 0.5s infinite;
	margin: auto;
	margin-top: 20px;
}

@keyframes s1 {
	to {
		transform: rotate(.5turn)
	}
}

.rh-booking-list .rh-listing-services {
	margin-top: 30px;
}

.rh-booking-list .rh-vehicle-features-2 {
	display: flex;
	margin-top: 40px;
}

.rh-booking-list .rh-vehicle-features-2 ul {
	width: 50%;
	padding: 0;
	margin: 0;
}

.rh-booking-list .rh-vehicle-features-2 ul li {
	border: 0;
	font-size: 16px;
	font-weight: 600;
	color: #3b3b3b;
	display: flex;
	width: fit-content;
	align-items: center;
	line-height: 17px;
	margin-top: 5px;
}

.rh-booking-list .rh-vehicle-features-2 .rh-car-feature3 {
	width: max-content;
	margin-left: auto;
}

.rh-booking-list .rh-booking-partner-info .cl--car-rent-logo img {
	width: 37px;
	border-radius: 5px;
	padding: 3px;
	border: solid 1px #80808052;
}

.rh-booking-list .rh-booking-partner-info {
	display: flex;
	margin-top: 40px;
	align-items: center;
}

.rh-booking-list .rh-booking-partner-info .cl--car-rent-info strong {
	display: block;
	color: gray;
}

.rh-booking-list .rh-booking-partner-info .cl--car-rent-info {
	line-height: 12px;
	margin-left: 5px;
	font-size: 12px;
}

.rh-booking-list .rh-booking-partner-info .cl--car-rent-info .popup_ts_cs {
	color: black;
}

.rh-booking-list .rh-vehicle-features-2 .rh-car-feature2 li i {
	background: url(../../images/frontend/icons-96.png);
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.rh-booking-list .rh-vehicle-features-2 .rh-car-feature2 li.rh-icon-airport i {
	transform: rotate(-45deg);
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: 0% 12%;
}

.rh-booking-list .rh-vehicle-features-2 .rh-car-feature2 li.rh-icon-un-milage i {
	background-position: 34% 0%;
	transform: unset;
	filter: brightness(0) saturate(100%) invert(23%) sepia(81%) saturate(4439%) hue-rotate(133deg) brightness(102%) contrast(93%);
}

.rh-booking-list .rh-vehicle-features-2 .rh-car-feature3 li i {
	background: url(../../images/frontend/tick-thin.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.rh-booking-list .rh-vehicle-features-2 .rh-car-feature2 li.rh-icon-doors i {
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: 34% 0%;
	transform: rotate(-45deg);
	filter: brightness(0) saturate(100%) invert(23%) sepia(81%) saturate(4439%) hue-rotate(133deg) brightness(102%) contrast(93%);
}

.rh-booking-list .rh-car-feature1 {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.rh-booking-list .rh-car-feature1 li {
	border: 0;
	display: flex;
	flex-direction: column-reverse;
	width: 25%;
	align-items: center;
}

.rh-booking-list .rh-car-feature1 li i {
	background: url(../../images/frontend/icons-96.png);
	width: 20px;
	height: 20px;
	display: inline-block;
}

.rh-booking-list .rh-car-feature1 li.rh-icon-seats i {
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: 97% 56%;
}


.rh-booking-list .rh-car-feature1 li.rh-icon-doors i {
	background-position: 99% 0%;
}

.rh-booking-list .rh-car-feature1 li.rh-icon-ac i {
	background-position: 1% -26px;
}

.rh-booking-list .rh-car-feature1 li.rh-icon-transmsn i {
	background-position: 67% 0;
}

.rh-booking-list .rh-car-feature1 li.rh-icon-transmsn.auto i {
	background-position: 66% 68.5%;
}

.rh-booking-list .rh-car-feature1 li .tooltiptext {
	color: white;
	font-size: 12px !important;
	width: 100px;
	margin: 0;
	transform: translateX(-50%);
}

.rh-booking-list .rh-no-booking {
    text-align: center;
    background-color: red;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    margin-top: 20px;
}
@media(max-width:1200px) {
	.rh-booking-list .rh-booking-list-down {
		padding: 0px 20px;
	}

	.rh-booking-list .rh-booking-list-down .rh-listing-colum:first-child,
	.rh-booking-list .rh-booking-list-down .rh-listing-colum:nth-child(2) {
		width: 50%;
	}

	.rh-booking-list .rh-booking-list-down .rh-listing-colum:last-child {
		width: 100%;
	}

	.rh-booking-list .rh-listing-total {
		text-align: start;
	}

	.rh-booking-list .rh-listing-total h3 span,
	.rh-booking-list .rh-listing-total p span {
		display: unset;
	}

	.rh-booking-list .rh-listing-total .rh-cancel-listing {
		width: 200px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
	}

	.rh-booking-list .rh-listing-total h3,
	.rh-booking-list .rh-listing-total p {
		display: flex;
		justify-content: space-between;
	}

	.rh-booking-list .rh-listing-info {
		padding: 0px 0px 0px 20px;
	}

	.rh-booking-list .rh-listing-img {
		padding-right: 20px;
	}
}

@media(max-width:767px) {

	.rh-booking-list .rh-vehicle-features-2 ul li {
		font-size: 14px;
	}

	.rh-booking-list .rh-booking-partner-info,
	.rh-booking-list .rh-vehicle-features-2 {
		padding: 0 10px;
	}

	.rh-booking-list .rh-listing-img {
		padding: 0 10px !important;
	}

	.rh-booking-list .rh-listing-services {
		margin-top: 0 !important;
		border-bottom: solid 1px #cacaca;
		padding-bottom: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.rh-booking-list .rh-booking-list-down {
		padding: 0px !important;
	}

	.rh-booking-list .rh-booking-list-top {
		padding: 10px !important;
	}

	.rh-booking-list .rh-container h2.rh-heading {
		font-size: 28px !important;
	}

	.rh-booking-list .rh-listing-services ul li span {
		font-size: 14px;
	}

	.rh-booking-list .rh-booking-wrap {
		margin-top: 30px;
	}

	.rh-booking-list .rh-booking-list-down .rh-listing-colum:first-child,
	.rh-booking-list .rh-booking-list-down .rh-listing-colum:nth-child(2) {
		width: 100%;
	}

	.rh-booking-list .rh-listing-info {
		padding: 0;
	}

	.rh-booking-list .rh-listing-info {
		margin-top: 30px;
	}

	.rh-booking-list .rh-listing-pic-drop-date {
		border-top: solid 1px #cacaca;
		padding: 15px 10px 0;
		border-bottom: solid 1px #cacaca;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.rh-booking-list .rh-listing-pic-drop-date div p,
	.rh-booking-list .rh-listing-services ul li {
		font-size: 14px;
	}

	.rh-booking-list .rh-listing-total {
		margin-top: 15px;
		padding: 0 10px;
	}

	.rh-booking-list .rh-listing-total h3 {
		font-size: 22px;
		margin-bottom: 0;
		line-height: 30px;
	}

	.rh-booking-list .rh-listing-total p {
		font-size: 15px;
		margin-bottom: 0px;
	}

	.rh-booking-list .rh-listing-img h3 {
		font-size: 20px;
		line-height: 18px;
		width: 50%;
	}

	.rh-booking-list .rh-listing-img span {
		font-size: 14px !important;
		width: 50%;
		display: inline-block;
		line-height: 20px;
	}

	.rh-booking-list .rh-listing-img img {
		height: 250px;
	}

	.rh-booking-list .rh-marketplace-code h3,
	.rh-booking-list .rh-listing-info .rh-booking-code h3 {
		font-size: 15px;
		line-height: 18px;
	}

	.rh-booking-list .rh-listing-pic-drop-date div h3,
	.rh-booking-list .rh-listing-services h3 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.rh-booking-list .rh-marketplace-code h3 span,
	.rh-booking-list .rh-listing-info .rh-booking-code h3 span {
		font-size: 12px;
		display: block;
	}

	.rh-booking-list .rh-booking-confirmed h4 {
		font-size: 14px;
	}

	.rh-booking-list .rh-listing-info .rh-booking-code {
		position: absolute;
		top: 10px;
		right: 10px;
		text-align: right;
		width: 50%;
	}
}