@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: 400px;
}
.headerbg::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.headerbg .headercontent{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.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 25px;
	font-size: 50px;
}
.headerbg.faq .headercontent > h1{
    color: #ffcc00;
    font-size: 40px;
    margin-bottom: 10px;
}
.headerinfo{
	padding-bottom: 6em;
}
.headerinfo div.row{
	position: relative;
}
.headerinfo .headerinfo_block{
	position: absolute;
	top: -50px;
	padding: 15px 35px;
	background-color: #fff;
    box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 8%);
}
.headerinfo .headerinfo_block .heading{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.headerinfo .headerinfo_block .heading span{
	color: #333;
	font-size: 19px;
	text-transform: uppercase;
}
.headerinfo .headerinfo_block .heading h2{
	font-family: 'Montserrat', sans-serif;
	color: #00418c;
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
}
.headerinfo .headerinfo_block ul{
	list-style: none;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 0px;
}
.headerinfo .headerinfo_block ul li:not(:nth-child(2)) div{
	background-color: #00418c;
    min-height: 43px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 7px;
}
.headerinfo .headerinfo_block ul li:nth-child(2) div{
	background-color: #ffcc00;
    min-height: 43px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 7px;
}
.headerinfo .headerinfo_block ul li:not(:nth-child(2)) div img{
	position: absolute;
    top: -30px;
    background-color: #00418c;
    padding: 6px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255);
}
.headerinfo .headerinfo_block ul li:nth-child(2) div img{
	position: absolute;
    top: -30px;
    background-color: #ffcc00;
    padding: 6px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255);
}
.headerinfo .headerinfo_block ul li:not(:nth-child(2)) div p{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
	padding-bottom: 5px;
	margin: 0;
}
.headerinfo .headerinfo_block ul li:nth-child(2) div p{
	color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
	padding-bottom: 5px;
	margin: 0;
}
.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{
	background-color: #fc0;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
	color: #000;
	border-radius: 3px;
}
.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
}
.crit_air{
	padding: 5.25em 0px 45px;
}
.crit_air .crit_air_head{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}
.crit_air .crit_air_head span{
	color: #333;
    font-size: 24px;
    text-transform: uppercase;
}
.crit_air .crit_air_head h2{
	font-family: 'Montserrat', sans-serif;
	color: #00418c;
    font-weight: bold;
    font-size: 42px;
    text-transform: capitalize;
}
.crit_air .crit_air_body{
	text-align: center;
}
.crit_air .crit_air_body p{
	text-align: center;
	color: #000;
}
.crit_air .crit_air_body a{
	background-color: #fc0;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    border-radius: 3px;
	margin-top: 20px;
}
.countries{
	background-image: url(../images/country.jpg);
	padding: 70px 0
}
.countries h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
}
.countries h2 > div {
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #00418c;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: none;
}
.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 );
}
.video{
	padding: 60px 0;
	background-color: #00418c;
	position: relative;
}
.video::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(342deg, rgba(0,0,0,0.20) 50%, rgba(0,65,140,0) 50%);
	background: -webkit-linear-gradient(342deg, rgba(0,0,0,0.20) 50%, rgba(0,65,140,0) 50%);
	background: linear-gradient(342deg, rgba(0,0,0,0.20) 50%, rgba(0,65,140,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00418c",GradientType=1);
}
.video h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
	position: relative;
	text-align: center;
	color: #fff;
}
.video h2 > div{
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffcc00;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: none;
}
.video iframe{
	width: 100%;
}
.video .video_desc p{
	color: #fff;
}
.video .video_bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.video .video_bottom a{
	background-color: #fc0;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    border-radius: 3px;
    margin-top: 20px;
}
.customer_reviews{
	padding: 60px 0;
}
.customer_reviews .review_body{
	padding: 40px 0;
}
.customer_reviews h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
}
.customer_reviews h2 > div{
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #00418c;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: none;
}
.customer_reviews .review_body>div:nth-child(2)>div{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	background-color: #fff;
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 8%);
    padding: 35px;
	transform: scale(1.3);
    position: relative;
    z-index: 99;
    margin-top: 0px;
	min-height: 100%;
}
.customer_reviews .review_body>div:not(:nth-child(2))>div{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	background-color: #f8f8f8;
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 8%);
    padding: 35px;
	min-height: 100%;
}
.customer_reviews .review_body>div:nth-child(2)>div p.note{
	font-size: 13px;
    text-align: center;
	font-style: italic;
}
.customer_reviews .review_body>div:not(:nth-child(2))>div p.note{
	font-size: 15px;
	text-align: center;
	font-style: italic;
}
.customer_reviews .review_body>div:nth-child(2)>div p:not(.note){
	font-size: 13px;
    font-weight: bold;
}
.customer_reviews .review_body>div:not(:nth-child(2))>div p:not(.note){
	font-size: 15px;
	font-weight: bold;
}
.home_explanation{
	padding: 60px 0;
	background-color: #f8f8f8;
}
.home_explanation h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
}
.home_explanation p{
	font-size: 19px;
	color: #121212;
}
.home_explanation .row h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
	color: #00418c;
}
.priceing .pricing > div .price a.small{
    color: #000;
}
.blogs{
	padding: 80px 0
}
.blogs h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
}
.blogs h2 > div{
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #00418c;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: none;
}
.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;
}
.blogs .blog_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.blogs .blog_btn a{
	background-color: #00418c;
    padding: 15px 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
}
.home_faq{
	padding: 60px 0;
}
.cityheaderbg {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 350px;
}
.cityheaderbg::before{
	content: '';
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.cityheaderbg h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
    color: #fff;
    margin: 10px 0 25px;
    font-size: 50px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.all_cities{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.all_cities .cities_list{
	padding: 50px 50px 0;
}
.all_cities .cities_list h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
}
.all_cities .cities_list h2 > div{
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #00418c;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: none;
}
.all_cities .cities_list ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
}
.all_cities li{
	margin-bottom: 30px;
}
.all_cities li a{
	position: relative;
    display: block;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.all_cities 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 );
}
.all_cities .hidden_cities {
	display: none;
	flex-wrap: wrap;
}
.all_cities li.more_cities>div{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.all_cities li.more_cities>div span{
	font-weight: bold;
    font-size: 18px;
    padding: 15px;
    cursor: pointer;
}
.all_cities .ecomap{
	padding: 0;
}
.related_information_city{
	padding: 60px 0;
    background-color: #00418c;
    position: relative;
}
.related_information_city::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(345deg, rgba(0,0,0,0.20) 50%, rgba(0,65,140,0) 50%);
    background: -webkit-linear-gradient(345deg, rgba(0,0,0,0.20) 50%, rgba(0,65,140,0) 50%);
    background: linear-gradient(345deg, rgba(0,0,0,0.20) 50%, rgba(0,65,140,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00418c",GradientType=1);
}
.related_information_city h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #fff;
}
.related_information_city h2>div{
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffcc00;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: none;
}
.related_information_city .city_related_information{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.related_information_city .city_related_information p{
	text-align: center;
	color: #fff;
}
.related_information_city .city_related_information a{
	background-color: #fc0;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    border-radius: 3px;
    margin-top: 20px;
}
.information_bottom{
	padding: 60px 0;
}
.information_bottom .information_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 45px 0;
}
.information_bottom .information_content_reverse{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	padding: 45px 0;
}
.information_bottom .information_content .description a{
	background-color: #fc0;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    border-radius: 3px;
    margin-top: 20px;
}
.information_bottom .information_content_reverse .description a{
	background-color: #fc0;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    border-radius: 3px;
    margin-top: 20px;
}
.information_bottom .information_content_reverse .description ul{
	list-style: circle;
	padding: 0px 0px 0px 20px;
}
.information_bottom .information_content .photo{
	position: relative;
}
.information_bottom .information_content_reverse .photo{
	position: relative;
}
.information_bottom .information_content .photo::before{
	content: '';
    position: absolute;
    background-color: #fc0;
    width: 13px;
    height: 20%;
    left: 2px;
}
.information_bottom .information_content_reverse .photo::before{
	content: '';
    position: absolute;
    background-color: #fc0;
    width: 13px;
    height: 25%;
    left: 2px;
}
.information_bottom .information_content .photo::after{
	content: '';
    position: absolute;
    background-color: #fc0;
    width: 30%;
    height: 13px;
    top: -13px;
    left: 2px;
}
.information_bottom .information_content_reverse .photo::after{
	content: '';
    position: absolute;
    background-color: #fc0;
    width: 30%;
    height: 13px;
    top: -13px;
    left: 2px;
}
.cities_faq{
	background-color: #f8f8f8;
	padding: 60px 0;
}
.cities_faq #accordion .card-header {
    background-color: #f8f8f8;
}
.cities_faq #accordion .card-body {
    background-color: #f8f8f8;
}
.city_information{
	padding: 60px 0;
	background-color: #f8f8f8;
}
.city_information h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
}
.city_information h2>div{
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #00418c;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: none;
}
.city_information a.btn{
	background-color: #003471;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
}
.first_map{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.first_map .city_map{
	padding-left: 0px;
}
.first_map .city_map_description{
	padding: 0px 65px;
}
.first_map .city_map_description a.btn{
	background-color: #003471;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
}
.second_map{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #f8fbff;
}
.second_map .city_map{
	padding-left: 0px;
}
.second_map .city_map_description{
	padding: 0px 65px;
}
.second_map .city_map_description h2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #00418c;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: none;
}
.second_map .city_map_description a.btn{
	background-color: #003471;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
}
.city_information_bottom{
	padding: 60px 0;
}
.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: 100%;
    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;
}
.contentbadge .add_new_kenteken .more_kenteken{
	font-size: 14px;
	color: #b1b1b1;
	cursor: pointer;
	padding-left: 25px;
	position: relative;
}
.contentbadge .add_new_kenteken .more_kenteken::before{
	content: '+';
	position: absolute;
	left: 0;
    top: -15px;
    font-size: 32px;
	color: #00418c;
}
.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-image: url(../images/footerbg.jpg);
	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: circle;
    color: #969595;
}
footer .footer ul a{
    padding: 5px;
    color: #969595;
    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: #969595;
    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;
}
.vignetcountry-photo .photo{
	position: relative;
}
.vignetcountry-photo .photo::before{
	content: '';
    position: absolute;
    background-color: #fc0;
    width: 13px;
    height: 50%;
    left: -13px;
}
.vignetcountry-photo .photo::after{
	content: '';
    position: absolute;
    background-color: #fc0;
    width: 30%;
    height: 13px;
    top: -13px;
    left: -13px;
}
.cookies{
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	border-top: 2px #333 solid;
	padding: 5px;
}
.cookies-close{
	position: fixed;
	background-color: #00418c;
	border: 1px #00418c solid;
	border-bottom: 0;
	bottom: 0;
	right: 5%;
	padding: 3px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	display: none;
}
.cookies .btn{
	color: #fff !important;
	background-color: #00418c;
	padding: 8px 20px;
	font-size: 14px;
	margin: 0 10px;
}
select[name="vignettype"].error{
	border-color: #dc3545;
}
.datepicker table tfoot tr th.clear{
    display: none !important;
} 

