.main-index {
	background: url('../images/bg.png');
	background-repeat: repeat-x;
}



.container {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.car-carousel-item h2 {
	font-size: 37px;
	line-height: 1.5;
	color: #4a4a4a;
	font-weight: 900;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.car-carousel-item figure {
	margin-bottom: 15px;
}

	.car-carousel-item figure img {
		transform: scale(0.6);
		width: 100%;
		transition: all ease 0.2s;
		filter: grayscale(100%);
	}

.car-details-carousel {
	width: 100%;
	text-align: center;
}

.car-carousel-item h4 {
	font-size: 20px;
	margin-bottom: 4px;
}

.car-carousel-item p {
	font-size: 16px;
}

.car-carousel-item span {
	font-size: 30px;
	color: #4ba82e;
	font-weight: bold;
}

.car-carousel-item a {
	color: #4a4a4a;
}

.desc, .features-desc, .price-desc {
	margin-bottom: 10px;
}

.slide-tgl {
	visibility: hidden;
}

.car-carousel-item.is-selected .slide-tgl {
	visibility: visible;
}

.car-carousel-item {
	width: 35%;
}

.car-carousel-item {
	pointer-events: none;
	padding-bottom: 30px;
}

	.car-carousel-item.is-selected {
		pointer-events: auto;
	}


		.car-carousel-item.is-selected figure img {
			transform: scale(1);
			transition: all ease 0.2s;
			filter: grayscale(0%);
		}

.flickity-prev-next-button {
	width: 30px;
	height: 60px;
	background: #4ba82e !important;
	border-radius: 0;
	top: 28%;
}

	.flickity-prev-next-button .flickity-button-icon {
		fill: #fff;
	}

	.flickity-prev-next-button.previous {
		left: 0;
	}

	.flickity-prev-next-button.next {
		right: 0;
	}

.btn {
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-position: 140px;
	background-color: #35861d;
	color: #ffffff;
	font-size: 13px;
	padding: 12px 25px;
	cursor: pointer;
	font-family: 'SKODA Next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
	font-size: 14px;
	border: none;
	outline: none;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
}

.book-online-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-top: 50px;
}

	.book-online-wrapper .left-wrap {
		width: 50%;
	}

	.book-online-wrapper .right-wrap {
		width: 50%;
	}

		.book-online-wrapper .right-wrap img {
			max-width: 100%;
		}

	.book-online-wrapper .left-wrap .car-title {
		text-align: left;
	}

		.book-online-wrapper .left-wrap .car-title .btn {
			margin-top: 20px;
		}

.car-gallery {
	padding: 15px 0 20px;
	background-image: linear-gradient(to bottom, #f6f6f6, #f5f5f5, #f5f5f5, #f4f4f4, #f3f3f3);
}

	.car-gallery ul {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

		.car-gallery ul li {
			width: 33.33%;
			padding: 10px;
		}

			.car-gallery ul li img {
				width: 100%;
			}

	.car-gallery h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

.main-book-section {
	min-height: 100%;
	width: 100%;
}

.book-online-sec {
	position: relative;
}

/* .book-online-sec:after{
	content:"";
	background: #4aa82e;
	width: 30%;
	right: 0;
	top: -37px;
	position: absolute;
	height: calc(100% + 40px);
	z-index: -1;
}

.book-online-sec:before{
	content:"";
	background: #4aa82e;
	width: 80%;
	left: 0;
	bottom: -1px;
	position: absolute;
	height:280px;
	z-index: -1;
	clip-path: polygon(0 80%, 100% 43%, 100% 100%, 0% 100%);
} */


.btn_circle {
	color: #fff;
	background: none;
	background-color: #4ba82e;
	border: 1px solid #4ba82e;
	box-shadow: 0 2px 4px 0 rgb(75 168 46 / 27%), 0 6px 12px 0 rgb(75 168 46 / 20%);
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 109%;
	min-width: 130px;
	padding: 13px 30px;
	text-transform: uppercase;
	border-radius: 22.5px;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: 'SKODA Next',SkodaNEXT,SkodaPro,Tahoma,Helvetica,sans-serif;
	margin-top: 10px;
}

	.btn_circle:hover {
		background-color: #419128;
		border: 1px solid #419128;
	}

.bg-white {
	content: "";
	padding-top: 26.03431%;
	background-image: url('../images/bg-white.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.book-main {
	padding-top: 0 !important;
}

.book-online-sec {
	background: url('../images/bg-top.jpg');
	background-position: bottom right;
	padding-bottom: 40px;
	background-size: cover;
}
