html{
	font-size: 62.5%;
}
.dodge-ram-top td, .dodge-table-area td{
	border: 0 !important;
}
.dodge-ram-top, .dodge-ram-content, .dodge-table-area, .dodge-ram-slider, .dodge-specificaties{
	background: #F9F9F9;
}
.dodge-ram-top h2, .dodge-ram-content h2, .dodge-ram-slider h2{
	margin-bottom: 15px;
}
.dodge-ram-top p a{
	color: #1c1c1c !important;
}
.dodge-ram-top p a:hover{
	color: #194a99 !important;
}
.dodge-ram-top td span{
	margin: 0 4px;
}
.dodge-ram-top p{
	line-height: 24px;
}
.dodge-ram-top .d-flex{
	column-gap: 25px;
}
.dodge-ram-top .d-flex img{
	width: 60px;
  	filter: brightness(1) invert(1);
  	-webkit-filter: brightness(1) invert(1);
}
.dodge-ram-top hr{
	border-color: #000;
	opacity: .3;
}
.dodge-ram-content a{
	color: #05F;
}
.dodge-ram-content p{
	line-height: 30.5px;
	max-width: 650px;
}
.dodge-ram-content img.w-100, .dodge-specificaties img.w-100{
	border-radius: 5px;
}
.dodge-table-area .bg-white{
	box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.10);
	padding: 30px 80px 22px;
}
.dodge-table-area table{
	width: 100%;
	font-size: 0;
}
.dodge-table-area td{
	vertical-align: top;
	font-family: 'NunitoSansRegular';
	font-size: 18px;
	width: 33.33%;
	display: inline-block;
	padding-bottom: 18px;
}
.dodge-table-area td a{
	color: rgba(0, 0, 0, 0.50);
}
.dodge-table-area td a:hover{
	color: #000;
}
.dodge-ram-slider{
	z-index: 0;
}
.dodge-ram-slider img.w-100{
	object-fit: cover;
}
.dodge-slider-content{
	padding: 80px 8%;
}
.dodge-slider-content .mx-auto{
	max-width: 540px;
}
.dodge-ram-slider .swiper-button-wrap{
	top: -50px;
  	bottom: auto;
}
.dodge-slider-content a{
	color: #000;
	text-decoration: underline;
}
.dodge-slider-content p{
	line-height: 30.5px;
	margin-bottom: 5px;
}
.dodge-specificaties h2, .dodge-specificaties h4, .dodge-specificaties li{
	color: #1c1c1c;
}
.dodge-specificaties h4{
	margin-bottom: 20px;
}
.dodge-specificaties li{
	position: relative;
	padding-left: 22px;
}
.dodge-specificaties li:before, .dodge-specificaties li:after{
	position: absolute;
	content: '';
	border-radius: 100%;
}
.dodge-specificaties li:before{
	top: 8px;
	left: 3px;
	width: 6px;
	height: 6px;
	background: #000;
}
.dodge-specificaties li:after{
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
  	border: 1px solid #000;
}
.dodge-btn-wrap{
	max-width: 640px;
}
.dodge-faq-list .faq-heading{
	border-radius: 5px;
  	background: #f8f8f8;
  	padding: 25px;
}
.dodge-faq-list h6{
	color: rgba(0, 0, 0, 0.75);
	font-size: 18px;
	font-family: 'NunitoSansBold';
	position: relative;
	cursor: pointer;
	padding-right: 20px;
}
.dodge-faq-list h6:after{
	position: absolute;
	top: 3px;
	right: 0;
	content: '';
	width: 19px;
	height: 19px;
	background-image: url(../images/minus.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.dodge-faq-list .card-body{
	padding: 15px 25px 5px;
}
.dodge-faq-list .collapsed h6:after{
	background-image: url(../images/plus.svg);
}
@media(min-width: 768px){
	.dodge-btn-wrap .common-btn{
		max-width: 100%;
	}
}
@media(min-width: 992px){
	.dodge-specificaties {
	  	clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
	  	-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 50% 100%, 0 94%);
	}
	.img-wrap{
		max-width: 400px;
	}
}
@media(max-width: 1199.98px){
	.dodge-table-area .bg-white{
		padding-left: 30px;
		padding-right: 30px;
	}
	.dodge-table-area td{
		font-size: 16px;
	}
}
@media(max-width: 991.98px){
	.dodge-ram-top .d-flex img{
		width: 45px;
	}
	.dodge-table-area td{
		width: 50%;
	}
	.dodge-slider-content{
		padding: 30px 5%;
	}
}
@media(max-width: 767.98px){
	.dodge-table-area .bg-white, .dodge-faq-list .card-body{
		padding-left: 15px;
		padding-right: 15px;
	}
	.dodge-table-area td{
		width: 100%;
    	padding-bottom: 10px;
	}
	.dodge-faq-list .faq-heading{
		padding: 15px;
	}
}
/*======aanbod======*/
.car-price-wrap {
	padding-right: 20px;
  	bottom: -16px;
  	right: 0;
}
.car-price-wrap .price, .car-price-wrap .monthly-price{
  	color: #fff;
  	padding: 8px 14px;
  	font-size: 14px;
  	border-radius: 5px;
  	font-family: 'NunitoSansBold';
}
.car-price-wrap .price{
  	background: #194a99;
}
.car-price-wrap .monthly-price{
	background: rgba(56, 71, 100, 0.8);
	margin-left: 10px;
}
@media(max-width: 991.98px){
	.car-price-wrap {
  		padding-right: 10px;
  	}
  	.car-price-wrap .monthly-price{
  		margin-left: 5px;
  	}
  	.car-price-wrap .price, .car-price-wrap .monthly-price{
  		padding-left: 10px;
  		padding-right: 10px;
  	}
}