* {
	font-family: 'Signika', sans-serif;
}

/* Show it is fixed to the top */
body {
	min-height: 75rem;
	padding-top: 4.45rem;
	background: #f4f4f4;
}

/* //// */
.timeline {
	border-left: 1px solid hsl(0, 95%, 3%);
	position: relative;
	list-style: none;
  }
  
  .timeline .timeline-item {
	position: relative;
  }
  
  .timeline .timeline-item:after {
	position: absolute;
	display: block;
	top: 17px;
  }
  
  .timeline .timeline-item:after {
	background-color: hsl(0, 95%, 37%);
	left: -10px;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	content: "";
  }
  
  hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0; 
	border-top: 1px solid rgba(21, 14, 18, 0.81);
  }
  
  .car-containers {
	margin-top: 1rem;
  }
  
  .car-container h6 {
	width: 100%;
  }
  
  .car {
	display: flex;
  }
  
  .cars {
	background-color:#DCD9D9;
  }
  
  .forms {
	opacity: 0.9;
	background-color: #ffffff;
	border: 1px solid black;
  }
  
  .flex-container {
	display: flex;
  }
  
  .flex-child1 {
	width: 50%;
	flex: 1 1 1;
  }

  ul {
	padding-inline-start: 4px !important;
  }

  .cntain {
	position: relative;
	text-align: center;
	width: 100%;
  }

  .heading-block:after {
	content: '';
	display: block;
	margin-top: 40px;
	width: 40px;
}
  
  .centered {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  @media (min-width: 280px) {
	.centered {
	  font-size: 19px;
	}
  }
  
  @media (min-width: 360px) {
	.centered {
	  font-size: 24px;
	}
  }
  
  @media (min-width: 768px) {
	.centered {
	  font-size: 50px;
	}
  }
  
  @media (min-width: 1024px) {
	.sections {
	  height: 570px;
	}
	.centered {
	  font-size: 70px;
	}
  }
/* //// */

table {
	border-collapse: collapse;
	width: 100%;
}

table.calc {
	border-collapse: collapse;
	background-color: #ffffff;
	width: 100%;
	padding: 20px;
}

th, td {
	text-align: left;
	padding: 8px;
}

th {
	background-color: #ffffff;
	color: #9f9f9f;
}

input[type=text], input[type=email] {
	width: 100%;
	padding: 10px 10px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid red;
}

select[name=time] {
	width: 100%;
	padding: 10px 10px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid red;
}

select[name=location] {
	width: 100%;
	padding: 10px 10px;
	margin: 8px 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid red;
}

a, p, li, h1, h2, h3, h4, h5 {
	color: #6C6C6C;
	font-family: 'Signika', sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	color: #6C6C6C;
	text-decoration: none;
}

a:active {
	color: #6C6C6C;
}

.button {
	background-color: #E3E3E3;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.button1 {
	background-color: #ffffff;
	border: none;
	color: white;
	padding: 0px 2px;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	cursor: pointer;
	border-radius: 50%;
}

.button1 span {
	display: none;
}

.button2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #f83030;
	color: white;
	border: 2px solid #ffffff;
	border-radius: 12px;
}

.button3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*width: 90%;*/
	background-color: #353333;
	color: white;
	border: 2px solid #ffffff;
	border-radius: 12px;
}

.button4 {
	display: block;
	background-color: #ffffff;
	color: white;
	border: 1.5px solid #9f9f9f;
	border-radius: 12px;
	font-size: 15px;
	color: #9f9f9f;
	padding: 5px 10px;
	cursor: pointer;
}

.btn4 {
	display: block;
	background-color: #ffffff;
	color: white;
	border: 1.5px solid #9f9f9f;
	border-radius: 12px;
	font-size: 15px;
	color: #9f9f9f;
	padding: 2px 10px;
	cursor: pointer;
	margin: 5px;
}

.button5 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #353333;
	color: white;
	border: 2px solid #ffffff;
	border-radius: 12px;
	padding: 5px 10px;
	padding: 5px 10px;
	cursor: pointer;
}

.button:hover {
	opacity: 0.5;
}

.fa {
	padding: 5px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	margin: 2px 1px;
}

.fa:hover {
	opacity: 0.7;
	text-decoration: none;
}

.fa-facebook {
	border: 1px solid #3B5998;
	border-radius: 5px;
	color: #3B5998;
}

.fa-twitter {
	border: 1px solid #55ACEE;
	border-radius: 5px;
	color: #55ACEE;
}

.fa-instagram {
	border: 1px solid #ff328f;
	border-radius: 5px;
	color: #ff328f;
}

.fa-linkedin {
	border: 1px solid #007bb5;
	border-radius: 5px;
	color: #007bb5;
}

.fa-whatsapp {
	border: 1px solid #31cd07;
	border-radius: 5px;
	color: #31cd07;
}

.fa-telegram {
	border: 1px solid #4eb0ff;
	border-radius: 5px;
	color: #4eb0ff;
}

/* Header */
.bg-header {
	background: rgba(0, 0, 0, 0.83);
}

.logo {
	background: url(../images/logo.png) no-repeat;
	width: 100px;
	height: 55px;
}

/* Footer */
footer {
	background: #353333;
	padding: 40px 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
}

footer h5 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.page-link {
	color: #fff;
	background-color: #f83838;
	border: 1px solid #dee2e6;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #cccccc;
	border-color: #cccccc;
}

/* Menu */
.nav-link {
	color: #ffffff;
	text-transform: uppercase;
}

.responsive {
	max-width: 100%;
	height: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
	margin-bottom: -11rem;
	z-index: -1;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 42rem;
}

.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 42rem;
}

.carousel-indicators {
	bottom: 18rem;
	z-index: 999;
	display: none;
}

.carousel-control-next, .carousel-control-prev {
	bottom: 10rem;
	z-index: 999;
	display: none;
}

#main-banner img {
	width: 100%;
}

/* CUSTOMIZE SEARCH
-------------------------------------------------- */
/* SEARCH */
#searchbox {
	background-color: #35333382;
	color: #ffffff;
}

#plus {
	float: left;
	margin-top: 23px;
	width: 45px;
	height: 45px;
}

#search {
	/*background-color: #353333a1;*/
	background-color: #242425;
	opacity: 0.8;
	padding: 10px 30px 0px;
}

#search h3 {
	font-size: 30px;
	color: #fff;
	margin-left: 60px;
	margin-bottom: 0;
	padding-top: 10px;
	text-transform: uppercase;
	border-bottom: 4px solid #fff;
}

#search p {
	float: left;
	margin-top: 50px;
}

#search: after {
	display: block;
	content: "";
	clear: both;
}

#brand, #model, #spec, #year, #price {
	width: 100%;
}

#brand, #model, #spec, #year, #price {
	font-size: 15px;
	padding: 8px 0px 8px 0px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	position: relative;
}

/* CUSTOMIZE DEALER
-------------------------------------------------- */
/* DEALER */
#dealer {
	background: url(../images/dealer-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #000000;
	margin-top: 0px;
}

#dealer h4 {
	text-transform: uppercase;
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding: 150px 50px 0 50px;
}

#dealer p {
	color: #fff;
	text-align: center;
	padding: 0px 50px 20px 50px;
}

.redBorder {
	border-bottom: 2px solid #f60d0d;
}

.pcHeader {
	border-bottom: 2px solid #f60d0d;
	width: 80%;
	position: absolute;
	text-align: right;
	z-index: 100;
	bottom: 0;
}

.pcHeader h5 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 40px;
}

/* CUSTOMIZE POPULAR CARS
-------------------------------------------------- */
/* POPULAR CARS */
#popular-cars {
	background-color: #353333;
	margin-top: 0px;
	/*border-top: 2px solid #f60d0d;*/ /*mimah*/
}

#popular-cars img:hover {
	opacity: 0.3;
	cursor: pointer;
}

img.popular-cars {
	width: 100%;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.hoverCars:hover .image {
	opacity: 0.3;
}

.hoverCars:hover .middle {
	opacity: 1;
}

.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 200px;
	height: 150px;
	color: white;
	font-size: 14px;
}

/* CUSTOMIZE RECOMMENDED
-------------------------------------------------- */
#recommended {
	background: url(../images/rec-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #ffffff;
	margin-top: 0px;
	padding: 10px 20px 20px 20px;
}

#recommended h2 {
	text-transform: uppercase;
	font-size: 40px;
	color: #fff;
	padding: 10px 0px 0px 0px;
	margin-bottom: 0;
	margin-left: 400px;
	border-bottom: 2px solid #f60d0d;
}

.recommended {
	padding: 10px 10px 30px 20px;
	margin-top: 0;
	margin-left: 350px;
	display: inline-flex;
}

.img__wrap {
	position: relative;
	height: auto;
	/*width: 544px;*/
	top: 10px;
}

.img__description {
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s, visibility .2s;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.img__wrap:hover .img__description {
	visibility: visible;
	opacity: 0.5;
	cursor: pointer;
}

img.img__img {
	width: 100%;
	height: 100%;
}

/* CUSTOMIZE CAR  DETAILS PAGE
-------------------------------------------------- */
#car-name h3 {
	padding-left: 10px;
}

/* CUSTOMIZE SLIDER DETAILS CAR IMAGES
-------------------------------------------------- */
.car-images {
	width: auto;
}

.car-images>ul {
	list-style: none outside none;
	padding-left: 0;
	margin-bottom: 0;
}

.car-images>li {
	display: block;
	float: left;
	margin-right: 6px;
	cursor: pointer;
}

.car-images>img {
	display: block;
	height: auto;
	max-width: 100%;
}

#Calculator p {
	padding: 0px 80px;
}

#details {
	/*width: 80%;
    margin: 0 auto 10px;
    padding: 20px;*/
	
}

/* CUSTOMIZE 
-------------------------------------------------- */
#featuredbox {
	/*position: absolute;
	bottom: 12rem;
	left: 15rem;*/
}

/*.featured-caption {
	margin-left: 390px;
}*/

.featured-caption h3 {
	color: #fff;
	font-size: 40px;
	/*margin-right: 200px;*/
	margin-bottom: 2px;
}

.featured-caption p {
	border-top: 2px solid #f60d0d;
	border-top-width: 100%;
}

.featuredImg {
	max-width: 220px;
}

/* CUSTOMIZE FOR SPECIFIC SIZES */
@media ( max-width : 575px) {
	.button1 {
		float: right;
		color: #000000;
		padding: 15px;
	}
	.button1 img {
		display: none;
	}
	.button1 span {
		display: block;
	}
	#search h3 {
		margin-left: 0;
		font-size: 35px;
	}
	.pcHeader {
		width: 100%;
		position: relative;
		text-align: center;
	}
	.mobileRed {
		background-color: #f60d0d;
		padding: 25px;
	}
	#dealer h4 {
		padding: 10px;
		margin-top: 10px;
		font-size: 30px;
	}
	.redBorder {
		border-bottom: 0;
	}
	#dealer {
		background: none;
		background-color: #000000;
	}
	.button {
		padding: 12px 10px;
	}
	.pcHeader h5 {
		font-size: 25px;
	}
	.recommended {
		margin-left: 100px;
		padding: 0px;
	}
	#recommended h2 {
		font-size: 20px;
		margin-left: 80px;
	}
	.sidebar {
		position: relative;
		padding-bottom: 20px;
	}
	#searchpagebox {
		position: relative;
		top: 0;
	}
	h4.group.card-title.inner.list-group-item-heading.text-center {
		height: 80px;
		font-size: 18px;
	}
	.item.list-group-item {
		font-size: small;
	}
	div#sort {
		float: right;
		margin-top: 10px;
	}
	#featuredbox {
		/*position: relative;
		bottom: 0;
		left: 0;
		background: #252525;
		padding: 20px;
		text-align: center;*/
	}
	/*.featured-caption {
		margin-left: 0;
	}*/
	.featured-caption h3 {
		color: #fff;
		font-size: 20px;
		/*margin-right: 200px;*/
		margin-bottom: 2px;
	}
	.featured-caption p {
		border-top: 2px solid #f60d0d;
		border-top-width: 100%;
	}
	.featuredImg {
		/*max-width: 60px;*/
		width: 30%;
	}
}

@media ( max-width : 768px) {
	.carousel {
		margin-bottom: 0;
	}
	.carousel-item {
		height: 36rem;
	}
	.carousel-indicators {
		bottom: 5rem;
	}
	.carousel-control-next, .carousel-control-prev {
		bottom: 0;
	}
	#dealer h4 {
		padding: 5px;
		margin-top: 5px;
		font-size: 30px;
	}
	#dealer p {
		padding: 0px 5px 2px 5px;
		font-size: 14px;
	}
	.pcHeader h5 {
		font-size: 25px;
		margin-top: 10px;
	}
	.button {
		padding: 12px 10px;
	}
	.recommended {
		padding: 0px;
	}
	#recommended h2 {
		font-size: 20px;
		padding-top: 0px;
	}
	.sidebar {
		position: relative;
		padding-bottom: 20px;
		top: 0;
		padding-top: 10px;
	}
	#searchpagebox {
		background: #242425;
		position: relative;
		opacity: 0.8;
		top: 0;
		width: 100%;
		padding-bottom: 20px;
	}
	h4.group.card-title.inner.list-group-item-heading.text-center {
		height: 40px;
		width: 200px;
		font-size: 13px;
	}
	.item.list-group-item {
		font-size: small;
	}
	.img__wrap:hover .img__description {
		font-size: x-small;
		line-height: 5px;
	}
	.mobileRed {
		padding: 25px;
	}
}

@media ( min-width : 320px) and (max-width: 374.99px) {
}

@media ( min-width : 375px) and (max-width: 424.99px) {
}

@media ( min-width : 425px) and (max-width: 767.99px) {
	#featuredbox {
		/*position: relative;
		bottom: 0;
		left: 0;
		background: #252525;
		padding: 20px;
		text-align: center;*/
	}
	/*.featured-caption {
		margin-left: 0;
	}*/
	.featured-caption h3 {
		color: #fff;
		font-size: 20px;
		/*margin-right: 200px;*/
		margin-bottom: 2px;
	}
	.featured-caption p {
		border-top: 2px solid #f60d0d;
		border-top-width: 100%;
	}
	.featuredImg {
		/*max-width: 100px;*/
		width: 30%;
	}
}

@media ( min-width : 769px) and (max-width: 1023.99px) {
	#dealer h4 {
		padding: 5px;
		margin-top: 55px;
		font-size: 30px;
	}
	.pcHeader h5 {
		font-size: 40px;
	}
	.button {
		padding: 12px 10px;
	}
	.recommended {
		margin-left: 200px;
	}
	#recommended h2 {
		font-size: 25px;
	}
	img.img__img {
		width: 100%;
		height: 100%;
	}
	.sidebar {
		position: relative;
		padding-bottom: 20px;
	}
	#searchpagebox {
		position: relative;
		top: 0;
	}
	h4.group.card-title.inner.list-group-item-heading.text-center {
		height: 80px;
		font-size: 20px;
	}
	.carPriceBlock {
		padding: 5px;
	}
	.item.list-group-item {
		font-size: small;
	}
	#featuredbox {
		/*position: absolute;
		bottom: 15rem;
		left: 21rem;*/
	}
	/*.featured-caption {
		margin-left: 0;
	}*/
	.featured-caption h3 {
		color: #fff;
		font-size: 20px;
		/*margin-right: 200px;*/
		margin-bottom: 2px;
	}
	.featured-caption p {
		border-top: 2px solid #f60d0d;
		border-top-width: 100%;
	}
	.featuredImg {
		/*max-width: 190px;*/
		width: 30%;
	}
}

@media ( min-width : 1024px) and (max-width: 1440px) {
	#featuredbox {
		/*position: absolute;
		bottom: 16rem;
		left: 15rem;*/
	}
	#searchpagebox h3 {
		font-size: 20px;
	}
}

@media ( min-width : 1500px) {
	body, nav {
		max-width: 1500px;
		margin: auto;
	}
}

@media ( min-width : 1441px) { 

}

.owl-carousel{
	/*z-index:-1;*/
}
.main-content {
    position: relative;

    .owl-theme {
        .custom-nav {
            position: absolute;
            top: 20%;
            left: 0;
            right: 0;

            .owl-prev, .owl-next {
                position: absolute;
                height: 100px;
                color: inherit;
                background: none;
                border: none;
                z-index: 100;

                i {
                    font-size: 2.5rem;
                    color: #cecece;
                }
            }

            .owl-prev {
                left: 0;
            }

            .owl-next {
                right: 0;
            }
        }
    }
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
.owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index:9;
}
.featured-caption {
    margin-left: 50%;
}
#featuredbox {
	width: 100%;
	padding:10px;    
}
@media (min-width: 427px) and ( max-width : 768px) {
	.owl-controls {
	    position: relative;
	}
	#featuredbox {
	    position: absolute;
	    top: -120px;
	    width: 100%;
	}
}
@media ( min-width : 769px) and ( max-width : 1024px) {
	.owl-controls {
	    position: relative;
	}
	#featuredbox {
	    position: absolute;
	    top: -140px;
	    width: 100%;
	}
	#dealer h4 {
	    padding: 30px 50px 0 50px;
	}
}
@media (max-width: 426px){
	.owl-controls {
	    position: relative;
	}
	#featuredbox {
	    position: absolute;
	    top: -90px;
	    width: 100%;
	}
}

@media ( min-width : 1025px) and ( max-width : 1354px) {
	.featuredImg {
		width: 30%;
	}
	#dealer h4 {
	    padding: 50px;
	}
}
