* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

a {
    text-decoration: none !important;

}
html{
    overflow-x: hidden;
}
body {
    background-color: var(--white);
    font-family: var(--BeVietnamPro);
    overflow-x: hidden !important;
}

h1 {
    font-size: 44.36px !important;
}

p {
    font-size: 18px;
}

:root {
    --white: #FFFFFF;
    --black: #000000;
    --theamcolor: #009301;
    --lightgreen: #DEF5DE;
    --btn-color: #009301;
    --goldlinear: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%);
    --blacklinear: linear-gradient(180deg, rgba(35, 35, 35, 1) 0%, rgba(70, 70, 70, 1) 100%);
    --lineargreen: linear-gradient(180deg, rgba(15, 115, 16, 1) 0%, rgba(0, 147, 1, 1) 100%);
    /* fonts */
    --BeVietnamPro: "Be Vietnam Pro", sans-serif;
}

.btn-color {
    background-color: var(--btn-color) !important;
    color: var(--white) !important;
    font-weight: 500 !important;
    border-radius: 7px !important;
}

.nav-link {
    font-weight: 500 !important;
    color: var(--black) !important;

}

.nav-item {
    padding-left: 30px !important;
}

.navbar {
    background: transparent !important;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-left {
    padding-left: 20px;
}

.container {
    max-width: 1200px !important;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.form-group input {
    border-radius: 7px;
    padding: 10px;
    outline: none;
    border: none;
    height: 45px;
    box-shadow: 0px 8px 13.38px #00000028;
}

.form-group label {
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}

.register {
    font-weight: 700;
    font-size: 35px;

}

.lg-padding h1{
    margin-bottom: 16px;
}
.bg-form {
    /* border: 1px solid #FFFFFF; */
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-radius: 9.74px; */
    border-top-right-radius: 10px;
    /* background: rgba(0, 147, 1, 0.25); */
    /* background: rgb(0, 147, 0); */
    background: rgb(0, 147, 0);
    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(5px) saturate(150%);
    -webkit-backdrop-filter: blur(5px) saturate(150%); */
    /* background-color: rgba(0, 0, 0, 0.4); */
    /* border-radius: 12px; */

}

.submit {
    align-items: center;
    justify-content: center;
    display: flex;
}

.submit-btn {
    font-weight: 700;
    padding: 10px 35px;
    margin-top: 20px;
    border: none;
    border-radius: 3.95px;
    background: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%);
}



.heading {
    color: var(--theamcolor);
    font-weight: 700;
    font-size: 36px;
    font-family: var(--BeVietnamPro);
}


.bg-light-1 {
    background: var(--lightgreen);
    border-radius: 20px;
    gap: 30px;
    padding: 10px 20px;
    padding-bottom: 0px;
    padding-right: 35px;
    height: 204px;
}

.course-highlight .row .col-lg-4 {
    margin-bottom: 25px;
}

.course-highlight .row .col-lg-6 {
    margin-bottom: 25px;
}

.course-fee {
    padding-top: 20px;
    margin-top: 20px;
}

.course-fee .container .row .col-lg-4 .course img {
    margin-top: -90px;
}

.course-fee .container .row .col-lg-4 .course {
    text-align: center;
    padding: 40px;
    padding-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%);

}

.course p {
    font-weight: 500;
    text-align: justify;
}

.head {
    font-size: 45px;
    font-weight: 700;
}

.bg-online-offlie {
    border-radius: 20px;
}

.bg-online-offlie .row {
    padding: 10px 20px;
    padding-bottom: 30px;

}

.online {
    font-size: 58px;
}

.btn-color-1 {
    background: var(--goldlinear);
    border-radius: 10px;
    padding: 15px 35px;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 22px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5)
}
.box-shadow{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}
.ml-2 {
    margin-left: 20px;
}

.modules .container .row .col-lg-3 {
    flex-direction: column;
    margin-top: -20px;
}

.modules .container .row .col-lg-3 h4 {
    margin-top: 10px;
}

.modules .container .row {
    margin-top: 45px;
}

.d-lg-none {
    display: none;
}

/* accordian */
.faqs-container {
    background-color: #DEF5DE;
    padding: 40px;
    border-radius: 20px;
}

details {
    border-top: 1px solid #000000;
    padding: 0.5em 0.5em 0;
    margin-bottom: 10px;
    cursor: pointer;
}

summary {
    font-weight: 600;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
    list-style-type: "+";
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
}

details[open] {
    padding: 0.5em;
    border: none;
    background-color: #DEF5DE;
}

summary::marker {
    color: #0000ff;
    font-size: 1.2em;
    margin-right: 20px;
}


details summary::after {
    content: "+";
    float: right;
    font-size: 1.2em;
    color: #000000;

}

details[open] summary::after {
    content: "-";
    float: right;
    font-size: 1.1em;

}



/* accordian */
/* testimonials */

.testimonial {
    border-left: 4px solid var(--theamcolor);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    /* margin: 0 15px 30px 15px; */
    padding: 30px 30px 10px 100px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid var(--theamcolor);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 18px;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: var(--theamcolor);
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: var(--theamcolor);
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid var(--theamcolor);
    background: #fff;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: var(--theamcolor);
}



/* testimonials */
footer {
    padding-top: 40px;
    padding-bottom: 40px;
    /* margin-bottom: 38px; */
}

.w-80 {
    width: 80%;
}

.ml-1 {
    margin-right: 10px;
}

/* counter */
.counter {
    /* background: rgb(35, 35, 35); */
    background: linear-gradient(93deg, rgba(35, 35, 35, 1) 0%, rgba(70, 70, 70, 1) 100%);
}

.space-area {
    height: 850px;
    background: #009a11;
    padding: 100px 0;
    position: relative;
}

.space-area h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
}

.count-area {
    position: relative;
    /* padding: 100px 0; */
    text-align: center;
    color: #fff;
}

.count-area-content {
    margin-top: 30px;
    padding: 15px;
    font-family: var(--BeVietnamPro);
    border-radius: 7px;
    box-shadow: 3px 3px 5px white;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 10px 0 #78787838;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);

}

.count-area i {
    font-size: 48px;
}

.count-digit {
    /* margin: 20px 0px; */
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}

.count-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FEA106;
    margin-bottom: 2px;
    margin-top: -10px;
}

.count-area-content p {
    font-size: 17px;
}

ul li {
    color: white;
}

ul li b {
    color: #FEA106;
}

.list-item li {
    margin-bottom: 10px;
}

table {
    width: 100%;
    box-shadow: 7px 8px 10px #fff4e1;
}

/* table tbody tr:first-child{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; 
}
table tbody tr:last-child{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; 
} */
table tr th {
    font-size: 22px;
    padding: 10px 20px;

}

table tr td {
    padding: 10px 20px;
}

table tr:nth-child(2) {
    padding: 10px 20px;
    background: #FFF4E1;
}

table tr:nth-child(1) {
    background: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%);
}

table tr:nth-child(3) {
    background: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%);
}

table tr:nth-child(5) {
    background: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%);
}

table tr:nth-child(7) {
    background: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%);
}

table tr:nth-child(9) {
    background: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%);
}

table tr:nth-child(4) {
    background: #FFF4E1;
}

table tr:nth-child(6) {
    background: #FFF4E1;
}

table tr:nth-child(8) {
    background: #FFF4E1;
}

.padding-top-1{
    padding-top: 70px;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
    
}

@media(min-width: 272px) and (max-width: 560px) {
    .sm-mt-1{
        margin-top: 20px;
    }
    /* .bg-small {
        background: var(--theamcolor);
        margin-top: 20px !important;
    } */

    table {
        width: 100%;
    }

    table tr th {
        font-size: 17px;
    }

    table tr td {
        font-size: 12px;
    }

    .modules .container .row .col-lg-3 {
        margin-bottom: 30px;
    }

    .modules {
        background: none;
    }

    .bg-form {
        padding: 35px !important;
    }

    h1 {
        font-size: 37.36px !important;
    }

    .small-rev {
        flex-direction: column-reverse;
    }

    .padding-left {
        padding-left: 0px;
        padding: 10px;
    }

    .course {
        margin-bottom: 30px;
    }

    .d-whyz1 {
        display: none;
    }

    .d-lg-none {
        background: linear-gradient(180deg, rgb(254 161 6 / 42%) 0%, rgb(255 184 0 / 11%) 100%);
        display: block;
    }

    summary {
        font-size: 21px;
    }

    .heading {
        font-size: 25px;
    }
    .sm-img{
        display: none;
    }
   .sm-column-reverse{
    flex-direction: column-reverse;
   }
   .form-style .row .col-lg-6{
    margin-bottom: 10px;
   }
   .navbar-brand img {
    width: 200px !important;
   }
   .padding-top-1{
    padding-top: 80px;
    background-size: cover !important;
   }
   .bg-form{
   margin-top: 30px !important;
   }
   .result img{
    padding: 10px;
   }
.fixed-strip h3{
    font-size: 13px !important;
    padding: 0% !important;
   }
   .shine-button{
    font-size: 11px !important;
    padding: 4px 21px !important;
   }
   .fixed-sub-text{
    font-size: 24px !important;
   }
 
}

@media (min-width:560px) and (max-width: 990px){
    .d-whyz1 {
        display: none;
    }   
}
.button-style{
        font-weight: 700;
        padding: 10px 35px;
        /* margin-top: 20px; */
        border: none;
        border-radius: 3.95px;
        background: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%);
    
}

.button-style:hover{
      
        background: linear-gradient(180deg, rgba(254, 163, 6, 0.753) 0%, rgba(255, 183, 0, 0.748) 100%);
    
}
.sub-text span{
    font-size: 24px;
    font-weight: bolder;
    color: rgb(254 161 6);
}
.highlight-list{
    display: inline;
    align-items: center;
}
.highlight-list li{
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
}
.highlight-list li i{
    padding-right: 10px;
    text-shadow: 2px 2px #515151;
}
.review-section i{
    color: gold;
    font-size: 17px;
}
.review-section h3{
    font-size: 17px;
    color:white;
    border:2px solid #FEA106;
    display: inline-block;
    padding: 10px;
}
.review-section {
    padding-top: 30px;
   
}
.course-highlight{
    padding: 0 !important;
}
.fixed-strip{
    background-color: #009301;
    color:white;
    position: fixed;
    bottom: 0;
    width:100%;
    margin-top: 10px;
}
.fixed-strip h3{
   font-size: 20px;
   padding: 10px;
}
.fixed-sub-text{
    font-size: 30px;
}
.fixed-strip .button a{
    color:black;
    
}
/*  */



.shine-button {
    padding: 10px 21px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    color: black;
    border-radius: 5px;
    background: var(--goldlinear);
    background-size: 200% 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 10px 0px rgb(205 196 196 / 61%);
}

.shine-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.shine-button:hover {
    background-position: right center;
    color: #ff8c00;
}
.result img{
width:100%;
}
.demo-btn{
    padding-top: 20px;
}
.test{
    padding-bottom: 10px;
    text-align: center;
}
.test img{
    width: 100px !important;
    height:100px;
    padding-bottom: 10px;
    text-align: center;
}
.test p{
    text-align: left;
}
.testimonial{
    background-color: #9bc99b69;
    height:350px;
}
.test h5 {
    font-size: 25px;
    color: #009301;
    font-weight: bold;
}
.testimonial p{
    font-size: 16px;
}
.testi-overall{
    padding-bottom: 10px;
}
.testi-sec h2{
padding-bottom: 20px;
}

.banner-title{
    font-size: 30px;
}

.headingpara{
    text-align: justify;
}

.about-image img{
    border-radius: 10px;
    border-left: 5px solid #009301;
    border-right: 5px solid #009301;

}

.bg-light-1:hover {
    background: var(--theamcolor) !important;
}
.bg-light-1:hover h4,
.bg-light-1:hover p {
    color: var(--white);
}



/* tab css start */


.tabs-container .nav-tabs {
    border: none;
    margin-bottom: 1rem;
}

.tabs-container .nav-tabs .nav-link {
    border: none;
    color: #555;
    font-weight: 600;
    padding: 1rem;
    transition: all 0.3s ease;
    border-radius: 0;
    position: relative;
}

.tabs-container .nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #009301;
    transition: all 0.3s ease;
}

.tabs-container .nav-tabs .nav-link:hover::after,
.tabs-container .nav-tabs .nav-link.active::after {
    width: 100%;
}

.tabs-container .nav-tabs .nav-link.active {
    color: #009301;
    background: transparent;
}

.tabs-container .tab-content {
    border-radius: 8px;
    transition: all 0.3s ease;
}

.tabs-container .tab-pane {
    padding: 1rem;
}

.tabs-container .tab-pane ul li {
    margin-bottom: 0.5rem;
    color: #555;
}

@media (max-width: 768px) {
    .tabs-container .nav-tabs {
        flex-direction: column;
    }
    
    .tabs-container .nav-tabs .nav-link {
        border-radius: 4px;
        margin-bottom: 0.5rem;
    }
}


.highlighs-head{
    color: #009301;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.py-6{
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}

.class-mode-course{
    margin-top: 50px !important;
}
.content{
    padding-left: 0px !important;
}

.online-offline-coaching {
    padding: 50px 0;
}

.coaching-wrapper {
    transition: all 0.3s ease;
}

.coaching-card {
    transition: all 0.3s ease;
}

.coaching-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.15) !important;
}

.register-btn button {
    transition: all 0.3s ease;
}

.register-btn button:hover {
    background: #FF8C00 !important;
    transform: translateY(-2px);
}

.play-icon {
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-icon:hover {
    transform: scale(1.1);
}

.about-us-sat{
    background-color: #def5de;
}



/*  Module Table of Contents css  */


.roadmap-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.header {
    text-align: left;
    margin-bottom: 40px;
}

.header h1 {
    color: #002B5B;
    font-size: 3em;
    margin-bottom: 10px;
}

.header h2 {
    color: #333;
    font-size: 1.5em;
    font-weight: normal;
}

.company-info {
    text-align: right;
    margin-bottom: 30px;
}

.roadmap {
    position: relative;
    padding-left: 50px;
}

.road {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #333;
    border-radius: 5px;
}

.step {
    margin-bottom: 40px;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: white;
    max-width: 600px;
}

.step:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
}

.step:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

.step::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid #333;
    border-radius: 50%;
    transform: translateY(-50%);
}

.step:nth-child(1) { background-color: #FF5722; }
.step:nth-child(2) { background-color: #002B5B; }
.step:nth-child(3) { background-color: #0077B6; }
.step:nth-child(4) { background-color: #FF5722; }
.step:nth-child(5) { background-color: #002B5B; }
.step:nth-child(6) { background-color: #0077B6; }

.step-number {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.step-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.step-content {
    font-size: 0.9em;
}

.rocket-icon {
    position: absolute;
    top: -50px;
    right: 50px;
    font-size: 3em;
}
.lg-padding{
    padding-left: 34px !important;
}
@media (max-width: 768px) {
   
    .header h1 {
        font-size: 2em;
    }

    .header h2 {
        font-size: 1.2em;
    }

    .roadmap {
        padding-left: 30px;
    }

    .step {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
    }

    .rocket-icon {
        display: none;
    }
    .lg-padding{
        padding-left: 0px;
    }
}

.banner-color{
    color: #fea405;
    font-weight: 700;
    font-size: 55px;
}
.banner-title-only{
    font-size: 45px;
    font-weight: 600;
    color: #009300;
    text-shadow: 1px 0px 1px hsl(0, 0%, 0%);
    Padding-bottom:20px;
}


/* moduel of course */
@media (max-width: 568px) {
    #timeline{
        padding: 0px !important;
    }
}
/* Placeholders */
@media (min-width: 1000px) {
    #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }
  
    #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
      position: absolute;
      content: "";
      width: 9px;
      height: 9px;
      background-color: #0c980d;
      border-radius: 9px;
      box-shadow: 0px 0px 2px 8px #fea206;
    }
  }
  /* Some Cool Stuff */
  .demo-card:nth-child(1) {
    order: 1;
  }
  
  .demo-card:nth-child(2) {
    order: 4;
  }
  
  .demo-card:nth-child(3) {
    order: 2;
  }
  
  .demo-card:nth-child(4) {
    order: 5;
  }
  
  .demo-card:nth-child(5) {
    order: 3;
  }
  
  .demo-card:nth-child(6) {
    order: 6;
  }
  
  /* Border Box */
  * {
    box-sizing: border-box;
  }
  
  #timeline {
    padding: 100px 0 0px 0px;
  }
  #timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
  }
  #timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
  }
  #timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
  }
  @media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
      display: flex;
      flex-flow: column wrap;
      width: 1170px;
      height: 1650px;
      margin: 0 auto;
    }
  }
  #timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
  }
  @media (min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
      border-left: 2px solid #0c980d;
      height: 1700px;
    }
  }
  #timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
  }
  @media (min-width: 480px) {
    #timeline .demo-card {
      max-width: 60%;
      box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
  }
  @media (min-width: 720px) {
    #timeline .demo-card {
      max-width: 40%;
    }
  }
  @media (min-width: 1000px) {
    #timeline .demo-card {
      max-width: 450px;
      height: 400px;
      margin: 90px;
      margin-top: 45px;
      margin-bottom: 45px;
    }
    #timeline .demo-card:nth-child(odd) {
      margin-right: 45px;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
      border-left-width: 15px;
      border-left-style: solid;
      left: 100%;
    }
    #timeline .demo-card:nth-child(odd) .head::before {
      left: 491.5px;
    }
    #timeline .demo-card:nth-child(even) {
      margin-left: 45px;
    }
    #timeline .demo-card:nth-child(even) .head::after {
      border-right-width: 15px;
      border-right-style: solid;
      right: 100%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
      right: 489.5px;
    }
    #timeline .demo-card:nth-child(2) {
      margin-top: 180px;
    }
  }
  #timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
  }
  #timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
  }
  #timeline .demo-card .head h2 {
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
  }
  @media (min-width: 480px) {
    #timeline .demo-card .head h2 {
      /* font-size: 165%; */
      line-height: 1.2rem;
    }
  }
  #timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
  }
  @media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.1;
    }
  }
  #timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
  }
  @media (min-width: 1000px) {
    #timeline .demo-card .body {
      height: 360px;
    }
  }
  #timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  #timeline .demo-card .body img {
    display: block;
    width: 100%;
  }
  #timeline .demo-card--step1 {
    background-color: #0c980d;
  }
  #timeline .demo-card--step1 .head::after {
    border-color: #0c980d;
  }
  #timeline .demo-card--step2 {
    background-color: #0c980d;
  }
  #timeline .demo-card--step2 .head::after {
    border-color: #0c980d;
  }
  #timeline .demo-card--step3 {
    background-color: #0c980d;
  }
  #timeline .demo-card--step3 .head::after {
    border-color: #0c980d;
  }
  #timeline .demo-card--step4 {
    background-color: #0c980d;
  }
  #timeline .demo-card--step4 .head::after {
    border-color: #0c980d;
  }
  #timeline .demo-card--step5 {
    background-color: #0c980d;
  }
  #timeline .demo-card--step5 .head::after {
    border-color: #0c980d;
  }
  #timeline .demo-card--step6 {
    background-color: #0c980d;
  }
  #timeline .demo-card--step6 .head::after {
    border-color: #0c980d;
  }

  .z1-logo-img{
    position: relative;
  }

  .z1-logo-img img{
    position: absolute;
    top: -79px;
    left: 534px;
    width: 100px;
  }





#why-choose-head{
    font-size: 51px;
    line-height: 1.2;
}

.demo-card{
    border-radius: 15px; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.body{
    background: linear-gradient(180deg, rgba(254, 161, 6, 1) 0%, rgba(255, 184, 0, 1) 100%); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;
}


  @media (min-width: 272px) and (max-width: 350px) {
.navbar-brand img{
    width: 130px !important;
}
  }
  @media (min-width: 272px) and (max-width: 560px) {
    h1{
        padding-top: 30px;
    }
    .heading {
        font-size: 25px;
        margin-top: 30px;
    }
    .bg-light-1 {
        margin-top: 50px;
    }
    #why-choose-head{
        font-size: 27px;
    }
    .coaching-card{
        margin-top: 30px;
    }

    .small{
        font-size: 30px;
    }
    #timeline .demo-card .head h2 span {
        display: block;
        font-size: 1.5rem;
        line-height: 1.1;
        margin: 0;
    }
        .courselastthreebox{
        display: contents !important;
        justify-content: center;
    }
    .number-box{
        display:none !important;
    }
    #timeline .demo-card .head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    padding: 20px;
    text-align: center;
}
.banner-title-only {
    font-size: 37px;
}
.banner-color {
    color: #fea405;
    font-weight: 700;
    font-size: 33px;
}
}

/* #heigthforcard{
    height: 500px !important;
} */


@keyframes shine {
    0% { left: -100%; }
    100% { left: 200%; }
}
.image-wrapper:hover img {
    transform: scale(1.05);
}

.courselastthreebox{
    display: flex ;
    justify-content: center;
}

