*{
	margin:0px; padding:0px;
}
body{font-family: "Poppins", serif;}

ul{
margin:0;
padding:0;}


.carousel-indicators button.thumbnail {
  width: 100px;
}
.product-img .carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.product-img #carouselExampleCaptions .carousel-indicators {
  position: relative;
}

.product-img #carouselExampleCaptions .carousel-indicators {
  margin: 0;
}

.product-img #carouselExampleCaptions .carousel-indicators li {
  width: auto;
  height: auto;
}

.product-img .carousel-inner .carousel-item img {
  border-radius: 15px;
}

.product-img #carouselExampleCaptions .carousel-indicators li img 
{
border-radius: 15px;	
}

.product-detail-page {
  padding: 60px 0px;
}



.product-detail-page .product-content h4 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #FFCB00; 
}

.detail-content-des {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
}

.detail-content-des h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color:#0065FF;
}

.product-detail-page .product-content h2 {
  font-size: 30px;
  color: #2b2b2b;
  font-weight: 600;
}

.detail-content-des ul li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: 10px 0px;
}

.detail-content-des p 
{
margin-bottom: 0px;
  font-size: 15px;
  margin-top: 15px;
}

.button-price-test {
  display: flex;
  flex-wrap: wrap;
  margin-top:30px;
}

.button-price-test .btn-check {
background: #FFCB00; 
  color: #fff;
  border-radius: 50px;
  border: 0;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 15px;
  color: #011E39;
}

.button-price-test .btn-book {
  background: #0065FF;
  color: #fff;
  border-radius: 50px;
  border: 0;
  padding: 10px 25px;
  margin-left:15px;
  font-weight:500;
  font-size:15px;
}



.key-sepecification li .heading-sepecification .img-fluid {
  width: 30px;
  margin-right: 5px;
}

.key-sepecification li .heading-sepecification {
  color: rgba(36,39,44,.7);
}

.key-sepecification li .fa {
  width: 30px;
  font-size: 21px;
  color: #ddd;
  text-align: center;
}


.key-feature-table .tab-pane h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0065ff;
}

.key-sepecification li {
  display: flex;
  width: 47%;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
  align-items: center;
  font-size:15px;
}

.key-sepecification {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.key-feature-table .nav.nav-tabs {
  border: 0;
}


.key-feature-table .nav.nav-tabs .nav-item {
  border: 0;
  margin-bottom: 0;
}

.key-feature-table .nav.nav-tabs .nav-item .nav-link.active {
  background: #0065ff;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
}

.key-feature-table .nav.nav-tabs .nav-item .nav-link {
  font-size: 14px;
  border: 0;
  color: #2b2b2b;
}


.key-feature-table .tab-content {
  border: 1px solid #ddd;
  padding: 0px 25px 25px;
}

.key-feature-table h4 {
  margin-bottom: 25px;
}

.key-feature-table .container {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 15px;
}

.top-feature-seat {
  display: flex;
  flex-wrap: wrap;
}

.top-feature-seat li {
  display: block;
  width: 50%;
  margin: 8px 0px;
  font-size: 15px;
}

.top-feature-seat li .fa {
  color: #0065ff;
  margin-right: 8px;
}

.gallery-img .img-fluid {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.reviews-testimonials h3 {
  font-size: 15px;
  color: #000;
}

.reviews-testimonials ul {
  display: flex;
}


.reviews-testimonials ul li {
  display: block;
  margin-right: 3px;
  color: #ffac11;
}

.reviews-testimonials p 
{
	font-size:15px;
	margin-bottom:4px;
}

.reviews-testimonials {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 15px;
}

.latest-update {
  margin: 50px 0px;
}

.latest-update .container {
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 20px;
}

.latest-update .container h3 
{
	font-size:30px;
	font-weight:500;
	margin-bottom:20px;
}
.latest-update .container p 
{
	margin-bottom:5px;
}


.diesel-petrol .container {
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-top: 50px;
  padding: 20px;
}

.diesel-petrol h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.diesel-petrol p 
{
	font-size:15px;
	
}

.diesel-petrol .nav.nav-tabs .nav-link.active {
  color: #fff;
  background: #0065ff;
 
}

.diesel-petrol .nav.nav-tabs .nav-link 
{
	color:#000;
	 border: 0;
  border-radius: 0;
  margin: 0;
}

.diesel-petrol .nav.nav-tabs .nav-link:hover 
{
	color: #fff;
  background: #0065ff;
}


.diesel-petrol .nav.nav-tabs
{
	border:0px;
}



.compare-table th {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background: #f5f5f5;
  border: 0 !important;
}

.compare-table h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.compare-table td span{
  font-size: 15px;
  color:#666;
  margin-bottom: 0;
}

.compare-table td p 
{
	font-size:14px;
	color:#000;
	margin-top:10px;
}

.compare-table td p em 
{
	font-size:12px;
	color:#666;
	display:block;
}

.compare-table td h3 
{
	font-size:20px;
	margin-bottom:0px;
}
.compare-table td a 
{
	font-size:15px;
}

.compare-table td .btn.btn-primary
{
	font-size:15px;
	border:1px solid #FFCB00;
	color:#FFCB00;
	background:transparent;
	border-radius:50px;
}
.compare-table td .btn.btn-primary:hover
{
	background:#FFCB00;
	color:#000;
}
.compare-table td
{
	vertical-align:middle;
}