@media (min-width: 100px) and (max-width: 991px) {

/*** LEFT CARD CSS START ***/


.single-left-card{
    border:1px solid #00BED1;
	border-radius:5px;
	background:#E5F8FA;
	margin:auto;
	width:385px;
}



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

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

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


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

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

.number-btn{
	padding:10px 110px 10px 110px;
	background:#fff;
	color:#000;
	border:#fff;
	text-wrap: nowrap;
}

/*** 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;
}

.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:300px;
}
/*** Package slider css End***/




}