@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #222222;
	line-height: 1.5;
	background-color: #fff;
	word-wrap: break-word;
}

.bg-light-grey{
	background-color:#f0f1f3 ;
	width: 100%;
}

h1{
	color: #0D2519;
}

h3{
	font-size: 18px;
	font-weight: 400;
}

nav ul li{
	font-weight: 700;
	margin: 0 10px;
}

.bg-card{
	background-color: #fff;
	border-radius: 15px;
	
}

.navbar-brand img{
	width: 80%;
	height: auto;
}

.navbar {
    width: 100%;
}
.p15{
	padding:15px;
}

.p30{
	padding:30px;
}

.p40{
	padding:40px;
}

.p80top{
	padding-top: 80px;
}

nav{
	background-color: #fff;
}



.member .btn-login{
	background-color:#3BA785;
	color:#fff;
	padding:6px 12px;
	border-radius:5px;
	margin-right: 5px;
}

.bg-hero img{
	width: 100%;
}

.download-apps a img{
	width: 25%;
}

h1{
	font-size: 24px;
	font-weight: 700;
}

.member .btn-signup{
	border:1px solid #3BA785;
		padding:6px 12px;
	border-radius:3px;
	color: #3BA785;
	margin-right: 5px;


}

.bg-hero h1{
	margin-top: 80px;
	font-size: 48px;
	color: #fff;
}

.bg-hero p{
	font-size: 18px;
	margin-top: 30px;
	color: #fff;
}

.bg-hero {
    background-image: url(../images/bg-hero.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;

}

.fix-nav {

    background-color: #fff;
    border-bottom: 1px solid #EFEFEF;
}

.fix-nav li{
	display: inline-block;
	padding: 15px 30px;
	letter-spacing: .2px;
}

.fix-nav li a{
	color: #797979;
	font-weight: 800;
}

.fix-nav ul {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-left: 0;
}

.fixed-panel-right{
	background-color: #fff;
	height: 100vh;
	width: 100%;
	box-shadow: 0px 0px 30px #00000029;
	border-radius: 30px 0px 0px 0px;
	top:10px;
	padding:0;
	position: fixed;
	right: 0;
	z-index: 999;
}

.carousel-inner {
    border-radius: 15px;
	padding: 30px 30px 0 30px;

}

.find-service h1{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 20px;
}

.fixed-panel-right img{
	width: 100%;
	border-radius: 15px;
}

.find-service {
	padding-left:0;
}

.find-service li{
	list-style: none;
	width:33%;
	float:left;
	font-weight: 700;
	padding: 0 10px 20px 0;
	font-size: 12px;
	height: 90px;
}

.find-service p{
	font-weight: 700;
	margin: 15px 0;
}

.find-service li a img{
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 5px;
}

.contact{
	background-color:#3BA785;
	color:#fff;
	clear: both;
	font-size: 24px;
	bottom: 0;
	font-weight: 700;
	padding: 20px 40px;
	width: 100%;
	position: fixed;
	bottom: 0;
}

.btn-enquire, .btn-login{
	font-weight: 700;
	padding: 8px 24px !important;

}

.bg-card{
	list-style: none;
	width: 100%;
}

.bg-card img{
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}

.card-info{
	display: inline;
	width:70%;
	float: right;
}

.card-info b{
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
}


.booking-step ul{
    padding: 0;
    list-style: none;

}
.booking-step li {
    margin: 15px auto;
    width: 50%;
    float: left;
}

.booking-step li strong{
	display: block;
	font-size: 18px;
}

.booking-step li span{
	display: inline-block;
    margin-left: 30px;
    width: 70%;
	border-radius: 10px;
	padding: 15px;

}


.step-line {
    border-left: 3px dotted #DAEFE7;
    height: 470px;
    position: absolute;
    margin-left: 48px;
    z-index: -1;
    margin-top: 50px;
}

.periodic-service {
	background-color: #fafafa;
}

.booking-step li img{
	/*background-color: #DAF5E0;
	font-weight: 700;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;*/
	width: 100px;
}

.booking-step h3 {
    display: inline-block;

    line-height: 1.5;
    vertical-align: text-top;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
.fixed-panel-right .nav-tabs{
	margin-top: 30px;
}

.garage-card{
	padding-left: 0;
    list-style: none;
}

.garage-card img{
	display: block;
}

.garage-card li{
	float: left;
	margin-right: 30px;
}

.garage-card strong{
	display: block;
}

.garage-card span{
	font-weight: 700;
}

.s-title{
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

.wcu ul{
	padding-left: 0;
    list-style: none;
}


.wcu li {
    float: left;
    margin: 15px;
    width: 22%;
    padding: 15px;
    border-radius: 15px;
    background-color: #F2FCF8;
}


.wcu h3{
	font-weight: 800;
	line-height: 1.6;;
	font-size: 18px;
	opacity: .9;
	width: 100%;
}

.wcu img {
    display: block;
    width: 100%;
}

footer{
	background-color: #0D2519;
	color: #fff;
	line-height: 2;
}

.wcu li p{
	min-height: 100px;
}

footer a{
	color: #fff;


}

footer ul li{
	list-style: none;
	margin-bottom: 15px;
}

.download-app img{
	width: 12%;
	min-width: 60px;
	margin-top: 10px;
}


.bg-card a{
	font-weight: 700;
	display: block;
}

.distand p{
	display: inline-block;
	background-color: #DAF5E0;
	padding: 5px 10px;
	font-weight: 700;
	text-align: center;
}

.line-below{
	border-bottom: 1px solid #707070;
}

.categories-service li a img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.categories-service li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.categories-service ul{
	padding-left: 0;
	display: flex;
    width: 100%;
}

/* .categories-service a{
	min-width: 180px;
} */

.product-price{
	color: #00563f;
	font-size: 18px;
	font-weight: 700;
}

.product-price-origin{
	font-size: 18px;
    font-weight: 700;
    float: left;
    margin-right: 5px;
	margin-top: 0 !important;
    text-decoration: line-through;
}

.btn-add{
	background-color: #3BA785;
	color: #fff !important;
}

.shopping-cart .clear-all{
	float: right;
}

.shopping-cart ul{
	padding-left: 0;
}
.shopping-cart ul li{
	list-style: none;
}

.quantity{
	padding:0 10px;
	display: inline-block;
}

.fa-circle-minus{
	color:#FF6464;
}

.fa-circle-plus{
	color:#3BA785;
}

.checkout{
	bottom: 0;;
	width: 100%;


}

.btn-confirm{
	border: 0 solid #000 !important;
}

.fa-ticket{
	color: #3BA785;
	margin-right: 15px;
}

.checkout p{
	color: #B6B6B6;
	font-weight: bold;
	display: inline-block;
}

.balance p{
	color:#333333;
	font-size: 12px;
	vertical-align:text-top;
	margin-right: 10px;
}
.balance span{
	color: #3BA785;
	font-size: 18px;
	font-weight: 700;
}

.promo-code{
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	padding-top: 15px;
}

.promo-code input {
    border: 1px solid #d9d9d9 !important;
    outline: none;
    color: #b6b6b6;
    font-weight: 400;
    padding: 5px 10px;
}

.promo-code .apply-voucher-btn{
	margin-right: 0 !important;
	margin-left: 10px;
}

.car-product-content img{
	width: 100%;
}

.balance{

	padding-top:10px;
}

.btn-checkout {
    padding: 15px 5px;
    background-color: #3BA785;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: 700;

}


.logo-download-app img{
	width: 10%;
	margin: 10px;
}

.order-id strong{
	background-color: #DAF5E0;
    padding: 5px 10px;
    border-radius: 3px;
	margin-bottom: 30px;
	display: inline-block;
}

.summary-details ul{
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
	display: flow-root;
	border-bottom: 1px solid #DBDBDB;
	;
}

.garage-dire .distance{
	padding: 5px !important;
}

.garage-detail-info b{
	font-size: 14px !important;
}

.summary-details li{
	float: left;
	margin-bottom: 30px;
}

.car-product-content{
	height: auto;
}

.product-list .bg-card{
	margin-top: 15px !important;
}

.promo-code .apply-voucher-btn{
	position: relative !important;
}

.shopping-cart{
	background-color: #fff;
	border-radius: 15px;
}

.col-half{
	width: 45%;
}

.col-full{
	width: 100%;
}

.summary-details ul li span{
	display: block;
}

.estimate-cost{
	background-color: #3BA785;
	color: #fff;
	padding: 15px 30px;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.btn-view-order{
	color: #fff;
	text-decoration: underline;


}

.estimate{
	color:#fff;
	font-weight: 700;

}

.estimate p{
	margin-bottom: 0 !important;
}

.estimate span{
	font-size: 24px;
}

.history-topbar li{
	display: inline-block;
	width: 30%;
	font-weight: 700;
	text-align: center;
}

.history-topbar{
	background-color:#fff;
	padding: 10px 0;
	border-bottom: 2px solid #f0f0f0;
	margin: 30px 0;
}
.history-topbar ul{
	margin-bottom: 0;
}

.active{
	color: #3BA785;
}

.checkout{
	position: relative !important;
}


.garage-info ul, .product-list ul{
	padding: 0;
}

.free-space-bottom{
	padding-bottom: 60px;
}

.download-app strong{
	display: block;
}


.garage-info p{
	display: block;
}

.garage-dire{
	position:relative !important;
}



.form-wrapper .date-selected, .form-wrapper .date-item, .form-wrapper .date-item-disabled{
	padding: 10px 5px !important;
}

.modal{
	z-index: 9999990;
}

.p-datepicker{
	border: 0 solid #000 !important;
}

.header-content{
	padding: 0 !important;
}
.product-item-list ul li{
	margin-left: 15px;
	margin-bottom: 10px;
}

.form-wrapper .form-container{
	padding: 30px !important;
}


.delivery-method{
margin: 15px 0;
}

.bgwcu{
	background-image: url("/assets/images/bgwcu.jpg");
	background-size: cover;
	color: #fff;
}

.wcu li i{
	font-weight: 100;
	font-style: italic;
	font-size: 12px;
	display: block;
}

.garage-map {
    background-image: url(/assets/images/bg-hero2.jpg);
    background-size: contain;
    padding: 60px;
    background-attachment: fixed;
}

.garage-map h2 {
    font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
}

.garage-map .bg-white{
	background-color: rgba(255, 255, 255, .9) !important;
	padding: 60px;
	width: 70%;
	border-radius: 15px;
	margin: 0 auto;
	text-align: center;
}

.like-h1 {
	font-size: 24px;
    font-weight: 700;
}

.periodic-service .bg-white{
	padding-bottom: 30px;
}

.periodic-service ul{
	list-style: none;
	padding-left: 0;
}

.btn-add{
	color: #fff !important;
	min-width: 200px;
	border-radius: 35px;
	background: rgb(59,167,133);
	max-width: 120px;
	font-weight: 700;
	margin-top: 15px;
background: linear-gradient(35deg, rgba(59,167,133,1) 0%, rgba(2,191,132,1) 100%, rgba(69,130,184,1) 100%, rgba(45,37,125,1) 100%);
}

.btn-gredient{
	color: #fff !important;
	font-size: 14px;
	min-width: 200px;
	border-radius: 35px;
	background: rgb(59,167,133);
	font-weight: 700;
	
background: linear-gradient(35deg, rgba(59,167,133,1) 0%, rgba(2,191,132,1) 100%, rgba(69,130,184,1) 100%, rgba(45,37,125,1) 100%);
}

.btn a{
	color: #fff;
}

.other-services img {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
	width: 25%;
	
}

.other-services .bg-white{
	padding: 30px 20px;
	margin: 15px 0;
}

.talk-expert{
	color: #fff;
	padding-top: 30px;
	background: rgb(59,167,133);
	background: linear-gradient(35deg, rgba(59,167,133,1) 0%, rgba(2,191,132,1) 100%, rgba(69,130,184,1) 100%, rgba(45,37,125,1) 100%);
}

.talk-expert h1{
	color: #fff;
	font-size: 48px;
}

.talk-expert h3{
	margin-bottom: 0;
	font-size: 24px;
}

.talk-expert p{
	font-size: 18px;
}

.talk-expert img{
	width: 100%;
}

.talk-expert .btn {
    background: #fff !important;
	font-size: 14px;
    color: #3BA785 !important;
	border-radius: 35px;
	font-weight: 700;
}

.download-apps{
	background-color: #EFEFEF;
	margin-top: 100px;

}

.download-img img {
    margin-top: -40px;
    width: 60%;
    display: block;
    float: right;
    text-align: right;
}

.s-logo img{
	width: 50%;

}
.s-logo{
	text-align: center;
}
.bg-hero, .talk-expert{
	width: calc(100% - (2 * 30px));
	border-radius: 25px;
	margin-right: auto;
	margin-left: auto;
}

.bg-light {
	background-color: #fafafa !important;
}

.periodic-service .bg-white p{
	min-height: 65px;
}

.periodic-service .periodic-service-item {
	border-radius: 15px;
}

.periodic-service .premium-service-title {
	background-color: #F7A318;
	border-radius: 15px 15px 0px 0px;
	color: white;
	font-weight: bold;
}

.periodic-service .standard-service-title {
	background-color: #1E4A21;
	border-radius: 15px 15px 0px 0px;
	color: white;
	font-weight: bold;
}

.product-price-button{
	display: block;
	padding: 10px 15px;
}

.remove-space{
	padding: 0 !important;
}

.product-highlight{
	background: rgb(193,254,173);
	background: linear-gradient(180deg, rgba(193,254,173,1) 0%, rgba(250,250,250,1) 100%);
}

.product-highlight ul li img{
	width: 300px;
}

.highlight-banner img{
	width: 50%;
}

.product-highlight .btn-gredient{
	width: 100%;
}


@media only screen and (min-width: 1920px) {
	.booking-step li span {
		min-height: 170px;
	}

	.step-line{
		display: none;
	}

	.booking-step li {
		width: 45%;
	}
	.find-service li a img {
		width: 80px;
		height: 80px;
	}
	.find-service li {

		height: 140px;
	}
}

@media only screen and (max-width: 991px) {

	.highlight-banner img{
		width: 100%;
	}

	.product-item-list{
		margin-top: 30px;
	}

	.garage-label{
		padding: 2px 10px !important;
		font-size: 10px !important;
	}

	.slide-content .pre-next {
		display: none !important;
	}


	.fix-nav{
		display: none;
	}

	.bg-hero, .talk-expert{
		width: calc(100% - (2 * 15px));
	}


	.talk-expert {
		padding: 30px 30px 0;
	}

	
	.flex-nowrap {
		-ms-flex-wrap: nowrap !important;
  		flex-wrap: nowrap !important;
	}

	.s-title {
		width: 100%;
	}

	footer{
		text-align: center;
	}

	.booking-step .s-title{
		width: 100%;
	}

	.booking-step h1{
		text-align: left;
	}

	.booking-step li {
		margin: 15px auto;
		width: 100%;
		float: left;
	}

	.talk-expert h1 {
		font-size: 32px;
	}
	.booking-step li {

		
	}

	.garage-map .bg-white {
		width: 90%;
	}
	.wcu h3 {
		width: 100%;
	}

	.wcu li {

		width: 45%;
	}
	.ninja{
		display: none;
	}

	.delivery-method{
		margin: 15px 0;
	}


	.form-wrapper .form-container .calander-date{
		overflow-y: scroll;
		width: 100%;
		display: flex;
		justify-content:inherit !important;
	}
	.form-wrapper .form-container .calander-date .ng-star-inserted{
		width: 30% !important;
	}

	.form-wrapper .form-container .calander-date .ng-star-inserted hr{
		margin: 5px 0 !important;
		width: 30px;
		margin: 0 auto !important;
	}

	.categories-service ul{
		display: flex;
		width: 100%;
		/* overflow-y: scroll; */
	}

	.garage-info ul, .product-list ul{
		padding-left: 0px;
	}

	.navbar {
		z-index: 999999;
	}

	.bg-card{
		width: 100%;
	}

	.card-info{
		width: 100%;
	}

	.carousel-inner {
		padding: 0;
		border-radius: 0;

	}

	.fixed-panel-right img {
		border-radius: 0px;
	}

	.tab-content{
		height: auto !important;
	}

	.bg-light-grey {

		position: absolute;
	}


	.nav-menu {
		width: 100%; 
		margin: auto 0;
	}

	.contact{
		text-align: center;
	}

	.p40 {
		padding: 40px;
	}

	.find-service li a img {
		width: 40px;
		height: 40px;
	}

	.find-service li {
		height: 100px;
	}

	footer{
		padding-bottom: 60px;
	}

	.sitemap{
		display: none;
	}

	.fixed-panel-right {
		height: auto;
		width: 100%;
		box-shadow: none;
		border-radius: 0px;
		top: 0px;
		padding: 0;
		position: relative;
		right: 0;
		z-index: 999;
	}
	.service-content{
		height: auto !important;
		margin-top: 70px;
	}

	

	.checkout{
		position: relative;
	}
	.shopping-cart{
		height: auto !important;
		padding-top: 50px;
	}
	.line-below {
		border-bottom: 0px solid #707070;
	}

	.promo-code .apply-voucher-btn {
		position: relative !important;
		float: right;
	}
	.btn-checkout{
		position: relative;
		width: 100%;
		text-align: center;
	}

	.history-topbar li{
		text-align: center;
	}
	.download-img img {
		width: 80%;
		margin: -30px auto 0px;
		float: none;
	}

	.other-services  img{
		width: 40%;
	}

	.shopping-cart-btn{
		margin-left: -15px;
	}

	.btn-checkout{
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}
}

@media only screen and (max-width: 767px) {

	.breadcrumb-wrapper{
		font-size: 11px;
	}

	.bg-hero, .garage-map {
		background-attachment: inherit;
	}

.form-wrapper .form-container .calander-date {

    font-size: 11px;
    font-weight: 400 !important;
}

	.form-wrapper .form-container {
		padding: 30px 15px !important;
	}

.talk-expert strong{
	display: block;
}

	.bg-hero h1 {
		font-size: 32px;
	}

	.btn-add{
		min-width: 100%;;
	}

	.booking-step h1 {
		text-align: center;
	}

	.talk-expert {
		text-align: center;
	}

	.wcu li {
		margin: 0px;
		padding: 0px;

	}
	.garage-map {
		background-size: cover;
		padding: 30px;
	}

	.garage-map .bg-white {
		width: 95%;
		padding: 30px;
	}

	.wcu li {
		width: 100%;
	}

	.step-line{
		display: none;
	}

	.booking-step li img {
		width: 100px;
		margin: 0 auto;
		display: block;
	}
	.booking-step li span {
		display: inline-block;
		margin-left: 0px; 
		text-align: center;
		width: 100%;
	}

	.distand{
		position: absolute;
		min-width: 100px;
		display: inherit;
	}

	.card-info b{
		margin-top: 15px;
	}

	h1{
		text-align: center;
	}

	#chooseus h3{
		text-align: center;
	}

	.wcu img {
		margin: 0 auto;
	}
	.download-content{
		position: relative;
		text-align: center;
	}

	.download-apps {
		padding: 50px 0;
	}

	.download-img img{
		width: 70%;
		display: block;
		margin: 0 auto;
		float: none;
		margin-top: 30px;
	}
	.wcu li{
		padding:30px;
		width: 100%;
	}
	.download-apps a img {
		width: 40%;
	}
}
