.test-series-jee .buy {
    background-color: #2FC18B;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 15px 40px;
    font-size: 18px;
    margin-right: 10px;
}
.junior {
    margin-top: -30px;
}

.jts {
    color: #fff !important;
}



.test-series-jee h2 {
    font-weight: 700;
    font-size: 38px;
}

.test-series-jee p {
    margin: 0;
    color: #fff;
    line-height: 24px;
    font-size: 18px;
}
.test-series-jee .test-jeep p{
    border-right: 1px solid #2FC18B;
    padding: 0 7px;
    font-size: 16px;
    margin-top: 20px;
}
.test-series-jee .test-jeep p:first-child{
    border-left: 1px solid #2FC18B;
}
.test-series-jee span {
    color: #2FC18B;
}

.test-series-jee h6 {
    color: #2FC18B;
}

.landing-btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.landing-btn .cta2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 97px;
    padding: 5px 15px;
    border: 2px solid #2FC18B;
    color: #fff;
    min-height: 30px;
    border-radius: 44px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* carosel */
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
    color: #2FC18B;
}

.start-pad {
    padding-top: 20px !important;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.testimonial .bg-color-green .add-read-more .read-more {
    color: #fff;
}

.testimonial .bg-color-grey .add-read-more .read-more {
    color: #2FC18B;
}

.testimonial .bg-color-green .add-read-more .read-less {
    color: #fff;
}

.testimonial .bg-color-grey .add-read-more .read-less {
    color: #2FC18B;
}

.add-read-more .read-more .Click to Show Less {
    color: #2FC18B;
}

.Click to Show More {
    color: #fff;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    cursor: pointer;
    font-size: 18px;
}

.add-read-more {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}



.main-slider {
    border-radius: 20px !important;
}

.br-curve {
    border-radius: 20px !important;
}

.swiper-wrapper {
    display: flex;
    transition: transform 1s ease-in-out;
    border-radius: 20px !important;
}

.swiper-slide {
    min-width: 100%;
    box-sizing: border-box;
    border-radius: 20px !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 230px;
    border-radius: 20px !important;
}


.dots {
    position: absolute;
    transform: translate(-50%, -50%) !important;
    /* Center dots */
    display: flex;
    gap: 10px;
    margin-left: 95% !important;
    margin-top: 30px !important;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #007bff;
}

.slide2 {
    margin-top: -200px;
}


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

.landing-btn .cta2 {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 18px;
    transition: 0.3s;
}



.landing-btn .cta2 a {
    color: white;
    text-decoration: none;
}


.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.explore {
    flex: 0 1 calc(25% - 20px);
    /* 4 columns with spacing */
    text-align: left;
    border: 2px solid #2FC18B;
    border-radius: 15px;
    padding: 20px 15px;
    height: 430px;
    background-color: #0A0E1A;
    /* Optional: Dark background */
    box-sizing: border-box;
}

.explore h4 {
    font-size: 18px;
    font-weight: 600;
}

.explore h5 {
    font-size: 16px;
    font-weight: 500;
}

.explore li {
    font-size: 14px;
}

.bggreen {
    background-color: #2FC18B;
    color: #000;
}

.bggreen .cta2 {
    background-color: #0f1825 !important;
}

.explore ul {
    padding-left: 18px;
}

.explore li {
    margin-bottom: 10px;
}

.explore .landing-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 30px; */
}
/* .qinstitute .why-all{
        padding: 10px 100px;
} */

.qinstitute h4 {
    color: black;
}

@media (max-width: 992px) {
    .explore {
        flex: 0 1 calc(50% - 20px);
    }
    .column-reverse{
        flex-direction: column-reverse;
        }
}
@media (max-width: 576px) {
    .explore {
        flex: 0 1 100%;
    }
    .column-reverse{
        flex-direction: column-reverse;
        }
}

@media (max-width: 1025px) {
    #about {
        padding-top: 90px;
    }



    .slide2 {
        margin-top: -200px;
        text-align: center;
        margin-left: -41px;
    }
}

@media (max-width: 769px) {
    #about {
        padding-top: 80px !important;
    }

    
    .slide2 {
        margin-top: -200px;
        text-align: center;
        margin-left: -12px;
    }
  
    .why-choose-section {
        margin-top: 130px;
        padding: 10px 0px;
    }
    .why-all .why-text{
        padding-top: 20px;
    }
    .feature-section1 {
        grid-template-columns: 1fr;
        padding: 20px 0;
    }
 .qinstitute .why-all{
        padding: 20px 0;
    }
    
    .end-section{
         padding: 10px 0 50px !important;
    }
    .slide2 {
        margin-top: -130px;
        text-align: center;
        margin-left: -12px;
    }
    .feature-section1 {
        grid-template-columns: 1fr;
        padding: 40px 0;
    }
    .qinstitute .why-all{
        padding: 40px 0;
    }
    .column-reverse{
        flex-direction: column-reverse;
        }
}

.power-text {
    text-align: center;
}

.power-text span {
    color: #2FC18B;
}

.feature-box {
    padding: 10px 20px;
    height: 100%;
    transition: transform 0.3s ease;
    text-align: left;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.feature-box h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.feature-box p {
    font-weight: 400;
    font-size: 16px;
    color: #9EBDEF;
    line-height: 18px;
}


.last-section .cta2 {
    background-color: black;
    color: black;
    border: none;
}

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

.last-section {
    background-color: #2FC18B;
    max-width: 100% !important;
    z-index: 10;
    color: #000;
    padding-top: 60px;
}

.highlight {
    color: #415D53;
}


.why-text {
    text-align: left;
}

.why-text li {
    font-size: 16px;
    font-weight: 400;
    color: #0F1825;
    line-height: 18px;
    margin-left: 15px;
    margin-top: 20px;
}
.why-text span{
    color: #fff;
}
.text-bottom p{
color: #0F1825;
}
.text-bottom span{
    color: #fff;
}
.why-text h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #0F1825;
}
.title-line {
  position: relative; /* important for absolute child to work */
  font-family: lato;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 8px;
 
}
.Talk {
    background-color: #2FC18B;
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 15px 35px;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 180px;
}
.schedule {
    background-color: transparent;
    border: 1px solid #2FC18B;
    color: #fff;
    border-radius: 6px;
    padding: 15px 40px;
    font-size: 18px;
    width: 180px;
}

.title-line::after {
    content: '';
    /* width: 95%; */
    border-bottom: 1px dotted #0F1825;
    position: absolute;
    bottom: 0;
    left: -20px;
    right: 0;
    margin: 0 auto;
}
.why-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}

.qinstitute {
   
    padding: 80px 0;
   }

.bc {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.why-choose-section {
    margin-top: 50px;
}

#abou .jee-text {
    margin-bottom: -50px;
    margin-top: -10px;
}

.last-qinstitute {
    margin-bottom: -50px;
    z-index: 1;
}


.gc {
    background-size: contain;
    background-position: center;
    padding: 80px 0;
    margin-top: 30px;
}

@media (max-width: 1250px) {
    .qinstitute {
        background-size: cover;
        background-position: center;
        padding: 80px 0;
    }
    .partner-institutions {
        background-size: cover!important;
        background-position: center;
        padding: 80px 0;
    }
    .explore {
        height: max-content;
    }
    .gc {
        background-size: cover;
        background-position: center;
        padding: 80px 0;
    }
}
@media (max-width: 440px) {
    .swiper-slide img {
        height: 170px;
    }
    
    .stairs{
        padding-top: 60px;
    }
    .last-section {
       
        padding-top: 30px;
    }
}
@media (max-width: 380px){
    
}
@media (max-width: 330px){
   
}

.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

@media (max-width: 500px) {
    .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}

.topmargin{
        margin-bottom: 70px;
}
/* .img-wrapper img{
    width: 400px;
    max-width: 100%;
    height: auto;
        
} */
/* .end-section {
    padding: 0 245px 50px;
}
 */
.qinstitute  ul.custom-list {
        list-style: none;
        padding-left: 0;
    }
.qinstitute ul.custom-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }
   .qinstitute  ul.custom-list li::before {
        content: "";
        background-image: url("/questpix_web/assets/images/partner_with/right.svg");
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 3px;
    }
    .opportunity{
    background-color: #2FC18B;
    border-radius: 20px;
    border: 2px solid #60FFC4;
    color: #0F1825;
    font-size: 18px;
        height: 150px;
        display: flex;
    align-items: center;
    }
    .opportunity p, .opportunity-b p{
        margin-bottom: 0;
        line-height: 24px;
    }
    .opportunity-b{
        background-color: #29374D;
    border-radius: 20px;
    border: 2px solid #455A7B;
    color: #fff;
    font-size: 18px;
        height: 150px;
        display: flex;
    align-items: center;
    }
    .last-gc {
    margin-bottom: -50px;
    z-index: 1;
}
ul.custom-listw {
    list-style: none;
    padding-left: 0;
}
 ul.custom-listw li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
 ul.custom-listw li::before {
    content: "";
    background-image: url(/questpix_web/assets/images/study_material_package/rightw.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.landing-blk .cta2 {
    padding: 10px 20px;
    border: 2px solid #0F1825;
    color: #0F1825;
    border-radius: 44px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    width: 300px;
}
.blackt{
    color: #0F1825;
}