<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap');
body , html {
    font-family: "Inter", sans-serif !important;
    overflow-x: hidden;
    height:100%;
}
 :root {
  --primary-color :#1F2869;
 }
 .elipsisiText{
          height: 42px; 
          overflow: hidden; 
          text-overflow: ellipsis; 
          white-space: nowrap;
        }
        .wc{
                color: #232323;
                font-size: 32px;
                line-height: 14.56px;
                font-weight: 400;
            }
            .df{
                color: #1E9E5A;
                font-size: 38px;
                line-height: 45.56px;
                font-weight: 700;
                margin-bottom:8px;
            }
              
            .tx{
                color: #484848;
                font-size: 30px;
                line-height: 40.67px;
                font-weight: 700;
            }
            .header-data .smallText {
                color: #484848;
                 font-weight: 700;
                 font-size:18px;
                  max-width:700px;
            }
#top-navbar {
    margin: 0 70px !important;
}
.navbar-nav {
  align-items: center;
}
.top {
  color: var(--primary-color);
}
#top-navbar a {
    text-decoration: none !important;
}
#top-navbar .Left-Section .top {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.1px;
    text-transform: lowercase;
}
#top-navbar .Left-Section i   {
    color: #1F2869;
    background-color: #e6e6ec;
    padding: 9px 12px;
    border-radius: 50%;
}
#top-navbar .Right-Section button a {
  color: #1F2869;
  font-size:17px;
}
#top-navbar .Right-Section a i {
    color: #1F2869;
    background-color: #e1e1e7;
    padding: 6px;
    border-radius: 50%;
} 
#user {
    background-color: #fff !important;
    box-shadow: 0 0 3px #e1e1e7;
    padding: 1px 5px !important;
    border-radius: 50%;
}
#top-navbar .Right-Section button {
    border: none;
    outline: none;
    background-color: transparent;
    color: #1F2869;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.line {
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color:#e1e1e7 ;
}
#top-navbar .Right-Section {
    display: flex;
    align-items: center;
}

/* Main Navbar Starts here*/

#Main-nav {
    padding: 10px 20px !important;
    font-family: "Inter", sans-serif;
}
.navbar-brand img {
  max-width: 200px;
}
.nav-item {
    margin-left: 10px !important;
}

.nav-item .nav-link {
    font-weight:500;
    color:#00008B !important;
}
.nav-item a {
  text-decoration: none;
  color: #fff;
    font-size: 14px;
    font-weight: 400;
}
#navbarNavDropdown button {
    border: none;
    outline: none;
    margin:7px 0px 7px 0px !important;
}
#navbarNavDropdown button a {
  color: #fff;
}
#navbarNavDropdown .subscribe {
    background: linear-gradient(267deg, rgba(16,151,94,1) 0%, rgba(119,206,67,1) 69%); 
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 42px;
}
#navbarNavDropdown .subscribe a {
  font-size: 12px !important;
  font-weight: 500;
}
#navbarNavDropdown .Demo {
    background-color: #00D5F1;
    text-transform: uppercase;
    color: #fff;
    margin-left: 8px !important;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 42px;
    
}
#navbarNavDropdown .Demo a {
  font-size: 12px !important;
  font-weight: 500;
}
/* Dropdown CSS */
/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    color:#00008B;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    /* left: 10%; */
    /* top: 10% !important; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100000;
  }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {background-color: #ddd;}
  .dropdown:hover .dropdown-content {display: block;}
  
  
  /* Header section starts here */
  #Header-Section {
    font-family: "Inter", sans-serif;
    position: relative;
    color: #fff;

  }
  .banner-img {
    max-width: 100%;
    z-index: -1;
  }
  .banner-img img {
    width: 100%;
  }
  .header-data {
    position: absolute;
    z-index: 10;
    top: 22%;
    left: 5%;
  }
  .Brand {
    font-size: 20px;
    font-weight: 500;
  }
  .join {
    font-size: 50px;
    font-weight: 400;
    margin-top: 40px !important;
    margin-bottom: 25px !important;
    line-height: 0 !important;
  }
  .for {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px !important;
  }
  .our {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px !important;
  }
  .Exam {
    font-weight: 700;
  }
  .header-data a {
    background: linear-gradient(267deg, rgba(16,151,94,1) 0%, rgba(119,206,67,1) 69%); 
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 42px;
    outline: none;
    border: none;
    margin-right: 20px;
    text-decoration:none;
  }
  
  /* ======== Courses Courasel starts ========= */
  
  #CoursesCourasel {
    font-family: "Inter", sans-serif;
    padding: 0 !important;
  }
  #Courses-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .courses-line {
    width: 80px;
    height: 2px;
    background-color: rgba(30, 158, 90, 1);
  }
  .part-1 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .courses-heading {
    display: flex;
    flex-direction: column;
  }
  .course {
    color:rgba(30, 158, 90, 1) ;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .Courses-title {
    color: rgba(61, 61, 61, 1);
    font-size: 32px;
    font-weight: 700;
  }
  #Course-slider {
    margin-left: 70px !important;
  }
  #CoursesCourasel .Nav-icon .left ,#CoursesCourasel .Nav-icon .right  {
    height: 50px;
    width: 50px;
    border: 1px solid rgba(31, 40, 105, 1);
    color: rgba(31, 40, 105, 1) !important;
    cursor: pointer;
    font-size: 1.25rem;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  #CoursesCourasel .Nav-icon .left i{
    color: rgba(31, 40, 105, 1) !important ;
  }
  #CoursesCourasel .Nav-icon .right i{
    color: rgba(31, 40, 105, 1) !important ;
  }
  #CoursesCourasel .Nav-icon .left:hover, #CoursesCourasel .Nav-icon .left i:hover {
    background-color: #1F2869;
    color: #fff !important;
  }
  #CoursesCourasel .Nav-icon .right:hover, #CoursesCourasel .Nav-icon .right i:hover {
    background-color: #1F2869;
    color: #fff !important;
  }
  #Course-slider .wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 30px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    grid-auto-columns: calc((120% / 4) - 12px);
  }
  /* Featured heading starts here */
  #Featured-heading {
    font-family: "Inter", sans-serif;
  }
  #Featured-heading .Courses-title {
    font-size: 30px;
  }
  #Featured-heading p {
    font-size: 15px;
    color: #928f8f;
  }
  .Box-1 {
    border: 1px solid palevioletred;
    height: 220px;
    border-radius: 35px;
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,0.9528186274509804) 62%, rgba(233,148,224,1) 100%);
  }
  .Box-1 p , .Box-2 p{
    width: 70%;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px !important;
    color: #fff;
  }
  .lorem {
    font-size: 15px;
    color: #928f8f;
  }
  .Explore-1 {
    display: flex;
    justify-content: end;
  }
  .Explore-1 button {
    outline: none;
    border: none;
    background-color: #fff;
    color: #000;
    padding: 6px 18px;
    border-radius: 42px;
    font-size: 20px;
    font-weight: 600;
  }
  .Box-2 {
    height: 220px;
    border-radius: 35px;
    background: linear-gradient(267deg, rgba(16,151,94,1) 0%, rgba(119,206,67,1) 69%); 
  }
  /* Upcoming Header starts here */
  #upcoming-header {
    font-family: "Inter", sans-serif;
    padding-top: 50px;
    margin-top: 50px;
    height: 350px;
    background-color: rgba(243, 244, 255, 1);
    position: relative;
    margin-bottom: 150px;
  }
  #upcoming {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  /* Upcoming Courses */
  .floor-wiper-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%;
  }
  .wrapper {
    width: 100%;
    position: relative;
    font-family: "Inter", sans-serif;
  }
  .wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .wrapper i:first-child{
    left: -65px;
    z-index: 10;
  }
  .wrapper i:last-child{
    right: -55px;
    z-index: 10;
  }
  #Upcoming-slider .wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.no-transition {
    scroll-behavior: auto;
  }
  .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carousel :where(.card, .img) {
    display: flex;
    justify-content: start;
  }
  .carousel .card {
    scroll-snap-align: start;
    list-style: none;
    background: #fff;
  }
  .carousel .card .img {
    min-width: 250px;
    /* margin:auto; */
  }
  .card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .card h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
  }
  .card p {
    font-size: 400;
    font-size: 14px;
  }
  .card button {
    width: 50%;
    outline: none;
    border: none;
    padding: 8px 15px;
    background-color: transparent;
    border: 1px solid rgba(30, 158, 90, 1);
    border-radius: 42px;
    color: rgba(30, 158, 90, 1);
    font-size: 13px;
  }
  .card button a {
      text-decoration:none;
      color: rgba(30, 158, 90, 1);;
  }
  /* Testimonial Section Starts here */
  .Testimonial-title {
    color: rgba(61, 61, 61, 1);
    font-size: 30px;
    font-weight: 700;
  }
  #Testimonial {
    font-family: "Inter", sans-serif;
    margin-bottom: 120px;
  }
  #Testimonial .Testimonial-card {
    border: 1px solid #fdf8f8;
    background-color: #f9fcfb;
    border-radius: 42px;
    box-shadow: 0 0 8px #ddd;
  }
  #Testimonial .Testimonial-card .Student-desc .image {
    height: 80px;
    width: 80px;
  }
  #Testimonial .Testimonial-card .Student-desc .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }
  .name {
    font-size: 17px;
    font-weight: 600;
  }
  .rating {
    display: flex;
    gap: 10px;
  }
  .student-details p , .note{
    margin: 0 !important;
    font-size: 14px;
    color: #928f8f;
  }
  .date {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 20px !important;
    margin-bottom: 0 !important;
    color: #928f8f;
  }
  #Testimonial .Testimonial-card .Student-desc {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #feel-Section {
    font-family: "Inter", sans-serif;
  }
  #feel-Section .feel-free {
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(267deg, rgba(16,151,94,1) 0%, rgba(119,206,67,1) 69%);
    border-radius: 25px;
    padding: 40px 70px;
    gap: 180px;
  }
  #feel-Section .feel-free .feel {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0 !important;
    color: #fff;
    line-height: 30px;
  }
  .connect button a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
  }
  .connect button {
    border: none;
    outline: none;
    background-color: #fff;
    padding: 8px 22px;
    cursor: pointer;
    border-radius: 42px;
  }
  /* ==================== Feel Section starts here ================== */
  .parent-footer {
    position: relative;
    font-family: "Inter", sans-serif;
  }
  #feel-Section {
    position: absolute;
    top: -18%;
    left: 7%;
  }
  .fotter-top {
    background-color: #03121f;
    /* position: absolute; */
}

.footer {
    /* position: relative; */
    font-family: "Inter", sans-serif;
    z-index: 11;
    padding-top: 8rem;
    padding-bottom: 3rem;
}

.footer-head {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.footer-paragraph {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #527786;
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
}
.footer-paragraph a {
    text-decoration: none;
    color:#527786 ;
}
.footer .footer-paragraph a:hover {
    color: #f3f3f3;
    transition: all .3s ease;
}
.footer-header {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.42px;
    letter-spacing: 2%;
    margin-bottom: 20px !important;
    margin-top: 15px !important;

}

.footer-down-section {
  font-family: "Inter", sans-serif;
    background-color:
        #0D1C28;
        font-size: 14px;
}

.footer-down-2 {
  font-family: "Inter", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.5px;
}
.footer-down-section span i {
    font-size: 16px;
}
  
  /* =========================================== */

  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
  /*======================================================*/
  .termsandConditions .mainheading {
      font-size:25px;
      font-weight:600;
      color:#00008B;
  }
  .onlineSubscription .heading {
      font-size:20px;
      color:#00008B;
      font-weight:600;
  }
  /**********************************/
/********** Team #2 Style *********/
/**********************************/
.section-title h2 {
    color: rgba(30, 158, 90, 1);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.team-2 {
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.team-2 .team-img {
    position: relative;
    font-size: 0;
    border-radius: 5px 5px 0 0;
}

.team-2 .team-img img {
    width: 261px;
    height: 260px;
    border-radius: 5px 5px 0 0;
    object-fit:cover;
}

.team-2 .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .5);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}

.team-2:hover .team-social {
    opacity: 1;
}

.team-2 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    transition: all .3s;
    margin-top: 50px;
}

.team-2 .team-social a.social-tw {
    background: #00acee;
}

.team-2 .team-social a.social-fb {
    background: #3b5998;
}

.team-2 .team-social a.social-li {
    background: #0e76a8;
}

.team-2 .team-social a.social-in {
    background: #3f729b;
}

.team-2 .team-social a.social-yt {
    background: #c4302b;
}

.team-2 .team-social a:last-child {
    margin-right: 0;
}

.team-2:hover .team-social a {
    margin-top: 0;
}

.team-2 .team-social a:hover {
    color: #222222;
    background: #ffffff;
}

.team-2 .team-content {
    padding: 20px;
    height: 150px;
}

.team-2 .team-content h2 {
    font-size: 18px;
    font-weight: 500;
}
.team-2 .team-content h2 a {
    color:#000;
    text-decoration:none;
}

.team-2 .team-content h3 {
    font-size: 16px;
    font-weight: 300;
}

.team-2 .team-content h4 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.team-2 .team-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
/**********************************/
/***** Layout &amp; Section Title *****/
/**********************************/
.container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container1 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container1 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container1 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container1 {
        max-width: 1140px;
    }
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/*========================*/
.howtoSubscribe {
    background-image: url(../images/subscribeBack.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    position: relative;
}
 .howtoSubscribe .line, .special-course-section .line {
    height: 3px;
    width: 80px !important;
    background-color: #1E9E5A;
}
.small-heading {
  color: rgba(30, 158, 90, 1);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.big-heading {
    color: rgba(61, 61, 61, 1);
    font-size: 32px;
    font-weight: 700;
}
.darkText {
    font-size: 18px;
    font-weight: 600;
}
.para {
    font-size: 14px;
    font-weight: 400;
    color:#000;
    line-height: 17px;
}
/* .steps{
    background-image:url(../images/contentBack.png) ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */
#subcribeContent {
    border-bottom: 8px solid #00D5F1;
}
.bottomText {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.subscribeNow {
  background: linear-gradient(267deg, rgba(16,151,94,1) 0%, rgba(119,206,67,1) 69%);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 35px;
  border-radius: 42px;
  outline: none;
  border: none;
  width: 200px !important;
  position: absolute;
  bottom: -3%;
  left: 43%;
  text-align:center;
  text-decoration:none;
}
/*======================================*/
.backgroundImage {
    background-image: url(../images/back.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}
.backgroundImage .bigText {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.backgroundImage .line {
     width: 100px;
     height: 2px;
     background-color: #fff;
}
.backgroundImage .small-text {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
/* ============= */
/* .DrAffrenDetails .details .Image img {
    height: 250px;
    object-fit: cover;
} */
.DrAffrenDetails .details .darkText {
    font-size: 20px;
    font-weight: 600;
}
.DrAffrenDetails .details .detailsStarts .details1 .image img {
    display: block;
}
.DrAffrenDetails .details .detailsStarts .details1 .text {
    color: #484848;
    font-weight: 400;
    line-height: 16px;
    font-size: 14px;
}
.DrAffrenDetails .details .followus {
    background: linear-gradient(267deg, rgba(16,151,94,1) 0%, rgba(119,206,67,1) 69%);
    padding: 5px 10px;
    border-radius: 42px;
}
.DrAffrenDetails .details .followus a img {
    width: 25px;
}
.DrAffrenDetails .details .followus .text {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.mainContent .name {
    font-size: 35px;
    font-weight: 600;
    color: #00008B;
}
.mainContent .occupation {
    color: #000;
    line-height:17px;
}
.mainContent .left-side .heading {
    font-size: 20px;
    font-weight: 600;
    color:#00008B;
}
.mainContent .left-side .aboutText {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.mainContent .pointsStarts {
    background-color: #F5F8FF;
}
.mainContent .pointsStarts .point .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
/* =================== */
.video {
    position: relative;
}
.playbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #23CE73;
    font-size: 25px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: absolute;
    top: 35%;
    left: 47%;
    z-index: 100;
    cursor: pointer;
    border: 5px solid #e4e4e4;
}
.termsandConditions a {
    background: linear-gradient(267deg, rgba(16,151,94,1) 0%, rgba(119,206,67,1) 69%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 35px;
  border-radius: 42px;
  outline: none;
  border: none;
  width: 200px !important;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
}

@media only screen and (max-width: 768px) {
    .Testimonial-card {
        display: none /* Initially hide all cards on mobile view */
    }

    .Testimonial-card.visible {
        display: block; /* Show cards when they have the 'visible' class */
    }

    .viewMore-less{
        width:100vw;
        display:flex;
        justify-content:center;
    }
  

   .wrapper i:last-child{
       display:none;
   }
    #toggle-btn {
       background: linear-gradient(267deg, rgba(16,151,94,1) 0%, rgba(119,206,67,1) 69%);
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      padding: 10px 35px;
      padding-right: 35px;
      padding-left: 35px;
      border-radius: 42px;
      outline: none;
      border: none;
      width: 200px !important;
      text-align: center;
      text-decoration: none;
      margin-bottom: 15px;
    }

    #toggle-btn:hover {
        background-color: #0056b3;
    }
}

@media only screen and (min-width: 769px) {
    #toggle-btn {
        display: none; /* Hide the button on larger screens */
    }
}


.special-course-section{
    max-width: 85%;
    margin: 50px auto;
}



.special-course-card {
    flex: 0 0 48%;
    margin-bottom: 20px;
}

.special-course-card .special-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.special-course-card .special-card:hover {
    transform: translateY(-10px);
}

.special-course-card .special-card .card-img {
    width: 100%;
    height: auto;
    display: block;
}

.special-course-card .special-card .card-body {
    padding: 20px;
}

.special-course-card .special-card .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.special-course-card .special-card .card-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.special-course-card .special-card .explore-btn {
    display: inline-block;
    color: #00C08B;
    border: 1px solid #00C08B;
    padding: 10px 20px;
    border-radius: 42px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.special-course-card .special-card .explore-btn:hover {
    background-color: #009d72;
    color: #FFF;
}

/* Responsive Styling */
@media (max-width: 768px) {
    
    .special-course-section{
    max-width: 85%;
    margin: 0px auto;
}

    
    .special-course-card {
        flex: 0 0 100%;
    }
   

    .section-title {
        font-size: 20px;
    }

    .special-course-card .special-card .card-title {
        font-size: 16px;
    }

    .special-course-card .special-card .card-text {
        font-size: 13px;
    }

    .special-course-card .special-card .explore-btn {
        padding: 8px 16px;
    }
}

  
  </pre></body></html>