<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  font-family: 'Poppins', sans-serif !important;
 
}
p{
  margin-bottom:0px ;
}

.blink_red
{
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #e5130f; -webkit-box-shadow: 0 0 3px #e5130f; }
  50% { background-color: #B20000; -webkit-box-shadow: 0 0 10px #B20000; }
  100% { background-color: #e5130f; -webkit-box-shadow: 0 0 3px #e5130f; }
}

@-moz-keyframes glowing {
  0% { background-color: #e5130f; -moz-box-shadow: 0 0 3px #e5130f; }
  50% { background-color: #B20000; -moz-box-shadow: 0 0 10px #B20000; }
  100% { background-color: #e5130f; -moz-box-shadow: 0 0 3px #e5130f; }
}

@-o-keyframes glowing {
  0% { background-color: #e5130f; box-shadow: 0 0 3px #e5130f; }
  50% { background-color: #B20000; box-shadow: 0 0 10px #B20000; }
  100% { background-color: #e5130f; box-shadow: 0 0 3px #e5130f; }
}

@keyframes glowing {
  0% { background-color: #e5130f; box-shadow: 0 0 3px #e5130f; }
  50% { background-color: #B20000; box-shadow: 0 0 10px #B20000; }
  100% { background-color: #e5130f; box-shadow: 0 0 3px #e5130f; }
}

.mob_mail
{
  color:white !important;
}
.registertop {
    padding: 8px 37px;text-transform: uppercase;}
span.registerbold {
    font-size: 16px;
    font-weight: 600;
}


 .head_top button, .btn_div button, .courses button {
  border: none;
  padding: 15px 26px;
  border-radius: 31px;
  display: flex
;
color: #fff;
width: 168px;
  gap: 7px;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
}
.choose_sub.blue {
  background-color: #071689;
}
.choose_sub.black {
  background-color: #000;
}
.choose_sub {
  color: #fff;
  padding: 45px 45px;
  border-radius: 35px;
  width: 50%;
}
.btn_div {
  display: flex
;
  justify-content: center;
  gap: 15px;
}

header {
  background-color: #071689;
}

ul.navbar-nav.ecnav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.head_top {
  padding: 20px 0px;
  color: #fff;
	background-color:#fff;
}

.head_top_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
	background-color:#fff;
}

.head_top h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 33px;
  color: #071689;
}

.head_top_sub button {
  color: #fff;
}

.head_top_sub button:hover {
  background-color: #071689;
}

.navbar-nav.ecnav {
  display: flex;
  width: fit-content;
 justify-content: space-evenly;
	
}
nav.navbar.navbar-expand-lg {
	padding: 0;
}
.ecnav li {
  font-size: 17px;
  color:white !important;
}

.ecnav li a {
  font-size: 17px;
  padding: 12px 18px !important;
  color: #fff !important;
  text-transform: uppercase;
}

.ecnav li a:hover,
.ecnav li a.active {
  background-color: #e5130f !important;
  color: #fff !important;
}

.navbar-nav .dropdown-menu {
  display: none;
  background-color: #071689;
  color: #fff;
  position: absolute;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  min-width: 200px;
}

.navbar-nav .dropdown-menu li:hover,
.dropdown-item.active {
  background-color: #e5130f !important;
  color: #fff !important;
}

.navbar-nav .dropdown:hover &gt; .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-toggle {
  color: #fff;
  font-size: 17px;
  padding: 12px 18px;
  background-color: #071689;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 992px) {
  .navbar-nav .dropdown-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
  }

  .ecnav li a {
    font-size: 17px;
    padding: 0px;
    color: #fff;
  }
}










 /* Banner */

  .banner
  {
    width: 100%;
height: auto;
float:left;

  }
  .banner h5 {
    font-size: 51px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 56px;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: left;;
}
.banner h5 span {
  color: #b8916a;
}
.banner p {
  font-size: 19px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 33px;
  letter-spacing: normal;
  color: #eee4da;
  margin-bottom: 25px;
  text-align: left;;
}

.choose h2 {
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  line-height: 33px;
  letter-spacing: normal;
  color: #000;
  text-align: center;
  padding-bottom: 25px;
  text-transform: uppercase;
}
section.choose {
  padding: 40px 0px;
  float: left;
  width: 100%;
}

.choose_main {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.choose_sub h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.black button, .bl{
color:#fff;
}
.bb{
  color: #071689 !important;
  background-color: #fff;
}

.blue_menu
{
  background-color: #071689;
  padding: 16px 0px;
  border-radius: 35px;
  overflow-x: hidden;
}

.blue_menu ul li a
{
  color:#fff;
}
.pgm ul li {
  list-style-type: none;
  display: block;
  box-sizing: border-box;

} 

.blue_menu li {
  list-style-type: none;
    padding: 9px 20px;
    border-bottom: 1px solid #fff;
}
.blue_menu li:hover
{
  background-color: #bc0403;
}
ul {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.blue_menu i{
  margin-right:10px;
}
.firstli
{
  border-radius:16px 16px 0px 0px;
}

.menu_video iframe {
border-radius: 30px;
}
.program
{
  padding: 35px 0px;
}
.pgm h4 {
background-color: #071689;
color:#fff;
text-transform: uppercase;
text-align: center;
font-size: 24px;
font-weight: 500;
padding: 15px 15px;
border-radius: 10px;

}
.pgm {
  border: 1px solid #bbbcc9;
  border-radius: 10px;
  height: 100%;
}
.pgm ul li a{
  font-size: 16px;
  color: #030303;
  padding: 0px 15px;
  display: flex
}
.crsebox p{
  font-size: 17px;
  font-weight: 500;
  color:#030303;

}
.pgm ul li {
  padding: 10px 4px;
    border-bottom: 1px dashed #ccccd3;
    
}
.pgm ul li:hover {
  background-color: #dee1ff;
  cursor: pointer;
}


li:last-child {
  border-bottom: none !important; 
}
.dm
{
  display: flex
  ;
      font-size: 11px;
      color: #fff;
      width: 100%;
      text-align: center;
      justify-content: center;
}
.pgf
{
background-color: #071689;
padding: 15px;
}
.pgs
{
  background-color:#6c74b5 ;
  padding: 15px;
}
.pgm_main
{
  display:flex;
  justify-content: space-between;
}
.crsebox {
  display: flex;

      flex-direction: column;
      justify-content: start;
      align-items: center;
      gap: 15px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 24px;
      height: 100%;
      padding: 30px 30px;
      border-radius: 28px;
}


.crsebox h3 {
  color: #071689;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: 10px;
}

a{
  text-decoration: none;
}
button:hover{
  background-color: #f8ac09!important;
  color: #fff !important;
}
.banner button{
  background-color: transparent!important;
}


/* FOOTER Social media space */

.spc{
	margin-left: 20px;
}
@media (max-width: 767px) {
.spc{
	margin-left: 0px;
}
} 


footer {
  background-color: #000;
  color: #fff;
  padding: 35px 0px 15px;
}

footer h5 {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.list1, .list2 {
  padding-left: 0px;
  font-size: 17px;
  color: #fff;
line-height: 28px;
}
.list1, .list2 {
  float: left;
  width: 50%;
  height: auto;
}
.list1 li a, .list2 li a {
  padding-left: 0px;
  font-size: 17px;
  color: #fff;
  
}
.list1 li, .list2 li {
  display: block;
  box-sizing: border-box; 
  padding-left: 0;
  padding-bottom: 7px;
  color: #fff;
}
.contact_div p {
  color: #fff;
  float: left;
  display: flex;
  margin-bottom: 15px;
  ;
}
.contact_div i {
margin-right: 15px;
}
/* ul, li {
  margin: 0;
  padding: 0;

} */
section.courses {
  margin-bottom: 40px;
}
iframe.foot_location {
  width: 100%;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
section.inner_banner {
  margin-bottom: 30px;
}
.registertop{
  background-color: #071689;
  color: #fff;
  padding: 7px 37px;
  border-radius: 38px;
  text-align: center;
  animation: blink-color 2.5s infinite;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease;

}
@keyframes blink-color {
  0%, 100% {
    background-color: #e5130f;
    color:#fff;
  }
  50% {
    background-color: #ffcc00 ; 
    color:#000;
  }
}
a{
  color: unset;
}

.registertop:hover {
  background-color: #ffcc00 !important;
}

.click:hover {
  background-color: #ffcc00 !important;
}

@keyframes blink-animation {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
span.registerbold {
  font-size: 17px;
  font-weight: 600;
}
span.registerlight {
  font-size: 15px;
}
span.registerbold {
  font-size: 14px;
  font-weight: 600;
}
}

span.registerbold {
  font-size: 17px;
  font-weight: 600;
}

.menu_btmimgs {
  display: flex;
      gap: 10px;
      flex-direction: column;
      align-items: center;
      padding: 10px 0px;
}
.lg1
{
  max-width: 152px;
}
.stng{
  flex-shrink: 0;
    width: 190px;
    object-fit: contain;
}
.califh3 {
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0px;
}
.choose_sub1 h4{
  font-size: 26px;
  margin-top: 18px;
  color: #fff;
  padding-bottom: 0px;
font-weight: 600;

}
.choose_sub1 h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.features {
  padding: 35px 0px 20px;
}

.features ul {
/*   list-style: none; /* Remove default bullets */ */
  padding: 0;
  margin: 0;
}

.features li {
  display: flex;
  align-items: flex-start; /* Align icon and text properly */
  margin-bottom: 15px; /* Spacing between list items */
  font-size: 16px; /* Adjust font size */
  line-height: 1.5; /* Improve readability */
  color: #333; /* Text color */
}

.features .icon {
  color: #e5130f; 
  font-weight: bold; 
  margin-right: 10px; 
  font-size: 14px; 
}


.ribbon {
  --r: 15px; /* Ribbon shape */
  --b: 2px; /* Border size */

  position: relative;
  color: white;
  background-color: #e5130f; /* Ribbon color */
  padding: 10px 30px;
  width: fit-content; /* Ensures ribbon width fits its content */

  /* Simplified clip-path to ensure better compatibility with Firefox */
  clip-path: polygon(
    0 0, 100% 0,
    calc(100% - (var(--r) - (var(--b) / 2))) 50%, 100% 100%, 
    0 100%, calc(var(--r) - (var(--b) / 2)) 0%
  );
  -webkit-clip-path: polygon(
    0 0, 100% 0,
    calc(100% - (var(--r) - (var(--b) / 2))) 50%, 100% 100%, 
    0 100%, calc(var(--r) - (var(--b) / 2)) 0%
  );
}

.ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content; /* Ensures the border fits the ribbon width */
  height: 100%;
  background-color: red; /* Border color */
  z-index: -1;

  /* Simplified clip-path for the border */
  clip-path: polygon(
    calc(var(--b) * 2) var(--b), calc(100% - (var(--b) * 2)) var(--b),
    calc(100% - var(--b) - var(--r)) 50%, calc(100% - (var(--b) * 2)) calc(100% - var(--b)),
    calc(var(--b) * 2) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%
  );
  -webkit-clip-path: polygon(
    calc(var(--b) * 2) var(--b), calc(100% - (var(--b) * 2)) var(--b),
    calc(100% - var(--b) - var(--r)) 50%, calc(100% - (var(--b) * 2)) calc(100% - var(--b)),
    calc(var(--b) * 2) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%
  );
}





.step strong{
  font-weight: 500;
}

.step p{
font-size: 17px;
color: #ffff;
line-height: 28px;
padding-top: 15px;

}
section.course-intro {
  background-image:url(../img/bg.jpg);
    padding: 35px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
}
.step {
  padding-bottom: 25px;
}
.course-intro h2{
  font-size: 37px;
  color: #ffff;
  font-weight: 600;
  text-align: center;

}

section.training {
    padding: 50px 15px 10px 15px
}

.stept {
  padding-bottom: 25px;
}
.training h2{
  font-size: 37px;
  color: #000;
  font-weight: 600;
  text-align: center;

}

.stept p{
font-size: 17px;
color: #000;
line-height: 28px;
/* padding-top: 15px; */

}



.choose_sub1.blue {
  background-color: #071689;
}

.choose_sub1 {
  color: #fff;
  padding: 45px 45px;
  border-radius: 35px;

}

/* Home */

/* .video-container {
  position: relative;
  height: 500px;
  overflow: hidden;  
  border-radius: 30px;  
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;  
  cursor: pointer;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  border-radius: 30px; 
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;  
  border-radius: 30px;
  pointer-events: none;  
}

.video-container.active iframe {
  pointer-events: auto; 
  z-index: 2;
}

.video-container.active .video-overlay {
  display: none; 
} */





/* Blog */

.blog {
  padding: 50px 15px;
}

.blog .ctn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
  justify-content: center; 
}

.blog .blogbox {
  flex: 1 1 calc(33.333% - 20px); 
  max-width: calc(33.333% - 20px);
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.blog .blogbox img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #ddd;
}

.blog .blogbox p {
  font-size: 18px;
  color: #333;
  padding: 10px;
}

.blog .blogbox p:hover {
  font-size: 18px;
  color: #ff0000;
  padding: 10px;
  font-weight:600;
  cursor: pointer;
}

@media (max-width: 768px) {
  .blog .blogbox {
    flex: 1 1 calc(50% - 20px); 
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .blog .blogbox {
    flex: 1 1 100%; 
    max-width: 100%;
  }
}



/* Testimonials */

.testi {
  padding: 50px 15px;
}
.ctn hr {
  border: none; 
  border-top: 5px solid #9a0308; 
  margin: 20px 0;
  width: 100%; 
}

/* Practice Tests */

.practice {
  padding: 50px 15px;
}

/*About Us*/

.about {
  padding: 50px 15px;
}

/* Lost Completion Forms */

.lost {
  padding: 50px 15px;
}

.lred{
  font-size: 17px !important;
  color: #9a0308 !important;
  font-weight: 600 !important;
}


/*behind the wheel*/

.behind {
  padding: 50px 15px;
}
/* License Requirements*/

.license {
  padding: 50px 15px;
}
/* Main ordered list (decimal list) */
.ctn &gt; ol {
  margin: 10px 0;
  padding-left: 20px; /* Align numbers properly */
  list-style-position: outside;
}

.ctn &gt; ol &gt; li {
  font-weight: bold;
  margin-bottom: 10px;
}

/* Unordered list for sub-items */
.ctn ul {
  margin: 5px 0 10px 40px; /* Indent sub-items */
  list-style-type: disc; /* Use bullet points */
}

.ctn ul ul {
  margin-left: 20px; /* Further indent nested sub-lists */
  list-style-type: circle; /* Use circle bullets for deeper nesting */
}

/* Nested ordered lists inside main list */
.ctn ol ol {
  margin-left: 40px; /* Align nested ordered lists */
  list-style-type: lower-alpha; /* Use a, b, c for nested ordered lists */
}

.ctn ol ol li {
  font-weight: normal; /* Regular font weight for nested items */
}





/* FAQ*/

.faq {
  padding: 50px 15px;
}



/* Permit Requrements */

.permit-guidelines span {
  font-size: 17px;
font-weight: 600; 
  color: #333;
  margin-bottom: 15px;
}
.permit-guidelines h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.permit-guidelines h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.permit-guidelines p {
  margin-bottom: 15px;
}

.permit-guidelines ol {
  margin: 15px 0;
  padding-left: 20px;
  list-style-position: outside;
}

.permit-guidelines ol &gt; li {
  font-weight: bold;
  margin-bottom: 10px;
}

.permit-guidelines ul {
  margin: 10px 0 15px 40px;
  list-style-type: disc;
}

.permit-guidelines ul &gt; li {
  margin-bottom: 10px;
}

.permit-guidelines strong {
  font-weight: bold;
}

/* ul .sym {
  list-style-type: circle !important;
  margin-left: 20px;
  color: #000;
}

ul .num {
  list-style-type: decimal !important;
  margin-left: 20px;
  color: #000;
} */

.permit-guidelines p {
  margin: 15px 0;
  color: #666;
  font-size: 16px;
}




/* Register*/
.ctnr {
  text-align: center;
  margin: 20px auto;
  display: flex; /* Added to enable flexbox layout */
  justify-content: center; /* Added to align boxes in the center */
  gap: 20px; /* Added spacing between the boxes */
}

/* Card container for the credit card and PayPal sections */
.card, .pay {
  background-color: #000;
  color: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Add hover effect */
.card:hover, .pay:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Links inside the boxes */
.card a, .pay a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Styling for the headings (Register via Credit Card/PayPal) */
.card p, .pay p {
  font-size: 18px;
 text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

p.cp {
    font-size: 22px !important;
 text-transform: uppercase !important;
  margin-bottom: 10px;
  color: #fff !important;
  
}

/* Image inside the boxes */
.card img, .pay img {
  max-width: 200px;
  margin: 10px 0;
}

/* Pay Now button inside the boxes */
.card span, .pay span {
  display: inline-block;
  margin-top: 10px;
  background-color: #ff0000;
  color: #fff;
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

/* Button hover effect */
.card span:hover, .pay span:hover {
  background-color: #d00000;
}

.learn{
  color: #ff0000;
  padding: 15px 30px;
  border: 1px solid #ff0000;
  border-radius: 38px;
  text-align: center;
  text-decoration: none;
  display: inline-block;  
  
}

.today{
  color: #fff;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 38px;
  text-align: center;
  text-decoration: none;
  display: inline-block;  
  
}

.redb {
  font-size: 17px;
  color: #0b1787; 
  font-weight: 600; 
}


/*Mature*/

.mature {
  padding: 50px 15px;
}



/* General table styles */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

table thead {
  background-color: #f2f2f2;
}

table th, table td {
  padding: 10px;
  border: 1px solid #ddd;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Responsive styles */
@media (max-width: 768px) {
  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for touch devices */
  }

  table {
    min-width: 600px; /* Set a minimum width to enable scrolling */
  }
}



/* Permit Requirements */

.permit {
  padding: 50px 15px;
}






  
/* contact   */

.contact {
  padding: 50px 15px;
}

.contactimg {
  text-align: center; /* Center align the image */
  padding: 10px; /* Add some padding around the image */
  overflow: hidden; /* Prevent overflow issues */
}

.contactimg img {
  max-width: 100%; /* Ensure the image scales within its container */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove inline spacing issues */
  margin: 0; /* Remove centering */
  text-align: left; /* Align to the left */
}

/* .contactimg img {
  max-width: 100%;
  height: auto;
} */

.hd {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0px;
}

.hd span{
color: #9a0308; 
}

.ctn {
  padding: 15px;
}

.ctn p {
  font-size: 17px;
  color: #000;
  line-height: 28px;
  margin-bottom: 10px;
}

.redh {
  font-size: 17px;
  color: #9a0308; 
  font-weight: 600; 
}
.redh i{
padding-right:10px;
}

.cnt {
  display: flex;
  flex-wrap: wrap; 
  align-items: center;
/*   justify-content: center; */
}

/* Responsive Styles */
@media (max-width: 992px) {
  .contactimg {
    margin-bottom: 35px; 
  }
}

@media (max-width: 767px) {
  .hd {
    font-size: 24px;
  }

  .ctn p {
    font-size: 14px;
    line-height: 26px;
  }
}

  .cmain {
   display: flex;
    flex-direction: column;
    justify-content: center;
  }





/* responsive */


@media (max-width: 1399px) {
  .stng {
    flex-shrink: 0;
    width: 123px;
    object-fit: contain;
}
  .dm {
    display: flex
;
    font-size: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
}
  .choose_sub h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.head_top button, .btn_div button, .courses button {
  border: none;
  padding: 14px 20px;
  width: 154px;
}
}
@media (max-width: 1199px) {
.choose_sub1 h3 {
  font-size: 24px;}
.choose_main {
  display: flex;
    justify-content: space-between;
    gap: 15px;
  flex-wrap: wrap;
    flex-direction: column;
  align-items: center;
  }}

@media (max-width: 993px) {
  .registertop {
    padding: 7px 14px;
  }
  span.registerlight {
    font-size: 13px;
}
  .logo
  {
    max-width: 450px;
  }
header .navbar .container
{
  justify-content: end;
}
button.navbar-toggler {
  background-color: #ffc107;
}
.ecnav li a {
  padding: 12px 31px;
  width: 100%;
}
ul.navbar-nav.ecnav {
  width: fit-content;
  display: flex
;
  gap: 4px;
}
header {
  background-color: #071689;
  padding: 7px 0px;
}
.choose_sub {
 
  width: unset;
}
  
.choose_main {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  align-items: center;

}
.step p {
  font-size: 16px;
 
}
.mt
{
  margin-bottom: 30px;
}
.califh3 {
  font-size: 24px;
}
}
@media (max-width: 767px) {
  .registertop {
    padding: 10px 10px;
}
span.registerbold {
  font-size: 14px;
  font-weight: 600;
}    
span.registerlight {
  font-size: 12px;
}
  .choose h2 {
    font-size: 28px;
    padding-bottom: 8px;
  }
  section.choose {
    padding: 27px 0px;
    float: left;
    width: 100%;
}

.logo {
  max-width: 307px;
  margin-bottom: 15px;
}

.head_top button, .btn_div button, .courses button {
  border: none;
  padding: 12px 18px;
  width: 149px;
}





  .blue_menu {
margin-bottom:35px;
  }

  .pgm {
    border: 1px solid #bbbcc9;
    border-radius: 10px;
    height: auto;
    margin-bottom: 30px;
}
.program {
  padding: 35px 0px 10px;
}
.crsebox {
 
  margin-bottom: 35px;
}
.contact_div p {
 
  width: 100%;
}
}
@media (max-width: 575px) {
  .contact_div p {
    width: 100%;
    font-size: 14px;

}

.list1, .list2 {
font-size: 15px;
}
  .head_top_sub {
    display: flex
  ;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .btn_div {
    display: flex
  ;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
  }
  .btn_div a{
    width: 100%;
    display: flex
    ;
      justify-content: center;
      gap: 15px;
      flex-direction: column;
      align-items: center;
  }
  .dm {
    display: flex
  ;
    font-size: 11px;
    color: #fff;
    width: 100%;
    text-align: center;
    flex-direction: column;
    margin-bottom: 15px;
  }
  }


.stepb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Allows items to wrap on smaller screens */
}

@media (max-width: 768px) {
  .stepb {
    flex-direction: raw; /* Stacks items vertically on smaller screens */
    align-items: flex-start; /* Aligns items to the start */
  }
.row.ftr {
gap:15px;
	}
}

.click {
  background-color: #071689;
  color: #fff;
  padding: 7px 37px;
  border-radius: 38px;
  text-align: center;
  animation: blink-color 2.5s infinite;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  margin:10px;
}

.clickbold {
  font-weight: bold; 
}



@media (max-width: 991px) {
  .click {
    padding: 10px 30px;
  }
  .ctnr {
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
} 
}

 @media (max-width: 530px) {
.faq {
  padding: 50px 0px;
}
   .contact {
  padding: 50px 0px;
}
   .ctn {
  padding: 0px;
}
   
   .cmain {
    padding: 0;
}
}

 @media (max-width: 1199px) {
.mob_mail
{
  display: none;
}
} 

@media (min-width: 992px) and (max-width: 1199px) {
  footer .mail {
        font-size: 13.5px;
  }
}

	 
	 
	 
	 
	 
	 
	 
	 
	 
/* Scrollable dropdown menu */
.navbar-nav .dropdown-menu {
    max-height: 60vh; /* Responsive max height */
    overflow-y: auto; /* Scroll if too tall */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ccc transparent; /* Firefox */
    padding-right: 10px; /* Prevent content under scrollbar */
}

/* Chrome, Edge, Safari custom scrollbar */
.navbar-nav .dropdown-menu::-webkit-scrollbar {
    width: 6px;
}
.navbar-nav .dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}
.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

/* Optional: make submenu items wrap correctly */
.navbar-nav .dropdown-menu li {
    white-space: normal;
    word-wrap: break-word;
}
	 
	 
	 
	 
	 
	 </pre></body></html>