@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Open+Sans:wght@400;700;800&display=swap');
*:focus{
	outline: none !important
}
body {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #00418C;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
img{
	max-width: 100%;
	height: auto !important
}
.btn-primary{
	background-color: #00418c;
    border: none;
    padding: 15px 30px;
    font-weight: 700;
}
.btn-primary:hover{
    background-color: #0c65cc;
}
.top-bar{
	background-color: #00418c
}
.top-bar .topcontacts{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}
.top-bar .topcontacts a{
	display: block;
    font-size: 14px;
    border-right: 1px #01336d solid;
    padding: 5px 15px;
    color: #fff;
}
.top-bar .topcontacts a:hover{
	text-decoration: none;
	color: #ccc
}
.top-bar .topcontacts a:last-child{
	border-right: 0
}
.top-bar .topcontacts a i{
	margin-right: 5px
}
.navbar{
    padding: 0rem 1rem;
}
.navbar-light .navbar-nav .nav-link{
	font-weight: 700;
    color: #222;
    text-transform: uppercase;
    font-size: 15px;
    padding: 25px 15px;
	border-bottom: 2px transparent solid;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav li.active .nav-link{
	border-bottom: 2px #00418c solid;
	color: #00418c;
}
.navbar-light .navbar-nav li.show .nav-link{
	color: #00418c;
}
.navbar-nav .dropdown-menu{
	background-color: #00418c;
    margin: -2px 0 0;
	padding: 0;
}
.navbar-nav .dropdown-menu::before{
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #00418c;
    border-width: 10px;
    margin-left: 0;
}
.navbar-light .navbar-nav .dropdown-menu li a.nav-link{
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px #0755af solid;
    font-weight: normal;
    text-transform: unset;
}
.navbar-light .navbar-nav .dropdown-menu li:last-child a.nav-link{
	border-bottom: 0
}
.navbar-light .navbar-nav .dropdown-menu li a.nav-link:hover, .navbar-light .navbar-nav .dropdown-menu li.active a.nav-link{
    background-color: #053a77;
}
.headertop{
	background-color: #F8D7DA;
    padding: 5px 0;
	position: relative;
}
.headerbg{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 0;
	position: relative;
	background-size: cover;
    background-position: center;
	min-height: 300px;
}
.headerbg::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.headerbg .headercontent{
	border-left: 6px #fff solid;
	position: relative;
	padding: 30px;
}
.headerbg .headercontent::before{
	content: '';
    position: absolute;
    background-color: #fff;
    height: 6px;
    width: 100px;
	top: 0;
	left: 0
}
.headerbg .headercontent > div{
    color: #ffcc00;
    font-weight: 700;
    font-size: 26px;
}
.headerbg .subtitle{
    color: #fc0;
    font-size: 26px;
    font-weight: 700;
}
.headerbg h1{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 2px;
}
.headerbg .headercontent > h1{
	font-weight: 800;
	color: #fff;
    margin: 10px 0 30px;
	font-size: 50px;
}
.headerbg.faq .headercontent > h1{
    color: #ffcc00;
    font-size: 40px;
    margin-bottom: 10px;
}
.headerbg .headercontent p{
	color: #fff
}
.breadcrumbs{
	background-color: #e7e7e7
}
.breadcrumb{
	background-color: transparent;
	margin-bottom: 0;
}
.breadcrumbs nav{
	margin: 0 -15px
}
.breadcrumb a{
	font-weight: bold
}
.breadcrumb-item+.breadcrumb-item::before{
	display: none
}
.breadcrumb-item.active{
	align-items: center;
}
.breadcrumb-item i{
	margin-right: 10px;
    color: #aaa;
}
.selectbadge{
    display: flex;
    flex-wrap: wrap;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #00418c;
}
.badgedropdown span.dropdown-item{
	cursor: pointer
}
.selectbadge .badgedropdown .btn{
	background-color: #fff;
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}
.selectbadge .badgedropdown .btn.error{
	border: 1px #f00 solid;
    color: #f00;
}
.selectbadge .badgedropdown .btn span, .badgedropdown span.dropdown-item span{
    text-align: left;
    font-weight: bold;
    line-height: 22px;
}
.selectbadge .badgedropdown .btn span > div, .badgedropdown span.dropdown-item span > div{
    font-weight: normal;
    font-size: 14px;
}
.selectbadge .badgedropdown .btn::before{
	content: '';
    position: absolute;
    width: 1px;
    background-color: #ddd;
    height: 70%;
    right: 50px;
}
.selectbadge .badgedropdown .btn::after{
	margin-right: 8px;
    color: #666;
}
.selectbadge .addtocard, .selectbadge .order-vignet-btn{
    background-color: #fc0;
    margin-left: 10px;
    padding: 0 30px;
    font-weight: bold;
    text-transform: uppercase;
	height: 55px;
}
.selectbadge .order-vignet-btn{
    display: flex;
    align-items: center;
    height: 65px;
    padding: 0 40px;
    margin: 10px 0;
    color: #000;
	font-size: 20px;
}
.selectbadge .addtocard span, .selectbadge .order-vignet-btn span{
	margin-right: 5px
}
.selectbadge .order-vignet-btn span{
	margin-right: 10px
}
.who-we-are{
	padding: 100px 0
}
.who-we-are .photo{
	position: relative
}
.who-we-are .photo::after, .content .left-panel .info .photo::after{
    content: '';
    position: absolute;
    background-color: #fc0;
    width: 30%;
    height: 13px;
    top: -13px;
    left: -13px;
}
.who-we-are .photo::before, .content .left-panel .info .photo::before{
    content: '';
    position: absolute;
    background-color: #fc0;
    width: 13px;
    height: 50%;
    left: -13px;
}
.who-we-are img{
	width: 100%;
}
.who-we-are h2, .countries h2, .products h2, .how_it_works h2, .blogs h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
	text-transform: uppercase
}
.who-we-are h2 > div, .countries h2 > div, .products h2 > div, .how_it_works h2 > div, .blogs h2 > div{
    font-weight: 800;
    color: #00418c;
    margin-bottom: 30px;
    font-size: 36px;
	text-transform: none
}
.who-we-are .btn{
    color: #000;
    background-color: #fc0;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 18px;
}
.countries{
	background-image: url(../images/country.jpg);
	padding: 70px 0
}
.countries ul{
	padding: 0;
	list-style: none
}
.countries li{
	margin-bottom: 20px;
}
.countries li > a{
	position: relative;
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.countries li > a h3{
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.products{
	padding: 70px 0
}
.products ul{
	padding: 0;
	list-style: none;
	margin: 0
}
.products ul li{
    border-right: 1px #ececec solid;
}
.products ul li:first-child{
    background-color: #ffcc00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 15px;
}
.products ul li:first-child p{
	margin-bottom: 0;
    font-weight: bold;
    margin-top: 10px;
}
.products ul li:last-child{
	border-right: none
}
.products ul li > div{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.products ul li .head{
    background-color: #00418c;
    color: #fff;
    padding: 7px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products ul li .price{
	background-color: #f8f8f8;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.products ul li .price a{
	text-decoration: none;
	color: #000
}
.products ul li .price a span, .priceing .pricing > div .price .addtocard.small,.priceing .pricing > div .price a.small{
    background-color: #fc0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
    font-size: 12px;
}
.priceing .pricing > div .price a.small{
    color: #000;
}
.how_it_works{
	background-image: url('../images/how_it_works.jpg');
	padding: 70px 0;
	text-align: center
}
.how_it_works h2{
	color: #fff;
	margin-bottom: 50px
}
.how_it_works h2 > div{
	color: #FFCC00;
    font-size: 46px;
}
.how_it_works ul{
	padding: 0;
	margin: 0;
	list-style: none
}
.how_it_works ul li h3{
	color: #fff;
    font-size: 20px;
	font-weight: normal;
    margin-top: -35px;
}
.how_it_works ul li h3 span{
	display: block;
	font-weight: 800;
}
.how_it_works ul li p{
    color: #fff;
    font-size: 14px;
    margin: 20px 0 0;
}
.blogs{
	padding: 80px 0
}
.blogs ul{
	padding: 0;
	margin-bottom: 0;
	list-style: none
}
.blogs ul li > div{
	display: flex;
	flex-direction: column;
    height: 100%;
}
.blogs ul .info{
	padding: 0 15px;
    margin-top: -20px;
    position: relative;
    height: 100%;
    display: flex;
}
.blogs ul .info > div{
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.blogs ul .info > div h3{
	font-size: 16px;
    font-weight: 800;
	color: #00418c;
}
.blogs ul .info > div .button{
	margin-top: auto
}
.blogs ul .info > div .button a{
	color: #00418c;
}
.content .left-panel{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=1 );
}
.content .left-panel .parents{
	padding: 0;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.content .left-panel .parents li{
    display: flex;
    padding: 12px 0;
    align-items: center;
    color: #00418c;
    font-weight: 700;
    cursor: pointer;
	width: 50%
}
.content .left-panel .parents li span{
    background-color: #00418c;
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	margin-right: 15px;
}
.content .left-panel .parents li span:last-child{
    width: 85%;
    background-color: transparent;
    color: #00418c;
    display: inline-table;
    margin: 0;
}
.content .left-panel .info{
	position: relative
}
.content .left-panel .info h3{
	font-weight: 800;
	margin-bottom: 20px;
}
.content .left-panel .info .number{
    position: absolute;
    background-color: #fc0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    left: -60px;
    top: 0;
}
.content .left-panel .info .photo{
	position: relative
}
.priceing h3{
	color: #00418c;
    font-size: 24px;
    font-weight: 600;
}
.priceing .pricing{
	background-color: #e5f4f6;
    padding: 15px;
}
.priceing .pricing > div{
	border: 1px #bbdfe4 solid;
    display: flex;
    flex-wrap: wrap;
}
.priceing .pricing > div > div{
    text-align: center;
    display: flex;
    flex-direction: column;
    border-left: 1px #bbdfe4 solid;
}
.priceing .pricing > div > div:first-child{
	border-left: 0
}
.priceing .pricing > div .title{
	background-color: #00418c;
    color: #fff;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.priceing .pricing > div .price{
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.icons{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    margin: 20px 0 40px;
}
.icons li{
    border-right: 1px #003f90 solid;
    border-bottom: 1px #003f90 solid;
	padding: 20px 15px;
	font-size: 18px;
    color: #666;
}
.icons li:nth-of-type(2){
	border-right: 0;
}
.icons li:nth-of-type(3){
	border-bottom: 0;
}
.icons li:last-child{
    border-right: 0;
    border-bottom: 0;
}
.icons li div strong{
	display: block;
    font-weight: 800;
    color: #003f90;
}
.applycontent{
	background-color: #e5f4f6
}
.applycontent .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.applycontent .info h4{
	margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    color: #003f90;
}
.applycontent .info button{
	background-color: #ffcc00;
    font-weight: bold;
    padding: 15px 25px;
    text-transform: uppercase;
}
.applycontent .info a.btn{ 
	background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    padding: 15px 25px;
    text-transform: uppercase;
}
.applycontent .info .contactlist{
	list-style: none;
	padding: 0;
    font-weight: 600;
}
.applycontent .info .contactlist i{
	margin-right: 10px
}
.content .left-panel .list{
	padding: 0;
	list-style: none;
	margin-top: 20px
}
.content .left-panel .list li{
    padding: 8px 15px;
    font-size: 14px;
}
.content .left-panel .list li:nth-of-type(odd){
	background-color: #eaeaea
}
.sidebar h4{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.sidebar h4 > div{
    font-family: 'Montserrat';
    font-size: 30px;
    text-transform: initial;
    color: #00418c;
}
.sidebar .badges{
	padding: 0;
	list-style: none
}
.sidebar .badges li a{
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
    color: #333;
    font-weight: 700;
	font-size: 14px
}
.sidebar .badges li a:hover{
	color: #00418C;
	text-decoration: none
}
.sidebar .sidebarcountries{
	list-style: none;
	padding: 0;
	margin: 0 -.25rem
}
.sidebar .sidebarcountries a{
    position: relative;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
	border-radius: 5px;
    overflow: hidden;
}
.sidebar .sidebarcountries a > div{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    padding: 5px 10px;
    font-weight: 700;
}
.sidebar .sidebarcountries a::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 30px;
    left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.blogscontent ul{
	padding: 0;
	list-style: none;
	margin: 0
}
.blogscontent ul li > div{
    margin-bottom: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.blogscontent ul li > div .info{
    padding: 15px 25px 25px;;
}
.blogscontent ul li > div .info h3{
	font-size: 18px;
    color: #333;
    font-weight: 800;
	margin: 10px 0;
}
.blogscontent ul li > div .info a:hover{
	text-decoration: none
}
.blogscontent ul li > div .info time{
    color: #666;
}
.blogscontent ul li > div .btn{
    background-color: #00418c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
}
.blogdetails h1{
    font-size: 1.5rem;
    margin-top: 15px;
    color: #333;
    font-weight: 800;
}
.blogdetails time{
    color: #666;
}
.pagination{
    justify-content: center;
}
.page-link{
	color: #00418c;
}
.page-item.active .page-link{
	background-color: #00418c;
    border-color: #00418c;
}
#addToCartModal .modal-content .modal-header, #addToCartModal .modal-body{
    padding: 1.3rem;
}
#addToCartModal .modal-content .modal-header .row{
	align-items: center;
	margin: 0;
	width: 100%
}
#addToCartModal .thumb img{
	border: 1px #ddd solid;
    padding: 5px;
}
#addToCartModal .title{
	font-size: 14px;
    line-height: 18px;
    color: #00418c;
	font-weight: 700;
}
#addToCartModal .price{
	font-weight: 800;
	font-size: 20px;
}
#addToCartModal .yellbutton{
	text-align: right
}
#addToCartModal .yellbutton button.btn{
	margin-right: 10px;
    background-color: #fff;
    border: 2px #00418c solid;
	color: #00418c;
    text-transform: uppercase;
}
#addToCartModal .yellbutton .btn{
    background-color: #fc0;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
	margin-bottom: 5px
}
#addToCartModal .modal-header .close{
    padding: 0;
    position: absolute;
    right: 14px;
    margin: 0;
    top: 5px;
}
#addToCartModal .modal-body h4{
	font-weight: 700
}
#addToCartModal .related-products{
	padding: 0;
	margin: 0;
	list-style: none
}
#addToCartModal .related-products li{
	cursor: pointer
}
#addToCartModal .related-products .prodTitle{
	font-weight: 700
}
#addToCartModal .related-products .prodPrice{
	font-weight: 700;
	color: #00418c
}
#addToCartModal .photo img{
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#addToCartModal .photo img:hover{
	box-shadow: 0 0 15px rgb(0 0 0 / 0.43);
}
.cart{
	position: fixed;
    right: 0px;
    bottom: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 15px hsla(0, 0%, 0%, 0.29);
    display: flex;
    flex-direction: column;
	-webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cart:hover{
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cart h5{
	font-size: 14px;
    font-weight: 700;
	margin-bottom: 5px;
}
.cart li{
	border-bottom: 1px #ddd solid;
	padding: 10px 15px 10px 0;
}
.cart li .price, .cart li > div > div:nth-of-type(2){
	font-size: 14px;
    font-weight: 700;
    color: #000;
}
.cart li .removeFromBasket{
    background-color: transparent;
    border: 0;
    color: #c30808;
	cursor: pointer
}
.cart > span{
    background-color: #fc0;
    padding: 15px 20px 10px 15px;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 39px;
    left: -60px;
}
.cart > span.carticon > span{
    position: absolute;
	top: 12px;
    right: 9px;
    background-color: #ad0808;
    width: 15px;
    height: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}
.cart .head{
    padding: 15px;
    border-bottom: 1px #ccc solid;
    background-color: #eee;
    font-weight: 800;
}
.cart .head i{
	margin-right: 5px
}
.cart > div.cartinfo{
    width: 250px;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
	height: 100%;
    padding: 15px;
}
.cart .foot{
    margin-top: auto;
    text-align: center;
    background-color: #eee;
    border-top: 1px #ddd solid;
}
.cart .btn{
    background-color: #00418c;
    color: #fff;
    margin: 10px 0;
    padding: 5px 25px;
}
.steps{
	background-color: #f7f7f7
}
.steps .dots{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.steps .dots > div{
	position: relative;
	width: 25%;
	text-align: center;
	font-size: 14px;
}
.steps .dots > div.active{
	color: #00418c;
    font-weight: 700;
}
.steps .dots > div::before{
	content: '';
    width: 24px;
    height: 24px;
    background-color: #b2b2b2;
    border-radius: 50%;
    left: 0;
    display: block;
	margin: 0 auto 5px;
}
.steps .dots > div.active::before{
	background-color: #00418c;
    position: relative;
    z-index: 1;
}
.steps .dots > div::after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #b2b2b2;
    position: absolute;
    left: 0;
    top: 11px;
}
.steps .dots > div:first-child{
	text-align: left;
    width: 12.5%;
}
.steps .dots > div:first-child::before{
	margin: 0 0 5px;
}
.steps .dots > div:last-child{
	text-align: right;
    width: 12.5%;
}
.steps .dots > div:last-child::before{
	margin: 0 0 5px auto;
}
.contentbadge{
	position: relative
}
.contentbadge::before{
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
}
.contentbadge.thankyou::before{
	display: none
}
.contentbadge .leftpanel{
    padding: 50px 15px;
}
.contentbadge ul.prodbadge{
	padding: 0;
	list-style: none
}
.contentbadge ul.prodbadge li > div{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
	margin-bottom: 40px
}
.contentbadge ul.prodbadge li > div .head{
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.contentbadge ul.prodbadge li > div .head > div{
    color: #999;
    text-transform: initial;
    font-weight: normal;
}
.contentbadge ul.prodbadge li > div .date{
	text-transform: uppercase;
    background-color: #00418c;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.contentbadge ul.prodbadge li > div .price{
    border-bottom: 1px #eee solid;
	padding: 10px 15px;
    font-weight: 700;
}
.contentbadge ul.prodbadge li > div .price p{
    font-size: 14px;
    font-weight: 400;
}
.contentbadge ul.prodbadge li > div .button{
	padding: 15px 15px;
}
.contentbadge ul.prodbadge li > div .button .btn{
    border: 1px #00418c solid;
    color: #00418c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 25px;
}
.contentbadge .selected{
    color: #48923e;
    font-size: 36px;
    position: absolute;
    left: 0;
    top: -26px;
	display: none
}
.contentbadge .buttons_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentbadge .nextstep{
    background-color: #00418c;
    color: #fff;
    font-weight: bold;
    padding: 12px 35px;
    text-transform: uppercase;
}
.contentbadge .prevstep{
    background-color: #00418c;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 13px 35px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 35px;
}
.contentbadge .prevstep:hover{
    text-decoration: none;
}
.explanation{
	padding: 50px 15px 50px 80px;
    height: auto;
    background-color: #f7f7f7;
}
.explanation > div{
	position: -webkit-sticky;
	position: sticky;
    top: 30px;
}
.explanation > div::before{
    content: '';
    background-image: url(../images/arrow.png);
    position: absolute;
    left: -55px;
    top: 0;
    width: 47px;
    height: 71px;
    z-index: 1;
}
.explanation > div::after{
    content: '';
    background-color: #f7f7f7;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.explanation h5{
	font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.explanation p{
    position: relative;
    z-index: 1;
}
.contentbadge h1{
    color: #00418c;
	font-family: 'Montserrat';
    font-size: 36px;
    margin-bottom: 60px;
}
.contentbadge h1 > div{
    font-weight: normal;
    font-size: 22px;
    font-family: Open Sans;
    color: #666;
    margin-top: 5px;
}
.contentbadge h2{
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #00418c;
    margin: 40px;
	font-family: 'Montserrat';
    font-size: 1.5rem;
}
.contentbadge .kenteken .input-group-prepend > span{
    display: flex;
    flex-direction: column;
    background-color: #032986;
    border: 1px solid #032986;
	padding: 5px 15px 2px;
}
.contentbadge .kenteken .input-group-prepend span span{
	font-size: 14px;
    color: #fff;
}
.contentbadge .kenteken input, .contentbadge .meldcode_fields input{
    border: 1px solid #ced4da;
}
.form-control{
    border-radius: 3px;
    height: calc(1.5em + .75rem + 18px);
}
.datepicker{
    padding: .375rem .75rem;
}
.datepicker table tr td, .datepicker table tr th{
	font-size: 14px
}
.productinfo{
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.17);
    margin-top: -60px;
    background-color: #fff;
    position: relative;
    padding: 25px;
    margin-bottom: 60px;
}
.productinfo .photo{
	border: 1px #ddd solid;
    padding: 100px;
}
.productinfo .rightpanel h2{
    font-family: Montserrat;
    font-size: 26px;
    color: #00418c;
    margin-bottom: 20px;
}
.productinfo .rightpanel .text{
    color: #666;
}
.productinfo .rightpanel .price{
	font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.productinfo .rightpanel .price .additional{
    font-size: 13px;
    background-color: #f2f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-weight: normal;
    color: #555;
    position: relative;
}
.productinfo .rightpanel .price .additional:after {
right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f2f5f9;
    border-width: 10px;
    margin-top: -10px;
}
.available{
    font-size: 13px;
    color: #666;
}
.productinfo .rightpanel label{
	font-weight: 700;
    font-size: 14px;
}
.productinfo .rightpanel .form-control{
    height: calc(1.5em + .75rem + 5px);
}
.productinfo .rightpanel button{
    background-color: #fc0;
    font-weight: 700;
	padding: 8px 25px;
    text-transform: uppercase;
}
.productinfo .rightpanel .buttons{
	align-items: center
}
.options{
	background-color: #e5f4f6
}
.options ul{
	list-style: none;
	padding: 50px 0;
	margin: 0
}
.options ul li{
    border: 1px #c6dbde solid;
	border-left: 0;
	border-top: 0;
	padding: 20px;
	color: #00418c;
    align-items: center;
    display: flex;
}
.options ul li:nth-of-type(2n){
	border-right: 0
}
.options ul li:last-child, .options ul li:nth-of-type(3){
	border-bottom: 0
}
.options ul li i{
	margin-right: 10px;
    font-size: 26px;
}
.textcontent{
	padding: 50px 0
}
.input-group input{
	border-right: 0
}
.input-group-prepend span{
	background-color: transparent;
    border-left: 0;
    border-radius: 0 3px 3px 0 !important;
    font-size: 24px;
    color: #999;
}
#result_vignets > div{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#result_vignets > div.spinner-border{
    display: flex;
    margin: 30px auto 0;
}
.table-vignet thead{
	background-color: #00418c;
    color: #fff;
}
.table-vignet tbody tr:last-child td{
	border-bottom: 2px #00418c solid
}
.table-vignet tbody tr:nth-child(odd){
	background-color: #eee
}
.table-vignet input{
    width: 70px;
    border: 1px #ccc solid;
    padding: 5px;
    margin-right: 5px;
}
.table-vignet input.dateinput{
	width: 100%
}
.table-vignet input.dateinput.error{
	border: 1px #C90508 solid
}
.orderdetails thead{
    background-color: #00418c;
    color: #fff;
}
.orderdetails thead th{
    border-right: 1px #5a8eca solid;
    border-top: 0;
}
.orderdetails thead th:last-child{
	border-right: 0
}
.orderdetails tbody{
	background-color: #f8f8f8;
}
.orderdetails tbody td{
	border-right: 1px #e8dddd solid;
}
.orderdetails tbody td:last-child{
	border-right: 0
}
.orderdetails tbody td .details{
	font-size: 14px;
    color: #00418c;
    font-weight: 800;
    cursor: pointer;
}
.orderdetails tbody td .details:hover{
	text-decoration: underline
}
.orderdetails .removeFromBasket{
    background-color: #ca0000;
    color: #fff;
    border: 0;
    padding: 2px 7px 3px;
    font-size: 14px;
    border-radius: 2px;
}
.orderdetails tfoot th{
    background-color: #f8f8f8;
    border-right: 1px solid #dee2e6;
}
.orderdetails tfoot th:first-child{
	background-color: transparent;
	border-right: 0;
	border-top: 0;
}
.orderdetails tfoot th:nth-of-type(2){
    color: #00418c;
	text-align: right;
}
.orderdetails tfoot th:last-child{
	border-right: 0
}
#questionpopup{
	color: #00418c;
}
#basketproductdetails .modal-body .spinner-border{
    display: flex;
    margin: 60px auto;
}
#basketproductdetails .modal-header{
	border-bottom: 0;
}
#basketproductdetails .modal-header .close{
	padding: 0;
    margin: 0;
    position: absolute;
    right: 12px;
    top: 6px;
}
#basketproductdetails .modal-body thead{
    background-color: #00418c;
    color: #fff;
}
.paymentmethods{
	list-style: none;
	padding: 0;
	margin: 0
}
.paymentmethods li{
	margin-bottom: 20px
}
.paymentmethods li > div{
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.paymentmethods li > div input{
    left: 24px;
    top: 18px;
}
.paymentmethods li > div label{
    padding: 15px 25px;
    display: block;
    width: 100%;
}
.paymentmethods li > div label::before{
    left: 0;
    top: 16px;
    width: 1.5rem;
    height: 1.5rem;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: #00418c;
    background-color: #00418c;
}
.paymentmethods li > div img{
    margin-right: 15px;
	margin-left: 15px;
}
.cost{
    background-color: #f5f5f5;
    color: #000;
}
.contact{
    background-image: url(../images/contactbg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
}
.contact .leftpanel{
	background-color: #fff	
}
.contact h1{
    color: #00418c;
    font-weight: 800;
    margin-bottom: 20px;
}
.contact h1 > div{
    color: #666;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.contact label{
	color: #666
}
.contact .btn{
    background-color: #00418c;
    color: #fff;
    padding: 10px 25px;
}
.contact .rightpanel > div{
    height: 100%;
    display: flex;
    align-items: center;
}
.contact .rightpanel > div ul{
	list-style: none;
	padding: 0
}
.contact .rightpanel > div ul li{
	color: #fff;
    padding: 15px 0 15px 30px;
    display: flex;
    align-items: baseline;
    /*white-space: nowrap;*/
    position: relative;
    font-size: 18px;
}
.contact .rightpanel > div ul li i{
	margin-right: 10px;
}
.contact .rightpanel > div ul li a{
	color: #fff;
	text-decoration: none
}
.contact .rightpanel > div ul li::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.contact .rightpanel > div ul li:last-child::before{
	display: none
}
.faq, .faqinner{
	padding: 50px 0
}
.faq h2{
    color: #00418c;
    font-weight: 800;	
}
.faq h2 > div{
	color: #333;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}
.faq ul{
	padding: 0;
	list-style: none
}
.faq ul li img{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.34);
}
.faq ul h3{
    color: #444;
    font-size: 18px;
    margin-top: 10px;
}
#accordion .card{
    border: 0;
	border-radius: 0;
}
#accordion .card-header{
	padding: 0;
    background-color: transparent;
}
#accordion .card-header a{
    text-decoration: none;
    color: #333;
}
#accordion .card-body{
	color: #666;
	padding: 1.25rem 0;
}
.faqinner h2{
	font-weight: bold;
    color: #00418c;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 60px;
}
.faqinner h2:first-child{
	margin-top: 0
}
.accordion{
	position: relative;
	display: flex;
	justify-content: space-between;
    padding: 15px 0;
}
.accordion::before {
  content: '';
  width: 14px;
  height: 1px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.accordion::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.accordion[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.accordion[aria-expanded='true']::before {
  transform: rotate(180deg);
}
footer .apply{
    background-color: #FFCC00;
    padding: 15px 0;
    font-weight: bold;
    font-size: 20px;
}
footer .apply .btn{
	background-color: transparent;
    margin-left: 30px;
    border: 2px #000 solid;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 25px;
	color: #000
}
footer .footer{
	background-color: #1d1d1f;
	padding: 30px 0 0
}
footer .footer h4{
    color: #FFCC00;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
	position: relative;
    margin-bottom: 25px;
}
footer .footer h4::after{
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    background-color: #fc0;
    bottom: -7px;
    left: 0;
}
footer .footer ul {
	padding-left: 20px;
}
footer .footer ul li{
    list-style: none;
    color: white;
}
footer .footer ul a{
    padding: 5px;
    color: white;
    font-size: 15px;
}
footer .footer ul a:hover{
	color: #fff
}
footer .footer ul.address{
	padding: 0
}
footer .footer ul.address li{
	list-style: none;
	display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
footer .footer ul.address li a{
	padding: 0
}
footer .footer ul.address li i{
	width: 30px;
    display: inline-flex;
    align-items: center;
}
footer .copyright{
	color: #fff;
    font-size: 7px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px #403a3f solid;
    margin-top: 30px;
}
.author{
	position: absolute;
    left: -130px;
    height: 100%;
}
.author > div{
	position: -webkit-sticky;
	position: sticky;
	top: 0
}
.author > div > div:first-child{
	display: flex;
    align-items: center;
    width: 145px;
}
.author > div > div:first-child img{
	border-radius: 50%;
    margin-right: 10px;
}
.author > div > div:first-child h4{
	font-size: 12px;
    font-weight: 700;
}
.author > div > div h5{
	font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}
.author > div > div ul{
    padding: 0;
    list-style: none;
    display: flex;
}
.author > div > div ul li a{
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px #f00 solid;
    margin-right: 9px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
	cursor: pointer
}
.author > div > div ul li:nth-of-type(1) a{
	color: #2e4e91;
    border-color: #2e4e91;
}
.author > div > div ul li:nth-of-type(2) a{
	color: #1da1f2;
    border-color: #1da1f2;
}
.author > div > div ul li:nth-of-type(3) a{
	color: #0072b1;
    border-color: #0072b1;
}

.adminbar{
	position: fixed;
    bottom: 20px;
    right: 40px;
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.adminbar:hover{
	text-decoration: none;
	background-color: #333;
	color: #fff
}
.blogdetails .content h2, .blogdetails .content h3, .blogdetails .content p,.blogdetails .content p span, .blogdetails .content span{
    color: #333333;
}
.back_button{
    position: absolute;
    top: -65px;
}
.jump_titles{
    list-style: none;
    padding: 0;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.jump_titles li{
    padding: 0 15px;
    cursor: pointer;
    text-decoration: underline;
    color: #00418c;
}
.dropdown-vignet ul li{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both; 
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-vignet ul li:hover{
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-vignet ul li a{
    color: #212529;
    font-weight: 400;
}
.thank_you{
	padding: 30px 0;
	background-color: #f7f7f7;
}
.thank_you .thx_block{
	background-color: #f9f5e5;
	border: 1px solid #00418c;
	padding: 25px 15px 25px 8em;
	position: relative;
}
.thank_you .thx_block::before{
	content: '\f164';
	font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: rotateY(
-180deg) translateY(-50%);
    font-size: 32px;
    color: #fff;
    background-color: #00418c;
    padding: 15px 23px;
    border-radius: 50%;
}
.thank_you .thx_block h1{
	font-size: 32px;
    font-weight: bold;
    color: #00418c;
}
.thank_you .thx_block p{
	margin: 0;
    font-size: 20px;
    color: #00418c;
}
.digital_sticker{
	padding: 30px 0;
	background-color: #f7f7f7;
}
.digital_sticker .date_title h3{
	font-weight: bold;
    color: #00418c;
}
.digital_sticker .digital_sticker_table thead{
	background-color: #00418c;
}
.digital_sticker .digital_sticker_table thead th{
	color: #fff;
	padding: 15px;
}
.digital_sticker .digital_sticker_table thead th:nth-child(n+2){
	text-align: center;
}
.digital_sticker .digital_sticker_table tbody{
	background-color: #fff;
}
.digital_sticker .digital_sticker_table tbody tr:nth-child(1){
	border-bottom: 1px solid #e7e6e0;
}
.digital_sticker .digital_sticker_table tbody td{
	padding: 15px;
}
.digital_sticker .digital_sticker_table tbody td:nth-child(1){
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.digital_sticker .digital_sticker_table tbody td div{
	padding-left: 15px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    align-items: center;
}
.digital_sticker .digital_sticker_table tbody td div p{
	margin: 0;
	padding-bottom: 3px;
}
.digital_sticker .digital_sticker_table tbody tr td:nth-child(n+2){
	text-align: center;
}
.digital_sticker .digital_sticker_table tbody td .processing{
	text-transform: uppercase;
	background-color: #fff;
	border: 2px solid #00418c;
	border-radius: 5px;
	color: #00418c;
	padding: 8px 20px;
	font-weight: bold;
	cursor: pointer;
}
.digital_sticker .digital_sticker_table tbody td .download{
	text-transform: uppercase;
	background-color: #ffcc00;
	border: 2px solid #ffcc00;
	border-radius: 5px;
	color: #00418c;
	padding: 8px 20px;
	font-weight: bold;
}
.digital_sticker .digital_sticker_table tbody td .download:hover{
	text-decoration: none;
}
.physical_stickers{
	padding: 30px 0;
	background-color: #f7f7f7;
}
.physical_stickers .date_title h3{
	font-weight: bold;
    color: #00418c;
}
.physical_stickers .physical_sticekr_table thead{
	background-color: #00418c;
}
.physical_stickers .physical_sticekr_table thead th{
	color: #fff;
	padding: 15px;
}
.physical_stickers .physical_sticekr_table thead th:nth-child(n+2){
	text-align: center;
}
.physical_stickers .physical_sticekr_table tbody{
	background-color: #fff;
}
.physical_stickers .physical_sticekr_table tbody tr:nth-child(n+1){
	border-bottom: 1px solid #e7e6e0;
}
.physical_stickers .physical_sticekr_table tbody td{
	padding: 15px;
}
.physical_stickers .physical_sticekr_table tbody td:nth-child(1){
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.physical_stickers .physical_sticekr_table tbody td div{
	padding-left: 15px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.physical_stickers .physical_sticekr_table tbody td div p{
	margin: 0;
	padding-bottom: 3px;
}
.physical_stickers .physical_sticekr_table tbody tr td:nth-child(n+2){
	text-align: center;
}

.physical_stickers .physical_sticekr_details{
	padding: 35px;
	background-color: #fff;
	border-top: 3px solid #e7e6e0;
	display: flex;
	flex-wrap: wrap;
}
.physical_stickers .physical_sticekr_details .user_details p:nth-child(n+2){
	margin: 0;
}
.return_vignets{
	padding: 30px 0;
	background-color: #f7f7f7;
}
.return_vignets .date_title h3{
	font-weight: bold;
    color: #00418c;
	padding-bottom: 25px;
	border-bottom: 3px solid #e7e6e0;
}
.return_vignets a:hover{
	text-decoration: none;
}
.return_vignets .vignet_sahdow{
	padding: 30px;
	background-color: #fff;
    min-height: 100%;
}
.return_vignets .vignet_sahdow p{
	text-align: center;
	margin: 0;
}
.return_vignets .vignet_sahdow .prod_name{
	padding: 15px 0;
	font-size: 17px;
    color: #000;
}
.return_vignets .vignet_sahdow .prod_price{
	color: #000;
	font-size: 19px;
	font-weight: bold;
}

/* new */

.step .dots{
	display:flex;
	flex-wrap:wrap;
	padding:30px 0;
}
.step .dots > div{
	position:relative;
	width:35%;
	text-align:center;
	font-size:14px;
}
.step .dots > div span{
	opacity: 0.5;
}
.step .dots > div.active{
	font-size: 14px;
	font-weight:bold;
}
.step .dots > div.active span{
    opacity: 1;
}

.step .dots > div::before{
	content:'';
	width:24px;
	height:24px;
	background-color:white;
	border: 1px solid #0F56A0;
	border-radius:50%;
	left:0;
	display:block;
	margin:0 auto 5px;
	position: relative;
	z-index: 99;
}
.step .dots > div.active::before{
	padding: 3px;
    text-align: center;
	content:'\f00c';
	color:white;
	font-size: 12px;
	background-color:#0F56A0;
	position:relative;
	z-index:1;
	font-family: "Font Awesome 5 Free";
}
.step .dots > div::after{
	content:'';
	width:100%;
	height:2px;
	background-color:#b2b2b2;
	position:absolute;
	left:0;top:11px;
}
.step .dots > div:first-child{
	text-align:left;
	width:12.5%;
}
.step .dots > div:first-child::before{
	margin:0 0 5px;
}
.step .dots > div:last-child{
	text-align:right;
	width:17.5%;
}
.step .dots > div:last-child::before{
	margin:0 0 5px auto;
}

.personalDetailsForm .custom-control-label{
	padding-left: 20px;
}
.personalDetailsForm .agreement-label{
    font-size: 10px;
}
.personalDetailsForm .custom-control-label:before{
	background-color: #b5b5b5;
}
.personalDetailsForm .custom-control-label:after, .personalDetailsForm .custom-control-label:before{
	width: 1.5rem;
	height: 1.5rem;
}
.personalDetailsForm .kenteken input{
    border-radius: 5px;
}
.about-vignetPrice{
    color:lightgray;
    font-size: 12px;
}
.contentForm{
	position:relative
}
.contentForm .container{
	background-color: white;
}
.contentForm.thankyou::before{
	display:none
}
.contentForm .leftpanel{
	padding:50px 15px;
}
.contentForm .explanation{
	background-color: #fafafa;
}
.contentForm .explanation h5, .contentForm .explanation p{
	background-color: #fafafa;
	margin: 0;
    padding-bottom: 10px;
}
.bg-color{
	background-color:#fafafa;
}
.contentForm::before{
	content:'';
	position:absolute;
	right:0;top:0;width:35%;
	height:100%;
	box-shadow: none;
    background-color: #fafafa;
}
.contentForm ul.prodbadge{
	padding:0;
	list-style:none
}
.contentForm ul.prodbadge li > div{
	box-shadow:0 0 15px rgba(0, 0, 0, 0.18);
	margin-bottom:40px
}
.contentForm ul.prodbadge li > div .head{
	padding:10px 15px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
}
.contentForm .explanation > div::after{
	background-color: white;
}
.contentForm ul.prodbadge li > div .head > div{
	color:#999;
	text-transform:initial;
	font-weight:normal;
}
.contentForm ul.prodbadge li > div .date{
	text-transform:uppercase;
	background-color:#00418c;
	color:#fff;
	padding:15px 15px;
	text-align:center;
	font-size:18px;
	font-weight:700;
}
.contentForm ul.prodbadge li > div .price{
	border-bottom:1px #eee solid;
	padding:10px 15px;
	font-weight:700;
}
.contentForm ul.prodbadge li > div .price p{
	font-size:14px;
	font-weight:400;
}
.contentForm ul.prodbadge li > div .button{
	padding:15px 15px;
}
.contentForm ul.prodbadge li > div .button .btn{
	border:1px #00418c solid;
	color:#00418c;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	padding:5px 25px;
}
.contentForm .selected{
	color:#48923e;
	font-size:36px;
	position:absolute;
	left:0;top:-26px;
	display:none
}
.contentForm .buttons_center{display:flex;
	justify-content:center;
	align-items:center;
}
.contentForm .nextstep{
	background-color:#06317B;
	color:#fff;
	font-weight:bold;
	padding:12px 130px;
	text-transform:uppercase;
	border-radius: 5px;
}
.contentForm .prevstep{
	background-color:#00418c;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:13px 35px;
	text-transform:uppercase;
	border:1px solid #fff;
	border-radius:5px;
	display:inline-block;
	margin-right:35px;
}
.contentForm .prevstep:hover{
	text-decoration:none;
}
.contentForm h1{
	font-family:'Open Sans';
	font-weight: bold;
	font-size:24px;
	margin-bottom:60px;
    color: #00418C;
}
.contentForm h1 > div{
	font-weight:normal;
	font-size:22px;
	font-family:"Open Sans";
	color:#666;
	margin-top:5px;
}
.contentForm h2{
	padding: 15px;
	text-align:center;
	font-family:'Open Sans';
	font-weight: bold;
	font-size:24px;
    color: #00418C;
    margin: auto;
    margin-bottom: 20px;

}
.contentForm .kenteken input{
    border-radius: 5px;
}
.contentForm .kenteken .input-group-prepend > span{
    display: flex;
    flex-direction: column;
    background-color: #06317B;
    border: 1px solid #06317B;
	padding: 5px 15px 2px;
}
.contentForm .kenteken .input-group-prepend span span{
	font-size: 14px;
    color: #fff;
}
.contentForm .kenteken input, .contentbadge .meldcode_fields input{
    border: 1px solid #ced4da;
    border-radius: 0px 5px 5px 0px !important;
}

.contentForm .product-table{
    width: 100%;
    border:1px solid #D5D5D5;
    border-radius: 5px 5px 0px 0px; 
}
.contentForm .product-table tbody{
    background-color: #fafafa;
}
.contentForm .product-table td,.contentForm .product-table th{
    padding: 15px;
}
.contentForm .product-table tr:first-child{
    background-color:#0056A0;
    color: white;
    border-radius: 5px 5px 0px 0px;
}
.contentForm .product-table tr:nth-child(2){
    border-bottom: 1px solid #D5D5D5;
}
.contentForm .rightpanel{
    background-color: #fafafa;
}

.contentForm .invoice-inputs{
    display: none;
}
.contentForm .invoice-checkbox{
    margin-bottom: 20px;
}
.contentForm .invoice-checkbox .custom-control-label{
   padding-left: 0px;
}
.contentForm .invoice-checkboxLabel::before,.contentForm .invoice-checkboxLabel::after{
    width: 1rem;
    height: 1rem;
}
.contentForm .about-vignetPrice{
    color: #808080;
    padding-top: 20px;
    font-size: 14px;
}

.review_payment{
	background-color: #f2f2f2;
}
.orderDetails{
	background-color: #F2F2F2;
	padding:20px;
	position: relative;
}
.orderDetails::after{
	content: "";
	background-color: #F2F2F2;
	position: absolute;
}
.orderDetails::before{
	content: "";
	background-color: #F2F2F2;
	position: absolute;
}
.orderDetails .title{
	font-size: 30px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.orderDetails .price{
	text-align: right;
}
.orderDetails .car-info{
	display: flex;
	border-top: none;
}
.orderDetails .cars{
	padding-left: 15px !important;
}
.orderDetails .cars h6{
	font-weight: bold;
	font-size: 20px;
}
.orderDetails .cars span{
	font-size: 15px;
	font-family: "Open Sans";
}
.orderDetails .info{
	display: flex;
}
.orderDetails .info .leftContent{
	display: flex;
	flex-direction: column;
}
.orderDetails .info .leftContent img{
	vertical-align: middle;
    margin-right: 9px;
}
.orderDetails .info .rightContent{
	display: flex;
	flex-direction: column;
	padding-left: 15px;
	
}
.orderDetails .info .rightContent .date{
	display: flex;
	flex-direction: column;
}
.orderDetails .total-price{
	text-align: right;
	font-weight: bold;
}
.orderDetails .service-charge td:last-child{
	font-size: 18px;
	text-align: right;
}
.orderDetails .total-price span:nth-child(2n){
	font-size:32px;
	padding-left: 20px;
}
.orderDetails .total-price span:first-child{
	font-size: 18px;
	
}
.orderDetails .total-price .euro{
	font-size: 32px;
}
.orderDetails .table *{
	padding-left: 0px;
	padding-right: 0px;
}
.orderDetails .table tbody tr td:last-child{
	text-align: right;
}
.paymentMethods{
	align-items: center;
	padding: 0;
}
.paymentMethods li{
	list-style-type: none;
	display: flex;
    justify-content: center;
}
.paymentMethods .custom-control{
	display: flex;
    justify-content: space-between;
	width: 100%;
    padding-top: 15px;
	padding-bottom: 15px;
    border-bottom: 1px solid #707070;
}
.paymentMethods li:nth-child(1) .custom-control{
    border-top: 1px solid #707070;
}
.paymentMethods .custom-radio .custom-control-input:checked~.custom-control-label::before{
	background-color: #FED330;
}
.paymentMethods .custom-control-label::after,.paymentMethods .custom-control-label::before {
	top:0;
	left: -12px
}
.paymentMethods .custom-control-label {
    padding-left: 30px;
	width: 100%;
}
.paymentMethods .custom-control img{
	padding-right: 12px;
}
.paymentAgreement{
	text-align: center;
	margin-top: 60px;
}
.details-form .nextstep{
	border-radius: 5px;
	background-color: #06317B;
	color: white;
    padding: 10px 50px;
    margin-bottom: 150px;
}
.details-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background-color: #06317B;
}
.details-form .agree{
	background-color: #F5F5F5;
	border-radius: 5px;
	margin-bottom: 50px;
    color: #333333;
}
.details-form .custom-control-label::before,.details-form .custom-control-label::after{
	left: -12px;
}
.details-form .invalid-feedback{
	width: auto;
}
.confirm .thanks{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.thanks-info{
	display: flex;
	flex-direction: column;
}
.thanks-info .title{
	font-size: 36px;
	font-weight: bold;
}
.thanks-info .email{
	font-size: 20px;
}
.orderDetail{
	width: 100%;
	border-bottom: 1px solid lightgray;
}
.confirm{
	padding-top: 50px;
    box-shadow: 0px -10px 20px 3px rgb(0 0 0 / 3%);
}
.confirm .matriculation-number{
	background-color: #D5D5D5;
}
.confirm .matriculation-number th:first-child{
	padding:8px 0px 8px 25px;
}		
.confirm .matriculation-number th:first-child{
	font-size: 18px;
	color: #333333;
}
.confirm .matriculation-number th:last-child{
	text-align: right;
	padding:8px 25px 8px 0px;
}
.confirm .orderId th:first-child{
	font-size: 18px;
	color: #333333;
	padding:8px 0px 8px 25px;
}
.confirm .orderId th:last-child{
	padding:8px 25px 8px 0px;
	text-align: right;
}
.confirm .carType{
	background-color: #D5D5D5;
}
.confirm .carType td:first-child{
	font-size: 18px;
	font-weight: bold;
	padding:8px 0px 8px 25px;
}
.confirm .carType td:last-child{
	padding:8px 25px 8px 0px;
	text-align: right;
}
.confirm .validity td:last-child span{
	display:block;
}
.confirm .validity td:first-child{
	font-size: 18px;
	font-weight: bold;
	padding:8px 0px 8px 25px;
}
.confirm .validity td:last-child{
	padding:8px 25px 8px 0px;
	text-align: right;
}
.confirm .validity td:last-child span:nth-child(2n){
	border-bottom:1px solid lightgrey;
	display: initial;
}
.confirm .validity td:last-child span:last-child{
	border: none;
}
.confirm .fileDownload{
	background-color: #FED430;
	padding: 15px 45px;
	border-radius: 40px;
	font-size: 20px;
	font-family: "Open Sans";
	-webkit-box-shadow: 0px 10px 0px 0px #E2BA20; 
	box-shadow: 0px 10px 0px 0px #E2BA20;
}
.confirm .fileDownload img{
	padding-right: 15px;
}
.confirm .downloadBtn{
	padding-top: 80px;
	display: flex;
	flex-direction: column;
}
.confirm .downloadBtn .feelFree{
	text-align: center;
	padding-top: 50px;
}
.confirm .downloadBtn .regards{
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
.confirm .note{
	padding: 40px 90px;
    margin-top: 50px;
	background-color: #F7F7F7;
}
.confirm .note h2{
	font-size: 26px;
	font-weight: bold;
}
.confirm .note p{
	font-weight: bold;
}
.confirm .aboutNote{
	margin-left: 50px;
}
.confirm .aboutNote li::before{
	content: "";
	top: 10px;
	left: -70px;
	width: 7px;
	height: 1px;
	background-color: #000;
	position: absolute;
}
.confirm .aboutNote li{
	list-style: none;
	position: relative;
}
.confirm .warningText{
	font-weight: bold;
	padding: 50px;
}
.confirm .warningText span{
	font-weight: bold;
	font-size: 25px;
	padding-top: 20px;
}
.personalDetailsForm .title {
    margin-top: 80px;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.personalDetailsForm .subtitle {
    font-family: "Open Sans";
    text-align: center;
    padding-bottom: 80px;
}

.personalDetailsForm .dropdown-country{
    margin-bottom: 20px;
} 
.personalDetailsForm .dropdown-menu{
    max-height: 400px;
    overflow-y: auto;
}
.dropdownCountry{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.dropdownCountry-button{
    width: 100%;
    background-color: transparent;
    border: 1px solid #ced4da;
    height: calc(1.5em + 0.75rem + 18px);
}
.dropdownCountry-button ul{
    margin: 0px;
    padding: 0px;
}
.dropdownCountry-button ul li{
    display: flex;
    align-items: center;
    cursor: pointer;
    list-style: none;
    width: 100%;
}
.dropdownCountry-button ul li:hover{
  background-color: white;
}
.dropdownCountry-list{
    width: 100%;
}

.dropdownCountry-button ul li img{
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
    margin-right: 15px;
}
.dropdownCountry-list{
    width: 100%;
}
.dropdownCountry-list ul{
    margin: 0px;
    padding: 0px;
}
.dropdownCountry-list ul li{
    display: flex;
    align-items: center;
    cursor: pointer;
    list-style: none;
    width: 100%;
}

.dropdownCountry-list ul li img{
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
    margin-right: 15px;
}
.personalDetailsForm .dropdownCountry-button li{
    background-color: transparent !important;
}
.datepicker table tfoot tr th.clear{
    display: none !important;
} 