/* Added by Deepak */
/* Vehicle List Page */
div#veh_container {
    padding-bottom: 30px;
    min-height: 600px;
}
.veh_inner{
    border: 1px solid #dfe2e6;
}
.veh_inner img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.veh_info {
    padding: 20px;
}
.veh_info h3 a {
    color: #ad1a1a;
}
.veh_info h3 {
	font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}
.veh_desc {
    padding-bottom: 20px;
}
/*Vehicles Details Page */
#vehdetails_bookbtn {
    text-align: right;
}
#vehdetails_header {
    padding: 20px 0px;
}
#vehdetails_name h2 {
    font-weight: 700;
}
#vehdetails_section {
    padding: 10px 0px;
}
#vehdetails_params {
    padding: 5px 0px;
    border-bottom: 1px solid #f2f2f2;
}
#vehdetails_section #labels {
    font-weight: 500;
}
#vehdetails_section #veh_val {
    font-weight: 700;
    font-size: 18px;
}
.vehdetails_gallery {
    padding: 10px 0px;
}
#vehdetails_galimg {
    float: left;
    padding: 10px;
}
.vehdetails_backbtn {
    text-align: right;
}


/* End Added by Deepak */




#myCarousel .nav a small{
	display:block;
}
#myCarousel .nav{
	background:#eee;
}
#myCarousel .nav a{
	border-radius:0px;
}
.name{
	font-size: 25px;
	font-weight: bold;
	margin:30px 0px -30px 0px;
}
.can1{
	margin:30px 0px 30px 0px;
}
#can2{
	background: royalblue;
	color: turquoise;
	border: 1px solid grey;
	margin:-21px 0px 0px 0px;
}
.can3{
	margin:0px 0px 0px 740px;
}
.can4{
	margin-left: 0px;
	color: lightgrey;
	text-align:justify;
	margin-top:20px;
}
.can5{
	margin-left: 0px;
	margin-bottom : 20px;
}
#can6{
	background: royalblue;
	color: turquoise;
	border: 1px solid grey;
}
/*.top_h{
	margin:-78px 0px 0px 0px;
}*/
.heading{
	margin:-60px 0 30px 16px;
}
.t3-mainbody{
	padding-bottom:0px !important;
}
