:root {
	--main-color: #F7B300;
	--secondary-color: #5D5854;
	--heading-color: #5D5854;
	--paragraph-color: #251210;
	--secondary-color-rgba: rgba(247, 179, 0, 0.88);
	--secondary-color-rgba-05: rgba(247, 179, 0, 0.05);
	--primary-rgba-007: rgba(93, 88, 84, 0.07);
}

.banner-inner .animate-img-1 {
	display: none !important;
}

.banner-area-1 {
    background-position-x: center !important;
}

.bg-theme-light {
	background: var(--primary-rgba-007);
}

.td-sidebar .widget {
	background: var(--secondary-color-rgba-05);
}

.navbar-top,
.sidebar-menu .sidebar-menu-close,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
	background: var(--secondary-color);
}

.about-area.bg-dark,
.single-intro-inner.bg-dark.media {
	background: var(--secondary-color) !important;
}

.progress-bar {
	background-color: var(--secondary-color);
}

.subscribe-area-inner {
	box-shadow: none !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	color: #444;
}

.bg-overlay:after, .btn:after {
    content: "";
    background: var(--secondary-color-rgba);
}

.footer-area.bg-overlay:after {
    background: var(--secondary-color);
}

.banner-area .banner-bg, .breadcrumb-area:after {
    content: "";
    background: linear-gradient(90deg, var(--secondary-color) -0.7%, rgba(10, 24, 81, 0) 113.23%);
}

#driving-licences-content section {
	margin-bottom: 30px !important;
}

#driving-licences-content section h3,
.text-primary__custom {
	color: var(--main-color);
}

#driving-licences-content section h4 {
	margin-top: 20px !important;
}

#driving-licences-content section ul {
	margin-left: 20px !important;
}

.single-input-inner select,.single-input-inner input[type="file"] {
	width: 100%;
	height: 58px !important;
	border: 0 !important;
	border-radius: 4px;
	padding: 0 18px;
}

/*STEPS PROGRESSION*/
.license-steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 50px auto;
}
.license-step {
	height: 50px;
	width: 50px;
	background: #f0f0f0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	position: relative;
}
.license-step:not(:first-child)::before {
	content: "";
	height: 10px;
	position: absolute;
	left: -100%;
	background: #f0f0f0;
	width: 100%;
	z-index: 0;
}
.license-step.active,
.license-step.active::before {
	content: "";
	background: #248C46;
	color: white;
}

.navbar-area .nav-container .logo a img, #logo__footer {
	height: 40px !important
}

/*---------------------------------------------------------------*/
#section-packs .details-inner {
	display: flex;
	flex-direction: column;
}
#section-packs .details-inner .course-footer {
	margin-top: auto !important;
}
#section-packs .pack-active {
	border: 3px dashed var(--main-color);
}
#section-packs .pack-price .regular-price {
	font-size: 30px;
	color: var(--main-color);
}
#section-packs .pack-price del {
	font-size: 20px;
}
#section-packs .pack-title {
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eff1f3;
}
#section-packs .pack-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
#section-packs .pack-list li {
	display: flex;
	margin-bottom: 10px;
}
#section-packs .pack-list .puce {
	font-size: 15px;
	height: 15px;
	color: var(--main-color);
	margin-top: 5px;
	margin-right: 5px;
}
#section-packs .pack-list .puce svg {
	height: 20px;
}