/*Navigation Menu*/


.driving-school-menu {
	background-color: #246192;
	height: 65px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	display: flex;
	justify-content: space-around;
}

.menu-logo {
	color: white;
	font-size: 24px;
}

div.driving-school-menu ul {
	list-style: none;
	justify-content: center;
}

div.driving-school-menu li {
	display: inline-flex;
	line-height: 67px;
	padding: 0 10px 0 20px;
}

div.driving-school-menu ul li a {
	font-size: 16px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	/*  text-transform: uppercase;*/

}

div.driving-school-menu .menu-logo {
	display: inline-flex;
	line-height: 65px;
	margin-left: 5px;
}

/*mobile menu*/

.mobile-navigation-bar {
	background-color: #246192;
	height: 65px;
	width: 100%;
	position: fixed;
	z-index: 1000;
}

.mobile-icon {
	position: fixed;
	z-index: 1001;
	width: 70px;
	margin-top: 7px;
	margin-left: 27px;
}

h1 {
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 0.15em;
	font-size: 3em;
	line-height: 1.2;
	transform: translateY(52%);
}


#toggle {
	display: none;
}

/**
  Hamburger
**/
.hamburger {
	position: relative;
	float: right;
	margin-right: 35px;
	margin-top: 14px;
	z-index: 5;
}

.hamburger div {
	position: relative;
	width: 1.5em;
	height: 5px;
	border-radius: 2px;
	background-color: white;
	margin-top: 7px;
	transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.nav {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000e8;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	transform: scale(0);
	z-index: 2;
}

.nav-wrapper {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}

nav {
	text-align: center;
}

nav a {
	position: relative;
	text-decoration: none;
	color: white;
	font-size: 1em;
	display: inline-block;
	margin-top: 1.25em;
	transition: color 0.2s ease-in-out;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

nav ul {
	margin-top: 46px;
}

nav a:before {
	content: '';
	height: 0;
	position: absolute;
	width: 0.25em;
	background-color: white;
	left: -0.5em;
	transition: all 0.2s ease-in-out;
}

nav a:hover {
	color: white;
}

nav a:hover:before {
	height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
	transform: rotate(-45deg);
	margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
	opacity: 0;
	transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
	transform: rotate(45deg);
	margin-top: -7px;
}

#toggle:checked+.hamburger+.nav {
	top: 0;
	transform: scale(1);
}


/*Navigation Menu End*/

.container-fluid {
	max-width: 1320px;
}

.page-title {
	padding: 0 !important;
}

.menu-sub-items {
	font-size: 20px;
	margin: 0 0 0 20px;
	color: #967a1d;
}

/*Banner for Discount Code*/

.discount-code {
	background-color: white;
	margin-bottom: 0;
}

.discount-code p {
	margin-right: 30px;
	margin-bottom: 0;
	font-size: 24px;
	min-width: 335px;
}

.sale_row {
	display: flex;
	justify-content: center;
	padding: 0 5%;
	font-weight: bold;
	/*justify-content: space-between;*/
}

/*Banner for Discount Code End*/

/*Hero Slider start*/
.hero-slider {
	width: 100%;
	height: auto;
	overflow: hidden;

}

.hero-slider .carousel-cell {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}





.hero-slider .carousel-cell .carousel-bg {
	width: 100%;
	height: auto;
}

.map p {
	margin: 109px 0 0;
	background-color: white;
	text-align: center;
	line-height: 80px;
	height: 80px;
	color: #313234;
}



.hero-slider .carousel-cell .inner {
	position: absolute;
	top: 98px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 30;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.hero-slider .carousel-cell .inner .subtitle {
	font-family: 'Roboto Slab', serif;
	font-size: 2.2rem;
	line-height: 1.2em;
	font-weight: 200;
	font-style: italic;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 5px;
}

.hero-slider .carousel-cell .inner .title {
	font-family: 'Montserrat', sans-serif;
	font-size: 3rem;
	color: white;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 40px;
}

.hero-slider .carousel-cell .inner .btn {
	border: 1px solid black;
	padding: 19px 18px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 3px;
	color: white;
	text-decoration: none;
	transition: all 0.2s ease;
	background-color: #0f5fa8c7;
	margin-bottom: 14px;
}

.hero-slider .carousel-cell .inner .btn:hover {
	background: #5c63589c;
	color: white;
	border: white;
}

.hero-slider .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	background: transparent;
}

.hero-slider .flickity-prev-next-button:hover {
	background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
	fill: white;
}

.hero-slider .flickity-page-dots {
	bottom: 30px;
}

.hero-slider .flickity-page-dots .dot {
	width: 30px;
	height: 4px;
	opacity: 1;
	background: rgba(237, 241, 237, 0.274);
	border: 0 solid white;
	border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
	background: #2a2b2b;
	border: 0 solid #363737;
}

/* Here goes custom css */
#wrapper {
	background-color: white;
}

.wrapper-pricing {
	background-color: white;
}


section {
	background-color: white;

}

.mobile-slider .carousel-cell .inner {
	position: absolute;
	top: 102px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 30;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.mobile-slider .carousel-cell .inner .mobile-btn {
	border: 1px solid black;
	padding: 10px 3px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	letter-spacing: 3px;
	color: white;
	text-decoration: none;
	transition: all 0.2s ease;
	background-color: #0f5fa8c7;
	margin-bottom: 14px;

}

.mobile-btn {
	display: inline-block;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Hero Slider End*/

.featured-pricing {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em;
	margin: 154px 20px 86px 20px;
}

.highlights {
	margin-top: 50px;
}

div.featured-pricing.item {
	min-width: 400px;
}


.white-view-text {
	font-size: 19px;
	color: white;
}

.video-bg {
	background: url("../../assets/img/our-chefs/dark-background.jpg");
	padding: 36px 35px 16px 35px;
	width: 80%;
	height: 500px;
	object-fit: contain;
	max-width: 1100px;
}



@media screen and (max-width: 716px) {

	.highlights {
		margin: 25px 0 25px 0;
	}

	.highlights li {
		padding: 0;
	}

	.highlights ul {
		font-size: 19px;
	}
}

@media screen and (max-width: 394px) {

	.product-content .name-product ins {

		margin-left: 14% !important;
		!important;

	}
}


/*.half-video.tf-section.wrap-video-popup{
	width: 60% !important;
height:10px}*/

section.half-video.tf-section.wrap-our-chefs {
	width: 80%;
	height: 500px;
	margin: 0 auto;
}




.half-video {
	text-align: center;
}

/*****Menu Icons****/

.img-border {
	border: 7px solid #8a6d3b;

}

.form {
	background-color: white;
	width: 100%;
	max-width: 1100px;
	margin: 100px auto 0;
	padding: 20px 50px;

}

/*Bar at top of scheduling page*/
.rescheduling-bar {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 41px;
	padding: 8px 0em 4px;
	border-radius: 0 0 3px 3px;
	font-size: 22px;
	color: #fff;
	background: #3177ca;
	position: fixed;
	top: 0;
	z-index: 2001;
	width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: normal;
	text-align: left;
	-webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .15) inset;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

/*Button inside of bar*/
.rescheduling-button {
	background: #185283;
	padding: 8px 29px;
	border: 0;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
}

.rescheduling-bar .rescheduling-button {
	white-space: nowrap;
	font-size: .6em;
	line-height: normal;
	box-shadow: inset 1px 1px 0 hsla(0, 0%, 100%, .5);
	filter: brightness(100%);
}

body.rescheduling-bar {
	position: relative !important;
}

.body.bar-visible {
	position: relative !important;
	top: 41px !important;
}

body.acuity-bar-visible .rescheduling-bar {
	display: block !important;
}


/*DMV LINKS*/
.swiper-slide {
	flex-shrink: 0;
	width: 40%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

/*DMV LINKS*/
.swiper-slide-dmv-links {
	flex-shrink: 0;
	width: 40%;
	height: 100%;
	position: relative;
	transition-property: transform;
	padding: 0 20px;
}

.dmv-links {
	display: inline-flex;
	justify-content: space-around;
}

.swiper-slide .meta-post a {
	color: black;
	font-size: 27px;
}



.swiper-slide a p .sub-heading .btn-blog .flat-button {
	text-align: center;
}

/*DMV LINKS END*/

.details_content p {
	color: #3a3c3c;
	font-size: 20px;
	margin: 0px;

}


/*Pop Up on pricing pages*/
div#popupk a {
	color: #000;
	cursor: pointer;
	position: absolute;
	top: -5px;
	z-index: 99999999999999;
	right: 10px;
}

div#popup a {
	color: #000;
	cursor: pointer;
	position: absolute;
	top: -5px;
	z-index: 99999999999999;
	right: 10px;
}

.popup {
	display: none;
	position: fixed;
	padding: 10px;
	width: 800px;
	left: 23%;
	margin-left: 0;
	top: 45%;
	margin-top: -274px;
	background: #FFF;
	border: 3px solid #F04A49;
	height: 100%;
	z-index: 9999;
	overflow-x: scroll;
}

#popup:after {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgb(0 0 0 / 87%);
	z-index: -2;
}

#popup:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #FFF;
	z-index: -1;
}



.popupk {
	display: none;
	position: fixed;
	padding: 10px;
	width: 800px;
	left: 23%;
	margin-left: 0;
	top: 45%;
	margin-top: -274px;
	background: #FFF;
	border: 3px solid #F04A49;
	height: 100%;
	z-index: 9999;
	overflow-x: scroll;
}

#popupk:after {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgb(0 0 0 / 87%);
	z-index: -2;
}

#popupk:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #FFF;
	z-index: -1;
}

/*Zip Code Pop Up*/
#searchInput {
	width: 100%;
	padding: 10px;
	font-size: 20px !important;
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
	box-sizing: border-box !important;
	margin-top: 20px;
}

#searchResults {
	max-height: 200px;
	overflow-y: auto;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 20px;
	background-color: black;
	color: white;
}

#searchResults div {
	padding: 8px;
	cursor: pointer;
}

#searchResults div:hover {
	background-color: #866112;
}

.instructions {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 20px;
	color: white;
}

/* Styles for the popup overlay */
#popupOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

/* Styles for the popup content */
#popupContent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #1271ccab;
	padding: 20px;
	/* Increased padding to make the popup larger */
	border-radius: 24px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	max-width: 90%;
	width: 750px;
	/* Adjust the max-width as needed */
	max-height: 90%;
	height: 420px;
	/* Adjust the max-height as needed */
	overflow-y: auto;
}

@keyframes popupFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes popupScaleIn {
	from {
		transform: translate(-50%, -50%) scale(0.9);
		opacity: 0;
	}

	to {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}

#popupOverlay.animate-show {
	animation: popupFadeIn 0.3s ease-out forwards;
}

#popupContent.animate {
	animation: popupScaleIn 0.3s ease-out forwards;
}

.registration {
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;

}

/*Zip Code Pop Up End*/


.popupSchedule {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

@media screen and (max-width: 767px) {
	.popup {


		width: 100%;
		left: 0%;
		height: 100%;

	}

	.popupk {
		width: 100%;
		left: 0%;
		height: 100%;

	}
}

/****Purchase Content drop down banners**/

.dropdown {
	position: relative;
	display: inline-block;
	background-color: #226d22;
	width: 50%;
	color: white;
	font-weight: 400;
	text-align: center;
}

.half-video.dropdown {
	position: relative;
	display: inline-block;
	background-color: #226d22;
	width: 40%;
	color: white;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
}


.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/*Pop Up End*/

.pricing-page.tf-section.contact-us {
	padding: 0;
}

/*Pricing page deactivate list*/

.contact-us.page-title.page-title-inner {
	margin-top: 226px;
}

.infor-text a:link {
	color: #2a2b2b;
}

/*Pricing pages check-marked highlights*/
.highlights ul {
	display: flex;
	justify-content: center;
	gap: 5%;
	padding: 0 32px;
	font-size: 27px;
}

.highlights li img {
	width: 50px
}

.highlights li {
	display: flex;
	align-items: center;
}

.highlights li:before {
	display: block;
	flex-shrink: 0;
	width: 33px;
	height: 33px;
	margin-right: 10px;
	background: url("../../assets/icon/checkmark.png") no-repeat left center;
	background-size: contain;
	content: '';
}

/*box shawdow*/
.effect {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect:before,
.effect:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}

.effect:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}



/*Mobile slider deactivated*/

@media screen and (max-width: 430px) {
	.center-text {
		font-size: 15px !important;
	}

	.center-text p {
		margin-top: -25px !important;
		margin-bottom: 0 !important;
	}

	.product-content .name-product span {
		margin-right: 17px !important;
		margin-left: 0 !important;
		font-size: 23px;
	}
}


@media screen and (max-width: 1223px) {
	.highlights ul {
		display: grid;
		gap: 0;
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	#sidebar {
		display: none;
	}
}


/*Pop upp Video image*/
@media screen and (max-width: 814px) {
	.desktop-popup-video {
		display: none;
	}
}

@media screen and (min-width: 815px) {
	.mobile-popup-video {
		display: none;
	}
}

@media screen and (max-width: 814px) {
	.desktop-drivers-education-version {
		display: none;
	}
}

@media screen and (min-width: 815px) {
	.mobile-drivers-education-version {
		display: none;
	}
}


/*Pop upp Video image*/

/*informational page hero sliders*/

@media screen and (max-width: 1550px) {

	.slider-style2 .page-tittle-slider .content-slider {

		padding-left: 15.2%;

	}
}

@media screen and (max-width: 1550px) {

	.slider-style2 .page-tittle-slider .content-slider {

		margin-top: 3px;

	}
}

@media screen and (max-width: 1547px) {
	.slider-style2 .page-tittle-slider .title.title-style1 {
		font-size: 70px;


	}

	.page-title-style2 .slider .slider-item .page-tittle-slider .heading-tittle h1 {
		font-size: 70px;
		margin-top: -82px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1385px) {
	.slider-style2 .page-tittle-slider .title.title-style1 {
		font-size: 70px;


	}

	.page-title-style2 .slider .slider-item .page-tittle-slider .heading-tittle h1 {
		font-size: 70px;
		margin-top: -82px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1361px) {

	.slider-style2 .page-tittle-slider .content-slider {

		margin-top: 39px;
		width: 100%;

	}
}



@media screen and (max-width: 1199px) {

	.slider-style2 .page-tittle-slider .images-slider2 img {

		margin-top: 9px;

	}
}

@media only screen and (max-width: 1189px) {
	.slider-item .page-tittle-slider {
		padding: 0 12%;
	}
}

@media only screen and (max-width: 1111px) {
	.slider-item .page-tittle-slider {
		padding: 0 8%;
	}
}

@media only screen and (max-width: 1008px) {
	.slider-item .page-tittle-slider {
		padding: 0 5%;
	}
}

@media only screen and (max-width: 1008px) {
	.slider-item .page-tittle-slider {
		padding: 0 3%;
	}
}

@media only screen and (max-width: 999px) {
	.slider-style2 .page-tittle-slider p {
		padding: 1px 0%;
	}

	.slider-style2 .page-tittle-slider .title.title-style1 {
		font-size: 50px;
		max-width: 50%;


	}

	.page-title-style2 .slider .slider-item .page-tittle-slider .heading-tittle h1 {
		font-size: 50px;
		margin-top: -114px;
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 767px) {

	.page-title-style2 .slider .slider-item .page-tittle-slider .heading-tittle h1 {

		margin-top: -88px;
		margin-top: -90px;
	}

	.slider-style2 .page-tittle-slider .title.title-style1 {
		max-width: 100%;
	}

}


/*Investor Portal Login*/




/* style the container */
.container-inv-portal {
	position: relative;
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 70px 105px;
}

/* style inputs and link buttons */
input,
.btn-inv-portal {
	width: 100%;
	padding: 23px;
	border: none;
	border-radius: 4px;
	margin: 5px 0;
	opacity: 0.85;
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
	/* remove underline from anchors */
}

input:hover,
.btn-inv-portal:hover . {
	opacity: 1;
}

/* add appropriate colors to fb, twitter and google buttons */
.other-services {
	background-color: #9a7426;
	color: white;
}

.twitter {
	background-color: #9a7426;
	color: white;
}

.google {
	background-color: #9a7426;
	color: white;
}

/* style the submit button */
input[type=submit] {
	background-color: #1376b8;
	color: white;
	cursor: pointer;
	padding: 23px;
}

input[type=submit]:hover {
	background-color: #4a6e09;
}

/* Two-column layout */
.col-inv-portal {
	float: left;
	width: 50%;
	margin: auto;
	padding: 0 50px;
	margin-top: 6px;
}

/* Clear floats after the columns */
.row-inv-portal:after {
	content: "";
	display: table;
	clear: both;
}

/* vertical line */
.vl {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	/*border: 2px solid #ddd;*/
	height: 175px;
}

/* text inside the vertical line */
vl-innertext {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 50%;
	padding: 8px 10px;
}

/* hide some text on medium and large screens */
.hide-md-lg {
	display: none;
}




/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
	.container-inv-portal {
		padding: 70px 39px;
	}

	.sale_row {
		display: inline-block;
		justify-items: center;
	}
}

@media screen and (max-width: 800px) {
	.container-inv-portal {
		padding: 70px 10px;
	}
}



@media screen and (max-width: 650px) {
	.col-inv-portal {
		width: 100%;
		margin-top: 0;
	}

	/* hide the vertical line */
	.vl {
		display: none;
	}

	/* show the hidden text on small screens */
	.hide-md-lg {
		display: block;
		text-align: center;
	}
}