/**
 * Font typographpy
 *
 * @format
 */

body {
  font-size: 16px;
  line-height: 120%;
  font-family: 'poppinsregular';
  margin: 0px;
  padding: 0px;
  background: #fff !important;
}
p {
  font-size: 16px;
  line-height: 120%;
  font-family: 'poppinsregular';
}

ul,
ol {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
li {
  line-height: 1;
}
ul.inside {
  list-style: none;
  padding: 0;
}

ul.inside li {
  position: relative;
  padding-left: 30px; /* Space for icon */
}

ul.inside li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  transform: translateY(-50%);
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M12 7.5C12.9797 7.49994 13.9378 7.78769 14.7553 8.3275C15.5729 8.86731 16.2138 9.6354 16.5986 10.5364C16.9833 11.4373 17.0949 12.4315 16.9195 13.3953C16.7441 14.3592 16.2893 15.2502 15.6118 15.9579C14.9343 16.6655 14.0638 17.1585 13.1085 17.3756C12.1532 17.5928 11.1552 17.5245 10.2383 17.1793C9.3215 16.834 8.52629 16.2271 7.95146 15.4338C7.37663 14.6405 7.04752 13.6958 7.005 12.717L7 12.5L7.005 12.283C7.06092 10.9958 7.61161 9.77978 8.54222 8.88866C9.47284 7.99754 10.7115 7.50007 12 7.5Z' fill='%23103665'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

a:focus {
  text-decoration: none !important;
  outline: none !important;
  background: none !important;
}
a {
  text-decoration: none !important;
}

img {
  height: auto;
  max-width: 100% !important;
}

.result-box::-webkit-scrollbar {
  width: 2px !important;
}
h1 {
  font-size: 54px;
  line-height: 118%;
  font-family: 'Unbounded-Bold';
}
h2 {
  font-size: 40px;
  line-height: 160%;
  font-family: 'Unbounded-extra' !important;
}
h3 {
  font-size: 32px;
  line-height: 120%;
  font-family: 'Unbounded-extra' !important;
}
h4 {
  font-size: 24px;
  line-height: 120%;
  font-family: 'Unbounded-extra';
}
h5 {
  font-size: 24px;
  line-height: 120%;
  font-family: 'Unbounded-SemiBold';
}
h6 {
  font-size: 20px;
  line-height: 120%;
  font-family: 'Unbounded-extra';
}

/* Font typographpy end */

/* Selection color */
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #2a73cc;
}
::selection {
  color: #fff;
  background: #2a73cc;
}

/* Selection end color */

/* Site Color typographpy end */
.primary,
.lighter {
  background: #2a73cc;
}
.darker,
.dark1 {
  background: #081729;
}
.subtle {
  background: #d4e3f5;
}

/*---Dark color----*/
.dark2 {
  background: #0e2644;
}
.dark3 {
  background: #153966;
}
.dark4 {
  background: #1c4d88;
}

/*-----light color ---*/
.light1 {
  background: #676f73;
}
.light2 {
  background: #a1a9ac;
}
.light3 {
  background: #c1cbce;
}
.light4 {
  background: #dfe5e7;
}
/*----- Gradient color ----*/
.gradient1 {
  background: rgb(6, 24, 38);
  background: linear-gradient(
    0deg,
    rgba(6, 24, 38, 1) 0%,
    rgba(27, 101, 158, 1) 100%
  );
}
.gradient2 {
  background: rgb(181, 210, 233);
  background: linear-gradient(
    0deg,
    rgba(181, 210, 233, 1) 0%,
    rgba(27, 101, 158, 1) 100%
  );
}

/*----- text white color ----*/
.text-white {
  color: #fff;
}

/*footer subscribe form*/
div#wpcf7-f343-o1
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
  border-radius: 50px;
  width: 100%;
}
div#wpcf7-f343-o1 input::placeholder {
  font-size: 12px !important;
  padding-left: 10px;
}
div#wpcf7-f343-o1 .wpcf7-response-output {
  color: #fff;
  margin-top: 0 !important;
  font-size: 16px;
  border: 1px solid #fff !important;
}
/*end*/
/* Site Color typographpy end */

main#main {
  padding: 0;
}

/* Top bar start */
.top-nav-bar li {
  display: inline-block;
}
.top-nav-bar {
  font-family: 'Outfit';
  padding: 5px 0 5px;
}
.top-nav-bar a {
  font-size: 14px;
  font-family: 'Outfit';
  position: relative;
  top: -3px;
}
.top-nav-bar li:last-child {
  padding-right: 0px;
  padding-left: 11px;
  border-right: 0;
}
.top-nav-bar li {
  padding-right: 15px;
  border-right: 1px solid #ffffff38;
}
.top-list-right li {
  padding-left: 15px;
}
.top-list-right a {
  text-decoration: underline !important;
}
/* Top bar end */

.telephone p a {
  color: #fff !important;
}
/*----menu start here ---*/
ul.sub-menu {
  display: none;
}

ul#main-menu li:hover ul.sub-menu {
  display: block;
}
/*.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: none !important;
}*/

.header-right-menu .custom-menu-class {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 12px;
}
.navbar ul li {
  list-style-type: none;
  padding: 0 0 0 30px;
  position: relative;
  margin: 0px;
}
div#headerMenu .header-right-menu {
  display: flex;
  align-items: center;
}
div#headerMenu {
  justify-content: end;
}
div#headerMenu a {
  color: #051b37;
  font-family: 'Poppins-Medium';
  font-size: 16px;
}
nav.navbar.navbar-expand-lg {
  padding: 18px 0;
}
.button-cta-right a {
  padding: 12px 24px;
  display: inline-block;
  border-radius: 48px;
  font-family: 'Unbounded-Medium' !important;
}
nav.navbar.navbar-expand-lg {
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
}
#headerMenu .button-cta-right a:hover {
  background: #103665;
  color: #fff !important;
}
.button-cta-right img {
  padding-right: 7px;
}
div#headerMenu .header-right-menu .button-cta-right {
  margin-left: 55px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu-item-has-children > a:after {
  content: url(/wp-content/uploads/2025/02/downarrow.svg);
  position: relative;
  right: -8px;
}
#headerMenu ul.sub-menu li a {
  border-bottom: 1px solid #e5e7eb;
  width: 100% !important;
  display: inline-block;
  padding: 20px 15px !important;
  font-family: 'poppinsregular';
}
#headerMenu ul.sub-menu li:last-child a {
  border-bottom: none;
}
#headerMenu ul.sub-menu li a:hover,
div#headerMenu a:hover {
  color: #2a73cc !important;
}

/*----Banner here ---*/
section.teen-section h2 {
  font-size: 40px;
}
section.testimonial-section h2 {
  font-size: 36px;
}
section#education h2 {
  font-size: 40px;
}
section.banner-section {
  margin-top: 0 !important;
}
section.faq-section h2 {
  font-size: 40px;
}
section#location h2 {
  font-size: 40px;
}

section.banner-section {
  padding: 171px 0;
}
section.pricing-class.foradults h2.blue-text {
    padding-bottom: 0;
}
.banner-section h1 {
  font-family: 'Unbounded-Bold' !important;
  font-size: 50px;
  line-height: 120%;
}
.review-div {
    display: none !important;
}
a.primary.text-white.twobtn {
    display: none;
}
#content section.banner-section {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
section.banner-section p {
  font-size: 16px;
  font-family: 'Unbounded-Regular';
  margin-top: 14px;
}
section.banner-section p span {
  background: #fff;
  border-radius: 4px;
  color: #051b37;
  font-size: 10px;
  padding: 4px;
  position: relative;
  top: -12px;
  font-family: 'Unbounded-SemiBold';
}
/*------form section  -----*/
.form-sec {
  background: #eaf1fb;
  border-radius: 8px;
  padding: 20px 32px;
  box-shadow: 5px 40px 25px #f7f7f7;
}
section.loclistmap input.btn.btn-primary.w-100 {
    display: none;
}

section.loclistmap .col-12.col-md-8.mb-2.mb-md-0 {
    width: 100%;
}
.form-sec input[type='text'] {
  border: 1px solid #c0d5f2;
  border-radius: 48px;
  padding: 9px 20px;
  width: 100%;
}
section#form-box h3 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #051b37;
}
#form-box .form-sec input[type='submit'] {
  background: url(/wp-content/uploads/2025/02/wheel.svg) #2a73cc;
  border-radius: 48px;
  font-family: 'Unbounded-Medium';
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 24px 12px;
  padding-left: 66px;
  color: #fff;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
#form-box .form-sec input[type='submit']:hover {
  border: none !important;
}
#form-box .location p a {
  font-size: 16px;
  color: #2a73cc;
  text-decoration: underline !important;
  font-family: 'poppinsregular';
  margin-top: 4px;
  display: inline-block;
}
section.form-section {
  margin-top: -120px !important;
}
/*section#form-box { margin-top: -200px !important; margin-bottom: 80px;}*/
section.teen-section h2 {
  margin-bottom: 40px;
}

/*-----section  -----*/
section.teen-section {
  margin-top: 0;
  margin-bottom: 80px;
}
.box-content {
  position: absolute;
  bottom: 18px;
  z-index: 999;
  width: 96%;
}
.teen-section .col-md-3.text-white {
  position: relative;
}
.box-content img {
  width: 100%;
}
section.teen-section h4 {
  font-family: 'Unbounded-SemiBold';
}
.tags span {
  font-size: 16px;
  text-decoration: underline;
  font-family: 'Unbounded-Medium';
  padding-left: 5px;
  padding-right: 5px;
}
h2.blue-text span {
  color: #2a73cc;
}
h2.blue-text {
  color: #051b37;
}
.teen-section .button-cta-right {
  margin-top: 40px;
}
.tags a {
  color: #fff;
}
#btn-post a.learn-more.post-details:focus {
    background: none !important;
}

/*------- testimonial section  -----*/
section.testimonial-section {
  margin-top: 0;
  margin-bottom: 80px;
}
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 30px;
}
.owl-carousel .slide-content {
  height: 280px;
}
.slide-content {
  background: #eaf1fb;
  padding: 23px;
}
.owl-carousel .owl-item img {
  display: block;
  width: inherit !important;
}
.star_rating {
  display: flex;
  margin-top: 10px;
}
.testimonial-top h3 {
  color: #051b37;
  font-size: 20px !important;
  font-family: 'Unbounded-extra';
}
.slide-content p {
  font-size: 16px;
  color: #103665;
  line-height: 180%;
  margin-top: 18px;
  font-family: 'poppinsregular';
}
.g-review img {
  float: right;
}
.g-review {
  margin-top: -30px;
}
.testimonial-top {
  margin-bottom: 30px;
}
section.testimonial-section h2 {
  margin-bottom: 60px;
}
button.owl-dot {
  width: 16px;
  height: 16px;
  background: #d9d9d9 !important;
  border-radius: 20px;
  margin: 0 3px;
}
button.owl-dot.active {
  background: #2a73cc !important;
}
.owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
button.owl-next {
  background: url(/wp-content/uploads/2025/02/slideright.png) !important;
}
button.owl-prev {
  background: url(/wp-content/uploads/2025/02/slideleft.png) !important;
}
.owl-nav {
  position: absolute;
  top: 37%;
  width: 100%;
}
button.owl-prev {
  margin-left: -27px;
}
button.owl-next {
  float: right;
  margin-right: -27px;
}
.owl-dots.disabled {
  text-align: center;
  margin-top: 30px;
}
.testimonial-slider button {
  color: #fff !important;
  font-size: 0px !important;
}

/*------- difference section  -----*/
section#education {
  margin-top: 0;
  margin-bottom: 80px;
}
img.instructor {
  width: 100%;
  height: 546px;
  object-fit: cover;
}
.difference {
  background: #0a284e;
  padding: 52px 38px;
  height: 100%;
  position: relative;
}
.difference p {
  font-size: 14px;
  font-family: 'Outfit';
  line-height: 1.6;
  margin: 26px 0px 32px 0;
}
.difference li {
  font-size: 14px;
  font-family: 'Outfit';
  padding: 0px 0 6px 0;
  line-height: 150%;
}
.page-id-872 button#play-button {
    display: none;
}
.page-id-890 div#custom-pagination {
    display: none;
}
.page-id-101 .ohio-main-price-box {
    height: 450px;
  
}
.difference ul.text-white {
  padding-left: 20px !important;
  padding-bottom: 40px !important;
  padding-top: 0px !important;
}
.difference h3 {
  padding-top: 20px;
}
.blue-sec {
  margin-top: 40px !important;
}
.row.align-items-center p {
    color: #676F73 !important;
    font-weight: 400 !important;
    font-family: 'poppinsregular' !important;
    line-height: 180% !important;
    font-size: 16px !important;
}
p#wis {
    text-align: center !important;
    color: #2A73CC !important;
    font-weight: 700 !important;
}

.difference ul {
  list-style-image: url('/wp-content/uploads/2025/02/listicon.svg');
}
.difference:before {
  content: url(/wp-content/uploads/2025/02/Ellipse-1334.png);
  position: absolute;
  top: 8px;
  left: 16px;
}
.difference:after {
  content: url(/wp-content/uploads/2025/02/Ellipse-1334.png);
  position: absolute;
  right: 49px;
  top: 5px;
}
/*------- trusted-content section  -----*/
section#trusted {
  margin-top: 0;
  margin-bottom: 80px;
}
section#trusted img.fullimage {
  width: 100%;
  height: 543px;
}
.trusted-content {
  position: absolute;
  top: 0;
  z-index: 9998999;
  left: 0;
  width: 100%;
  padding-top: 60px;
}
section#trusted {
  position: relative;
  overflow: hidden;
}
.trusted-content p {
  padding-top: 38px;
  color: #b9b9b9;
}
span.counter {
  font-size: 40px;
  font-family: 'Unbounded-extra' !important;
  color: #fff;
}
.counter-box.text-center {
  background: rgb(116 116 116 / 20%);
  backdrop-filter: blur(10px);
  padding: 34px 36px;
  border-radius: 10px;
  color: #fff;
  box-shadow: -1px 0 2px 0px #b9b4b4;
}
p.years {
  padding: 29px 16% 52px;
}
.counter-box.text-center p {
  padding-top: 7px;
}
#trusted .button-cta-right.white-btn.text-center a {
  margin-top: 40px;
  color: #3b86df !important;
  background: #fff !important;
}

/*------- location section  -----*/

.search-box {
  background: #eaf1fb;
  padding: 40px;
  border-radius: 12px;
}
h3.blue-text span {
  color: #58a3ff;
}
.loc p {
  color: #103665;
  padding: 27px 0;
}
.loc a {
  color: #2a73cc;
  margin-bottom: 30px !important;
  display: inline-block;
  font-size: 16px;
}
.search-box h4 {
  font-size: 28px;
  font-family: 'Unbounded-extra' !important;
  margin-bottom: 20px;
}
#location .form-sec {
  padding-top: 0;
}
section#location .form-sec {
  background: transparent;
  box-shadow: none;
  padding: 16px 0 0;
}
.result-box table,
td,
th {
  border: none !important;
}
th.loc-col {
  padding-top: 15px;
}
th.distance-col {
    padding-top: 15px;
}
td.distance-col {
    padding-top: 17px;
}
th.phone-num {
    padding-top: 15px;
}
p.locdes {
    color: #103665;
     font-family: 'poppinsregular'; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400; 
    line-height: 180%;
}
.result-box {
  border: 1px solid #c0d5f2;
  border-radius: 30px;
  background: #fff;
  margin-top: 20px;
  padding: 0 26px 26px 26px; 
  max-height: 400px;
  overflow-y: auto;
  scrollbar-color: #2a73cc white;
  scrollbar-width: thin;
}
.loclistmap .result-box { 
	padding:0 20px 20px 20px;
	min-height: 400px !important;
}

.loclistmap .result-box thead {position: sticky; top: 0px;}


.form-sec.pick-loc .result-box {
    max-height: 470px;  
}
.result-box td {  
  color: #808287; 
  font-size: 16px; 
  font-family: 'poppinsregular'; 
  padding: 22px 10px; 
} 
.result-box tr { 
  border-bottom: 1px solid #e7e7e7; 
} 
.result-box tr:last-child, 
.noborder { 
  border-bottom: none; 
} 
.result-box tr:last-child td { 
  padding-bottom: none !important; 
} 
section#location h5 {
  font-family: 'Unbounded-extra' !important;
  font-size: 24px;
  margin-top: 20px;
}
.result-box th {
  font-family: 'Unbounded-extra' !important;
  font-size: 18px;
}
.social-icon li a {
  border: 1px solid #2a73cc;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}
.social-icon li {
  list-style: none;
  display: inline;
}
.social-icon {
  margin-top: 45px;
}
.social-icon li {
  margin-right: 3px;
}
.result-box table {
 /* height: 323px;*/
  overflow: scroll;
}
/*----------- blog section  ---------*/
section#blog h2 {
  font-size: 40px;
  margin-bottom: 60px;
}
.blog h5 {
  font-size: 20px;
  color: #051b37;
  font-family: 'Unbounded-extra' !important;
  margin-top: 18px;
  text-decoration: underline;
  margin-bottom: 18px;
}
.blog p {
  color: #103665;
}
section#blog {
  margin-top: 0;
  margin-bottom: 80px;
}
/*-------- Footer css ---------*/
footer#colophon {
  background: #01050f;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
}
.site-footer .social-icon {
  margin-top: 0;
}
.site-footer .social-icon a {
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  font-size: 13px;
  line-height: 30px !important;
  color: #fff;
  border: 1px solid #fff !important;
}
.social-icon.pull-right {
  display: flex;
}
.social-icon.pull-right h6 {
  color: #fff;
  font-family: 'poppinsregular';
  font-weight: normal;
  font-size: 16px;
  margin-right: 22px;
  align-items: center;
}
footer#colophon .container {
  margin-top: 0;
  margin-bottom: 0;
}
.site-info {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  border: 0 !important;
}
.footer-space {
  margin: 0 !important;
  padding: 40px 0;
  border-bottom: 1px solid #4d5057;
}
.bottom-footer h4,
.bottom-footer h5 {
  font-family: 'Unbounded-extra' !important;
}
.bottom-footer h4 {
  font-size: 20px;
}
.bottom-footer h5 {
  font-size: 18px;
}
p.text-white.abouttext {
  font-size: 14px;
}
.bottom-footer .custom-menu-class a {
  color: #fff;
  font-size: 14px;
  font-family: 'poppinsregular';
}
.bottom-footer .custom-menu-class li {
  list-style: none;
  margin-bottom: 15px;
}
.bottom-footer h4,
.bottom-footer h5 {
  margin-bottom: 25px;
}
.bottom-footer {
  padding: 30px 0 0;
}
p.text-white.abouttext {
  padding-right: 32px;
}
.footer-new input[type='text'] {
  border: 1px solid #c0d5f2;
  border-radius: 50px;
  font-size: 16px;
  padding-left: 17px;
  width: 100%;
}
.footer-new input[type='submit'] {
  font-size: 0;
  border: none;
  background: url(/wp-content/uploads/2025/02/submiticon.png);
  position: absolute;
  top: 8px;
  background-repeat: no-repeat;
  right: 3px;
  padding-right: 0;
  width: 35px;
  height: 35px;
  background-color: transparent !important;
}
.bottom-footer {
  padding-top: 32px;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #4d5057;
}
.footer-new form {
  position: relative;
}
.bottom-footer-copyright li a {
  color: #67728b;
  font-size: 14px;
}
.bottom-footer-copyright li {
  display: inline;
  padding-left: 10px;
}
.bottom-footer-copyright p {
  color: #67728b;
  font-size: 14px;
}
footer#colophon {
  padding-bottom: 0;
}
ul#menu-privacy-policy {
  position: relative;
  top: -6px;
  text-align: center;
}

/*------- state page css ------*/
section.banner-section.teen-driver {
  padding: 200px 0 200px 0;
}
.banner-rating.d-flex {
  gap: 10px;
}
p.rating-text span {
    font-weight: 400 !important;
    font-family: 'poppinsregular' !important;
}
.banner-rating p.rating-text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.banner-rating span {
  color: #bbb !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  background: none !important;
  top: 0 !important;
}
/*section.driving-class {margin-bottom: 100px !important;}*/
section.driving-class h2.blue-text {
  font-size: 40px;
}
section.driving-class p {
  /*color: #103665 !important;*/
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 40px;
}
.mission-list {
    margin-top: 6px !important;
    margin-left: 26px !important;
}

ul.list-text p {
    text-align: left !important;
    padding: 0 !IMPORTANT;
    text-transform: capitalize;
} 
/*section.pricing-class { margin-bottom: 80px !important;}
*/
.price-box {
  border-radius: 12px;
  background: #f4f6fa;
  padding: 20px;
  height: 540px;
}
section.pricing-class h2.blue-text {
  padding-bottom: 60px;
}
.price-box h4 {
  color: #051b37;
  font-family: 'Unbounded-Medium';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 25px;
}
.price-box p {
  /*display: flex;*/
  align-items: center;
  gap: 10px;
  color: #051b37;
  font-size: 15px;
  line-height: 136%;
  font-family: 'Poppins-Medium';
 /* padding-bottom: 12px;*/
}
section.pricing-class.foradults ul.list-text {
    margin-bottom: 0px !important;
   /* width: 250px;*/
}
section.pricing-class.foradults ul.list-text li {
    list-style: none;
}
.price-box li {
    color: #676F73;
    font-size: 15px;
    line-height: 120%;
    font-family: 'poppinsregular';
    padding-bottom: 12px;
    text-align: left;
}

a.career-link {
    background: #2a73cc !important;
    color: #fff;
    border-radius: 48px;
    padding: 5px 20px;
    text-transform: capitalize;
}
ul.list-text {
    margin-bottom: 0px !important;
   /* width: 200px;*/
    padding: 1px 0 0 10px  !important;
}

/*.price-box ul li::before {
  content: '';
  background: url('/wp-content/uploads/2025/02/check.svg') no-repeat center
    center;
  background-size: contain;
  width: 16px; 
  height: 16px; 
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-20%);
}*/
.price-box ul.text-white li::before {
  background: url('/wp-content/uploads/2025/02/white-check.svg') no-repeat
    center center;
}
img.ohio-img {
    display: none;
}
.price-box li {
  position: relative;
}
p.pricing-text {
    display: block;
    color: #676f73;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    padding-top: 10px;
    padding-bottom: 25px;
    font-family: 'poppinsregular';
}
p.pricing-text span {
  color: #2a73cc;
  text-decoration-line: underline;
}
p.priority-schedule {
  color: #103665;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
span.priority {
  color: #676f73 !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none !important;
}
section.pricing-class a.primary.text-white.text-center {
  font-size: 16px;
  padding: 12px 24px !important;
  font-weight: 500 !important;
  font-family: 'Unbounded-Medium' !important;
}
.price-box.recommended {
  background: #2a73cc;
}
.price-box.recommended p {
  color: #fff;
}
.price-box.recommended h4 {
  color: #fff;
}
.price-box.recommended a {
  background: #fff;
  color: #2a73cc !important;
}
.price-box.recommended p.pricing-text {
  color: #f9efe4 !important;
}
ul.text-white li {
  color: #fff;
}
ul.text-white li {
  color: #fff !important;
}
.price-box.recommended {
  height: 600px;
}
.price-box {
  position: relative;
}
.bottom-content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
}
.price-box-inner ul li:nth-child(1) {
  color: #051b37;
}
.row.best-value {
  position: relative;
}

p.best-value {
  display: flex;
  gap: 4px;
  align-items: center;
  position: absolute;
  border-radius: 48px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: #2a73cc;
  box-shadow: -22px 83px 24px 0px rgba(12, 100, 78, 0),
    -14px 53px 22px 0px rgba(12, 100, 78, 0.01),
    -1px 3px 8px 0px rgba(12, 100, 78, 0.1);
  padding: 8px 12px !important;
  right: 34px;
  top: -26px;
  color: #fff !important;
  font-family: 'Poppins-Medium';
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  transform: rotate(13deg);
  z-index: 99;
}
section.pricing-class h2 {
  font-size: 40px;
  text-align: center;
}
section.banner-section.adhd h2 {
  font-size: 36px;
  line-height: 140%;
}
section.banner-section.adhd p {
  font-family: 'Poppins-Medium';
  width: 550px;
  font-size: 20px;
  font-weight: 500;
  max-width: 100%;
  margin-top: 24px;
}
section.banner-section.adhd a {
  color: #3b86df !important;
  background: #fff !important;
  margin-top: 60px;
  margin-bottom: 20px;
}
section.banner-section.adhd {
  margin-bottom: 80px;
  padding: 60px 0 70px 0;
}
section.driver-education-section h2 {
  font-size: 40px;
}
section.driver-education-section p {
  color: #103665;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  padding-top: 40px;
  font-family: 'poppinsregular';
}
section.driver-education-section {
  margin: 80px 0;
}
section.driver-education-section div#accordionExample {
  padding-top: 30px;
}
section.driver-education-section button.accordion-button {
  background: none !important;
  padding: 28px 0 !important;
}
section.driver-education-section .accordion-item {
  border: none !important;
  border-bottom: 1px solid #82ace3 !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
section.driver-education-section button.accordion-button span {
  width: 80%;
  color: #051b37 !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Unbounded-Bold';
  background: none !important;
  padding-left: 0;
}
section.driver-education-section button.accordion-button {
  background: #fff !important;
  padding-left: 0px;
  padding-right: 0px;
  color: #051b37 !important;
  font-size: 36px;
  font-family: 'Unbounded-Regular';
}
section.driver-education-section button.accordion-button span {
  font-size: 28px;
  padding-left: 30px;
}
section.driver-education-section .accordion-body {
  color: #103665;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  font-family: 'poppinsregular';
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.driver-education-section .button-cta-right {
  padding-top: 30px;
}
.driver-education-img {
  padding-left: 20px;
}
section.faq-section {
  margin: 80px 0;
}
.faq-section button.accordion-button {
  font-family: 'Unbounded-Bold';
  border-radius: 12px;
  background: #ededed !important;
  margin-bottom: 20px;
  color: #051b37 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.faq-section .accordion-item {
  border: none !important;
}
.faq-section .accordion-body {
  color: #103665;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  font-family: 'poppinsregular';
  padding: 0px 0 1px 20px;
}
.faq-section div#accordionExample {
  margin-top: 60px;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  /*background: #2a73cc !important;*/
  outline: none !important;
}
.button-cta-right a:focus {
background: #2a73cc !important;
}
nav.navbar.navbar-expand-lg a.navbar-brand:focus {
    background: none !important;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: none !important;
}
ul#main-menu a:focus {
  text-decoration: none !important;
  outline: none !important;
  background: none !important;
}
section.banner-section.adhd p.text-white a {
  background: none !important;
  color: #fff !important;
}

/*------- teen page css ------*/
section.banner-section.teenbanner h1 {
  line-height: 160%;
}
section.banner-section.teenbanner {
  padding: 128px 0;
}
.education-class h2.blue-text {
  font-size: 40px;
  margin-bottom: 27px;
}
.education-class p {
  color: #103665 !important;
  margin-bottom: 30px;
}
.two-btns {
  display: flex;
  gap: 26px;
  margin-top: 16px;
}
.two-btns a {
  font-size: 16px;
}
section.program-include h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
section.program-include h3 {
  font-size: 24px;
  color: #051b37;
  font-family: 'Unbounded-SemiBold' !important;
  margin-bottom: 20px;
}
.specialized-list li {
  padding-left: 44px;
  list-style: none;
  position: relative;
  font-size: 16px;
  color: #103665;
  margin-bottom: 15px;
  line-height: 163%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 22px;
  font-family: 'poppinsregular';
  padding-top: 7px;
}
.specialized-list li:before {
  content: url(/wp-content/uploads/2025/02/arrow-list.svg);
  position: absolute;
  left: 0;
}
.program-include .two-btns {
  margin-top: 30px;
}
.specialized-list li:last-child {
  border-bottom: none;
}
.daily-image {
  margin-top: 40px;
}
.daily-herald p {
  color: #8d8d8d;
  margin-bottom: 20px;
}
.daily-herald a {
  color: #2a73cc;
  font-size: 16px;
  font-family: 'poppinsregular';
}
section.faq-section.teen button.accordion-button {
  color: #2a73cc !important;
}

/* Style the tab content */
.tab.faqtabs {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  justify-content: center;
}
section.faq-section.teen.safety button.tablinks {
    margin: 0 20px;
    width: 235px;
    padding: 20px 0;
}
.instructors button {
    padding: 8px 33px !important;
    font-size: 14px;
    color: #fff !important;
}
section.faq-section.teen button.tablinks {
  margin: 0 20px;
}
section.banner-section.career.mobile {
    padding: 80px 0 !important;
}
section.driving-class.myblogs ol.list li {
    font-family: 'poppinsregular';
}
section.driving-class.myblogs h6.fw-semibold {
    font-family: 'Poppins-SemiBold';
}
section.driving-class.myblogs h4.fw-semibold {
    font-family: 'Poppins-SemiBold';
}

section.driving-class.myblogs span.text-center.end-link
 {
    font-family: 'Poppins-SemiBold';
}
section.driving-class.about ul.locations-list {
    margin-top: 40px !important;
}
section.driving-class.about h4.mt-3 {
    font-weight: 400;
    font-family: 'Poppins-Medium';
}
section.driving-class.about ul.locations-list li {
    font-family: 'poppinsregular';
    font-weight: 400;
    align-items: start;
}
section.faq-section.teen button.tablinks {
  border-radius: 12px;
  background: #ededed !important;
  color: #676f73 !important;
  text-align: center;
  font-family: 'Unbounded-Medium';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
section.faq-section.teen button.tablinks:hover {
  border: 3px solid transparent;
}
section.faq-section.teen button.tablinks.active {
  background: #2196f3 !important;
  color: #fff !important;
}
section.banner-section.teen-location {
  padding: 110px 0;
  margin-bottom: 0;
  background-position: center center !important;
}
section.banner-section.teen-location h4 {
  font-family: 'Unbounded-SemiBold';
  padding-bottom: 30px;
}
section.banner-section.teen-location p.text-white {
  margin-top: 0;
  color: #fff8f8;
  font-family: 'poppinsregular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
section.banner-section.teen-location p.text-white span {
  font-family: 'poppinsbold';
  text-decoration-line: underline;
  top: 0;
  background: none;
  font-size: 18px;
  color: #fff;
}
section.banner-section.teen-location p.text-white span a {
  color: #fff;
}

/*------- state approved css ------*/
section.banner-section.statesecretary {
  padding: 180px 0 250px 0;
}
section.pricing-class.driving-classes-adults h4 {
  font-size: 20px !important;
  padding-top: 25px;
}
section.pricing-class.driving-classes-adults .price-box {
  height: 625px !important;
}
section.pricing-class.driving-classes-adults .bottom-content {
  bottom: 20px;
}
section.pricing-class.driving-classes-adults ul.text-white li {
  line-height: 180%;
}
section.banner-section.adhd.state-approved {
  background: linear-gradient(
    217deg,
    #2a73cc 21.7%,
    #173f6f 110.51%,
    #153a66 119.6%
  );
  padding: 45px 0;
}
section.banner-section.adhd.state-approved h1.text-white {
  font-size: 52px;
  font-family: 'Unbounded-Regular' !important;
}
section.banner-section.adhd.state-approved p.text-white {
  font-size: 14px;
  font-family: 'poppinsregular';
}
ul.couser-online-availabel.d-flex.flex-wrap {
  position: relative;
}
.course-online li {
  color: #666;
  font-family: 'Poppins-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  width: 50%;
  padding-bottom: 15px;
  position: inherit;
  left: 20px;
}
.course-online {
  border-radius: 20px;
  background: linear-gradient(235deg, #f4f4f4 22.64%, #fff 97.84%);
  padding: 25px;
}
section.banner-section.adhd.state-approved h4 {
  color: #286fc5;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  line-height: 150%;
  text-decoration-line: underline;
  padding-bottom: 30px;
  font-family: 'poppinsbold';
}
section.banner-section.adhd.state-approved a.primary.text-white.text-center {
  background: #2a73cc !important;
  color: #fff !important;
  margin-top: 30px;
}
section.testimonial-section.statesecretary {
  margin-bottom: 80px;
  margin-top: 80px;
}
.accordion-body ul li {
  padding: 10px;
}

.navbar-toggler-icon.icon-close {
  background-image: url('/wp-content/uploads/2025/02/cross-icon.png');
}
span.navbar-toggler-icon.custom-toggle-mob.icon-close svg {
  visibility: hidden;
}
/*teen location css*/
section.banner-section.teen-loc {
  padding: 40px 0;
}
section.banner-section.teen-loc p {
  font-family: 'poppinsregular';
  font-size: 16px;
  margin-top: 20px;
}
p.tel img {
  padding-right: 10px;
}
p.loc-heading {
  font-family: 'poppinsbold';
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
p.tel {
  color: #fff;
  font-family: 'poppinsregular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
section.driving-class.teen-loc p {
  /*color: #051b37;*/
  text-align: center;
  font-family: 'Poppins-Medium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-top: 15px;
}
section.banner-section.teen-loc .button-cta-right {
  margin-top: 30px;
}
.row.experience-driver {
  margin-top: 60px;
  justify-content: center;
}
section.driving-class.teen-loc.tabs div#myTabContent h4 {
  padding-bottom: 0;
}
section.driving-class.teen-loc.tabs div#myTabContent p.best-value {
  color: #fff !important;
}
section.driving-class.teen-loc.tabs div#myTabContent h5 {
  padding-top: 5px;
  padding-bottom: 25px;
  color: #051b37;
  font-family: 'Unbounded-Medium';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
section.driving-class.teen-loc.tabs div#myTabContent p.recomm-text {
  color: #fff !important;
}
section.driving-class.teen-loc.tabs div#myTabContent {
  margin-top: 40px !important;
}
.price-box.recommended h5 {
  color: #fff !important;
}

/*Adult location css*/
p.text-white.downers {
  margin-top: 25px !important;
  margin-bottom: 35px !important;
}
ul#myTab {
  border: 1px solid #2a73cc;
  border-radius: 30px;
  padding: 1px 4px !important;
}
.tab-box .nav-link.active {
  background: #2a73cc !important;
  color: #fff !important;
}
.tab-box .nav-link {
  font-family: 'Unbounded-Medium';
  font-size: 16px;
  background: #fff !important;
  color: #2a73cc !important;
  border-radius: 30px !important;
  padding: 8px 20px;
  margin: 3px 0 !important;
  display: inline-block !important;
}
.inner-box {
  background: #f4f6fa;
  border-radius: 10px;
  font-family: 'poppinsregular';
  padding: 20px;
}
.inner-box-content h3 {
  font-size: 20px;
  font-family: 'Unbounded-Medium' !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inner-box-content li {
  font-size: 15px;
  font-family: 'Poppins-Medium';
  margin: 10px 25px;
  line-height: 1.5;
}
.inner-box img {
  border-radius: 10px;
}
.inner-box.primary {
  background: #2a73cc;
}
.inner-box-content {
  min-height: 320px;
}
.call-btn.text-center a {
  padding: 13px 20px !important;
  border-radius: 60px;
  font-size: 16px;
  font-family: 'Unbounded-Medium';
}
.call-btn.text-center a.primary {
  color: #fff;
}
.call-btn.text-center {
  margin-bottom: 15px;
  margin-top: 15px;
}
.call-btn.text-center a.blue-text {
  background: #fff !important;
  color: #2a73cc !important;
}
.inner-box p {
  font-size: 16px !important;
  color: #676f73 !important;
}
.inner-box li:before {
  content: '';
  background: url('/wp-content/uploads/2025/02/bluetick.svg') no-repeat center
    center;
  background-size: contain;
  width: 20px; /* Adjust size */
  height: 20px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.inner-box li {
  position: relative;
  list-style: none;
}
.inner-box ul.text-white li:before {
  content: '';
  background: url('/wp-content/uploads/2025/02/whitetick.svg') no-repeat center
    center;
}
.tab-box .tab-head {
  margin-top: 70px;
}
.inner-box-content p {
  padding-bottom: 15px;
}
.inner-box.primary.center-box {
  margin-top: -27px;
}
.inner-box.primary.center-box .inner-box-content {
  min-height: 380px;
}
div#myTabContent {
  margin-top: 5rem !important;
}

/*-------- adult page css here --*/
.search-box.address-box .result-box,
.search-box.address-box .result-box li {
  font-size: 18px;
  font-family: 'Poppins-Medium';
  color: #3c5b83;
  line-height: 26px;
}
.search-box.address-box .result-box,
.search-box.address-box .result-box li a {
  font-size: 18px;
  font-family: 'Poppins-Medium';
  color: #3c5b83;
}

.search-box.address-box .result-box li span,
.search-box.address-box p {
  font-family: 'Poppins-SemiBold';
}
.search-box.address-box .driving-address li {
  list-style: none;
}
.search-box.address-box .driving-address ul li {
    display: flex;
    gap: 30px;
}
.search-box.address-box .result-box li {
  margin: 0px 0 28px;
}
.search-box.address-box .result-box li:last-child {
  margin-bottom: 0px;
}
.comple-address ul {
  margin-left: 24px !important;
  margin-top: 20px !important;
  margin-bottom: 4px !important;
}
.comple-address {
  margin-top: 30px;
}
.driving-address li span {
  width: 86px !important;
  display: inline-block;
}
.search-box.address-box .result-box {
  border-radius: 20px;
}
.search-box.address-box {
  border-radius: 10px;
}
.comple-address li {
  margin-bottom: 20px !important;
}
section.additional-sec a.course-btn:focus {
    background: #2a73cc !important;
}
.search-box.address-box .call-btn a:focus {
    background: #2a73cc !important;
}
.location-content a:focus{
  background: #2a73cc !important;
}
.call-btn a {
  padding: 13px 20px !important;
  border-radius: 60px;
  font-size: 16px;
  font-family: 'Unbounded-Medium';
}
section.banner-section.teen-location {
  margin-bottom: 0 !important;
}
.search-box.address-box .call-btn {
  margin-top: 38px;
}
.joliet p {
  color: #676f73;
  font-size: 16px;
  padding: 0 9%;
}
.joliet h2 {
  margin-bottom: 35px;
}
.joliet {
  margin-bottom: 40px;
}
.joliet p a {
  color: #2a73cc;
  font-family: 'Poppins-SemiBold';
  background: transparent;
}
.map.joliet-map img {
  width: 96%;
}
.search-box.address-box h4 {
  font-size: 32px;
}
.search-box.address-box .result-box {
  padding: 37px 28px 25px;
}
h2.text-center.blue-text.saying {
  font-size: 40px;
}
.accordion-body p {
  padding-top: 0 !important;
}
.accordion-item:last-of-type {
  border-radius: 0px !important;
}
section.driver-education-section.online button.accordion-button {
  font-size: 28px;
}
.location-box {
  border: 1px solid #c6c6c6;
  padding: 10px;
}
.location-content h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #051b37;
}
.location-content p {
  color: #103665;
}
.location-content {
  padding: 20px 0 8px;
}
.location-content a {
  padding: 9px 17px !important;
  display: inline-block;
  border-radius: 48px;
  font-family: 'Unbounded-Medium' !important;
  font-size: 16px;
  margin-top: 15px;
}
.location-content a img {
  max-width: 100%;
  height: 25px;
  margin-right: 5px;
}
.location-box > img {
  width: 100%;
}
.row.location-main {
  margin-top: 40px;
}
section.banner-section {
  background-position: center !important;
}
.difference a.primary {
  font-size: 16px;
}
.difference a.primary img,
.button-cta-right a img {
  max-width: 100%;
  height: 25px;
}
.button-cta-right a {
  font-size: 16px;
}

/*driver eduation css*/
section.banner-section.driver-education {
  padding: 190px 0 240px 0;
}
section.banner-section.driver-education p {
  color: #fff;
  font-family: 'poppinsregular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
section.driving-class.driver p {
  color: #103665;
}
section.education-driver h3 {
  font-size: 20px;
}
.col-md-6.col-lg-6.col-xl-6.img {
  text-align: right;
}
.row.driver.one {
  padding-top: 0;
}
.education-driving-details.d-flex {
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  padding: 20px;
}
section.education-driver p {
  color: #103665;
}
.education-driving-details.d-flex {
  gap: 32px;
  height: 310px;
  position: relative;
}
section.education-driver p {
  padding: 20px 0 32px 0;
}
.driving-details {
  width: 100%;
}
.education-driving-details.d-flex a.primary.text-white.text-center {
  position: absolute;
  bottom: 20px;
}
li.priority-schedule {
  font-weight: 800;
}
section.driving-class.teen-loc.tabs.adult div#myTabContent {
  margin-top: 70px;
}
ol.list li {
    list-style: none;
}
/*section.driving-class.teen-loc.tabs .tab-box .tab-head {
  margin-bottom: 70px;
}*/
.education-driving-details.d-flex {
  margin-bottom: 32px;
}
.bottom-content p {
  text-align: center;
}

.inner-box .learn-more {
  text-align: center;
  margin-top: 25px;
}
.inner-box .learn-more a {
  color: #2a73cc;
  font-family: 'Unbounded-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  text-underline-position: from-font !important;
}
.inner-box .learn-more-white a {
  color: #fff;
}

.inner-box .blue-subtext {
  color: #2a73cc;
  font-family: 'Unbounded-Regular';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
}

.inner-box .white-subtext {
  color: #fff;
  font-family: 'Unbounded-Regular';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
}

.page-id-859 .heading {
  text-align: center;
}
.bold-list-point {
  color: #103665;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 18px */
}

.page-id-865 section.driving-class.teen-loc.tabs div#myTabContent h4,
 .page-id-870 section.driving-class.teen-loc.tabs div#myTabContent h4{
  padding-bottom: 0;
  color: #051b37;
  font-family: 'Unbounded-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.page-id-865 section.driving-class.teen-loc.tabs div#myTabContent h5 {
  color: #051b37;
  font-family: 'Unbounded-Regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.inner-box .inner-box-content .grey-text {
  color: #676f73 !important;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-top: 70px;
}
/*08-02-2025*/
h6.heavy {
  color: #020f22;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: 0.15px;
}

ul.gap-20 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.color li span {
  color: #103665;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: 'poppinsregular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.15px;
}

.reverse {
  flex-direction: row-reverse !important;
}
h4.bold {
  font-weight: 700;
  font-size: 28px;
  color: #051b37;
  font-family: 'Unbounded-Bold';
}
.grid-section {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}
.index {
  color: #051b37;
  font-size: 32px;
  font-family: 'Unbounded-Regular';
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}
.instructors {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  height: 333px;
  background-color: #f6f6f6;
}

.driving-class .instructors button {
  border-radius: 48px;
  background-color: #2a73cc !important;
  padding: 12px 32px;
}
.driving-class .instructors button:hover {
  color: white;
  border-color: #2a73cc;
}
.grid-section.mt-5 .support p {
    padding-top: 0;
    padding-bottom: 0;
}
.support {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.14);
  font-family: 'poppinsregular';
  text-align: left;
}
.support h5 {
  color: #103665;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.15px;
  font-family: inherit;
}
.support span {
  overflow: hidden;
  color: #6c6c6c;
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.15px;
  display: block;
}
.support a {
  color: #2a73cc;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.15px;
  text-decoration: underline !important;
  margin-top: 5px;
  display: inline-block;
}
section.single-post-banner-section h1 {
    color: #020F22;
    text-align: left;
    font-feature-settings: 'liga' off, 'clig' off;
     font-family: 'Unbounded-Bold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 64px */
    letter-spacing: 0.15px;
}
.post-meta span {
    color: #103665;
    font-feature-settings: 'liga' off, 'clig' off;
     font-family: 'Unbounded-extra';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.15px;
}
.post-meta p {
    overflow: hidden;
    color: #6C6C6C !important;
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
     font-family: 'Poppins-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.15px;
}
.post-content p {
    font-size: 20px;
    padding-top: 20px;
}
.pagination .page-numbers, .comments-pagination .page-numbers {
    display: block !important;
}
.post-banner {
    margin-bottom: 20px !important;
}
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0 !important;
}
#post-nav a:focus {
    background: none !important;
}
.post-navigation a {
    color: #2a73cc;
}
.recent-posts {
    margin-top: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.recent-posts h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.recent-posts ul {
    list-style-type: none;
    padding: 0;
}

.recent-posts ul li {
    margin-bottom: 10px;
}

.recent-posts ul li a {
    text-decoration: none;
    color: #0073aa;
}

.recent-posts ul li a:hover {
    text-decoration: underline;
    color: #005177;
}

span.page-numbers.current {
    padding: 10px;
    line-height: 10px;
    background: #2a73ce;
    color: #fff;
}

a.page-numbers {
    padding: 10px;
    line-height: 10px;
}

a.next.page-numbers {
    color: #2a8bdc;
}
a.prev.page-numbers{
  color: #2a8bdc;
}
section.driving-class.blogs {
    margin-bottom: 180px !important;
}
.post-banner {
    margin-top: 0 !important;
}
.grid-section.mt-5 {
    position: relative;
}
.pagination {
    position: absolute;
    bottom: -142px;
    left: 0;
    right: 0;
    justify-content: center;
    border: none !important;
}
div#custom-pagination a.next.page-numbers:focus {
    background: transparent; !important;
}
div#custom-pagination a.prev.page-numbers:focus {
    background: transparent; !important;
}
div#custom-pagination a.page-numbers:focus {
    color:#fff !important;
}
section.single-post-banner-section {
    margin-top: 20px !important;
}
section.banner-section.road p {
  font-family: 'Poppins-Medium';
}
.programs {
    display: flex;
    height: 292px;
    padding: 15px 28px 32px 28px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    font-family: 'poppinsregular';
    background: #eaf1fb;
    margin-top: 130px;
}
.programs h4 {
    color: var(--Heading-color, #051B37);
    text-align: center;
    font-family: 'Unbounded-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 10px;
}
img.program-image {
    padding-bottom: 32px !important;
}
.programs span {
  color: #103665;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
    font-family: 'Outfit';
        padding-bottom: 20px;
}
.programs a {
  color: #2a73cc !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tips {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 24px;
  font-family: 'poppinsregular';
  border: 1px solid #dfdfdf;
}
.tips h5 {
  color: #01050f;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.15px;
}
.tips span {
  color: #898989;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.15px;
}
.tips .svg {
  border-radius: 12px;
  border: 1px solid #e3e0e0;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 17px 18px 18px 17px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.tips a {
    color: #2a73cc;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: 0.15px;
    text-decoration: underline !important;
    margin-top: 5px;
    display: inline-block;
}
.container .list {
  margin-top: 12px !important;
  margin-bottom: 14px !important;
}
.list,
.sub-list {
  list-style: none;
  padding-left: 24px;
  position: relative;
}

.list li,
.sub-list li {
  position: relative;
  padding-left: 40px;
  color: #020f22;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.15px;
  margin-bottom: 12px;
}

.list li::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 14px;
  width: 16px; /* Adjust based on SVG size */
  height: 15px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 16 15" fill="none"><path d="M2.44368 6.90823C2.16755 6.909 1.89727 6.98794 1.66412 7.13591C1.43098 7.28388 1.24449 7.49484 1.12624 7.74438C1.00798 7.99392 0.962794 8.27184 0.995901 8.54598C1.02901 8.82013 1.13906 9.0793 1.31331 9.29352L5.02808 13.8441C5.16053 14.0086 5.33031 14.1391 5.52332 14.2247C5.71633 14.3104 5.92699 14.3488 6.13781 14.3367C6.5887 14.3125 6.99578 14.0713 7.25531 13.6747L14.9718 1.24724C14.9731 1.24516 14.9744 1.24311 14.9758 1.24109C15.0482 1.12992 15.0247 0.90961 14.8753 0.77121C14.8342 0.733204 14.7858 0.704005 14.733 0.68541C14.6803 0.666816 14.6243 0.659221 14.5684 0.663092C14.5126 0.666963 14.4582 0.682219 14.4085 0.70792C14.3588 0.733621 14.3149 0.769223 14.2795 0.812534C14.2767 0.815939 14.2739 0.819293 14.2709 0.822595L6.48873 9.61533C6.45912 9.64879 6.42315 9.67603 6.38292 9.69548C6.34269 9.71492 6.299 9.72618 6.25439 9.72859C6.20977 9.731 6.16512 9.72453 6.12303 9.70954C6.08093 9.69455 6.04224 9.67134 6.00919 9.64127L3.42642 7.29093C3.15818 7.04504 2.80758 6.9085 2.44368 6.90823Z" fill="%232A73CC"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.page-id-1695 .education-class-sec .education-class-col .header .title {
    font-size: 16px  !important;
}
.sub-list li::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 14px; /* Aligns with the first line */
  width: 16px;
  height: 14px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="14" viewBox="0 0 16 14" fill="none"><path d="M2.44368 6.40823C2.16755 6.409 1.89727 6.48794 1.66412 6.63591C1.43098 6.78388 1.24449 6.99484 1.12624 7.24438C1.00798 7.49392 0.962794 7.77184 0.995901 8.04598C1.02901 8.32013 1.13906 8.5793 1.31331 8.79352L5.02808 13.3441C5.16053 13.5086 5.33031 13.6391 5.52332 13.7247C5.71633 13.8104 5.92699 13.8488 6.13781 13.8367C6.5887 13.8125 6.99578 13.5713 7.25531 13.1747L14.9718 0.747241C14.9731 0.745165 14.9744 0.743113 14.9758 0.741087C15.0482 0.629918 15.0247 0.40961 14.8753 0.27121C14.8342 0.233204 14.7858 0.204005 14.733 0.18541C14.6803 0.166816 14.6243 0.159221 14.5684 0.163092C14.5126 0.166963 14.4582 0.182219 14.4085 0.20792C14.3588 0.233621 14.3149 0.269223 14.2795 0.312534C14.2767 0.315939 14.2739 0.319293 14.2709 0.322595L6.48873 9.11533C6.45912 9.14879 6.42315 9.17603 6.38292 9.19548C6.34269 9.21492 6.299 9.22618 6.25439 9.22859C6.20977 9.231 6.16512 9.22453 6.12303 9.20954C6.08093 9.19455 6.04224 9.17134 6.00919 9.14127L3.42642 6.79093C3.15818 6.54504 2.80758 6.4085 2.44368 6.40823Z" fill="black"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.list a {
  color: #2a73cc;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.15px;
  text-decoration: underline !important;
}
.end-link {
  font-size: 16px;
  color: #020f22;
}
.end-link a {
  color: #2a73cc;
}
.locations-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px !important;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    width: 100%;
}
.locations-list li {
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  height: 74px;
  max-width: 90vw;
  width: 400px;
}
.locations-list li,
.locations-list strong {
  color: #020f22;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.15px;
}
.contact-list {
  list-style-position: inside;
  margin-top: 40px !important;
}
.contact-list li {
  color: #676f73;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-bottom: 15px;
}
.contact-list span {
  font-weight: 600;
}
ol.contact-list li {
    list-style: none;
}

ol.contact-list span {
    padding-left: 10px;
} 
.contact-list b {
  color: #051b37;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
   font-family: 'Poppins-SemiBold';
}
.container .contact-list p {
  color: #676f73 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  padding-top: 12px;
  padding-bottom: 12px;
}
section.contact-form {
    padding: 30px;
}
section.contact-form h2 {
    font-size: 40px;
}
section.banner-section.contact.mobile {
    padding: 130px 0 !important;
}
section.contact-form {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.inner-field {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.form-section {
    margin-top: 30px;
}

.form-section p {
    color: #676F73;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 25.2px */
    font-family: 'poppinsregular';
}

.form-section input::placeholder,
.form-section select::placeholder,
.form-section textarea::placeholder {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    font-family: 'poppinsregular';
}
input, textarea, select{
  outline: none !important;
}
.form-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 48px;
    background: #2A73CC !important;
    padding: 10px 31px;
    color: #fff !important;
}
.form-section input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    border-color: #2a73cc;
}
.form-section textarea.wpcf7-form-control.wpcf7-textarea {
    height: 165px;
}
.full-width p {
    padding-bottom: 15px;
}

.inner-field {
    padding-bottom: 15px;
}

.half-width input {
    width: 100%;
    border-radius: 8px !important;
    border: 1px solid #C5C5C5 !important;
}
.full-width select,
.full-width textarea {
    width: 100%;
    border-radius: 8px !important;
    border: 1px solid #C5C5C5 !important;
}
.half-width {
    width: 49%;
}
.form-section select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
}
.social-links {
    text-align: right;
}
.mt-40 {
  margin-top: 40px !important;
}

/*.videoContainer {
  max-width: 90vw;
  width: 584px;
  height: 400px;
  position: relative;
}
.video {
  width: 100%;
  height: 100%;
  position: absolute;
}
.videoContainer .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  background-image: url('http://topdriverdev.com/wp-content/uploads/2025/03/teamimage1.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  cursor: pointer;
}*/
 .video-container {
      position: relative;
      height: 520px;
    }
    .video-container .video-cover {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      z-index: 1;
      flex-direction: column; /* Arrange text and play button in a column */
    }
    .video-container .cover-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; /* Ensure the image is behind the text and button */
    }
    .video-container .play-button {
      font-size: 60px;
      color: white;
      border: none;
      background: transparent;
      cursor: pointer;
      z-index: 2;
    }
    .video-container iframe {
      width: 100%;
      height: 100%;
      border: none;
      display: none; /* Start with the video hidden */
      z-index: 0;
    }
.video-container button#play-button {
    background: transparent;
}




.view-more {
  color: #2a73cc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.view-more svg {
  margin-left: 8px;
}

.learn {
  color: #020f22;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.15px;
}
.topD .index {
  color: #051b37;
  font-family: 'Unbounded-Regular';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
}
.topD h4.bold {
  color: #051b37;
  font-family: 'Unbounded-Regular';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
section.banner-section.ourdifference p.text-white {
    font-family: 'poppinsregular';
}
h3.team-member-title {
    color: #FFF !important;
    font-family: 'Unbounded-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    margin-bottom: 0;
    margin-top: -42px;
    padding-left: 10px;
}
ul.inside.d-flex.flex-column.gap-3.color.mt-4 {
    padding-bottom: 20px !important;
}
section.driving-class.differ .row.align-items-center {
    display: flex !important;
}
section.banner-section.ourdifference.mobile {
    padding: 50px 0 !important;
}
section.banner-section.ourdifference  p.text-white {
    width: 100% !important;
    padding-bottom: 0;
}

.hero-section{
  justify-content: center;
  text-align: center;
}
.states-div{
  padding: 40px;
}
.states-div h3{
  color: #051B37 !important;
  text-align: center;
  font-size: 40px !important;
  font-weight: 800;
  line-height: 120%;
}
.states-div .states-container{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.states-div .states-container button{
  min-width: 152.5px;
  padding: 15px 20px;
  border-radius: 50px;
  color: #2A73CC !important;
  background: #FFF !important;
  font-family: 'Unbounded-SemiBold' !important;
  font-weight: 500;
  font-size: 16px;
  border: none;
}
.states-div .states-container button:hover{
  color: #fff !important;
  background: #2a73cc !important;
}
.ed-heading p{
  color: #051B37;
  font-family: 'Unbounded-SemiBold';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.education-class-sec .education-class-col .education-class-card{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 2px 4px 23px 0px rgba(0, 0, 0, 0.14);
}
/*.education-class-sec .education-class-col .online-driver{
  min-height: 400px;
}*/
.education-class-sec .education-class-col .header{
  display: flex;
  align-items: center;
  gap: 16px;
}
.education-class-sec .education-class-col .header .title {
    color: #051B37;
    font-family: 'Unbounded-SemiBold';
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
}
.education-class-sec .education-class-col .desc{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #676F73;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.education-class-sec .education-class-col .btn-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: auto;
}
.education-class-sec .education-class-col .btn-container .enroll-now-btn{
  color: #FFF;
  font-family: "Unbounded-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 48px;
  background: #2A73CC;
  box-shadow: 0px 10px 40px 0px rgba(7, 104, 159, 0.20);
  border: none;
}
.education-class-sec .education-class-col .btn-container .learn-more {
  color: #2A73CC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.trusted-content .midwest .years{
  padding: 29px 12% 52px;
}

.page-id-45975 .price-box.approved {
    padding: 0 !important;
}
.blog-row .blog-card{
  border-radius: 12px;
  border: 1px solid #D2D2D2;
}
.blog-row .blog-card img{
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.blog-row .blog-card .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
}
.blog-row .blog-card .content .title{
  color: #051B37;
  font-family: "Unbounded-Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
}
.blog-row .blog-card .content .desc{
  color: #103665;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.blog-row .blog-card .content button {
  padding: 12px 24px;
  color: #2A73CC !important;
  font-family: "Unbounded-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 48px;
  border: 1px solid #2A73CC;
  box-shadow: 0px 10px 40px 0px rgba(7, 104, 159, 0.20);
  background: transparent !important;
}
.location-contact .review-div{
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 20px;
}
.location-contact .review-div .star-review{
  display: flex;
  align-items: center;
  gap: 8px;
}
.location-contact .review-div .review-text{
  color: #BBB;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}
.online-ohio-states{
  display: none;
}
.online-driver-banner .play-btn{
  padding: 11px 12px !important;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(4.5px);
  color: #FFF;
  font-family: 'poppinsregular' !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-id-45877 .ohio-main-price-box {
    padding: 16px !important;
}
.plan-text {
    color: #676F73;
    text-align: center;
    font-family: 'poppinsregular' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
    padding-top: 20px;
}

.page-id-45902 section.additional-sec.pick-plan,
.page-id-2588 section.additional-sec.pick-plan {
    display: none;
}
.additional-res-card{
  background: none !important;
  gap: 0px !important;
  padding: 0px !important;
}
.additional-res-card .img-header{
  width: 100%;
  position: relative;
  z-index: 0;
}
.additional-res-card .play-btn {
  min-width: 202px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transform: translate(-50%, -50%);
  padding: 11px 12px !important;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.30);
  border-radius: 48px;
  backdrop-filter: blur(4.5px);
  color: #FFF;
  font-family: 'poppinsregular' !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.filter-item, #last-filter{
  border-radius: 18px !important;
  border: 1px solid #E2E2E2 !important;
  background: #fff !important;
}
.filter-item .filter-btn{
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 10px 20px !important;
  color: #051B37 !important;
  font-family: 'poppinsregular' !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 180%;
}
.filter-item .filter-list{
  background-color: transparent !important;
  color: #A0A1A5 !important;
  padding: 8px 0px !important;
  font-family: 'poppinsregular' !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.filter-item .filter-list:hover{     
  color: #2A73CC !important;
}

.page-id-859 section.pricing-class.driving-classes-adults.ohio .price-box.recommended {
    height: 836px !important;
}

p.road-test-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin: 0 !important;
}
#wisconsion-driver button.accordion-button.collapsed {
    padding-bottom: 0 !important;
}
section#wisconsion-driver .accordion-body {
    padding-left: 80px !important;
}

section#wisconsion-driver .accordion-button::after {
    display: none;
  }
  section#why-choose-sec span {
    padding: 0;
}
a.primary.text-white.enroll {
    border-radius: 48px;
    background: #2A73CC;
    box-shadow: 0px 10px 40px 0px rgba(7, 104, 159, 0.20);
    color: #FFF;
    font-family: 'Unbounded-Medium' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px;
}
.col-md-4.col-lg-4.col-xl-4.education-class-col {
    margin-bottom: 20px;
}
ul.list-unstyled.mt-5.d-flex.flex-column.gap-3.listing li {
    text-decoration: none;
}
section.wiconsion-resources {
    background: #EAF1FB;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0 !important;
}
.mt-5.mb-4.wiconsion {
    margin: 20px 0 0 0 !important;
}
ul.list-unstyled.mt-5.d-flex.flex-column.gap-3.listing.wiconsion {
    margin: 15px 0 0 0  !important;
    gap:10px !important;
}
ul.list-unstyled.d-flex.flex-column.gap-15.mt-40.listing li {
    text-decoration: none;
}
p.mt-40.footer-note.ohio {
    margin-top: 20px !important;
}

p.instruction.mt-40.ohio {
    margin-top: 20px !important;
}
ul.list-unstyled.d-flex.flex-column.gap-15.mt-30.abrivated li {
    text-decoration: none;
}
h6.abbreviated-question.mt-40.ab {
    margin-top: 10px !important;
}

p.instruction.mt-30.ab {
    margin-top: 10px !important;
}
a.blogs-online {
    border-radius: 48px;
    border: 1px solid #2A73CC;
    box-shadow: 0px 10px 40px 0px rgba(7, 104, 159, 0.20);
    color: #2A73CC;
    font-family: 'Unbounded-Medium' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px;
} 

.education-class-card .header img {
    width: 32px !important;
    height: 32px !important;
    display: none;
}
div#accordionPanelsStayOpenExample .col-xl-12.col-md-12.col-6 {
    margin: 0;
}
.accordion-item.filter-item.ff {
    margin-bottom: 20px;
    border-radius: 18px !important;
}
div#last-filter {
    border: none !important;
}

button.list-group-item.list-group-item-action.filter-list.active {
    color: #2A73CC !important;   
} 
.button-cta-right.online-driver-banner.test {
    margin-top: 20px;
    margin-bottom: 20px;
}
section.driving-class.why-top-driver h4 {
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
} 
section.driving-class.why-top-driver .programs {
    height: auto;  
    margin-top: 0; 
    border-radius: 12px;  
    background: #F6F6F6;
    display: block;  
    text-align: left; 
}
section.driving-class.why-top-driver .programs span {
    text-align: left;
    padding-top: 20px !important;
    display: block;
}
section.driving-class.program { 
    background: #ECF4FF;
    padding: 40px 0;
}
section.driving-class.program .programs {
    border-radius: 12px;
    background: #FFF;
}
section.faq-section.teen.safety button.tablinks {
    background: none !important;
    color: #C1C1C1 !important;
    margin: 0;
}

section.faq-section.teen.safety  button.tablinks.active {
    color: #2196F3 !important;
    border-bottom: 1px solid; 
} 
p.title.location { 
    text-align: center; 
} 
.education-class-card.locationss { 
    align-items: center !important; 
}   
.loc-details-sec {  
    border-radius: 8px;  
    background: #F6F6F6;  
    padding: 20px;  
    width: 100%;
} 
p.desc.location {    
    text-align: center;     
    padding: 20px 0;   
} 
   
.accordion-item.filter-item.location {
    border: 1px solid #E2E2E2 !important;
}
.accordion-item.filter-item.locations {
    border-radius: 18px !important;
}
ul.listing {
    list-style: none;  
}  
.new-loc input[type="text"]::placeholder { 
    color: #051B37; 
    font-weight: 500;  
}
.result-lists ul.listing li.active {
    border-bottom: 1px solid #2A73CC; 
    padding-bottom: 17px; 
    color: #2A73CC; 
} 
.result-lists ul.listing li { 
    border-bottom: 1px solid #DFDFDF; 
    padding-bottom: 17px;
    padding-top: 17px;
}
.search-box.locat {  
    border-radius: 8px;
    background: #EAF1FB;
    box-shadow: 37px 209px 59px 0px rgba(0, 0, 0, 0.00), 24px 134px 54px 0px rgba(0, 0, 0, 0.01), 13px 75px 46px 0px rgba(0, 0, 0, 0.02), 6px 33px 34px 0px rgba(0, 0, 0, 0.03), 1px 8px 19px 0px rgba(0, 0, 0, 0.04);
}
.form-sec.location {
    padding-top: 0 !important; 
} 
.result-box.location { 
    margin-top: 15px;
}
.social-icon.locat a {
    margin-bottom: 0 !important;
}
a.load-more-location {
    color: #2A73CC;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.header.locat {
    justify-content: center;
}

section.driving-class.teen-loc.tabs.teens-adult .price-box-inner h4 {
    font-size: 16px;
}

.page-id-101 section.additional-sec,
.page-id-2445 section.additional-sec,
.page-id-2601 section.additional-sec,
.page-id-2588 section.additional-sec,
.page-id-1940 section.additional-sec,
.page-id-1915 section.additional-sec,
.page-id-1927 section.additional-sec,
.page-id-1740 section.additional-sec,
.page-id-1934 section.additional-sec,
.page-id-1918 section.additional-sec,
.page-id-1743 section.additional-sec, 
.page-id-1727 section.additional-sec,
.page-id-2419 section.additional-sec,
.page-id-2412 section.additional-sec,
.page-id-1931 section.additional-sec,
.page-id-1944 section.additional-sec,
.page-id-1703 section.additional-sec,
.page-id-1736 section.additional-sec,
.page-id-1948 section.additional-sec,
.page-id-1936 section.additional-sec,
.page-id-1924 section.additional-sec,
.page-id-1896 section.additional-sec, 
.page-id-1893 section.additional-sec, 
.page-id-1889 section.additional-sec, 
.page-id-1885 section.additional-sec, 
.page-id-1879 section.additional-sec, 
.page-id-1873 section.additional-sec, 
.page-id-1721 section.additional-sec, 
.page-id-1750 section.additional-sec,   
.page-id-1864 section.additional-sec,
.page-id-1859 section.additional-sec,
.page-id-1855 section.additional-sec,
.page-id-1850 section.additional-sec,
.page-id-1850 section.additional-sec,
.page-id-1842 section.additional-sec,
.page-id-1809 section.additional-sec,
.page-id-1805 section.additional-sec,
.page-id-1795 section.additional-sec,
.page-id-1869 section.additional-sec,
.page-id-45902 section.additional-sec  {
    display: block;
}


.page-id-1889 .col-md-3.col-lg-3.col-xl-3.fourth-col {
    display: none;
}

.page-id-1893 p.list-with-icon {
    width: 230px;
}
.page-id-1924 .services-lists p.list-with-icon:first-of-type {
  width: 480px;
}
.page-id-1936 p.list-with-icon {
    width: 240px;
}
.page-id-1918 p.list-with-icon {
    width: 300px;
}


.page-id-1740 .services-lists {
    margin: 0 152px;
}

.page-id-1740 p.list-with-icon {
    width: 250px;
}


.page-id-1912  .col-md-4.col-lg-4.col-xl-4.\31 stcol,
.page-id-1912  .col-md-4.col-lg-4.col-xl-4.\31 stcol,
.page-id-1909  .col-md-4.col-lg-4.col-xl-4.\31 stcol,
.page-id-1815  .col-md-4.col-lg-4.col-xl-4.\31 stcol {
    display: none;
}

.page-id-1912 .row.adults-row,
.page-id-1909 .row.adults-row,
.page-id-1815 .row.adults-row {
    justify-content: center;
}

.page-id-1912 .col-md-4.col-lg-4.col-xl-4.\33 rdcol h5.for-adults,
.page-id-1909 .col-md-4.col-lg-4.col-xl-4.\33 rdcol h5.for-adults,
.page-id-1815 .col-md-4.col-lg-4.col-xl-4.\33 rdcol h5.for-adults{
  color: #2A73CC !important;
}

.page-id-1850 ul#myTab,
.page-id-1864 ul#myTab,
.page-id-1889 ul#myTab,
.page-id-1889 ul#myTab,
.page-id-1924 ul#myTab,
.page-id-2445 ul#myTab,
.page-id-1736 ul#myTab {
    display: none;
}
.allhide{
  display: none;
}
h6.price-content strong {
    color: #000;
}

section.banner-section.desktop.teen-driver.ohioteen h1.text-white {
    text-align: center;
}

p.Wisconsion {
    text-align: center !important;
    color: #2A73CC !important;
    font-weight: 700 !important;
}
h2.blue-text.Wisconsion {
    text-align: center;
    padding-top: 60px;
}
.page-id-2445 .tab-head.d-flex.justify-content-center {
    display: none !important;
}

section.additional-sec.il-loc h2 {
    width: 850px;
    margin: 0 auto;
    max-width: 100%;
}
.row.row.align-items-center.teen-il {
    justify-content: center;
}
h5.for-adults {
    padding: 0 !important;
    color: #fff !important;
    font-size: 32px !important;
}

p.my-5.footer-note.ddd {
    margin: 20px 0 !important;
}

.ohio-main-price-box.recomended-text {
    position: relative; 
}   

.page-id-1038 p.Wisconsion {
    width: 100%;
}
.col-6.col-lg.text-center.mt-3.wisconsion h3.loc-title {
    left: 120px;
}
.banner-rating.d-flex {
    display: none !important;
}
.suggestions-box {
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    z-index: 1000;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 10px;
    border-radius: 14px;
}
.row.adults-row.ohio.adult-il.pickplan.product h5.textttt {
    text-align: center;
}
.suggestion-item {
    padding: 15px 10px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid #ccc;  
  }
  .suggestion-item:hover {
    background-color: #f0f0f0;
  }
  .suggestions-box::-webkit-scrollbar {
    width: 2px;
    border-radius: 14px !important;
}
 .suggestions-box::-webkit-scrollbar-thumb {
    border-radius: 14px !important;
    background-color: #2a73cc !important;
}
section.additional-sec {
    display: none;
}

.page-id-1940 p.list-with-icon {
    width: 240px;
}
.additional-courses {
    border-radius: 12px;
    background: #F4F6FA;
    display: flex;
    height: 243px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}
.additional-courses h3.course-title {
    color: #051B37;
    text-align: center;
    font-family: 'Unbounded-Medium' !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
}

.additional-courses h4.course-prices {
    color: #051B37;
    text-align: center;
    font-family: 'Unbounded-Medium' !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 44.8px */
}
a#seeMoreBtn {
    background: none !important;
    border: none;
    text-align: center;
}

a#seeMoreBtn:hover {
    color: #2a73cc; 
}
a#seeMoreBtn svg path {
    fill: #2a73cc !important;
}
.additional-courses a.course-btn {
    border-radius: 48px;
    background: #2A73CC;
    box-shadow: 0px 10px 40px 0px rgba(7, 104, 159, 0.20);
    color: #FFF;
    font-family: 'Unbounded-Medium' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 12px var(--3, 24px);
    justify-content: center;
    align-items: center;
    gap: 8px;
   /* align-self: stretch;*/
}


.row.adults-row.ohio.adult-il .ohio-main-price-box {
    height: 452px !important;
}
 
.ohio-main-price-box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 2px 4px 23px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    height: 461px;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    text-align: center;
}
.ohio-main-price-box.recomended {
    border-radius: 12px;
    background: linear-gradient(0deg, #EAF1FB 0%, #EAF1FB 100%), linear-gradient(0deg, #F4F6FA 0%, #F4F6FA 100%), #FFF;
    box-shadow: 2px 4px 23px 0px rgba(0, 0, 0, 0.14);
        position: relative;
}
h4.ohio-recomended-text {
    color: #FFF;
     font-family: 'Poppins-SemiBold';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    padding: 4px 12px !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #051B37;
    position: absolute;
    left: 20px;
    top: -20px;
}

img.ohio-img {
    width: 32px;
    height: 32px;
}
h3.ohio-head {
    color: #051B37;
     font-family: 'Unbounded-Bold' !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
}
.ohio-price-img-title {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
/*section.faq-section.adult {
    display: none;
}*/
section.faq-section a {
    text-decoration: underline !important;
}
.recomended-no-blue {
    background: none;
}

section.faq-section p {
	margin-bottom: 15px;	
}

h6.price-content {
    color: #676F73 !important;
    font-family: 'poppinsregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: left !important;
    height: 145px;
    z-index: 9999;
}
h4.ohio-price {
    color: #051B37;
    text-align: center;
    font-family: 'Unbounded-Medium' !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
a.ohio-learn-more {
    color: #2A73CC;
    text-transform: uppercase;
    font-family: 'poppinsregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
h4.ohio-price.last {
    padding-top: 15px;
}

.row.adults-row.ohio{
  justify-content: center;
}

section.driving-class.single-loc .col-6.text-center {
    position: relative;
}
h3.loc-title {
    color: #FFF;
    text-align: center;
    font-family: "Unbounded-SemiBold" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 80%;
    width: 80%;
}
section.single-post-banner-section a{
  text-decoration: underline !important;
  color: #2a73cc;
}
h3.loc-title p {
    padding-top: 0;
    font-size: 13px;
    line-height: 18px;
}
p.single-loc-desc {
    padding-top: 32px !important;
   /* padding-bottom: 40px;*/
}
h4.ohio-sub-heading {
    color: #2A73CC;
    font-family: 'poppinsregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-align: center !important;
    width: 100%;
    padding-top: 10px;
}
a.enroll-now-btn.loclist {
    color: #FFF;
    font-family: "Unbounded-SemiBold";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 48px;
    background: #2A73CC !important;
    box-shadow: 0px 10px 40px 0px rgba(7, 104, 159, 0.20);
    border: none;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.education-class-card.locationss .loc-details-sec p {
    text-align: center;
    padding: 5px 0;
}

ul.sub-menu li ul.sub-menu {
    display: none !important;
}

ul.sub-menu li:hover ul.sub-menu {
    display: block !important;
    left: 220px;
    top: 0px !important;
}


p.blog-descr {
    color: #FFF;
    text-align: center;
     font-family: 'poppinsregular' !important;
    font-size: 16px; 
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

h3.blog-title {
    color: #051B37;
    font-family: 'Unbounded-Medium' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

p.blog-description {
    color: #121523;
     font-family: 'poppinsregular' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 214.286% */
}

a.read-more-blogs {
    color: #2A73CC;
    font-family: 'poppinsregular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.blog-cat {
    color: #2A73CC;
    font-family: 'poppinsregular' !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    background: rgba(42, 115, 204, 0.10);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.meta-details {
    gap: 20px;
    display: flex;
    align-items: center;
}

p.blog-date {
    color: #121523;
     font-family: 'poppinsregular' !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 266.667% */
}

.blog-listing-Box {
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0px 7.35px 55.123px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}


h4.recent-title {
    color: #000;
    font-family: 'Unbounded-Medium' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 24px;
    padding-top: 0px;
}

h5.recent-blog-title {
    color: #121523;
    font-family: 'Unbounded-Medium' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.recent-meta {
   display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;
}

p.recent-date,
p.recent-comment,
p.recent-author {
    color: #121523;
    font-family: 'poppinsregular' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.rcent-blog-box {
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0px 7.35px 55.123px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 24px;
    justify-content: center;
    gap: 20px;
    align-self: stretch;
    margin-bottom: 15px;
}
/*.recent-meta p {
    margin: 0;
    padding-left: 21px;
    width: 140px;
    float: right;
    padding-right: 0 !important;
    text-align: right;
}*/
p.recent-date {
    border: 1px solid #E5E5E5;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
}
span.day {
    font-size: 16px;
    color: #000000;
    font-family: 'Unbounded-Medium' !important;
}

span.month {
    font-size: 9px;
    color: #000000;
    font-family: 'Unbounded-Medium' !important;
}
.col-md-4.col-lg-4.col-xl-4.recent-col {
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 30px;
}

.col-md-8.col-lg-8.col-xl-8.blog-col {
    padding-right: 30px;
}
p.single-loc-desc.wis {
    padding-bottom: 20px;
    color: #103665 !important;
}


.recent-meta p:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
input#blog-search {
    border-radius: 48px;
    border: 1px solid #E5E5E5;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(4.5px);
    width: 100%;
    padding-left: 20px;
}
input#blog-search::placeholder {
   /* padding-left: 16px;*/
    color: #888989;
     font-family: 'poppinsregular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.blog-search {
    position: relative;
}
img.search-icon {
    position: absolute;
    right: 16px;
    top: 12px;
}

div#bb a:focus {
    background: none !important;
}
.education-blogs .pagination-wrapper ul.page-numbers {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    gap: 16px;
}
.education-blogs .pagination-wrapper ul.page-numbers li a,
.education-blogs .pagination-wrapper ul.page-numbers li span {
           padding: 6px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    border-radius: 70px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 0px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
        font-size: 16px;

}
.education-blogs .pagination-wrapper ul.page-numbers li .current {
    background-color: #2A73CC;
    color: #fff;
    border-color: #2A73CC;
}
.education-blogs svg.prev-txt {
    transform: rotate(180deg);
}
.pagination-wrapper.text-center.mt-4 {
    margin-bottom: 20px;
}
.price-box.approved {
    background: none;
}

h4.approved-box-sub-head {
    color: #2A73CC;
    font-family: 'Unbounded-Medium' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: left !important;
    width: 100%;
    padding-top: 15px;
}
a.primary.text-white.text-center.approved {
    margin-bottom: 20px;
}
.ohio-main-price-box.approved {
    height: 600px;
}
h4.ohio-recomended-text.re {
    display: none;
}
p.box-after-list-content {
    color: #676F73;
    text-align: center;
     font-family: 'poppinsregular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.statesecretary-sec .ohio-main-price-box.approved {
    height: 580px;
}

/* ul.list-text{
 	margin-bottom: 50px !important;
 }*/

.page-id-972 .col-md-3.col-lg-3.col-xl-3.three {
    display: none;
}
.page-id-972 .ohio-main-price-box.recomended {
    background: none;
}
 
.page-id-972 .col-md-3.col-lg-3.col-xl-3.four {
    display: none;
}

.page-id-972 .row.row.align-items-center.online {
    justify-content: center;
}
.page-id-972 .col-md-3.col-lg-3.col-xl-3.one {
    width: 350px;
}
.page-id-972 .col-md-3.col-lg-3.col-xl-3.two {
    width: 350px;
}
.page-id-2122 h6.price-content,
.page-id-972 h6.price-content {
    height: auto;
}
/*.page-id-2122 h3.ohio-head,
.page-id-972 h3.ohio-head {
    text-transform: capitalize;
}*/
section.online {
    margin-bottom: 0 !important;
}

section.pricing-class.online {
    margin-top: 0 !important;
}
div#form-box {
    justify-content: center;
}

/*section.driving-class.teen-loc.tabs.teens-adult.il-loc .ohio-price-img-title {
    width: 100%;
    justify-content: left;
}*/
section.driving-class.teen-loc.tabs.teens-adult.il-loc .price-box.approved {
    padding-left: 0;
}

.row.row.align-items-center.teen-il .ohio-main-price-box {
    height: 550px; 
}
section.driving-class.teen-loc.tabs.teens-adult.il-loc a.primary.text-white.text-center {
    margin: 10px 0;
}
section.driving-class.teen-loc.tabs.teens-adult.il-loc ul.list-text {
    margin-bottom: 0px !important;
}
section.additional-sec h2.text-center.blue-text {
    font-size: 40px;
}
section.about-location-sec h2.text-center.blue-text {
    font-size: 40px;
    text-align: left !important;
}
section.about-location-sec p {
    padding-top: 22px;
    color: #103665 !important;
   font-family: 'poppinsregular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.services-lists {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    flex-wrap: wrap;
    justify-content: center;
}
p.list-with-icon {   
    overflow: hidden;
    color: #103665;
    text-overflow: ellipsis;
    font-family: 'poppinsregular' !important;
    font-size: 16px; 
    font-style: normal;   
    font-weight: 400;  
    line-height: 180%; 
    flex-wrap: wrap;  
    background: #EAF1FB;   
    padding: 20px; 
    display: flex;  
    gap: 20px; 
    width: 224px; 
}
section.additional-sec.il-loc h2.text-center.blue-text {
    margin-bottom: 0;
}
 .page-id-1750 p.list-with-icon {
    width: 250px;
}

.page-id-1850 .services-lists, 
.page-id-1795 .services-lists {
    margin: 0 150px;
}	


section.areas-sec {
    text-align: center;
}

h3.area-sub-heading {
    color: #FFF;
    text-align: center;
    font-family: 'Unbounded-Medium' !important;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;   
}  

section.areas-sec {
    background: url('/wp-content/uploads/2025/08/Frame-1618871617.png');   
    width: 100%;
    height: 100%;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

h2.area-main-heading {
    color: #FFF;
    text-align: center;
    font-family: 'Unbounded-Medium' !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}
.areas-description {
    display: flex;
    padding: 16px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #FFFBEB;
    margin-top: 40px;
}

.areas-description p {
    color: #BB631F;
    text-align: center;
    font-family: 'poppinsregular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    width: 800px;
    margin: 0 auto; 
    max-width: 100%;
}

section.areas-sec {
    display: none;
}



.page-id-1889 section.areas-sec,
.page-id-1864 section.areas-sec,
.page-id-1736 section.areas-sec {
    display: block;
}
.page-id-1889 section.additional-sec.il-loc, 
.page-id-1864 section.additional-sec.il-loc, 
.page-id-1703 section.additional-sec.il-loc, 
.page-id-1736 section.additional-sec.il-loc {
    display: none;
}


section.Who-are-you-section .col-md-12.col-lg-12.col-xl-12 {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 250px 0 rgba(7, 104, 159, 0.16);
    padding: 0;
}
.who-are-cont {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 250px 0 rgba(7, 104, 159, 0.16);
}

.who-are-cont h2.text-center.blue-text {
    border-radius: 8px 8px 0 0;
    background: #2A73CC;
    color: var(--Colors-Grey-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Unbounded-SemiBold" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    letter-spacing: 0.15px;
    text-align: left !important;
    width: 100%;
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

section.Who-are-you-section .im-sec h4 {
    color: #212121;
     font-family: 'poppinsregular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
}
section.Who-are-you-section .choose {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
section.Who-are-you-section .choose h3 {
    color: #212121;
    font-family: 'poppinsregular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%; /* 28.8px */
}

.im-sec {
    border-radius: 12px;
    background: #EAF1FB;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    margin: 30px;
}
div.option-label {
    display: flex;
    gap: 6px;
    margin: 0;
}
div.option-label label {
    color: #676F73;
    font-family: 'poppinsregular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    padding-left: 0 !important;
}

section.Who-are-you-section input[type="radio"]:after 
{background: #D1D1D1 !important;}

section.Who-are-you-section input[type="radio"] {
    border-color: #D1D1D1 !important;
}
section.Who-are-you-section input[type="radio"]:checked:after {
    background: #2A73CC !important;
}
section.Who-are-you-section input[type="radio"]:checked {
    border-color: #2A73CC !important;
}
section.Who-are-you-section input[type="radio"]:checked + label {
    color: #212121;
}
a.form-sub-btn {
    border-radius: 48px;
    background: #2A73CC !important;
    box-shadow: 0 10px 40px 0 rgba(7, 104, 159, 0.20);
    text-align: right;
    color: #FFF !important;
    font-family: 'Unbounded-Medium' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 12px var(--3, 24px);
    justify-content: right !important;
    align-items: center;
    gap: 8px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: right;
}
button.form-sub-btn:hover {
    background: transparent;
    color: #FFFFFF;
    border-color: #5e9deb;
}
.row.adults-row.ohio.adult-il.pickplan {
    padding: 30px;
}
a.form-sub-btn.backbtn {
    float: left;
    margin-left: 30px;
}
.ohio-main-price-box.reco {
    position: relative;
}
h5.textttt {
    color: #2A73CC;
    font-family: 'poppinsregular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    width: 100%;
    text-align: left;
    padding-top: 5px;
}  
section.Who-are-you-section.pickplan {
    margin-top: 40px !important;
}

section.step-form-sec {
    margin-bottom: 0 !important;
}
section.step-form-sec {
    /*border-top: 1px solid #E2E2E2;*/
    margin-top: 20px !important;
}
section.step-form-sec .progressbar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0 20px;
  gap: 40px;
}
section.step-form-sec .step {
  /*display: flex;*/
  /*flex-direction: column;
  align-items: start;
  flex: 1;
  position: relative;
  text-align: center;*/
}
section.step-form-sec .line {
    width: 65%;
    height: 6px;
    margin-top: -22px;
    z-index: 0;
    margin-left: 51px;
    border-radius: 10px;
    background: #DEE6EA;
}
section.step-form-sec .label {
  margin-top: 15px;
  text-align: left;
}
section.step-form-sec .label small {
    display: block;
    color: var(--Pergraph-Color, #676F73);
    font-feature-settings: 'liga' off, 'clig' off;
     font-family: 'poppinsregular' !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.4px;
}
section.step-form-sec .label strong {
    color: var(--Heading-color, #051B37);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Unbounded-SemiBold" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.15px;
    display: block;
    line-height: 16px !important;
}

.ohio-main-price-box.recomended.pick-loc {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
.ohio-main-price-box.recomended.pick-loc {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    display: block;
}

.ohio-main-price-box.recomended.pick-loc .ohio-price-img-title {
    justify-content: start !important;
    padding-bottom: 10px;
}
.form-sec.pick-loc input[type="submit"] {
    background: url(/wp-content/uploads/2025/02/wheel.svg) #2a73cc;
    border-radius: 48px;
    font-family: 'Unbounded-Medium';
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 24px 12px;
    padding-left: 66px;
    color: #fff;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #2a73cc!important;
}
.form-sec.pick-loc  h5 {
    font-family: 'Unbounded-extra' !important;
    font-size: 24px;
    margin-top: 40px;
}
.form-sec.pick-loc {
    padding: 20px 0;
    box-shadow: none;
}
.row.adults-row.ohio.adult-il.pickplan .search-box {
    padding: 20px;
    border-radius: 12px;
}
.row.adults-row.ohio.adult-il.pickplan .ohio-main-price-box {    
    height: 550px;    
    margin-top: 20px;        
} 
section.additional-sec.pick-plan h2.text-center.blue-text { 
    margin-top: 30px;   
    font-size: 28px;     
}       
section.additional-sec.pick-plan {
    margin-bottom: 30px;
}
.picplan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.picplan h5.textttt {
    width: auto;
}
.picplan p {
    color: #2A73CC;
    text-align: center;
    font-family: 'Unbounded-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border-radius: 60px;
    border: 1px solid #2A73CC;
    background: #FFF;
    display: flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /*margin-top: -60px;*/
}
.row.adults-row.ohio.adult-il.pickplan .ohio-price-img-title {
    width: 100%;
    justify-content: left;
}
.row.adults-row.ohio.adult-il.pickplan.adult-ohio .ohio-main-price-box {
    height: 450px;
}

.price-box.approved {
    padding: 15px 0 0 10px;
    width: 100%;
}

.ohio-main-price-box .button-cta-right.text-center {
    margin: 10px;
}
.page-id-2598 h5.textttt {
    display: none;
}
.page-id-2598 h6.price-content {
    display: none;
}
.page-id-2581 .price-box.approved {
    display: none;
}
.states-container a {
    color: #2a73cc;
}
.states-container button:hover a {
    color: #fff; 
}
a.bmv-app {
    color: #fff;
}
.search-box.address-box .result-box {
    max-height: 100%;
}
p.footer-email-text {
    color: #fff;
    font-size: 14px;
    margin-top: -10px;
}
.d-flex.flex-column.justify-content-center.gap-5.align-items-center.team {
    display: none !important;
}
section.faq-section .accordion-item.active-item  ul li {
    color: #fff;
    list-style: none;
}
section.faq-section  .accordion-item.active-item .accordion-body {
    color: #fff;
}
section.faq-section .accordion-item.active-item {
    background: #2A73CC !important;
    border-radius: 10px !important;
    margin-bottom: 10px; 
}
section.faq-section .accordion-item.active-item button.accordion-button {
    background: #2A73CC !important;
    color: #fff !important;
    box-shadow: none !important;
    margin-bottom: 0;
}
section.faq-section .accordion-item.active-item p {
    color: #fff !important;
}
section.faq-section .accordion-item.active-item a {
    color: #fff !important;
}
section.faq-section .accordion-item.active-item .accordion-button:not(.collapsed)::after {
    background: url('/wp-content/uploads/2025/08/chevron-down.svg');
    transform: none;
}
.page-id-129 section.pricing-class.statesecretary-sec .col-md-3.col-lg-3.col-xl-3.fourthcol {
    display: none;
}

.page-id-129 section.pricing-class.statesecretary-sec .row {
    justify-content: center;
}


.store-item {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
p.loc-name {
    width: 152px;
    padding-left: 14px;
}
p.phone-name {
    position: absolute;
    right: 140px;
}
button.use-my-loc {
    /*font-family: 'Unbounded-Medium';*/
    font-size: 16px;
    color: #2A73CC !important;
    border: none;
    background: none !important;
    text-decoration: underline;
    padding-left: 0px;
    text-align: left;
    font-weight: 400;
    font-family: 'poppinsregular';
}
th.bannerloc {
    color: #051B37 !important;
    font-family: 'Unbounded-Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 120%;
}
form#locationForm .location input[type="submit"] {
    display: none;
}
.location-contact .telephone a:hover {
    text-decoration: underline !important;
}
.driving-address ul li a:hover {
    text-decoration: underline !important;
}
input#searchBox:focus {
    border-color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}
td.page-title-list {
    color: #808287;
   font-family: 'poppinsregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}
td.page-distance-list {
    color: #808287;
   font-family: 'poppinsregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}
.address.pull-right p a {
    color: #fff;
}
.address.pull-right p a:hover {
     text-decoration: underline !important;
}
.bottom-footer-copyright p a {
    color: #67728b;
}
.bottom-footer-copyright p a:hover {
    text-decoration: underline !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: grey;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: grey;
}
/* Make the placeholder option red */
select[name="select-446"] option:first-child {
  color: grey;
}

/* Optional: when user selects a valid option, reset color */
select[name="select-446"]:not(:invalid) {
  color: black;
}

section.driving-class.privacy {
    padding: 20px;
    margin-top: 0 !important;
}
section.driving-class.privacy p {
    padding: 0px 0 26px 0;
}
ul#menu-privacy-policy a:hover {
    text-decoration: underline !important;
}
section.near-section {
    display: none;
}
div#content .post-content h1 {
    font-size: 30px;
    color: #2a73cc;
}
div#content .post-content h2 {
    font-size: 26px;
    color: #2a73cc;
    padding-top: 30px;
}
div#content .post-content h3 {
    font-size: 22px;
    color: #2a73cc;
    padding-top: 30px;
}
div#content .post-content ul li {
    padding: 10px;
}
section.single-post-banner-section .recent-posts ul li {
    padding: 10px 0 4px 0;
}
section.single-post-banner-section .post-navigation .nav-previous a {
    font-size: 18px !important;
}
section.single-post-banner-section .post-navigation .nav-next a {
    font-size: 18px;
}

/*tr.title-strongsville-oh.clickable-row {
    display: none;
}*/

/*tr.title-north-canton.clickable-row {
    display: none;
}*/

/*tr.title-stow.clickable-row {
    display: none !important;
}*/

/*tr.title-hilliard-oh.clickable-row {
    display: none;
}*/

/*tr.title-olmsted-oh.clickable-row {
    display: none;
}*/
/*tr.title-wisconsin-programs.clickable-row {
    display: none;
}*/
.ohio-price-img-title.il {
    position: relative;
}
.ohio-price-img-title.il h4.ohio-recomended-text {
    top: -46px;
    left: 0px;
}
section.additional-sec.ilsec h2.text-center.blue-text {
    padding-top: 40px;
}
span.distance {
    width: 300px;
}
.store-item {
    width: 620px;
    padding: 0 20px 0px 0;
}

.row.row.align-items-center.online {
    justify-content: center;
}


.col-6.col-lg.text-center.mt-3.wisconsion {
    display: flex;
}

.row.row.align-items-center.teen-il.wisconsion .col {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.row.row.align-items-center.teen-il.wisconsion .ohio-main-price-box {
    height: 410px;
}

.col.fifth-col .price-box.approved {
    padding: 15px 0 0 0;
}

/*testing*/
    #map {
      height: 500px;
      width: 100%;
      margin-top: 20px;
    }
a.primary.text-white.text-center.adhdlink {
    margin-top: 24px !important;
    padding: 10px 20px;
    border-radius: 48px;
    color: #3b86df !important;
    font-size: 16px;
    /*font-weight: 700;*/
    font-family: 'Unbounded-Medium' !important;
}
.button-cta-right.text-center.rmovelearn {
    margin-bottom: 27px;
}
a.learnmorebtn {
    color: #2A73CC;
}
section#location .loc a {
    margin-bottom: 0 !important;
}
.single-driving-tip .site-main > * {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
.single-driving-tip section.single-post-banner-section {
    padding-bottom: 70px;
}

.single-driving-tip .post-content, .single-driving-tip .post-content li {
    color: #103665 !important;
    font-size: 20px !important;
    font-style: normal;

   
    font-family: 'poppinsregular';
}
.single-driving-tip .post-content ul, .single-driving-tip .post-content ol {
    margin-left: 30px !important;
    margin-top: 15px !important;
    line-height: 1.4;
}

.single-driving-tip .post-content li {line-height: 1.4; padding:2px 0;}


.education-class-card.online-driver.h-100 a.primary.text-white.enroll:focus {
    background: #2a73cc !important;
}
.button-cta-right.my-5.loc {
    margin: 20px  0 0 0!important;
}

.button-cta-right.my-5.loc a {
    margin: 0 !important;
}

a.play-btn.ms-3 {
    display: none;
}

.education-class-card.online-driver.h-100 {align-items: center;}
.education-class-card.online-driver.h-100 img {
    display: none;
}
.education-class-card.online-driver.h-100 p.title {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}

.page-id-1046 .education-class-sec .education-class-col:first-child .education-class-card {
    border-radius: 12px;
    background: linear-gradient(0deg, #EAF1FB 0%, #EAF1FB 100%), linear-gradient(0deg, #F4F6FA 0%, #F4F6FA 100%), #FFF;
    box-shadow: 2px 4px 23px 0px rgba(0, 0, 0, 0.14);
}

a.ohio-learn-more {
    display: block;
}
.page-id-1071 .education-class-card.online-driver.h-100 p.title ,
.page-id-1046 .education-class-card.online-driver.h-100 p.title {
    font-size: 24px;
}
.education-class-card.online-driver.h-100 h4.ohio-sub-heading {
    text-align: center;
}

section.Who-are-you-section {
    margin-top: 40px !important;
}

section.driving-class.ed .row.align-items-center {
    flex-direction: row-reverse;
}
p.emailopen {
    padding-bottom: 20px;
}
.page-id-118 .tab.faqtabs {
    display: none;
}

.education-class-card.locationss img {
    width: 300px !important;
    height: 250px !important;
    object-fit: cover;
}

.page-id-45829 .row.row.align-items-center.teen-il .ohio-main-price-box,
.page-id-2445 .row.row.align-items-center.teen-il .ohio-main-price-box {
    height: 490px; 
}

.form-sec.pick-loc .col-sm-12.col-md-8.col-lg-8.col-xl-8.mb-2.mb-md-0 {
    width: 100%;
}
.row.adults-row.ohio.adult-il.pickplan.align-items-center.wi .ohio-main-price-box {
    height: 490px !important;
}
section.other-courses-section {
    display: none;
}

/*.page-id-1030 #form-box .education-class-col:nth-child(2) .education-class-card {
      background: linear-gradient(0deg, #EAF1FB 0%, #EAF1FB 100%), linear-gradient(0deg, #F4F6FA 0%, #F4F6FA 100%), #FFF;
    box-shadow: 2px 4px 23px 0px rgba(0, 0, 0, 0.14);
}*/

.page-id-2601 .row.adults-row.ohio.adult-il .ohio-main-price-box {
    height: 474px !important;
}
section.single-post-banner-section .post-content ul {
    padding-left: 20px !important;
}




.eligibility-requirement h2 {
    font-size: 40px;
}
.eligibility-requirement {
    padding: 40px;
   /* flex-direction: column;
    align-items: flex-start;*/
    gap: 24px;
    flex-shrink: 0;
    border-radius: 24px;
    background: #F8F8F8;
}
.row.eligible-box .col-md-6.col-lg-6.col-xl-6 {
    border-radius: 12px;
    background: #FFF;
    text-align: center;
    padding: 24px;
    width: 47%;
}

.row.eligible-box {
    justify-content: center;
    display: flex;
    gap: 24px;
    margin-top: 40px;
}
.row.eligible-box p {
    color: #121523;
}

.row.eligible-box h6 {
    color: #2A73CC;
    text-align: center;
    font-family: 'Unbounded-Medium' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
}

.eligibility-lists {
    border-radius: 12px;
    background: #FFF;
    margin-top: 20px;
    padding: 24px;
}
.eligibility-lists h4 {
    color: #121523;
    font-family: 'poppinsregular';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}
.eligibility-lists ul li {
    font-family: 'poppinsregular';
}
.eligibility-lists ul li {
    font-family: 'poppinsregular';
    padding-left: 30px;
}
strong.bold-text {
    font-size: 22px;
}
.eligibility-lists .list li::before {
    left: 0px;
}
.road-test-service {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 2px 4px 23px 0 rgba(0, 0, 0, 0.14);
    padding: 40px 32px;
}

.road-test-service h2 {
    color: #051B37;
    text-align: center;
    font-family: 'Unbounded-Medium' !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.road-test-service p {
    color: #121523;
    font-family: 'poppinsregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-top: 24px;
    text-align: center;
}
h2.road-ttt {
    font-size: 26px;
}
.list-text a.ohio-learn-more {
    display: block;
}
.page-id-892 section#education .row.align-items-center {
    align-items: start !important;
}
.page-id-892 .ohio-main-price-box {
    height: 480px;
}
.road-test-service p.price {
    color: #051B37;
    text-align: center;
    font-family: 'Unbounded-Medium' !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
p.eligible-number a {
    color: #2A73CC;
    font-family: 'poppinsregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
p.eligible-number{
    color: #2A73CC;
    font-family: 'poppinsregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
a.road-test-button {
    border-radius: 48px;
    background: #2A73CC;
    box-shadow: 0 10px 40px 0 rgba(7, 104, 159, 0.20);
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #FFF;
    font-family: 'Unbounded-Bold' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 20px;
}

.not-permit {
    border-radius: 32px;
    background-blend-mode: plus-darker, normal !important;
}

.not-permit {
    background: url('http://topdriver.com/wp-content/uploads/2025/09/permit-background.png') !important;
    padding: 60px 40px;
    border-radius: 32px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.eligibility-requirements h2 {
    color: #FFF;
   font-family: 'Unbounded-Medium' !important;
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 86.154% */
}

.eligibility-requirements h4 {
    color: #FFF;
    font-family: poppinsregular;
    font-size: 43px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 56px;
    padding-top: 5px;
}

.eligibility-requirements h6 {
    color: #FFF;
    font-family: 'poppinsregular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    padding-top: 20px;
    padding-bottom: 30px;
}
a.enroll-today {
    border-radius: 40px;
    background: #2A73CC;
    color: #FFF;
    font-family: 'poppinsregular';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 14px 40px;
}

section.pricing-class.foradults .row.row.align-items-center {
    justify-content: center;
}
section#onlineohio {
    background-position: top !important;
    padding: 80px 0 !important;
}

.page-id-1046 section.banner-section.teen-loc {
    padding: 160px 0;
}
.button-cta-right.difeerence {
    margin-top: 30px;
}


a#adhdbtn {
    background: none !important;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: underline !important;
    width: 1000px !important;
}
.adhd-btn {
    width: 257px !important;
    margin: -11px 0 0 43px;
}
p.eligible-number.teen {
    padding-top: 10px;
}
.eligibility-requirement.teen {
    background: none;
    padding: 0;
}

.road-test-service.teen {
    box-shadow: none;
    padding: 0;
}
a.road-test-button.teen {
    display: inline;
}
.eligibility-requirement.teen .eligibility-lists {
    padding: 0;
}
.eligibility-requirement.teen .container .list {
    margin-bottom: 35px !important;
}
section.course-details-section ul li {
    margin-bottom: 0;
}
section.course-details-section ul li span {
    font-size: 16px !important;
}
section.course-details-section p {
    color: #103665 !important;
}
section.not-permit-yet.ohio-teen .row {
    justify-content: center;
    text-align: center;
}
section.not-permit-yet.ohio-teen h2.blue-text {
    font-size: 48px;
}

ul.list-unstyled.mt-5.d-flex.flex-column.gap-3.listing.wiconsion li.d-flex.align-items-start {
    margin-bottom: 1px;
} 

.form-sec.pick-loc table#resultsTable tr.noborder {
    position: sticky;
    top: 0px;
    background: #ffff;
}

.sub-heading.wis {
    color: #103665;
    font-family: 'Unbounded-Medium' !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}

section.single-post-banner-section a.primary.text-white {
    text-decoration: none !important;
}
section.single-post-banner-section .button-cta-right {
    margin-top: 20px;
}

.initial-message h4.no-results-title {
    color: rgba(16, 54, 101, 0.80);
    font-family: 'poppinsregular' !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: left;
    padding-top: 20px;
}
.initial-message h4.no-results-title a{
	text-decoration: underline !important;
	color: #2A73CC;
}
.ohio-main-price-box.reco.recommended {
    border-radius: 12px;
    background: linear-gradient(0deg, #EAF1FB 0%, #EAF1FB 100%), linear-gradient(0deg, #F4F6FA 0%, #F4F6FA 100%), #FFF;
    box-shadow: 2px 4px 23px 0 rgba(0, 0, 0, 0.14);
}

.page-id-2606 .ohio-main-price-box.recomended.pick-loc {
    display: none;
}


.page-id-45975 h5.textttt,
.page-id-2601 h5.textttt {
    display: none;
}
/*.page-id-45975 .ohio-price-img-title,
.page-id-2601 .ohio-price-img-title {
    display: none;
}*/


ul.list-style li {
    list-style: disc !important;
    padding-left: 0;
    margin-left: 23px;
    line-height: 24px;
    padding-top: 0;
} 

span.notcapital {
    text-transform: lowercase;
}

section.teen-section.all-loc-sec .row {
    justify-content: center;
}


.page-id-1030 .education-class-sec .education-class-col .education-class-card {
    height: -webkit-fill-available;
}

/*.page-id-859 section.pricing-class .col-md-3.col-lg-3.col-xl-3.thirdcol {
    display: none;
}*/
.page-id-859 section.pricing-class .row.row.align-items-center {
    justify-content: center;
}

td.action-col a {
    pointer-events: none !important;
}



.page-id-47045 td.action-col a,
.page-id-1695 td.action-col a,
.page-id-129 td.action-col a,  
.page-id-101 td.action-col a,
.page-id-872 td.action-col a,
.home td.action-col a
 {
    pointer-events: auto !important;
}

.rc-anchor-invisible {
    display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}

div#_projecthuddle-container {
 display: none;
}
.logged-in div#_projecthuddle-container {
 display: block;
}

.use-my-loc:hover {
    box-shadow: none !important;
}

.fixed-footer-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #0a284e;
    color: white !important;
    text-align: center;
    padding: 1em;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    display: none;
    z-index: 9999999;
    margin-bottom: 0 !important;
    max-width: 100%;
}

.fixed-footer-btn a {
    color: #fff;
}

.page-id-2578 .fixed-footer-btn {
    display: none !important;
}
a.nolink {
    pointer-events: none !important;
}