
/*** Left Card CSS START ***/
.car-area2{
	position: relative;
    display: block;
	}



.single-left-card{
    border:1px solid #00BED1;
	border-radius:5px;
	background:#E5F8FA;
	height: max-content;
}



.cars-image1 img{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height:130px;
}	

.cars-title1{
	text-align:justify;
}

.cars-title1 h4{
	color:#878787;
	padding-top:25px;
}


.cars-title2{
	text-align:justify;
	 height: 50px;
}

.cars-title1 p{
	color:#000;
}

.number-btn{
	padding:10px 150px 10px 150px;
	background:#fff;
	color:#000;
	border:#fff;
}

.Change-title{
	float:right;
}

/*** Left Card CSS END ***/

/*** RIGHT Card CSS START ***/
.single-right-card{
	
	
}

.header-bg{
	background:#e5f8fa;
	color:#0B2154;
}
/*** RIGHT Card CSS END ***/

/*** Package slider css start***/
.package-main{
	border:1px solid #878787;
	padding:2px;
}

.slide-pack1:hover{
	background:#E5F8FA;
}

.package-title{
	text-align:center;
}


.pack-image1{
	width:48px;
	height:45px;
}

.pack-title1{
	font-size:16px;
}

.pack-title2{
font-size:12px;	
}


.pack-title3{
	font-size:22px;
	text-align:center;
	color:#0B2154;
}

.pack-title4{
font-size:12px;	
text-align:center;
}

.car-radio2{
	margin-left:160px;
}
/*** Package slider css End***/


/** Button css start ***/
.car-btn2{
	padding:15px 80px 15px 80px;
	font-weight:bold;
	background:#00BED1;
}
/** Button css End ***/