.booking-wrapper {
    display: flex;
    gap: 30px;
	flex-wrap: wrap;
}

.booking-left {
    flex: 2;
}

.booking-right {
    flex: 1;
}
.booking-right-box {
    flex: 1;
    background: #0000000A;
    padding: 20px;
    border-radius: 8px;
    border: 4px solid #00000036;
}
.booking-right-box:not(:last-child) {
	margin-bottom:30px;
}
.step-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 0 30px;
}

.step {
  text-align: center;
	color: #000000;
    opacity: 0.3;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: auto auto 15px;
}
.step.active,
.step.disabled {
	opacity:1;
}
.step.disabled .circle {
  background: #2BA20A;
  color: #fff;
}
.step.disabled .circle p {
	color: #2BA20A;
}
.step.active .circle {
  background: #000;
  color: #fff;
}
.step p {
	color: #000000;
}
.step.active p {
  color: #000000;
}
.step.disabled p {
  color: #000000;
}
.line {
    width: 190px;
    height: 1px;
    background: #515151bf;
    opacity: 0.25;
    position: relative;
    top: -40px;
}

.car-card {
  display: flex;
  background: #1B1B1B;
  border-radius: 32px;
  padding: 20px;
  margin-bottom: 30px;
}

.car-image img {
    width: 100%;
    border-radius: 24px !important;
    object-fit: cover;
	height: 100% !important;
}

.car-content {
  padding-left: 25px;
  flex: 1;
  color: #111;
}

.car-title {
    font-size: 1.6rem !important;
    margin-bottom: 10px;
	margin-top: 0;
	color: #fff;
}

.car-meta {
  margin: 4px 0;
  color: #fff;
	font-size: 1rem;
	opacity:0.5;
}

.features {
  margin: 25px 0;
}

.features span {
    display: inline-block;
    background: #313131;
    color: #fff;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 12px;
    margin: 4px 6px 0 0;
    /* line-height: 25.6px; */
    /* height: 30.6px; */
    font-weight: 400;
    border: 0.2px solid #ffffff30;
}
.price {
    font-size: 1.425rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.car_name_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.price span {
  font-size: 1.125rem;
	font-weight:400;
}

.select-car {
    background: #02CDD1;
    border: none;
    padding: 0 45px !important;
    color: #000000;
    font-size: 1.05rem !important;
    cursor: pointer !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 46px;
    border-radius: 5px !important;
    width: 100%;
    justify-content: center;
	transition:all 0.5s ease;
}
.select-car img {
	max-width:20px !important;
	filter: brightness(0);
}
.select-car:hover {
  transition:all 0.5s ease;
	transform:scale(1.02);
	color:#000;
}
.main_title {
    font-size: 2.4rem !important;
    margin-bottom: 40px;
    line-height: 1em !important;
}
.car-image {
    flex: 0 0 52%;
}
.booking-right h3 {
    font-size: 2rem !important;
    margin-bottom: 40px;
}
.sidebar_title {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: 0.8;
    margin-bottom: 5px;
}
.sidebar_value {
    font-size:18px;
    opacity: 0.4;
    font-weight: 500;
    margin-bottom: 30px;
    color: #010101;
    
}
.sidebar_value.booking-right-box_last {
	opacity: 1;	
	font-size:1.4rem;
}
.sidebar_value>span {
	font-size:60%;
	    font-weight: 400;
}
.completed_info {
    font-size: 1rem;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px solid #050505;
    opacity: 0.4;
    border-bottom: 1px solid #050505;
}
.check_list {
	padding:0;
	margin:0;
	list-style:none;
}
.check_list li {
	margin:15px 0;
}
.check_list li img {
    max-width: 12px;
    margin-right: 10px;
    filter: brightness(0.2);
}
.feature_title {
	font-weight: 500;
	font-size: 1.125rem;
	color:#fff;
}
/* ================ Step 2 */
.sections {
    margin-bottom: 40px;
}

.sections label,
.labels {
    display: block;
    margin-bottom: 18px;
    font-size: 1.2rem;
}

.rows {
    display: flex;
    gap: 30px;
}

.inputs {
    flex: 1;
    padding: 0 20px !important;
    border-radius: 8px !important;
    /* border: 2px solid #ffffff21 !important; */
    background: #FCFCFC;
    height: 54px;
    border: 2px solid #11111124 !important;
}
.inputs::placeholder {
	color:#000;
}

.rental-info {
    background: #FCFCFC;
    border: 2px solid #11111124 !important;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
    font-size: 1.25rem;
	height: 78px;
    display: flex;
    align-items: center;
    gap: 5px;
	color:#02CDD1;
	margin-bottom: 40px;
}

.dayss {
    
    font-size: 1.875rem;
    font-weight: 600;
}

.location-box {
    background: #FCFCFC;
    border: 2px solid #11111124 !important;
    padding: 30px;
    border-radius: 10px;
    color: #000000;

}

.location-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 400;
}
.location-box p {
    font-size: 1rem;
    margin: 5px 0 0;
    font-weight: 400;
    opacity: 0.7;
}
.buttonss {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.backs {
    flex: 1;
    padding: 0 20px !important;
    background: #1B1B1B;
    color: #fff;
    border: none;
    border-radius:10px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.continues,
button[type="submit"]{
    flex: 6;
    padding: 0 30px !important;
    background: #02CDD1 !important;
    border: none;
    border-radius: 5px;
    color: #000 !important;
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 10px;
}
.continues:hover,
.backs:hover,
button[type="submit"]:hover {
	background:#000 !important;
	color:#fff !important;
}
.continues img {
	max-width:20px !important;
	filter:brightness(0)
}
.continues:hover img {
	max-width:20px !important;
	filter:brightness(1)
}
.mt-3 {
	margin-top:30px;
}
.rows>div>img {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 20px;
    max-width: 20px;
	pointer-events: none;
	filter: brightness(0);
}
.rows>div {
    position: relative;
	flex: 1;
}
.time_dropdown {
    position: absolute;
    background: #000;
    width: 100%;
    padding: 20px !important;
    border-radius: 8px !important;
    border: 2px solid #ffffff21 !important;
    background: #1B1B1B;
    color: #fff;
    z-index: 1;
	display:none;
	max-height:300px;
	overflow-y:auto;
}
.time_dropdown>div:nth-child(odd) {
    background: #181818;
}
.time_dropdown>div {
    padding: 9px 15px;
    border-radius: 6px;
	cursor:pointer;
}
.inpuit_note {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 10px;
    opacity: 0.45
}
.location-box ul {
    padding: 0px 0 0 20px;
}
.location-box ul li {
	margin:5px 0;
}
/* Container */
.custom-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* Hide default checkbox */
.custom-checkbox input {
    display: none;
}

/* Custom box */
.checkmark {
    width: 28px;
    height: 28px;
    border: 2px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    display: inline-block;
    background: transparent;
    transition: 0.2s ease;
}

/* Checked state */
.custom-checkbox input:checked + .checkmark {
    background-color: #00cfc8; /* optional */
    border-color: #00cfc8;
}

/* Tick mark */
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show tick */
.custom-checkbox input:checked + .checkmark::after {
    display: block;
}

/* Tick styling */
.custom-checkbox .checkmark::after {
    left: 11px;
    top: 7px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox_section {
    display: flex;
    gap: 13px;
    align-items: center;
}
.checkbox_note {
    font-size: 1rem;
    opacity: 0.6;
    font-weight: 400;
    line-height: normal;
}
.errors {
    position: absolute;
    font-size: 1rem;
    margin-top: 4px;
    color: #02CDD1;
	background: #0A0A0A;
    z-index: 1;
    padding: 2px 10px;
}
.text-center {
	text-align:center;
}
.order_summary>div {
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
    margin: 10px 0;
}
.order_total {
    border-bottom: 1px solid #00000052;
    margin-bottom: 40px;
}
.total_price {
	font-size:1.75rem;
	font-weight: 700;
}
.order_summary {
	position:relative;
	padding:20px 0;
}
.bdr_top {
    height: 1px;
    background: #000000;
    width: 100%;
    left: 0;
    opacity: 0.3;
}
.bdr_bottom {
	height:1px;
	background:#000000;
	width:100%;
	left:0;
	opacity: 0.3;
}
/* ================ Step 2 */




