
@import url('https://fonts.googleapis.com/css?family=Lato&amp;display=swap');

body{
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}




.xrow{
	width: 100%;
	padding: 0;
	margin: 0;
}

.btn-cabs{
	background-color: #CC2262 !important;
	padding: 10px 15px;
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px !important;
}
.affix{
	background-color: #fff;
	width: 100%;	
	top: 0;
	z-index: 9;
	border-bottom: 2px solid #CC2262 ;
}

header{
	background-color: #fff;
	border-bottom: 2px solid #CC2262 ;
}

header .topbar{
	background-color: #CC2262;
}

header .topbar ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
header .topbar ul li{
	display: inline-block;
	padding: 8px;
	border-right: 1px solid #ccc;
}
header .topbar .left li:nth-child(2){
	border-right: none;
}
header .topbar .right li:last-child{
	border-right: none;
}
header .topbar ul li a{
	color: #fff;
}
header .topbar .left{

}
header .topbar .right{
	float: right;
}


header .navbar{
	height: 80px;
	margin-bottom: 0px;
}
header .navbar .navbar-nav li a{
	padding: 15px;
	line-height: 45px;
	height: 77px;
	font-weight: 700;
	color: #CC2262;
}
header .navbar .navbar-nav li a:hover{
	background-color: transparent;
}






.xbanner{
	 background-image: linear-gradient(72.5deg, rgb(0, 175, 255) 27.9%, rgb(0, 224, 254) 84.2%);
	height: 500px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 30px 0px;
}




.banner .card{
	background-color: #fff;
	padding: 10px 10px;

}
.banner .card .nav-tabs{
	display: flex; 
}
.banner .card .nav-tabs li{
	flex: 1;
}
.banner .card .nav-tabs li a{
	border-radius:1px;
	text-align: center;
	font-weight: 700;
	color: #CC2262;
}


.banner .card .tab-content{
	text-align: center;
}
.banner .card .tab-content h5{
	font-weight: 700;
	margin-bottom: 0;
}
.banner .card .tab-content .col-md-3{
	padding: 3px;
}
.banner .card .tab-content input{
	border-radius: 1px;
}
.banner .card .tab-content .col-md-3 label{
	font-size: 12px;
}



.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border-bottom: 2px solid #CC2262;
	color: #333;
}


.features{
	padding: 50px 10px;
	text-align: center;
}
.features i{
	width: 80px;
	height: 80px;
	background-color: #CC2262;
	border-radius: 100px;
	text-align: center;
	padding: 15px;
	font-size: 3em;
	color: #fff;
}
.features h4{
	font-weight: 700;
}

.h-gallery{
	background-image: url(../img/gallery_banner.jpg);
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 5px;
}

.h-services{
	background-image: url(../img/cars.jpg);
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 5px;
}
.h-services a{
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	font-size: 25px;
	color: #333;
	text-decoration: none;
}

.fleets{
	padding: 30px 0px;
	text-align: center;
}
.title{
	text-align: center;
}
.title h1{
	font-weight: 700;
}
.title .line{
	display: inline-block;
	width: 15%;
	padding: 5px;
	border-bottom: 2px solid #CC2262;
}
.fleet-slides{
	margin-top: 25px;
}
.fleet-slides .card{
	border:5px solid #f3f3f3;
	margin: 5px;
	padding: 5px;
}
.fleet-slides .item .card a{
	margin: 15px;
	display: inline-block;
}
.fleet-slides .card h4{
	font-weight: 700;
	color: #CC2262;
}


.testimonials{
	background-image: url(../img/testimonials.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 400px;
	padding: 50px;
	text-align: center;
}
.testimonials .fa{
	color: #CC2262;
}
.testimonials h2{
	font-weight: 700;
}
.testimonials-slides{
	padding: 20px;
}
.testimonials-slides .card{
	width: 30%;
	display: block;
}
.testimonials-slides .card h4{
	font-weight: 700;
}
.testimonials-slides .card span{
	font-weight: 700;
	display: inline-block;
	background-color:#CC2262;
	padding: 10px 15px;
	color: #fff; 
	margin-top: 15px;
}
footer{
	padding: 30px 0 0 0;
	background-color: #333;
	text-align: center;
}
footer h4{
	color: #fff;
}
footer h5{
	color: #fff;
	font-size: 18px;
}
footer p{
	color: #fff;
}
footer .fa{
	width: 40px;
	height: 40px;
	border:1px solid #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	color: #CC2262;
}
.about{
	padding: 25px 0px;
}
.about-block{
	margin-top: 25px;
}
.about-block p{
	font-size: 16px;
	text-align: justify;
	font-weight: 700;
}
.services{
	padding: 25px 0;
}
.services .tab-content{
	background-color: #f3f3f3;
	padding: 20px 10px;
}
.services h4{
	font-weight: 700;
	color: #CC2262;
}
.services p{
	font-size: 16px;
	text-align: justify;
	font-weight: 700;
}
.services .title{
	margin-bottom:30px;
}
.services .nav-tabs li{
	display: block;
	float: none;
}
.services .nav-tabs{
	border:2px solid #CC2262;
}
.services .nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: none;
    border-radius: none;
}
.services .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 2px solid #CC2262;
    color: #333;
    background-color: #CC2262;
    border-radius: 1px;
    color: #fff;
}
.contact{
	text-align: center;
}
.contact 



.row{
	padding: 30px 0px;
}
.contact .card i{
	width: 60px;
	height: 60px;
	background-color:#CC2262 ;
	font-size: 25px;
	color: #fff;
	padding: 15px;
}
.contact .card{
	padding: 20px;
	background-color: #f3f3f3;
	margin-bottom: 10px;
}
.contact .card a{
	display: block;
	padding: 10px;
	color: #333;
	font-size: 18px;
}
.enquiry{
	text-align: center;
}
.enquiry .box{
	padding: 30px;
}
.enquiry .box .card{
	background-color: #f3f3f3;
	padding: 15px;
}
.enquiry .box .card label{
	float: left !important;
}
.select .topCard{
	background-color: #f3f3f3;
	padding: 15px;
}
.select .topCard span{
	color: #CC2262;
}

.select .card{
	margin-top: 25px;
	padding: 5px 0px;
	border:3px ridge #CC2262;
}
.carList ul{
	display: flex;
	list-style: none;
	margin: 0px;
}
.carList ul li{
	flex: 1;
	list-style: none;
	padding: 10px;
}
.carList ul li h4{
	font-weight: 700;
}
.carList ul li h5{
	font-weight: 700;
}
.carList ul li p{
	font-weight: 700;
}
.carList ul li img{
	width: 100px;
	height: 80px;
}
.carList ul li a{
	display: inline-block;
	font-weight: 700;
}
.carList ul li .btn-cabs{
	margin-top: 15px;
}

@media (max-width: 321px)
{
	.mar-top-10 {
		margin-top: 30% !important;
	}
}

@media (max-width:768px) {



	.enquiry .box .nav-tabs > li > a{
		padding: 10px 6px;
	}
	.enquiry .box{
		padding: 0px;
	}
	.pd0{
		padding: 0;
	}
	.mt10 {
		margin:1%;
	}

	.topbar{
		display: none;
	}
	



.xbanner{
		background-image: url(../img/banner.jpg);
 height: auto;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 30px 0px;
	}




	
	.banner .card .nav-tabs li a{
		font-size: 13px;
	}
	.banner .card .tab-content h5{
		font-size: 13px;
	}
	.banner .card .tab-content label{
		font-size: 13px;
	}

	.features .col-md-3{
		border:1px solid #f3f3f3;
		padding: 10px;
	}
	.navbar-toggle{
		background-color: #CC2262;
		margin-top: 20px;
	}
	.navbar-toggle span{
		background-color: #fff;
	}
	.navbar-collapse{
		background-color: #fff;
		z-index: 9;
		position: relative;
		margin-top: 20px;
	}
	header .navbar .navbar-nav li a{
		height: 40px;
		border-bottom: 1px solid #333;
		line-height: 2px;
	}
	.h-services{
		background-image: url(../img/cars.jpg);
		height: 250px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
		padding-top: 20px;
	}
	.h-services a{
		font-size: 13px;
		font-weight: 700;
		display: inline-block;
	}
	.testimonials{
		padding: 10px;
	}
	.carList ul{
		display: block;
		margin: 0;
		padding: 0px;
	}
	.carList ul li{
		display: inline-block;
		height: 100px;
		border-bottom: 1px solid #333;
	}
	.select .topCard{
		padding: 5px !important;
	}
	.topCard h4{
		display: inline-block !important;
		font-size: 14px;
		font-weight: 700;
	}
	
	
    
.col-xs-offset-3{
    margin-top:10px;
}

	.testimonials-slides .card h4{
		font-weight: 600;
		font-size: 11px;
	}
	.testimonials-slides .card span{
		margin-top: 0px;
	}

}




/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button { 
    display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block !important;
    visibility: visible !important;
}

input[type="date"], focus {
    color: #95a5a6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.input-group-addon{
	background-color:#CC2262 ;
	border-radius: 1px;
	border:none;
}
.input-group-addon a{
	background-color: transparent;
	color: #fff;
	border:none;
}

select{
	border-radius: 1px !important;
	margin-bottom: 10px;
}



.slick-dots li button{
	display: none !important;
}



.biggsite-footer{
    background:#f1e310;
    padding:10px;
}
.biggsite-footer p{
    margin-bottom:0px;
    color:#333;
    font-weight:700;
    padding-top:10px;
}


.nav-tabs{
    display:flex;
}
.nav-tabs li{
    flex:1;
}


.detailsList li{
    height:auto !important;
    width:100%;
    display:block;
}

.mt10 {
		margin:3%;
	}




