
body{
    
    box-sizing: border-box;
}

.img-holder .bike_gallery{
	height: 480px !important;
}
.about-right img{
	
}
.cab_book{
	background: #ec3323;
    padding: 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}
.cab_book:hover{
	background: #db5044;
	color: #222;
	border: none;
}


.car_rent{
		text-align: end;
}
.car_rent button{

}
.inquery_btn{

}
.inquery_btn button{
	background: linear-gradient(45deg, #e7032d, transparent);
    padding: 5px 19px 5px 20px;
    margin-top: 15px;
    color: #222;
    font-size: 18px;
} 
.inquery_btn button:hover{
	background: #222;
	color: #fff;
	border: 1px solid #ad1f1f;
}
.single-offers {
    
    border: 1px solid #e1e1e7;
    border-bottom: 1px solid #ec3323;
    transition: 0.4s;
}
.single-offers:hover {
    
     box-sizing: border-box;
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #ec3323;
}
.view_more_btn{
	text-align: center;
	margin-top: 50px;
}
.view_more_btn a{
	background: linear-gradient(46deg, #e50909, transparent);
    padding: 10px 30px 10px 30px;
    color: #111;
    font-size: 18px;
    font-family: sans-serif;
}