@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-family: 'InterRegular';
	font-size: 1.6rem;
	top: 0 !important;
}
html {
    font-size: 62.5%;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
.cursor{
	cursor: pointer;
}
/*=======mobile-menu=======*/
#menu.mm-menu {
    background: #121212;
}
.mm-listview > li, #menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
/*******************************************Home*******************************************/
/*=======whatsapp-btn=======*/
.whatsapp-btn{
	position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 99;
}
.whatsapp-btn a{
    background: #25D366;
    border-radius: 100%;
    width: 5.9rem;
    height: 5.9rem;
}
.whatsapp-btn a img{
	width: 2.9rem;
}
/*=======header=======*/
header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
header.stiky{
	position: fixed !important;
	background: #0A1520;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
header .mw-100{
	width: 270px;
}
header select, .faq-block span{
	font-family: 'InterMedium';
    font-size: 1.8rem;
}
.faq-block span{
	padding-right: 2rem;
}
header select option{
	color: #121212;
	font-family: arial;
}
.header-login{
	position: absolute;
	background-color: #fff;
	width: calc(100% - 4rem);
	left: 4rem;
	border-radius: 10px;
	padding: 2.5rem;
	margin-top: 3rem;
	display: none;
}
.header-login::after {
	position: absolute;
    content: '';
    height: 6%;
    width: 10%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 0;
}
.header-login .form-styl {
    font-family: 'InterRegular';
    padding: 1.3rem 1.8rem;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.25);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    display: block;
}
.header-login .form-styl:placeholder {
	color: #000;
	opacity: .25;
}
.header-login .form-styl:-ms-input-placeholder {
	color: #000;
	opacity: .25;
}
.header-login .form-styl::placeholder {
	color: #000;
	opacity: .25;
}
.header-login .form-styl:focus {
    box-shadow: none;
    color: #000;
	border: 1px solid #ced4da;
}
.header-login .form-group{
	margin-bottom: 2.2rem;
	margin-right: 0;
}
.header-login .form-group label{
	margin-bottom: 1.1rem;
	font-size: 1.8rem;
	color: #14202E;
}
.header-right{
	position: relative;
  	margin-left: auto;
  	margin-right: 0;
  	max-width: 45rem;
}
.header-right ul{
	white-space: nowrap;
	text-align: right;
}
.header-btm-login a {
	color: #14202E;
	text-decoration: underline;
	display: block;
}
.header-btm-login a:hover {
	color: #2958FF;
}
/*===========banner==========*/
.banner-content, .banner-btm{
	position: absolute;
	bottom: 5rem;
	left: 0;
	z-index: 1;
}
.banner-content{
	top: 48%;
	transform: translateY(-50%);
	bottom: auto;
}
.banner-btm .row{
	max-width: 700px;
}
/*=======product=======*/
.product-slider {
	background-color: #F4F6FA;
	padding: 6% 0 5rem;
	position: relative;
	z-index: 0;
}
.product-slider::after {
	content: '';
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #F4F6FA;
    z-index: 1;
    overflow: hidden;
    opacity: .7;
	display: block;
}
.product-top-btn {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	/*display: none;*/
}
.product-slider h2 {
	color: #14202E;
	margin-bottom: 6%;
}
.each-product {
	padding: 1rem;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}
.product-img {
	border-radius: 10px;
	overflow: hidden;
}
.product-dtl {
	margin-top: 3rem;
	margin-bottom: 2rem;
    padding: 0 1rem;
}
.product-dtl h5 {
	color: #14202E;
	height: 60px;
	overflow: hidden;
	font-family: 'interbold';
	margin-bottom: 1rem;
}
.product-dtl h6 {
	color: #A8A8A8;
	font-family: 'InterRegular';
	font-size: 1.6rem;
	margin: 0.5rem 0 2.4rem;
}
.product-dtl p {
	color: #A8A8A8;
	font-family: 'InterRegular';
	font-size: 1.6rem;
	margin-bottom: 3.4rem;
	height: 50px;
  	overflow: hidden;
}
.product-dtl table {
	width: 100%;
}
.product-dtl table img {
	margin-right: 1rem;
}
.product-dtl td {
	vertical-align: top;
	padding-bottom: 2.2rem;
}
.product-dtl td h6 {
	color: #A8A8A8;
	font-family: 'InterRegular';
	font-size: 1.6rem;
	margin: 0;
}
.product-dtl hr {
    background-color: #F2F2F2;
    margin: 2rem 0 3rem;
    opacity: 1;
    height: 2px;
}
.product-dtl .default-btn {
	font-size: 1.6rem;
	width: 100%;
    text-align: center;
}
.product-slider .common-arrow {
    top: 50%;
}
.product-slider .swiper-button-next {
    margin-right: -11%;
}
.product-slider .swiper-button-prev {
    margin-left: -11%;
}
.product-btn .default-btn {
	margin-top: 5rem;
}
.product-slider .swiper-button-next:after, .product-slider .swiper-button-prev:after{
    display: none;
}
/*=======about=======*/
.about-sec {
	padding-top: 7%;
	overflow: hidden;
}
.about-info h2 {
	font-family: 'InterRegular';
	color: #0A1520;
}
.about-info h2 span {
	font-family: 'interbold';
}
.about-info p {
	margin: 3rem 0 5rem;
}
.about-img {
	margin-bottom: -26rem;
    position: relative;
    z-index: -1;
}
.mobile-img, .mobile-img-part {
	width: 66%;
    position: relative;
    /* left: 11rem; */
	bottom: 0;
	margin-bottom: -40%;
	/*display: none;*/
	width: 56%;
	margin-left: auto;
}
.mobile-img .default-btn, .mobile-img-part .default-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 44%;
    width: 90%;
    max-width: 22rem;
    text-align: center;
    padding-right: 0;
  	padding-left: 0;
	/*display: none;*/
}
/*===========bg=============*/
.bg-area, .contact-area{
	padding: 8% 0;
}
.bg-area p{
	margin: 5% 0 10%;
}
.home-bg{
	background-attachment: fixed;
}
/*========home-faq========*/
.faq-block{
	padding: 6% 0;
}
.faq-block a{
	background: #0A1520;
	height: 100%;
}
.faq-block .col-md-6:nth-child(2) a{
  	background: #2958FF;
}
.faq-block .col-md-6:nth-child(3) a{
  	background: #8297A0;
}
.faq-block a:hover {
  background: #0964ff !important;
}
.faq-block .row{
	border-radius: 20px;
	overflow: hidden;
}
.faq-block h3{
	margin: 12% 0 20%;
	margin-bottom: 5rem;
}
.faq-block span.position-relative:after {
	position: absolute;
	top: .5rem;
	right: 0;
	content: '';
	width: 2rem;
	height: 2rem;
	background: url(../images/arrow.svg) no-repeat center/cover;
}
/*========contact-area========*/
.contact-area h3 {
	margin-bottom: 5rem;
}
.contact-area .default-btn {
	margin-right: 1rem;
}
.contact-area .default-btn:hover img {
	filter: invert(1);
	-webkit-filter: invert(1);
}
/*========footer========*/
.footer-area {
	background-color: #0A1520;
	padding: 5% 0 3.5rem;
}
.footer-logo {
	margin-bottom: 9.5rem;
}
.footer-logo img {
	width: 27.2rem;
}
.footer-btm .col-md-3 {
	width: 29%;
}
.footer-btm .col-md-5 {
	width: 39%;
}
.footer-btm .col-md-4 {
	width: 32%;
}
.each-footer-btm h6 {
	font-size: 1.8rem;
	color: #fff;
	font-family: 'interbold';
	margin-bottom: 2.8rem;
}
.each-footer-btm li a {
	color: rgba(255, 255, 255, 0.50);
	line-height: 33.3px;
	letter-spacing: 0.36px;
	font-family: 'InterRegular';
	font-size: 1.8rem;
}
.each-footer-btm li a:hover {
	color: #2958FF;
}
.footer-btm-part {
	margin: 8rem 0 6rem;
}
.footer-btm-part ul {
	background-color: #17212B;
	padding: 1rem;
	display: inline-block;
	border-radius: 5px;
}
.footer-btm-part img {
	margin-right: 1rem;
}
.footer-btm-part select option {
    color: #121212;
    font-family: arial;
}
.footer-credit p, .footer-credit li a {
	color: rgba(255, 255, 255, 0.50);
	font-size: 1.4rem;
	font-family: 'InterRegular';
}
.footer-credit li {
    display: inline-block;
    margin-left: 5rem;
}
.footer-credit li a:hover {
    color: #2958FF;
}
/*******************************************Contact*******************************************/
/*====header-area====*/
/*.header-area ul {
	display: flex;
	align-items: center;
	justify-content: end;
}*/
.header-area ul:not(.customer_dropdown ul){
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-area h6 {
	font-family: 'interbold';
	color: #fff;
	font-size: 1.8rem;
}
/*====inner-banner====*/
.inner-banner .banner-content {
	top: 60%;
}
/*====contact-top-blk====*/
.contact-top-blk {
	background-color: #0A1520;
	padding: 10% 0;
}
.contact-top-blk-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-top-blk-info img {
    margin-right: 4rem;
}
.contact-top-blk-info a {
    text-align: left;
    display: flex;
    align-items: center;
}
.contact-top-blk-info strong {
    display: block;
    font-size: 2.4rem;
    font-family: 'interbold';
    color: #ffffff;
}
.contact-top-blk-info span {
    color: #ffffff;
	font-size: 1.6rem;
	font-family: 'InterRegular';
}
.contact-top-blk-info em {
	font-style: normal;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-top-blk-info a:hover em {
	text-decoration: underline;
}
/*====contact-about-sec====*/
.contact-about-sec {
	background-color: #8297A0;
}
.contact-about-sec .about-info h2, .contact-about-sec .about-info p {
	color: #fff;
}
/*====contact-form-sec====*/
.contact-form-sec {
	padding: 8% 0;
}
.contact-form-sec h2 {
	margin-bottom: 4.6rem;
}
.form-wrap label {
	font-size: 1.8rem;
	color: #14202E;
	font-family: 'InterMedium';
}
.form-group{
	margin-bottom: 3rem;
	margin-right: 3rem;
}
.contact-form-sec .form-label {
    margin-bottom: 1.2rem;
	font-family: 'InterMedium';
	color: #14202E;
	font-size: 1.8rem;
}
.form-styl{
	background-color: transparent;
	border-radius: 5px;
	font-size: 1.8rem;
	color: rgba(0,0,0,0.25);
	padding: 1.2rem;
	resize: none;
	font-family: 'InterRegular';
}
.form-styl:focus {
	color: #000;
	background-color: transparent;
	border-color: #ced4da;
	outline: 0;
	box-shadow: none;
}
.form-styl:placeholder {
	color: #000;
	opacity: 0.25;
}
.form-styl:-ms-input-placeholder {
	color: #000;
	opacity: 0.25;
}
.form-styl::placeholder {
	color: #000;
	opacity: 0.25;
}
.textarea-form .form-group{
	height: calc(100% - 3rem);
}
textarea.form-styl{
	height: calc(100% - 4rem);
}
.form-btn {
	margin-top: 2rem;
}
/*******************************************Over-ons*******************************************/
/*====over-ons-about-sec====*/
.over-ons-about-sec .mobile-img-part {
	display: block;
	z-index: 0;
}
.over-ons-about-sec .default-btn {
	display: block;
	width: 50%;
}
/*====over-ons-map====*/
.over-ons-map {
	padding-top: 6%;
	background-color: #0A1520;
	position: relative;
}
.over-ons-map .map {
	height: 50rem;
	border-radius: 20px 20px 0 0;
}
.over-ons-map h2 {
	margin-bottom: 6rem;
	color: #fff;
	font-family: 'InterRegular';
}
/*====over-ons-btm-part====*/
.over-ons-btm-part {
	padding-bottom: 6%;
}
.over-ons-btm-part-area {
	background-color: #8297A0;
	border-radius: 20px;
  	overflow: hidden;
}
/* .over-ons-btm-part-info::after {
	content: '';
    position: absolute;
    background-color: #8297A0;
    height: calc(100% + 34.2%);
    width: 100%;
    top: -15%;
    right: 0;
    z-index: -1;
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
} */
.over-ons-btm-part-info h2 {
	color: #fff;
	font-family: 'InterRegular';
}
.over-ons-btm-part-info h2 span {
	font-family: 'interbold';
}
.over-ons-btm-part-info {
	/* position: relative; */
    padding: 0 17%;
}
.over-ons-btm-part-info p {
	margin: 3rem 0 5rem;
	color: #fff;
}
.each-counter {
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}
.each-counter h2 {
	font-family: 'InterSemiBold';
	color: #9EB6C0;
    margin-right: 4rem;
	width: 15%;
}
.each-counter h6 {
	color: #fff;
	font-family: 'PoppinsLight';
	letter-spacing: 2px;
}
/*====over-ons-middle-sec====*/
.over-ons-middle-sec {
	background-color: #f5f5f5;
	padding: 4% 0 5%;
}
.over-ons-middle-sec ul{
	display: flex;
	flex-wrap:wrap ;
	justify-content: space-between;
}
.over-ons-middle-sec li {
	color: #0A1520;
	font-family: 'PoppinsMedium';
	font-size: 1.6rem;
	width: 33%;
    display: block;
    position: relative;
    letter-spacing: 1px;
	padding-left: 5rem;
	padding-right: 2rem;
	margin: 4rem 0;
}
.over-ons-middle-sec li::after {
	position: absolute;
	content: "";
	background-image: url(../images/tick.svg);
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
	background-color: #0A1520;
	border-radius: 5px;
	left: 0;
	width: 2.4rem;
	height: 2.4rem;
	top: 0;
}
/*******************************************Faq*******************************************/
.inner-header{
	background: #0A1520;
}
.search-bar{
	background: #8297A0;
}
.search-bar .form-styl{
	background-color: #fff;
	border-color: #fff;
	color: rgba(10, 21, 32, 0.5);
	padding-left: 60px;
}
.search-bar span{
	position: absolute;
  	top: 50%;
  	left: 20px;
  	transform: translateY(-50%);
}
.search-bar .form-styl:focus {
	color: rgba(10, 21, 32, 0.5);
}
.search-bar .form-styl:placeholder {
	color: #0A1520;
}
.search-bar .form-styl:-ms-input-placeholder {
	color: #0A1520;
}
.search-bar .form-styl::placeholder {
	color: #0A1520;
}
.each-faq {
  	border-bottom: 1px solid rgba(10,21,32,0.10);
}
.each-faq p{
	margin-top: 2rem;
	opacity: .75;
}
.each-faq .position-relative:not(.collapsed) h3{
	color: #2958FF;
}
.each-faq .position-relative:after {
	position: absolute;
	top: 20px;
	transform: translateY(-50%)rotate(90deg);
	right: 0;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/prev.svg) no-repeat center/ contain;
}
.each-faq .position-relative.collapsed:after {
  	transform: translateY(-50%) rotate(-90deg);
}
.faq-about-sec {
	background-color: #fff;
}
.faq-about-sec .about-info h2, .faq-about-sec .about-info p {
	color: #0A1520;
}
.faq-about-sec .about-info .default-btn {
	width: 21%;
	text-align: center;
}
/*******************************************Aanbod-dtl*******************************************/
/*====bk-btn====*/
.bk-btn {
	padding-top: 3%;
	padding-bottom: 5.4rem;
	background-color: #F4F6FA;
}
/*====aanbod-dtl-banner====*/
.aanbod-dtl-banner {
	background-color: #F4F6FA;
}
.aanbod-dtl-banner .swiper-button-next:after, .aanbod-dtl-banner .swiper-button-prev:after {
	display: none;
}
.aanbod-dtl-banner-img {
	border-radius: 20px;
	overflow: hidden;
}
.each-aanbod-dtl-img {
	border-radius: 1rem;
	overflow: hidden;
}
.aanbod-dtl-images{
	margin-top: 2.2rem;
}
.show-car{
	display: none;
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(49, 49, 49, .64);
}
.add h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
	font-family: 'lama_sanssemibold';
	color: #fff;
	cursor: pointer;
}
.aanbod-dtl-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.aanbod-dtl-top-left {
	padding: 4rem 1.8rem;
    width: 32%;
}
.aanbod-dtl-top-left h6 {
	color: #2958FF;
}
.aanbod-dtl-middle-left {
	padding: 4rem 3rem;
	width: 28%;
}
.aanbod-dtl-bottom-left {
	padding: 4rem 3rem;
	width: 40%;
}
.aanbod-dtl-bottom-left li {
	display: inline-block;
	margin-right: 1rem;
}
.aanbod-dtl-top-left, .aanbod-dtl-middle-left, .aanbod-dtl-bottom-left {
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.aanbod-dtl-top-left, .aanbod-dtl-middle-left {
	margin-right: 2rem;
}
.aanbod-dtl-top-left img, .aanbod-dtl-middle-left img {
	margin-right: 1.2rem;
	width: 2rem;
}
.aanbod-dtl-bottom-left h6 {
	margin-right: 2rem;
}
.aanbod-dtl-top-left h6, .aanbod-dtl-middle-left h6, .aanbod-dtl-bottom-left h6 {
	font-size: 1.8rem;
	font-family: 'InterMedium';
}
.aanbod-dtl-middle-left h6, .aanbod-dtl-bottom-left h6 {
	color: #0A1520;
}
.aanbod-dtl-right-top {
	padding: 2.8rem 3.3rem;
	background-color: #fff;
	border-radius: 10px;
}
.aanbod-dtl-right-top h6 {
	color: #A8A8A8;
    font-family: 'InterRegular';
    font-size: 1.6rem;
}
.aanbod-dtl-right-top h5 {
	font-family: 'InterMedium';
	color: #0A1520;
	text-transform: uppercase;
	margin: 1rem 0 2.2rem;
}
.aanbod-dtl-right-top p {
	color: #0A1520;
	font-size: 1.6rem;
	font-family: 'interlight';
	margin-bottom: 2.5rem;
}
.aanbod-dtl-right-top table {
    width: 100%;
}
.aanbod-dtl-right-top td {
    vertical-align: top;
    padding-bottom: 2.2rem;
}
.aanbod-dtl-right-top td h6 {
    color: #2958FF;
    font-family: 'InterRegular';
    font-size: 1.5rem;
    margin: 0;
}
.aanbod-dtl-right-top table img {
    margin-right: 1rem;
}
.aanbod-dtl-right-middle {
	padding: 2.8rem 3.3rem;
	background-color: #fff;
	border-radius: 10px;
	margin: 2rem 0;
}
.aanbod-dtl-right-middle-part h3 {
	color: #121212;
	font-family: 'interbold';
	padding: 2rem 0.5rem;
	border: 1px solid #0A1520;
	border-radius: 5px;
	text-align: center;
}
.aanbod-dtl-right-middle .green-btn {
	background-color: #00B633;
	width: 100%;
	margin-top: 2rem;
}
.aanbod-dtl-right-middle h6 {
	font-size: 1.4rem;
	color: #14202E;
	font-family: 'InterRegular';
	text-decoration: underline;
	margin-top: 5.2rem;
	text-align: end;
}
.aanbod-dtl-right-bottom {
	padding: 2.8rem 3.5rem 2.4rem;
	background-color: #fff;
	border-radius: 10px;
}
.aanbod-dtl-right-bottom h6 {
	color: #0A1520;
	font-size: 1.8rem;
	font-family: 'InterMedium';
	margin-bottom: 1.4rem;
}
.aanbod-dtl-right-bottom p {
	color: #14202E;
	font-size: 1.4rem;
	font-family: 'InterRegular';
	position: relative;
	display: inline-block;
}
.aanbod-dtl-right-bottom p img {
	position: absolute;
	right: 0;
    top: -9px;
}
.aanbod-dtl-right-bottom img {
	width: 1.4rem;
}
.aanbod-dtl-right-bottom li {
	display: inline-block;
	margin-right: 1.7rem;
}
.aanbod-dtl-right-bottom li img {
	width: 2.5rem;
}
.aanbod-dtl-right-middle .product-btm-info{
	align-items: center;
}
.aanbod-dtl-right-middle .product-btm-info h6{
	margin-bottom: 0 !important;
}
.aanbod-dtl-right-middle .product-btm-dtl-btn{
	margin-top: 0 !important;
}
.aanbod-dtl-right-middle .product-btm-dtl-btn .yellow-btn{
	margin-top: 2rem !important;
}
.aanbod-dtl-right-middle .product-btm-popup-img{
	top: -2.2rem !important;
}
/*====dtl-tab-sec====*/
.dtl-tab-sec {
	background-color: #F4F6FA;
	padding-top: 2%;
}
.dtl-tab-sec-wrap {
	background-color: #fff;
	padding: 3% 8% 6%;
	border-radius: 20px;
    overflow: hidden;
}
.dtl-tab-sec .tab-btn {
	padding-bottom: 2.4rem;
  	border-bottom: 1px solid rgba(10, 21, 32, 0.10);;
  	margin-bottom: 7.2rem;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'InterMedium';
    font-size: 1.8rem;
	line-height: 28px;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #2958FF;
    background-color: transparent;
    color: #0A1520;
    padding: 1rem 2.7rem;
	border-radius: 0.5rem;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	height: 100%;
	text-transform: none;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #2958FF;
	border-color: #2958FF;
	color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .vraag-tab .nav-link {
	background-color: #0A1520;
	border-color: #0A1520;
	color: #fff;
}
/*====dtl-tab-content====*/
.dtl-tab-sec .tab-content ul li {
	font-family: 'PoppinsLight';
    font-size: 1.6rem;
    color: #171717;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.7rem;
    padding-left: 2rem;
    background-size: 0.8rem;
    font-family: 'PoppinsMedium';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid rgba(10, 21, 32, 0.10);
    padding-bottom: 1rem;
	color: #171717;
	font-family: 'InterMedium';
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 2rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #0A1520;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2958FF;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #2958FF;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
	font-family: 'InterRegular';
}
.each-onderhoud-block h4 {
    color: #0A1520;
    font-family: 'InterRegular';
    font-size: 2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #0A1520;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'InterRegular';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/*******************************************Aanbod-dtl-bieden*******************************************/
.bieden-price {
	display: flex;
}
.bieden-price p{
	height: auto !important;
	margin: 0 !important;
}
.aanbod-dtl-right-middle .bieden-price{
	margin-top: -2px;
	border-radius: 0 0 5px 5px;
  	overflow: hidden;
}
.each-bieden-price {
	width: 9rem;
	height: 6rem;
	background-color: #d9d9d9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-bieden-price:nth-child(even) {
	background-color: #e8e8e8;
}
.each-bieden-price p {
	font-size: 1.4rem;
	color: #14202E;
	font-family: 'InterRegular';
	margin-bottom: 0;
}
.bieden-input-field {
	display: flex;
    align-items: center;
    margin-top: 2.5rem;
    position: relative;
  	z-index: 1;
}
.bieden-input-field h6 {
	font-size: 1.4rem;
	color: #121212;
	font-family: 'InterRegular';
	margin-top: 0;
}
.bieden-input-field .form-styl {
	max-width: 11.6rem;
	margin: 0 1.5rem 0 2.6rem;
}
/*******************************************Aanbod-bod-intrekken-popup*******************************************/
/*====aanbod-dtl-modal-area====*/
.aanbod-dtl-modal-area .modal-dialog {
    max-width: 47rem;
    margin: 13% auto 0;
}
.aanbod-dtl-modal-area .form-check-label a{
	color: #2958FF;
}
.aanbod-dtl-modal-area .modal {
	background-color: rgba(10, 21, 32, 0.5);
}
.aanbod-dtl-modal-area .modal-content {
    border: 0;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}
.aanbod-dtl-modal-area .popup-content h6 {
	font-size: 1.8rem;
	color: #0A1520;
	font-family: 'InterMedium';
	border-bottom: 1px solid rgba(10, 21, 32, 0.1);
	padding-bottom: 1.8rem;
}
.aanbod-dtl-modal-area .popup-content p {
	font-size: 1.4rem;
	font-family: 'interlight';
	color: #0A1520;
    margin: 2.5rem 0;
}
.aanbod-dtl-modal-area .popup-content {
    padding: 3rem 4rem;
}
.aanbod-dtl-modal-area .green-btn {
	background-color: #00B633;
}
.aanbod-dtl-modal-area .form-check {
	margin-bottom: 2rem;
}
/*******************************************Aanbod-dtl-bieden-2*******************************************/
/* .aanbod-dtl-right-middle .default-btn {
	width: 100%;
	margin-top: 1.3rem;
} */
/*******************************************Aanbod-list*******************************************/
/*====aanbod-list-filter-sec====*/
.aanbod-list-filter-sec {
	padding: 6% 0 2.5rem;
	background-color: #F4F6FA;
}
.aanbod-list-filter-sec-wrap {
	border-bottom: 1px solid rgba(10, 21, 32, 0.10);
    padding-bottom: 6.5rem;
}
.aanbod-list-filter-sec h2 {
	color: #14202E;
	font-family: 'InterRegular';
	margin-bottom: 7.5rem;
}
.aanbod-list-filter-sec h2 span {
	font-family: 'interbold';
}
.aanbod-list-filter-sec .row {
	/* margin: 0.5rem; */
    max-width: 114rem;
    width: 100%;
}
.aanbod-list-filter-sec .col-lg-2 {
	width: auto;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
	margin-bottom: 0;
	position: relative;
}
.select-style {
    width: auto;
    height: 5.8rem;
    color: #0A1520;
	font-family: 'InterMedium';
    font-size: 1.8rem;
    border: 1px solid rgba(10, 21, 32, 0.2);
    border-radius: 5px;
    appearance: none;
    line-height: 28px;
	padding: 0 4.4rem 0 2.5rem;
	position: relative;
	background-color: transparent;
}
.aanbod-list-filter-sec .col-lg-2::after {
	content: '';
    position: absolute;
    background-image: url(../images/down-arrow.svg);
    background-size: 0.9rem;
    background-position: center center;
    height: 0.9rem;
    width: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
    background-repeat: no-repeat;
}
.select-style option{
	font-family: arial;
}
.aanbod-list-filter-sec .col-lg-2 .select-style:last-child::after {
	display: none;
}
.aanbod-list-filter-sec img {
	margin-right: 1rem;
}
.aanbod-list-filter-sec a {
	font-size: 1.6rem;
	color: #A8A8A8;
	font-family: 'InterRegular';
}
.aanbod-list-filter-sec .col-lg-2:last-child::after {
	display: none;
}
/*====aanbod-list-product-sec====*/
.aanbod-list-product-sec {
	background-color: #F4F6FA;
	padding-bottom: 10%;
}
.aanbod-dtl-product-content {
	background-color: #fff;
	padding: 2rem;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 2rem;
	position: relative;
}
.confetti-img {
	position: absolute;
    right: 18%;
    top: 0;
}
.aanbod-dtl-product-content .col-lg-4 {
	width: 38%;
}
.aanbod-dtl-product-content .col-lg-8 {
	width: 62%;
}
.aanbod-list-product-sec .product-left-dtl h6 {
	color: #A8A8A8;
	font-size: 1.6rem;
	font-family: 'InterRegular';
	margin: 1.4rem 0;
}
.aanbod-list-product-sec .product-left-dtl h5 {
	color: #14202E;
	font-family: 'interbold';
	height: auto;
}
.aanbod-list-product-sec .product-dtl {
	padding: 0 3rem;
}
.aanbod-list-product-sec .product-price h3 {
	color: #14202E;
	font-family: 'interbold';
}
.product-btm-info {
	display: flex;
}
.product-btm-dtl {
	margin-top: 2rem;
}
.product-btm-info h6 {
	font-size: 1.6rem;
	color: #A8A8A8;
	font-family: 'InterRegular';
	margin: 0;
	margin-left: 1rem;
}
.product-btm-dtl h5 {
	font-size: 1.8rem;
	font-family: 'InterMedium';
	color: #2958FF;
	margin-left: 2.5rem;
	height: auto;
    margin-bottom: 1.5rem;
}
.aanbod-list-product-sec .default-btn {
	margin-top: 0;
	width: auto;
}
.aanbod-list-product-sec .product-btn .green-btn {
	background-color: #00B633;
	margin-top: 6rem;
}
.aanbod-list-product-sec .product-btn {
	display: inline-block;
}
.aanbod-list-product-sec .product-btn a {
	color: #121212;
	opacity: 0.75;
	font-size: 1.8rem;
	font-family: 'InterMedium';
	position: relative;
	margin-right: 2rem;
    padding-right: 2rem;
	display: inline-block;
}
.aanbod-list-product-sec .product-btn a:after {
	content: '';
    position: absolute;
    background-image: url(../images/right-arrow.svg);
    background-size: 0.9rem;
    background-position: center center;
    height: 0.9rem;
    width: 0.9rem;
    top: 55%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
}
.aanbod-middle-product-content {
	padding: 7% 0;
    max-width: 57rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.aanbod-middle-product-content h3 {
	color: #14202E;
	font-family: 'InterRegular';
	margin-right: 3.8rem;
	line-height: 44.8px;
	letter-spacing: 0.64px;
}
.aanbod-middle-product-content .default-btn {
	min-width: 14rem;
	text-align: center;
}
.aanbod-list-product-sec .product-price-btn {
	margin-bottom: 1rem;
	/* display: none; */
}
.aanbod-list-product-sec .product-price-btn a {
    color: #121212;
	opacity: 0.75;
    font-size: 1.8rem;
    font-family: 'InterMedium';
    position: relative;
    margin-right: 3rem;
    padding-left: 2rem;
}
.aanbod-list-product-sec .product-price-btn a:after {
    content: '';
    position: absolute;
    background-image: url(../images/left-arrow.svg);
    background-size: 0.9rem;
    background-position: center center;
    height: 0.9rem;
    width: 0.9rem;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
}
.aanbod-dtl-product-content .bieden-blk {
	padding-left: 4rem;
	/* display: none; */
}
.aanbod-dtl-product-content .each-bieden-price {
    width: 25%;
}
.aanbod-dtl-product-content .bieden-input-field h6 {
    margin: 0;
}
.aanbod-dtl-product-content .aanbod-list-bieden .bieden-input-field {
	margin-top: 0;
}
.aanbod-dtl-product-content .aanbod-list-bieden .bieden-input-field .form-styl {
/*    max-width: 15.6rem;*/
    margin: 0 0 0 0rem;
    border: 0;
    color: #000;
}
.aanbod-dtl-product-content .aanbod-list-bieden .product-price {
	border: 1px solid rgba(10, 21, 32, 0.20);
	padding: 1.6rem;
	border-radius: 5px;
	overflow: hidden;
}
.aanbod-dtl-product-content .aanbod-list-bieden .product-price h5 {
	color: #14202E;
	line-height: 28px;
	font-family: 'InterRegular';
	margin-left: 0;
    margin-bottom: 0;
}
.show-div {
	visibility: hidden;
}
.product-btm-dtl-part {
	/* display: flex; */
	align-items: end;
	/* visibility: hidden; */
}
.Mijn-biedingen-product-dtl .product-left-dtl p {
	font-family: 'InterMedium';
	font-size: 1.8rem;
	color: #121212;
}
.Mijn-biedingen-product-dtl .product-left-dtl img {
	margin-right: 1rem;
}
.aanbod-list-product-sec .product-btm-dtl-btn-part {
	display: block;
	margin-top: 3rem;
}
.product-btm-dtl-btn-left h3 {
	color: #00B633;
	font-family: 'interbold';
}
/*******************************************Bedankt*******************************************/
/*====bedankt-banner====*/
.bedankt-banner .banner-content {
	top: 51%;
}
.bedankt-banner .banner-content h1 {
	margin-bottom: 6.5rem;
}
/*******************************************Mijn-biedingen-gewonnen*******************************************/
/*====aanbod-list-modal-area====*/
.aanbod-list-modal-area .modal-dialog {
    max-width: 62rem;
    margin: 13% auto 0;
}
.aanbod-list-modal-area .modal {
	background-color: rgba(10, 21, 32, 0.6);
}
.modal-backdrop.show {
    display: none;
}
.aanbod-list-modal-area .modal-content {
    border: 0;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}
.aanbod-list-modal-area .popup-content h6 {
	font-size: 1.8rem;
	color: #0A1520;
	font-family: 'InterMedium';
	letter-spacing: 0.36px;
	line-height: 25.2px;
	padding-bottom: 1.8rem;
	text-align: center;
	border-bottom: 1px solid rgba(10, 21, 32, 0.1);
}
.aanbod-list-modal-area .each-popup-heading {
	position: relative;
}
.aanbod-list-modal-area .each-popup-heading img {
	position: absolute;
	top: 7%;
	left: 13%;
	margin-right: 0;
}
.aanbod-list-modal-area .popup-content p {
	font-size: 1.4rem;
    font-family: 'interlight';
    color: #0A1520;
    margin: 1rem 0;
    line-height: 19.6px;
    letter-spacing: 0.28px;
    padding: 1rem 0;
}
.aanbod-list-modal-area .popup-content {
    padding: 3rem 4rem;
}
.aanbod-list-modal-area .popup-content img {
	width: 2.4rem;
    margin-right: 2rem;
}
.aanbod-list-modal-area .each-popup-content {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(10, 21, 32, 0.1);
}
.aanbod-list-modal-area .each-popup-content li{
	display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(10, 21, 32, 0.1);
}
.list-popup-btn {
	margin-top: 3rem;
}
/*====Mijn-biedingen-top====*/
.Mijn-biedingen-top {
	background-color: #F4F6FA;
	padding: 3.3rem 0 6.7rem;
}
.Mijn-biedingen-top-wrap {
	max-width: 85rem;
	margin: 0 auto;
	width: 100%;
}
.Mijn-biedingen-top-wrap a{
	opacity: .5;
}
.Mijn-biedingen-top-wrap .active-biedingen a{
	opacity: 1;
}
.Mijn-biedingen-left {
	border-radius: 10px;
	background-color: #fff;
	padding: 2rem;
	display: flex;
	align-items: center;
}
.Mijn-biedingen-left-img {
	border-radius: 5px;
	background-color: #D0A128;
	padding: 3rem;
}
.Mijn-biedingen-left-img img {
	width: 5.8rem;
}
.Mijn-biedingen-left-info {
	padding-left: 1.7rem;
}
.Mijn-biedingen-left-info h6 {
	color: #0A1520;
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: 1.6px;
	font-family: 'poppinsregular';
	padding-top: 1rem;
}
.Mijn-biedingen-left-info h6 span {
	font-family: 'poppinsbold';
}
.Mijn-biedingen-left-info p {
	font-size: 1rem;
	line-height: normal;
	letter-spacing: 1px;
	font-family: 'poppinsregular';
	color: rgba(10, 21, 32, 0.75);
	border-bottom: 1px solid rgba(10, 21, 32, 0.10);
    margin-top: 1.2rem;
    padding-bottom: 1rem;
}
.Mijn-biedingen-left-info p img {
	margin-right: 1rem;
}
.Mijn-biedingen-left-info p:last-child {
	border-bottom: 0;
	margin-top: 1.2rem;
    padding-bottom: 1rem;
}
.Mijn-biedingen-left-info p span {
	color: rgba(131, 176, 115, 0.5);
	font-family: 'poppinssemibold';
}
.Mijn-biedingen-right {
	border-radius: 10px;
	background-color: #fff;
	padding: 2rem;
	display: flex;
	align-items: center;
}
.Mijn-biedingen-right-img {
	border-radius: 5px;
	background-color: #00B633;
	padding: 3.8rem 4rem;
}
.Mijn-biedingen-right-img img {
	width: 3.2rem;
	height: 4.3rem;
}
.Mijn-biedingen-right-info {
	padding-left: 1.7rem;
}
.Mijn-biedingen-right-info h6 {
	color: #0A1520;
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: 1.6px;
	font-family: 'poppinsregular';
	padding-top: 1rem;
}
.Mijn-biedingen-right-info h6 span {
	font-family: 'poppinsbold';
}
.Mijn-biedingen-right-info p {
	font-size: 1rem;
	line-height: normal;
	letter-spacing: 1px;
	font-family: 'poppinsregular';
	color: rgba(10, 21, 32, 0.75);
	border-bottom: 1px solid rgba(10, 21, 32, 0.10);
    margin-top: 1.2rem;
    padding-bottom: 1rem;
}
.Mijn-biedingen-right-info p img {
	margin-right: 1rem;
}
.Mijn-biedingen-right-info p:last-child {
	border-bottom: 0;
	margin-top: 1.2rem;
    padding-bottom: 1rem;
}
.Mijn-biedingen-right-info p span {
	color: rgba(131, 176, 115, 0.5);
	font-family: 'poppinssemibold';
}
/*====aanbod-list-product-sec====*/
.aanbod-list-product-sec-wrap {
	border-bottom: 1px solid rgba(10, 21, 32, 0.10);
    padding-bottom: 5.8rem;
    margin-bottom: 2.5rem;
}
.aanbod-list-product-title h2 {
	font-family: 'InterRegular';
	color: #14202E;
	line-height: 56px;
}
.aanbod-list-product-title h2 span {
	font-family: 'interbold';
}
.aanbod-list-product-right {
	display: flex;
	align-items: center;
	justify-content: end;
}
.aanbod-list-product-right h6 {
    color: #0A1520;
    font-family: 'InterMedium';
    font-size: 1.8rem;
    border: 1px solid rgba(10, 21, 32, 0.2);
    border-radius: 5px;
    appearance: none;
    padding: 2rem 4.4rem 2rem 2.5rem;
    position: relative;
}
.aanbod-list-product-right .select-style {
	position: relative;
	background-image: url(../images/down-arrow.svg);
    background-size: 0.9rem;
    background-position: 90%;
	background-repeat: no-repeat;
}
.aanbod-list-product-right .select-style option:first-child {
	text-align: center;
}
.aanbod-list-product-right-info {
	background-color: #fff;
    padding: 3.5rem 5rem;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 16.1%;
    right: 13%;
	display: none;
}
.aanbod-list-product-right-info p {
	color: #0A1520;
	line-height: 28px;
	font-family: 'InterMedium';
    font-size: 1.6rem;
	border-top: rgba(10, 21, 32, 0.10);
}
.aanbod-list-product-right-info p span {
	color: rgba(10, 21, 32, 0.35);
}
.Mijn-biedingen-product-dtl {
	margin-top: 0;
}
.Mijn-biedingen-product-price h6 {
	font-size: 1.8rem;
	color: rgba(18, 18, 18, 0.75);
	margin-bottom: 1rem;
}
.Mijn-biedingen-product-price h3 span {
	color: #00B633;
}
.Mijn-biedingen-product-price {
	display: table;
	margin-left: auto;
}
.product-btm-info h6 span {
    font-size: 1.8rem;
    color: #00B633;
    font-family: 'InterMedium';
    margin: 0;
}
.product-btm-dtl-btn {
	display: flex;
	align-items: center;
	margin-top: 2rem;
	justify-content: space-between;
	position: relative;
}
.product-btm-popup-img {
	position: absolute;
    top: -42%;
    right: 1%;
}
.product-btm-dtl-btn img {
	margin-left: 1rem;
}
.product-btm-dtl-btn .default-btn.green-btn {
	background-color: #00B633;
	font-size: 1.8rem;
	margin-right: 2rem;
}
.product-btm-dtl-btn .default-btn.red-btn {
    background-color: #BE3A2C;
    font-size: 1.8rem;
    margin-right: 2rem;
}
.product-btm-dtl-btn .default-btn.yellow-btn {
    background-color: #D0A128;
    font-size: 1.8rem;
    margin-right: 0;
}
.product-btm-dtl-btn .default-btn.green-btn, .product-btm-dtl-btn .default-btn.red-btn, .product-btm-dtl-btn .default-btn.yellow-btn {
	padding: 1.3rem 2.1rem;
}
.product-btm-dtl-btn .green-btn img {
	filter: brightness(0) invert(1);
}
.product-btm-dtl-btn .red-btn img {
	filter: brightness(0) invert(1);
}
.product-btm-dtl-btn .yellow-btn img {
	filter: brightness(0) invert(1);
}
.product-btm-dtl-btn .default-btn.green-btn:hover {
	border-color: #00B633 !important;
	color: #00B633 !important;
}
.product-btm-dtl-btn .default-btn.red-btn:hover {
	border-color: #BE3A2C !important;
	color: #BE3A2C !important;
}
.product-btm-dtl-btn .default-btn.yellow-btn:hover {
	border-color: #D0A128 !important;
	color: #D0A128 !important;
}
.product-btm-dtl-btn .green-btn:hover img {
	filter: brightness(1);
}
.product-btm-dtl-btn .red-btn:hover img {
	filter: brightness(1);
}
.product-btm-dtl-btn .yellow-btn:hover img {
	filter: brightness(1);
}
.product-btm-dtl-btn li {
    display: inline-block;
    margin-right: 1.7rem;
}
.product-btm-dtl-btn li:last-child {
    margin-right: 0;
}
.product-btm-dtl-btn li img {
	opacity: 0.5;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-btm-dtl-btn li:hover img {
	opacity: 1;
}
.product-btm-dtl-btn li img {
	width: 4.5rem;
}
.product-btm-dtl p {
	color: #14202E;
	font-size: 1.4rem;
	font-family: 'InterRegular';
	margin-top: 1rem;
}
.product-btm-dtl p span {
	color: #A8A8A8;
}
/*******************************************zoekopdracht*******************************************/
.zoekopdracht-area {
	background-color: #8297A0;
}
.zoekopdracht-left-txt h2 {
	color: #fff;
	font-family: 'InterRegular';
	letter-spacing: 0.8px;
	line-height: 5.6rem;
	padding-bottom: 3.2rem;
}
.zoekopdracht-left-txt span {
	font-family: 'interbold';
}
.zoekopdracht-left-txt {
	padding-left: 20%;
	padding-right: 20%;
}
.zoekopdracht-left-txt p {
	color: #FFF;
	font-family: 'InterRegular';
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: 0.32px;
}
.zoekopdracht-filter-area {
	padding: 9% 0;
	background-color: #F4F6FA;
}
.zoekopdracht-filter-area .heading-txt h2 {
	padding-bottom: 5rem;
	font-family: 'InterRegular';
	color: #14202E;
	line-height: 56px;
}
.each-zoekopdracht-select label {
	color: #14202E;
	font-size: 1.8rem;
	font-family: 'InterMedium';
	line-height: 2.8rem;
	padding-bottom: 1.8rem;
}
.each-zoekopdracht-select .select-style {
	width: 100%;
	color: rgb(0 0 0 / 20%);
	font-family: 'InterRegular';
	font-size: 1.8rem;
	border: 0;
	padding: 1.2rem;
	margin-bottom: 3rem;
	background: url(../images/down-arrow.svg) #fff no-repeat 94% center/10px;
	appearance: none;
	text-transform: none;
	height: auto;
  	padding: 1.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.zoekopdracht-filter-area .form-area label {
	color: #14202E;
	font-size: 1.8rem;
	font-family: 'InterMedium';
	line-height: 2.8rem;
	padding-bottom: 1.8rem;
}
.zoekopdracht-filter-area .form-styl {
	width: 100%;
	height: auto;
  	padding: 1.2rem;
	color: rgb(0 0 0 / 20%);
	font-family: 'InterRegular';
	font-size: 1.8rem;
	border: 0;
	padding: 1.2rem;
	margin-bottom: 3rem;
	background: #fff;
	appearance: none;
	text-transform: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.zoekopdracht-filter-area .form-group {
	margin-right: 0;
}
.zoekopdracht-filter-area textarea.form-styl {
	min-height: auto;
	padding-top: 15px;
}
.zoekopdracht-filter-area .row {
	margin-left: -30px;
	margin-right: -30px;
}
.zoekopdracht-filter-area .col-lg-4 {
	padding-left: 30px;
	padding-right: 30px;
}
.zoekopdracht-filter-area .col-lg-8 {
	padding-left: 30px;
	padding-right: 30px;
}
/*******************************************how-it-works*******************************************/
.how-works-area {
	padding: 5% 0;
	background-color: #F4F6FA;
}
.how-works-area .col-xl-4 {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
}
.each-how-works-wrap {
	background: #FFF;
	border-radius: 2rem;
	padding: 2rem 2rem 7.5rem;
	position: relative;
	height:100%;
}
.each-how-works-wrap .how-works-tag {
	border-radius: 1rem;
	background: #14202E;
	width: 11.8rem;
    height: 11rem;
	color: #fff;
	font-size: 6rem;
	font-family: 'poppinsbold';
	position: absolute;
	top: 2rem;
	left: 2rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-how-works-wrap h2 {
	color: rgba(10, 21, 32, 0.05);
	font-size: 10rem;
	font-family: 'poppinsbold';
	letter-spacing: 1rem;
	padding-left: 9.7rem;
	text-transform: capitalize;
}
.each-how-mid-cntn {
	padding: 0px 3rem;
}
.each-how-mid-cntn h6 {
	color: #0A1520;
	font-size: 1.8rem;
	line-height: normal;
	letter-spacing: 1.8px;
	border-bottom: 1px solid rgba(10, 21, 32, 0.10);
	padding: 2.4rem 0 1.3rem;
	font-family: 'poppinsregular';
}
.each-how-mid-cntn p {
	color: #0A1520;
	font-family: 'InterRegular';
	font-size: 1.6rem;
	font-style: normal;
	line-height: 2.6rem;
	letter-spacing: 0.32px;
	padding-top: 1.8rem;
}
.each-how-image-wrap.bg {
	background-repeat: no-repeat;
	width: 100%;
	object-fit: cover;
    background-size: cover;
}
.each-how-image-wrap {
	width: 100%;
	padding: 0;
}
.each-how-image-wrap h6 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-family: 'poppinsbold';
	line-height: normal;
	letter-spacing: 2px;
	line-height: 3rem;
	border-bottom: 0;
}
.each-how-image-wrap a {
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.32px;
	padding-top: 1rem;
	font-family: 'InterRegular';
	transition: all .5s;
	-webkit-transition: all .5s;
}
/* .each-how-image-wrap a:hover{
	color: #2958FF;
	text-decoration: underline;
} */
.video-play-btn {
	text-align: center;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.video-play-btn a {
	display: inline-block;
}
.video-play-btn img{
	width: 5.1rem;
}
/*******************************************pop-up*******************************************/
.modal-area .modal-dialog {
    max-width: 87rem;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(10, 21, 32, 0.2);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.modal-area .popup-content h3 {
	line-height: 44.8px;
	color: #fff;
	font-family: 'InterMedium';
}
.modal-area .popup-content h3 span {
	font-family: 'interbold';
}
.modal-area .popup-content p {
    margin: 2.7rem 0 6.7rem;
    max-width: 65rem;
    width: 100%;
    font-size: 1.6rem;
    color: #fff;
    font-family: 'InterRegular';
}
.modal-area .popup-content {
    padding: 5rem 5.8rem;
    background-color: #8297A0;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
  	top: 1rem;
  	right: 1rem;
  	z-index: 1;
  	font-size: 3rem;
  	height: 4rem;
  	width: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'InterRegular';
}
.close-img:hover {
	color: #fff;
}
.popup-btm {
	display: flex;
	justify-content: space-between;
}
.popup-btm a {
	color: #fff;
	font-size: 1.8rem;
	font-family: 'InterMedium';
}
/*******************************************registreren*******************************************/
/*====registreren-top-sec====*/
.registreren-top-sec .form-bottom-btn {
	margin-top: 1rem;
}
.registreren-top-sec .form-bottom-btn a {
	color: #14202E;
	font-size: 1.4rem;
	font-family: 'InterMedium';
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.registreren-top-sec .form-bottom-btn a:hover {
	text-decoration: underline;
}
.registreren-top-sec .contact-form-sec {
    padding: 8% 7% 12% 8%;
}
.registreren-left-part {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.registreren-right-part {
	padding-top: 8%;
	padding-left: 12%;
    padding-right: 7%;
	padding-bottom: 11%;
	background-color: #F4F6FA;
	height: 100%;
}
.registreren-right-part h3 {
	color: #14202E;
	font-family: 'InterRegular';
	line-height: 44.8px;
	letter-spacing: 0.64px;
	margin-bottom: 5rem;
}
.registreren-right-part h3 span {
	font-family: 'interbold';
}
.checkbox-area .form-check-input {
    width: 1.8rem;
    height: 1.8rem;
    box-shadow: none;
    background-color: #fff;
    margin-top: 0;
	border: 1px solid #121212;
	border-radius: 0;
}
.checkbox-area .form-check-input:checked {
    background: url(../images/blue-tick.svg) #F4F6FA no-repeat center / 1.4rem;
}
.checkbox-area h6 {
	font-size: 1.8rem;
	font-family: 'InterMedium';
	color: #14202E;
	margin-left: 1rem;
}
.checkbox-area h6 span {
    color: #2958FF;
}
.registreren-right-part .form-btn {
    margin-top: 0rem;
}
.registreren-right-part .dashboard-user-details-formwrap .form-area {
    border-left: 0;
    padding-left: 0;
}
/*====registreren-middle-sec====*/
.registreren-middle-sec {
	background-color: #8297A0;
}
.registreren-middle-sec h2 {
	font-family: 'InterRegular';
	color: #fff;
	line-height: 56px;
	letter-spacing: 0.8px;
	margin-bottom: 5rem;
}
.registreren-middle-sec h2 span {
	font-family: 'interbold';
}
.registreren-middle-sec li {
	color: #fff;
}
.registreren-middle-sec li::after {
    background-image: url(../images/black-tick.svg);
    background-color: #fff;
}
/*******************************************mijn-account*******************************************/
.Mijn-Account-area {
	padding-right: 4rem;
	padding-left: 2rem;
	padding-top: 0;
	padding-bottom: 2rem;
}
.Mijn-Account-area .col-xxl-3 {
	width: 18%;
}
.Mijn-Account-area .col-xxl-9 {
	width: 82%;
}
.dashboard-area {
	padding: 3.6rem 0;
	background: #F4F6FA;
}
.dashboard-area .row{
	margin: 0;
}
.dashboard-area .col-xxl-3 {
	width: 18%;
	padding: 0;
}
.dashboard-area .col-xxl-9 {
	width: 82%;
	padding: 0;
}
.dashboard-menu {
	width: 100%;
	/*height: calc(100% + 59%);*/
	height: calc(100% + 2%);
	background-color: rgba(10, 21, 32, 1);
	border-radius: 0px 2rem 2rem 0px;
	padding: 4.5rem 2.5rem;
}
.dashboard-menu h5 {
	font-size: 2.3rem;
	color: #fff;
    text-align: center;
	font-family: 'interbold';
}
.dashboard-menu hr {
	color: #fff;
	opacity: 1;
	margin: 4rem 0 3.4rem;
}
.dashboard-menu .default-btn {
	width: 100%;
	text-align: center;
}
.dashboard-menu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 3rem;
}
.dashboard-menu ul li img {
	display: inline-block;
	height: 2.4rem;
	padding-right: 2rem;
}
.dashboard-menu ul li {
	display: flex;
	align-items: center;
	padding-top: 3.5rem;
	padding-bottom: 0.6rem;
}
.dashboard-area ul li a {
	color: #FFF;
	font-family: 'interbold';
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem;
	letter-spacing: 0.36px;
}
.dashboard-main-wrap {
	padding: 0 4rem 0rem 2rem;
}
.dashbord-right-heading {
	padding: 3.6rem 3rem;
	background-color: #fff;
	border-radius: 1rem;
}
.dashbord-right-heading h3 {
	color: #14202E;
	font-family: 'InterSemiBold';
	font-style: normal;
	line-height: 4.4rem;
	letter-spacing: 0.64px;
}
.dashboard-right-mid-faq-wrap {
	padding-top: 1.6rem;
}
.dashboard-right-mid-faq-wrap .col-lg-3 {
	/* width: 25%; */
}
.dashboard-mid-boxwrap {
	border-radius: 1rem;
	background-color: #fff;
	padding: 3rem;
	height: 100%;
}
.dashboard-imgtxt-wrap {
	width: 100%;
	display: flex;
	align-items: center;
}
.dashboard-bgclr-img {
	border-radius: 5px;
	background: #D0A128;
	width: 12rem;
    height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dashboard-bgclr-img img{
	height: 52px;
}
.dashboard-ext-txt {
	color: rgb(10 21 32 / 5%);
	font-size: 10rem;
	font-family: 'poppinsbold';
	letter-spacing: 1rem;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 4rem;
}
.dashboard-containwrap p {
	color: #0A1520;
	font-family: 'poppinsregular';
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	padding-top: 2.2rem;
}
.dashboard-containwrap hr {
	color: rgba(10, 21, 32, 0.5);
	margin: 1.4rem 0 1.8rem;
}
.dashboard-containwrap strong {
	font-family: 'poppinsbold';
}
.dashboard-containwrap h6 {
	color: rgb(10 21 32 / 40%);
	font-size: 1.2rem;
	letter-spacing: 1.2px;
	font-family: 'poppinsregular';
	display: flex;
    align-items: flex-start;
    gap: 0.5em;
}
.dashboard-link-btn {
	position: relative;
	font-family: 'PoppinsMedium';
	color: rgb(18 18 18 / 75%);
	font-size: 1.8rem;
	letter-spacing: 0.36px;
	display: inline-block;
	padding-top: 1.5rem;
}
.dashboard-link-btn:hover {
	color: #121212;
}
.dashboard-link-btn::after {
	position: absolute;
	content: "";
	background-image: url('../images/fi-bs-angle-small-down-dash.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 2rem;
	height: 2rem;
	top: 46%;
	left: auto;
	right: -35%;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.dashboard-link-btn:hover::after {
	right: -40%;
}
.bg-green {
	background: #00B633;
}
.dashboard-faq-wrap {
	background-color: #fff;
	border-radius: 1rem;
	padding: 6.7rem;
	height: 100%;
}
.dashboard-faq-wrap h3 {
	color: #0A1520;
	font-family: 'interbold';
	line-height: 4.4rem;
	letter-spacing: 0.64px;
}
.dashboard-faq-wrap h6{
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	color: #0A1520;
	padding: 1rem 0;
	font-family: 'poppinsregular';
}
.dashboard-faq-wrap hr{
	color: rgba(10, 21, 32, 0.5);
}
.dashboard-faq-down-wrap{
	padding-top: 3.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dashboard-faq-down-wrap p{
	padding-right: 1rem;
	width: 100%;
	max-width: 33rem;
	color: #0A1520;
	font-family: 'InterRegular';
}
.dashbpard-contact-area{
	margin-top: 1.6rem;
	background-color: #fff;
	padding: 6rem 3rem 10rem;
	border-radius: 1rem;
}
.dashbpard-contact-area .col-lg-3{
	width: 22%;
}
.dashbpard-contact-area .col-lg-9{
	width: 77%;
}
.dashboard-user-name h5{
	color: #0A1520;
	font-family: 'interbold';
	font-size: 2.3rem;
	line-height: 3.2rem;
	letter-spacing: 0.46px;
}
.dashboard-user-name h6{
	color: rgba(10, 21, 32, 0.75);
	font-size: 1.8rem;
	letter-spacing: 1.2px;
	font-family: 'InterRegular';
	padding-top: 2.3rem;
	display: flex;
	align-items: flex-start;
    gap: 0.5rem;
}
.dashboard-user-name{
	padding-top: 34%;
}
.dashboard-user-detail-heading{
	padding-bottom: 3.5rem;
	padding-left: 5rem;
}
.dashboard-user-detail-heading h3{
	color: #14202E;
	font-family: 'interbold';
	line-height: 4.4rem;
	letter-spacing: 0.64px;
	display: flex;
	align-items: center;
}
.dashboard-user-detail-heading h3 img{
	padding-right: 1.5rem;
}
.dashboard-user-details-formwrap .form-area{
	border-left: 1px solid rgba(10, 21, 32, 0.1);
	padding-left: 5rem;
}
.dashboard-user-details-formwrap .form-area .form-label{
	font-family: 'InterMedium';
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.dashboard-user-details-formwrap .form-area .form-group {
    margin-right: 4.5rem;
}
.dashboard-user-details-formwrap .form-area .form-btn{
	margin-top: 5.5rem;
}
.dashboard-how-it-work-area{
	margin: 1.6rem 0;
}

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom: 30px;
	border-bottom: 1px solid #121212;
	display: inline-block;
	padding-bottom: 1rem;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.star_icon, .bullet-panel h3{
	margin-bottom: 30px;
}
.bullet-panel h3 {
    margin-bottom: 30px;
  	border-bottom: 1px solid #121212;
  	padding-bottom: 1rem;
}
.cursor{
    cursor:pointer;
}
.form-1 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.error_page header{
	position: relative;
  	background: #0A1520;
}
/*======Language Flag Start=====*/
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
img.lang_img{
	width: 24px;
	vertical-align: top;
}
/*.flag a {
    margin-right: 5px;
}

.active_flag img{
    -webkit-filter: drop-shadow(-1px 1px 6px #fff);
    filter: drop-shadow(-1px 1px 6px #fff);
}*/
/*======Language Flag End=====*/

.aanbod-price .bieden-price {
	border-top-right-radius: 10px;
  	border-top-left-radius: 10px;
  	overflow: hidden;
}
.aanbod-price .aanbod-list-bieden{
	border: 1px solid rgba(10, 21, 32, 0.20);
  	border-bottom-left-radius: 10px;
}
.aanbod-price .form-styl{
	max-width: unset !important;
	border: 0;
}
.aanbod-price .bieden-input-field{
	white-space: nowrap;
}
.aanbod-price .product-price{
	border-right: 1px solid rgba(10, 21, 32, 0.20) !important;
}
.aanbod-price{
	width: calc(100% + 17.6rem);
}
.offer-btn.rounded-btn{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.offer-btn{
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
}
.bieden-price .active{
	background-color: #00B633;
}
.bieden-price .active p{
	color: #fff;
}
.details-product-price h6{
	text-align: left;
	margin-top: 0;
}
.details-product-price h3{
	font-size: 1.7rem;
}
.product-dtl-highest h6 {
    margin-top: 0rem !important;
}
.dropdown.customer_dropdown button {
    color: #fff;
    font-family: 'InterMedium';
    font-size: 1.8rem;
}
.customer_dropdown .dropdown-toggle:focus {
    box-shadow: none;
}
.customer_dropdown li{
	text-align: center;
}
.customer_dropdown .dropdown-menu{
	width: 100%;
	border: 0;
  	background: #2958FF;
}
.customer_dropdown .dropdown-item{
	font-size: 1.4rem;
	color: #fff;
	background-color: transparent;
}
.customer_dropdown .dropdown-toggle::after{
	position: relative;
	top: .3rem;
}
#myModal2 td{
	vertical-align: top;
}
#myModal2 .popup-content h6{
	border-bottom: 0;
	text-align: left;
}
#myModal2 .each-popup-content li{
	border-top: 1px solid rgba(10, 21, 32, 0.1);
	border-bottom: 0;
}
.aanbod-list-product-sec .product-btm-info{
	align-items: center;
}
.aanbod-list-product-sec .product-btm-info h6{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.aanbod-list-product-sec .product-btm-dtl-btn{
	margin-top: 0;
}
.aanbod-list-product-sec .product-btm-dtl-btn .default-btn.yellow-btn{
	margin-top: 2rem;
}
.aanbod-list-product-sec .product-btm-popup-img{
	top: -2.3rem !important;
}
.ckeckbx_error_msg{
	color: red;
}
.how-works-area.Mijn-Account-area{
	margin-top: 1.6rem;
	padding-left: 0;
	padding-right: 0;
}
.how-works-account-block{
	margin-right: -1rem;
	margin-left: -1rem;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.bieden-blk-dtl .bieden-input-field .form-styl {
/*    max-width: 15.6rem;*/
    color: #000;
}