@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --nse-purple: #392E7D;
    --nse-red: #E41F28;
    --nse-orange: #E34D00;
    --nism-yellow: #F1B519;
    --MIT-blue: #28A5C1;
    --MIT-yellow: #FCB71C;
    --nse-light-purple: #4c3ea7a6;
    --nse-light-orange: rgba(240, 145, 68, 0.769);
    --nse-light-red: #f33c44a8;
    --nse-light-yellow: #f9c53da8;
    --nse-ex-light-purple: #c5c2d689;
    --nse-ex-light-orange: #fd7e1461;
    --nse-ex-light-red: #e41f284f;
    --nse-ex-light-yellow: #f1b51952;
    --btn-color: #585858;
    --white-color: #fff;
    --black-color: #000;
    --gray-color: #dadada;
    --light-gray-color: #eee;
    --light-bg-color: #f7f8fc;
    --bg-main-theme: #F3F6F8;
    --bg-secondary-theme: #f7fcff;
    --bs-light: #f8f9fa;
    --bs-black: #000;
    --bs-blue: #0d6efd;
    --bs-dark-blue: #5863a6;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0080ff;
    --bs-secondary: #6c757d;
    --bs-success: #18d26b;
    --bs-info: #00b8d4;
    --bs-warning: #ffa800;
    --bs-danger: #ff3f3f;

    --bs-dark: #212529;
    --bs-light-green: #58baab;
    --bg-main: #dee2e657;
    --font-para: 0.8rem;
    --testimonial-heading:1.2rem;
    --sub-heading: 1rem;
    --subTextheading:1.1rem;
    --heading: 1.6rem;
}

* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: "Roboto", serif;
}

.h2,
.h2,
.h3,
.h4,
.h5,
.h6,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0%;
}


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    height: 100%;
     
}

main {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.hero_section{
   margin-top:7rem;
}

.waitDiv {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.montserrat-titleHeading {
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar .sectioncontainer {
    display: flex;
    align-items: center;
}

.navbar-toggler {
    position: relative;
}

/* .navbar-toggler::after {
    position: absolute;
    transform: translate(-25%, -50%);
    content: ' ';
    background-image: url('../images/svgs/bars-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
} */

.nav-link {
    color: var(--nse-purple);
    font-weight: 500;
    text-align: center;
}


/* .nav-link:hover {
    color: var(--nse-purple);
    background:var(--nse-ex-light-purple);
    padding: 0.5rem;
    border-radius: 10px;
    transition: all ease 0.3s;
    cursor: pointer;
    text-decoration: none;
}  */

/* ----------------------text ----------------------------*/

p {
    font-size: var(--font-para);
}

a{
    color:var(--nse-purple);
}
.heroText {
    font-size: var(--subTextheading);
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    width: 700px;
    text-align: start;
}

.mq_text {
    font-size: var(--font-para);
    color: var(--nse-orange);
    font-weight: 700;
}


.elearningNumber {
    font-size: 1.7rem;
    font-weight: 800;
    color: #FFF;
}

.elearningIcon {
    font-size: 3rem;
    padding: 0.5rem 0;
    color: var(--nse-purple);
    font-weight: 300;
}

.allProgramShoeMoreHeading {
    font-size: 2.2rem;
    font-weight: 700;
}

.mapHeading {
    font-size: 3rem;
    line-height: 1;
    color: #000;
    padding: 1rem 0;
}

.mapHeadingSpan {
    font-size: 5rem;
}

.allProgramShoeMorepara {
    font-size: var(--font-para);

}

.headingIdex {
    font-size:var(--heading);
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 800;
    color: black;
    width: 100%;
    justify-self: center;
}

.headingIdex span {
    /* color: var(--nse-purple);  */
    background: linear-gradient(270deg,
            #392E7D,
            #E41F28,
            #E34D00,
            #F1B519);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.headingHelpDesk {
    text-align: center !important;
}

.heading {
    font-size: 1.6rem;
    padding-block: 1.5rem;
    text-align: left;
    font-weight: 600;
    color: var(--nse-purple);
    width: 100%;
    justify-self: center;

}

.cardheading {
    font-size: 1.45rem;
    color: var(--nse-purple);
    min-height: 50px;
    height: 50px;
}

.cardheadingelarning {
    font-size: 1.1rem;
    text-align: center;
}

.paraheading {
    font-size: 1.25rem;
}

.Courseheading {
    font-size: 2.25rem;
    font-weight: 600;
}

.paraheadingtwo {
    font-size: 1.6rem;
    color: var(--nse-orange);
}

.paratextwo {
    font-size: 1rem;
    font-weight: 700;
}

.paratextone {
    font-size: 1vw;
}

.paratexttwo {
    font-size: 0.95rem;
}

.cardtextone {
    font-size: 0.7rem;
    /* font-weight: 500; */
    margin-bottom: 5px;
    min-height: 50px;
}

.cardtextonecontact {
    font-weight: 400;
}

.cardtexttwo {
    font-size: 0.8vw;
    font-weight: 400;
}

/* section starts from here */
.sectioncontainer {
    width: 100%;
    padding-inline: 3rem;

}

.testimonialshortDesc {
    padding: 0.2rem 1rem;
    background-color: #73b5f73a;
    border-radius: 50px;
    color: var(--nse-purple);
    width: fit-content;
    margin: 0.3rem;
    text-align: center;
}

/* main starts from here  */
.bodymain {
    overflow-y: hidden;
    background-color: #fff;
}

.sectionsmain {
    background-color: var(--white-color);
}

/*  */
#pgdiploma,
#workingproffesionals,
#howtoenroll,
#aboutnism,
#program_glimps,
#key_feature,
#benefits,
/* #contactus, */
#aboutbootcamp {
    padding: 3rem 0;

}

#mbaprograms,
#coursefaqs {
    padding-bottom: 2rem;
}

/* header stars from here */

.headerbtn_outline {
    border: 1px solid var(--nse-purple);
    color: var(--nse-purple);
    padding: 0.5rem 0rem;
    border-radius: 5px;
    transition: all ease 0.3s;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    min-width: 80px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
}

.headerbtn_outline:hover {
    background-color: var(--nse-purple);
    color: #fff;
}

/* header starts from here */
.headerbtn ,.headerbtnRegister {
    border:1px solid var(--nse-purple);
    background-color: var(--nse-purple);
    color: #fff ;
    padding: 0.4rem;
    border-radius: 10px;
    transition: all ease 0.3s;
    cursor: pointer;
    text-decoration: none;
    min-width: 75px;
    width: 100%;
    height:fit-content;
    text-align: center;
    font-size:var(--font-para);
    /* max-height: 40px; */
}

.headerbtn:hover {
    color: var(--nse-purple);
    background-color: var(--bs-light);
}

.headerbtnRegister{
    color: var(--nse-purple);
    background-color:  var(--bs-light);
}
.headerbtnRegister:hover{
    background-color: var(--nse-purple);
    color: #fff ;
}

.navigation_header {
    z-index: 99;
    background-color: white;
    position: fixed;
    top: 0%;
    width: 100%;
    box-shadow: 0px 8px 6px -8px rgba(0, 0, 0, 0.3);
}

.navigation_header nav {
    width: 100%;
}

.hero_section_nismIcon img {
        height: 5vh;
}

.search-container {
    position: relative;
}

.search-input {
    padding:6px;
    width: 21.6vw;
    font-size: 0.8rem;
    padding-left: 50px;
    background-color: #dadada40;
    border:none;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
    font-size: 1rem;
}

header .dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
}

header .dropdown-item {
    text-wrap: wrap;
}


header .dropdown-menu ul {
    list-style: none;
    padding: 0;
}

header .dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: 0.5em 1em;
}

header .dropdown-menu li .dropdown-item:hover {
    background-color: #f1f1f1;
}

header .dropdown-menu li:first-child a:hover {
    background-color: #f1f1f1;
}

.register:hover {
    color: white !important;
}

header .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

header .dropdown-menu ul {
    list-style: none;
    padding: 0;
}

header .dropdown-menu li a {
    color: gray;
    padding: 0.5em 1em;
}

.nal_circle_logo{
    width:50px;
    height:50px;
}








/* hero starst from here  */
#hero {
    min-height: 40vh;
    width: 100%;
    background-size: cover;
    background-color: #fff;
}

#hero .herobanner {
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: 0;
}




.herobody {
    display: flex;
    gap: 4rem;
}

.herobody .heropara {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}

.herobody .heropara .login {
    background-color: #fff;
    color: var(--nse-purple);
    border: 1px solid var(--nse-purple);
}

.herobody .heropara p {
    text-align: justify;
    color: black;
    text-shadow: 1px 1px 2px rgb(102, 102, 102);
}


.carousel-item img {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
}


.herobody>div {
    max-width: 50%;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    justify-content: start;
    padding-top: 5rem;
}

.herobody .heroImage {
    max-width: 50%;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    padding-top: 5rem;
}

.herobody>div img {
    width: 70%;
    border-radius: 10px;
}

.heroimg img {
    border-radius: 10px;
}

.herobody h2 {
    font-size: 3rem;
    font-weight: 600;
    color: var(--nse-purple);
}

.herobody h4 {
    font-size: 2rem;
    color: var(--nse-orange);
}

.herobody h5 {
    color: white;
}

.responsiveBtns {
    display: none;
}

.porgrambtn {
    text-decoration: none;
    background-color: var(--nse-purple);
    color: #fff;
    width: 100%;
    max-width: 400px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.7rem;
    transition: all ease-in-out 0.2s;
    border-radius: 5px;
}

.porgrambtn:hover {
    /* scale: 1.1; */
    color: #fff;
}

/* mbaprograms starts from here */
#mbaprograms {
    background-color: white;

}

.heroBtn:nth-child(1):hover {
    color: #fff;
}

.mbaprogramsbody {
    height: 100%;
    overflow: auto;
}

.mbaprogramsbody::-webkit-scrollbar-thumb {
    background-color: var(--bs-yellow);
}

.programcards {
    text-align: center;
    color: var(--nse-orange);
    padding-block: 1rem;
    font-size: 1.7rem;
}

.programsbodycards {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2vh;
    /* padding: 5px; */
}


.programsbodycard {
    margin-block: 0.5rem;
    box-shadow: #8d8d8d 0px 2px 8px 0px;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    flex-direction: column;
    min-height: 385px;
}

.programsbodycard:hover .programsbodycardimg img {
    scale: 1.04;

}

.programsbodycardimg img {
    height: 100%;
    width: 100% !important;
}

.programsbodycardimg {
    position: relative;
    overflow: hidden;
    height: 170px;

}

.programsbodycardimg .band {
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: -25px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.programsbodycardimg .band::after {
    content: 'Free';
    position: absolute;
    width: 150%;
    height: 30px;
    background-image: linear-gradient(45deg, var(--nse-orange) 0%, var(--nse-orange) 51%, var(--nse-orange) 100%);
    transform: rotate(-45deg) translateY(-40px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

.programsbodycard img {
    width: 100%;
    transition: all ease 0.3s;

}

.programsbodycardpara {
    padding: 15px 10px;
    /* new */
    /* height: 18vw; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .programsbodycardpara {
    padding: 15px 10px;
    min-height: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
} */

.programsbodycardparabody {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 8px;
}

.programsbodycardname {
    /* min-height: 15vh; */
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.programsbodycardname p {
    line-height: 1.1;
    font-weight: 400;
    min-height: 30px;
    overflow-y: scroll;
    height: 25px;
}

.programsbodycardpara i {
    color: var(--nse-purple);
    /* font-size: 1.2rem; */
}

.programsbodycarddurationtime {
    display: flex;
    justify-content: start;
    gap: 1rem;
}

.programsbodycardbutton {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-block: 0.5rem;
    gap: 0.5rem;

}



.programsbodycardbutton .btn:nth-child(1) {
    max-width: 45%;
    background-color: #fff;
    border: 1px solid var(--nse-purple);
    color: var(--nse-purple);
}

.programsbodycardbutton .btn:nth-child(2) {
    max-width: 50%;
    background-color: rgb(48 48 145);
    color: #fff;
}

/* .programsbodycardbutton .btn:hover{
    scale: 1.1;
} */

.programsbodycardbuttonbtn {
    flex-grow: 1;
    padding: 5px;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    background-color: #e7e8ff;
    transition: 0.2s all ease-in-out;
}

.programsbodycardbuttonbtn:hover {
    background-color: white;
    border: 1px solid var(--nse-purple);
}

.button-container {
    text-align: center;
    width: 100%;
}

.button-container a {
    margin: 1vw auto;

}

.button-container i {
    font-size: 1.4vw;
}

.exploreNowDiv {
    background-color: var(--nse-purple);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    gap: 0.8rem;
    color: #fff;
    margin: 1rem 0;
}

.viewMoreBtn {
    background-color: #fff;
    color: var(--nse-purple);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    transition: all ease 0.3s;
    border: 2px solid var(--nse-purple);
    text-decoration: none;

}

#viewMoreBtn:hover {
    color: #fff;
    background-color: #030250;
    border: 2px solid #fff;
}

/* how to enroll starts from here  */
.howtoenrollbody {
    padding-block: 3rem;
}

.howtoenrollbody {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 3rem;
    border-radius: 30px;
}

.howtoenrollbody .howtoenrollpara {
    max-width: 100%;
    width: 100%;
}

.howtoenrollbody .howtoenrollbtn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.howtoenrollbody .howtoenrollbtn .btn {
    width: 100%;
    background-color: var(--nse-purple);
    color: white;
    max-width: 200px;
    padding: 0.5rem;
}

/* nism e learning */
#nismE_learning {
    width: 100vw;
    height: 100%;
    padding-block: 2%;
    position: relative;
}

#nismE_learning .sectioncontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    position: relative;
    margin: 2rem 0 3.5rem 0;
    height: 100%;

}

.e_learningCards {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
    width: 100%;
    min-height: 42vh;
}

.e_learningCards .bgDiv {
    width: 100px;
    height: 6vh;
    border-radius: 5px 5px 50px 50px;
    background-color: var(--nse-orange);
}

.e_learningCards .E_cardContent {
    position: absolute;
    top: 4%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: rgba(219, 227, 231, 0.671); */
    background-color: #ebe0dabf;
    border-radius: 10px;
    backdrop-filter: blur(7px);
    width: 100%;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

.e_learningCards .E_cardContent p {
    text-align: center;
}

.e_learningCards .E_cardContent .textheadAndPara {
    position: absolute;
    top: 10%;
    padding: 0rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vh;
}

.e_learningCards .E_cardContent .cardtexttwo {
    display: none;
}

/* .e_learningCards .E_cardContent i{
    font-size: 2.5rem;
    padding: 1rem;
    font-weight: 600;
} */

/* about nism start from here  */

.aboutnismbody {
    display: flex;
    align-items: center;
    gap: 3rem;
}


.aboutnismbodypara {
    text-align: justify;
    max-width: 50%;
    width: 100%;
    /* padding-inline: 3rem; */
}

.aboutnismbodyimg {
    max-width: 40%;
    width: 100%;
}

.aboutnismbodyimg img {
    border-radius: 5px;
    width: 100%;
}

.aboutnismbodyimgone {
    border: 10px solid white;
    top: 10%;
    z-index: 0;
    outline-offset: 10px;
    outline: 1px solid var(--nse-purple);
}


/*  program glimps starts from here */

#program_glimps .container-fluid {
    padding: 30px 5px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.swiper_video_card {
    text-decoration: none;
}

.swiper-slide {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.program_glimps_video_card_inner {
    max-width: 350px;
    position: relative;
    overflow: hidden;
}

.program_glimps_video_card:hover .video_card_banner {
    top: 100%;
    transition: top 0.5s ease-in-out;
}

.video_card_banner {
    font-weight: 600;
    color: var(--white-color);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    top: 0%;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    border-radius: 5px;
}

.program_glimps_video_card_inner img {
    border-radius: 5px;
    width: 100%;
}

.swiperglimps {
    position: relative;
}

.next_prev {
    margin: 5px;
    gap: 1rem;
    flex-direction: row-reverse;
    display: flex;
    font-size: 1.4rem;
}

.next_prev i {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 2rem;
    width: 2rem;
    border: 2px solid var(--bs-black);
}

/* key feature starts from here */

#key_feature {
    background-color: rgb(248, 249, 250);
}

.key_feature_cards {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.key_feature_card {
    max-width: 240px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 5px;
}

.key_feature_card .key_feature_card_heading {
    min-height: 8vh;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.key_feature_card_para span {
    /* color: var(--nse-red); */
    font-weight: 500;
}

.key_feature_card .key_feature_card_heading i {
    font-size: 1rem;
}

/* key feature ends here */

/* benefits starts from here */
#benefits {
    background-color: rgb(248, 249, 250);
}

#benefits .container-fluid {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.benefits_cards {
    gap: 1.5rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.benefits_card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    max-width: 250px;
}

.benefits_card .card_heading {
    padding: 5px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid var(--nse-ex-light-purple);
}

.benefits_card .img {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    border-radius: 50%;
    /* background-color: white; */
    max-width: 50px;
}

.benefits_card .img img {
    min-height: 10px;
    width: 100%;
}


/* benefits starts end here */


/* contact starts fome here  */




/* helpdesk starts from here */
#helpdesk {
    padding-bottom: 3rem;
}

.helpdeskcards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    color: var(--nse-purple);
}



.helpdeskcardtwo {
    align-self: flex-end;
}





.helpdeskcard .social_icon_container {
    display: flex;
    gap: 0.5rem;
}

.helpdeskcard .social_icon_container a {
    max-width: 35px;
    width: 100%;
    text-decoration: none;
}

.helpdeskcard .social_icon_container a img {
    width: 100%;
}

/* footer starts from here  */
footer {
    background-color: var(--nse-purple);
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

footer .footerContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 9rem;
    width: 100%;
}

/* .footerContent{
    display: flex; 
    align-items: center;
    justify-content: space-between
} */

.footercard {
    display: flex;
    gap: 1rem;
}

.footercard1 {
    background: var(--nse-orange);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0.1rem 0.6rem;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 28px;
        padding: 0.5rem 0.8rem;
    z-index: 1000;
}
.footercard2{
        background: var(--nse-orange);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0.1rem 0.6rem;
    border-radius: 50%;
    position: fixed;
    right: 85px;
    bottom: 28px;
        padding: 0.5rem 0.8rem;
    z-index: 1000;
}

.footercard a,
.footercard1 a {
    color: #fff;
    text-decoration: none;
}

.social_icon_container a {
    text-decoration: none !important;
}

footer .social_icon_container i {
    color: #ffffff;
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid;
    background-color: var(--nse-purple);
    border-radius: 10px;
}

.scrollToTop {
    border-radius: 10px;  
}

.scrollToTop i {
    font-size: 1.3rem;
}

.scrollToExplore {
    border-radius: 10px;

}

.scrollToExplore i {
    font-size: 1.3rem;
}

#benifitScrollerResponsive {
    display: none;
}

/* modal form css starts from here */
#registerModal {
    z-index: 999999999999;
}

#registerModal .modal-header img {
    width: 8rem;
}

.get_in_touch_inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.get_in_touch_inner .section_heading_main {
    color: var(--bs-white);
}

.get_in_touch_innerForm {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.get_in_touch_innerForm_title h4 {
    font-size: 0.9rem;
    color: #392d7d;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
}

.get_in_touch_innerForm_input {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 20px;
}

.get_in_touch_innerForm_input .form-control {
    border-radius: 0px;
    border: none;
    background-color: #f2f2f3;
    font-size: 1rem;
    color: #777;
    border-radius: 0.3rem;
}

.get_in_touch_innerForm_input .form-control:focus {
    width: 100%;
    box-shadow: none;
    outline: none;
    background-color: #f2f2f3;
}

.get_in_touch_innerForm_input span {
    display: flex;
    gap: 1.2rem;
}

.get_in_touch_innerForm_input select {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 1rem;
    border: none;
    color: #777;
}

.get_in_touch_innerForm_input .form-control::placeholder {
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #777;
}

.get_in_touch_innerForm_input button {
    padding: 0.8rem 1.2rem;
    color: #fff;
    background-color: #28A5C1;
    border: none;
    border-radius: 0.4rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.btn-close {
    font-size: 0.9rem;
}



/* ragistration model css start from here */




#registrationForm .clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

#registrationModal h2 {
    font-size: 1.5rem !important;
}

#registrationForm .form_wrapper {
    background: #fff;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px;
    margin: 8% auto 0;
    position: relative;
    z-index: 1;
    border-top: 5px solid var(--nse-purple);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.8s 0.6s ease-out forwards;
    animation: expand 0.8s 0.6s ease-out forwards;
    /* opacity: 0; */
}

#registrationForm .form_wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
}

#registrationForm .form_wrapper .title_container {
    text-align: center;
    padding-bottom: 15px;
}

#registrationForm .form_wrapper h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}

#registrationForm .form_wrapper label {
    font-size: 12px;
}

#registrationForm .form_wrapper .row {
    margin: 10px -15px;
}

#registrationForm .form_wrapper .row>div {
    padding: 0 15px;
    box-sizing: border-box;
}

#registrationForm .form_wrapper .col_half {
    width: 50%;
    float: left;
}

#registrationForm .form_wrapper .input_field {
    position: relative;
    margin-bottom: 20px;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}

#registrationForm .form_wrapper .input_field>span {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    height: 100%;
    border-right: 1px solid #cccccc;
    text-align: center;
    width: 30px;
}

#registrationForm .form_wrapper .input_field>span>i {
    padding-top: 10px;
}

#registrationForm .form_wrapper .textarea_field>span>i {
    padding-top: 10px;
}

#registrationForm .form_wrapper input[type=text],
#registrationForm .form_wrapper input[type=mobile],
#registrationForm .form_wrapper input[type=email] {
    width: 100%;
    padding: 8px 10px 9px 35px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#registrationForm .form_wrapper input[type=text]:hover,
#registrationForm .form_wrapper input[type=email]:hover,
#registrationForm .form_wrapper input[type=mobile]:hover {
    background: #fafafa;
}

#registrationForm .form_wrapper input[type=text]:focus,
#registrationForm .form_wrapper input[type=email]:focus,
#registrationForm .form_wrapper input[type=mobile]:focus {
    -webkit-box-shadow: 0 0 2px 1px rgba(3, 201, 191, 0.466);
    -moz-box-shadow: 0 0 2px 1px rgba(3, 201, 191, 0.466);
    box-shadow: 0 0 2px 1px rgba(3, 201, 191, 0.466);
    border: 1px solid var(--nse-purple);
    background: #fafafa;
}

#registrationForm .form_wrapper input[type=submit] {
    background: var(--nse-purple);
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#registrationForm .form_wrapper input[type=submit]:hover {
    background: #fff;
    color: var(--nse-purple);
    border: 1px solid var(--nse-purple);

}

#registrationForm .form_wrapper input[type=submit]:focus {
    background: var(--nse-purple);
    color: #fff;
}

#registrationForm .form_wrapper input[type=checkbox],
.form_wrapper input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#registrationForm .form_container .row .col_half.last {
    border-left: 1px solid #cccccc;
}

#registrationForm .checkbox_option label {
    margin-right: 1em;
    position: relative;
}

#registrationForm .checkbox_option label:before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5em;
    vertical-align: -2px;
    border: 2px solid #cccccc;
    padding: 0.12em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease;
}

#registrationForm .checkbox_option label:after {
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: 7px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    width: 7px;
    display: none;
}

#registrationForm .checkbox_option input:hover+label:before {
    border-color: #000000;
}

#registrationForm .checkbox_option input:checked+label:before {
    border-color: #000000;
}

#registrationForm .checkbox_option input:checked+label:after {
    -moz-animation: check 0.8s ease 0s running;
    -webkit-animation: check 0.8s ease 0s running;
    animation: check 0.8s ease 0s running;
    display: block;
    width: 5px;
    height: 8px;
    border-color: #000000;
}

#registrationForm .radio_option label {
    margin-right: 1em;
}

#registrationForm .radio_option label:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-radius: 100%;
    vertical-align: -3px;
    border: 2px solid #cccccc;
    padding: 0.15em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease;
}

#registrationForm .radio_option input:hover+label:before {
    border-color: #000000;
}

#registrationForm .radio_option input:checked+label:before {
    background-color: #000000;
    border-color: #000000;
}

#registrationForm .select_option {
    position: relative;
    width: 100%;
}

#registrationForm .select_option select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
}

#registrationForm .select_option select::-ms-expand {
    display: none;
}

#registrationForm .select_option select:hover,
.select_option select:focus {
    color: #000000;
    background: #fafafa;
    border-color: #000000;
    outline: none;
}

#registrationForm .select_arrow {
    position: absolute;
    top: calc(50% - 4px);
    right: 12px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover+.select_arrow,
.select_option select:focus+.select_arrow {
    border-top-color: #000000;
}

.credit {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px;
    color: var(--nse-purple);
}

.credit a {
    color: #020076;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}


#coursefaqs #courseFAQ {
    width: 100%;
}

/* #coursefaqs .accordion-item {
    border: 1px solid rgba(0, 0, 0, .125);
    border: 0;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#coursefaqs .accordion-header {
    border-radius: 10px;
}

#coursefaqs .sectioncontainer {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#coursefaqs .coursefaqsbody {
    width: 100%;
    max-width: 100%;
}

#coursefaqs .accordion-button:not(.collapsed)::after {
   transform: rotate(135deg);
}

#coursefaqs .accordion {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#coursefaqs .accordion .accordion-item {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#coursefaqs .accordion-button:not(.collapsed) {
    background-color: transparent;
    font-weight: 600;
    color: var(--nse-purple);
    box-shadow: none;
}

#coursefaqs .accordion-button:focus {
    border: none;
    box-shadow: none;
} */


#scrolling {
    padding-block: 30px;
    margin-bottom: 20px;
    background: var(--bg-main);
}

.impact-header {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.line {
    height: 1px;
    background: #adadad;
    flex: 1;
}

.line-mobile {
    display: none;
    height: 1px;
    background: #adadad;
    flex: 1;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.title {
    font-size: var(--font-para);
    letter-spacing: 0.5px;
    color: #adadad;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}


#scrolling .carousel-control-next-icon,
#scrolling .carousel-control-prev-icon {
    color: #000;
    font-size: 1.25rem !important;
    border: 2px solid var(--nse-purple);
    background-color: #fff;
    /* padding: 0.6rem 0.9rem; */
    border-radius: 50%;
    font-weight: 600;

}


#testimonial {
    padding-bottom: 0rem;
    padding-top: 3rem;
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    cursor: pointer !important;
}

#testimonial .sectioncontainer {
    margin: 0 3rem;
}

#testimonial .carousel-inner {
    border-radius: 20px;
    height: 100%;
    background-color: #eff8fd;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    cursor: pointer !important;
}

.carousel-inner:hover {
    cursor: pointer !important;
}


#testimonial .carousel-control-prev-icon {
    background-image: url(../images/svgs/arrow-left-circle-line.svg);
    fill: #060057 !important;
    opacity: 1 !important;
}


#testimonial .carousel-control-next-icon {
    background-image: url(../images/svgs/arrow-right-circle-line.svg);
    fill: #ff0000 !important;

}

#testimonial .carousel-inner img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

#testimonial .bpl {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    height: 100%;
}

#testimonial .caption {
    color: #fff;
    width: 70%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#testimonial .caption h2 {
    padding: 1rem 0;
}

#testimonial .caption h5 {
    color: var(--nse-purple);
    font-weight: 600;
}

#testimonial .caption i {
    color: var(--nse-purple);
    font-size: 5rem;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--nse-purple);
}

#testimonial .caption p {
    color: #3a3a3a;
    /* padding-top: 1.5rem; */
    text-align: center;
    font-style: italic;

}

#testimonial .carousel-item {
    min-height: 50vh;
}

#scrolling .carousel-item {
    min-height: 42vh;
}

.navContact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0.5rem 3rem;
    background: url(../cardImages/bgimage.svg) no-repeat center center;

    color: #fff;
}

.search {
    display: flex;
    align-items: center;
    margin: 0 2rem;
}

.search input {
    padding: 0.5rem;
    border: 2px solid var(--nse-purple);
    width: 25vw;
    border-radius: 50px 0 0 50px;

}

.search input:active {
    border-color: var(--nse-purple);
}

.search i {
    padding: 0.75rem;
    border: 2px solid var(--nse-purple);
    border-left: none;
    color: var(--nse-purple);
    border-radius: 0 50px 50px 0;
}

.nav-item i {
    color: var(--nse-purple);
    font-size: 1rem;
}

.nav-item p {
    position: absolute;
    display: none;
    top: 100%;
}

.call i {
    transform: flip;
}

.nav-item .call:hover~p,
.nav-item .mail:hover~p {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 10px;
    text-wrap: nowrap;
    width: fit-content;
    background-color: white;
    display: block;
}

.dropdownmegamenuitems {
    position: relative;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dropdownmegamenu {
    /* transition: 2s ease-in-out !important;     */
    overflow: hidden !important;
    transition: opacity 1.3s ease, transform 1.3s ease, visibility 1.3s;
}



.dropdownmegamenu a {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    font-size: var(--font-para);
}



#leftArrow {
    position: absolute;
    right: 31.1%;
    top: 19vh;
    color: var(--nse-purple);

}

#rightArrow {
    position: absolute;
    left: 31.1%;
    top: 19vh;
    color: var(--nse-purple);
}

#navigate {
    top: 108%;
    position: absolute;
}

#rbiSlider .swiper-button-prev:after,
#rbiSlider .swiper-button-next:after {
    font-size: 1.2rem !important;
    border: 2px solid var(--nse-purple);
    background-color: transparent;
    padding: 0.4rem 0.7rem;
    border-radius: 50%;
    font-weight: 600;
}

/* #rbiSlider .swiper {
    overflow: visible;
} */
#rbiSlider {
    padding: 1rem 0;
    background-color: #fff;
    padding-inline: 6rem;
}

#rbiSlider .swiper {
    width: 100%;
    height: 38vh;
}

#rbiSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#rbiSlider .swiper-slide a {
    height: 100%;
    width: 100%;
}

#rbiSlider .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: fill;
}

.swiper-slide-active {
    height: 36vh !important;
    border-radius: 30px !important;
}

/* swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-prev */
.swiper-slide-prev {
    height: 33vh !important;
    border-radius: 20px !important;
}

.swiper-slide-next {
    height: 33vh !important;
    border-radius: 20px !important;
}

#rbiSlider .swiper-slide:not(.swiper-slide-active) img:hover {
    opacity: 1
}

#rbisliderResponsive {
    display: none;
    padding: 0 2rem;

}

#rbisliderResponsive .swiper-button-next:after {
    display: none;
}

#rbisliderResponsive .swiper-button-prev:after {
    display: none;
}


/*.dropdownmegamenu:hover .dropdownmegamenuitems{
    display: flex;
}*/

.dropdownmegamenu:hover body {
    filter: brightness(0.5);
}


/*.dropdownmegamenuitems::selection{
    transition: 0.5s ease-out;
    display: flex;
}*/


.dropdownmegamenuitems ul {
    list-style-image: url('../images/svgs/circle-solid.svg');
    width: 100%;
    /* margin: 0 1rem; */
    overflow-wrap: break-word;
}

/* .dropdownmegamenuitems ul li{
    border-bottom: 1px solid gray;
} */
#scrolling .sectionContainer {
    margin: 0 3rem;
}

#scrolling .card {
    background-color: transparent !important;
}

#scrolling .cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 1vw;
}

#scrolling .card img {
    max-width: 100%;
    max-height: 100%;
}

#scrolling .card {
    /* box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18); */
    border: none;
    border-radius: 0;
}

/* #scrolling .carousel-inner {
  padding: 1em;
} */
#scrolling .carousel-control-prev,
#scrolling .carousel-control-next {
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 56%;
    transform: translateY(-50%);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

}

#scrolling .carousel-control-next {
    right: 0vw;
}

#scrolling .carousel-control-prev {
    left: 0vw;
}

#scrolling .carousel-control-next-icon,
#scrolling .carousel-control-prev-icon {
    color: #000;
    font-size: 1.25rem !important;
    border: 2px solid var(--nse-purple);
    background-color: #fff;
    /* padding: 0.6rem 0.9rem; */
    border-radius: 50%;
    font-weight: 600;
}

#scrolling .containerr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
}

#scrolling .containerr::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: var(--nse-purple);
    z-index: 0;
}

#scrolling .step {
    position: relative;
    text-align: center;
    z-index: 1;
}

#scrolling .step .circle {
    width: 4vw;
    height: 4vw;
    background: linear-gradient(270deg,
            #392E7D,
            #E41F28,
            #E34D00,
            #F1B519);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;

    color: white;
    font-size: 33px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* margin: auto; */
    left: 50%;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#scrolling .step .content {
    width: 15vw;
    height: 15vw;
    background: #ffffff8a;
    padding: 1.5vw;
    border-radius: 10%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: -4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    bottom: 20px;
    backdrop-filter: blur(5px);
    /* left: 50px; */
    z-index: -1;
}

#scrolling .step .content i {
    font-size: 2vw;
    padding: 1rem;
    color: var(--nse-purple);
    font-weight: 300;
}

#scrolling .step .content h4 {
    margin: 5px 0;
    color: #333;
    font-size: 1vw;
}

#scrolling .step .content p {
    font-size: 0.8vw;
    color: #777;
    margin-bottom: 1rem;
}

.card {
    align-items: center !important;

}

#benifitScrollerResponsive .swiper {
    width: 100%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}

#benifitScrollerResponsive .containerr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    /* height: 60vh; */
}

#benifitScrollerResponsive .containerr::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: var(--nse-purple);
    z-index: 0;
}

#benifitScrollerResponsive .step {
    position: relative;
    text-align: center;
    z-index: 1;
    /* padding-right: 28vw; */
    left: 8%;
    transform: translateX(-50%);
}

#benifitScrollerResponsive .step .circle {
    width: 100px;
    height: 100px;
    background: var(--nse-purple);
    color: white;
    font-size: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#benifitScrollerResponsive .step .content {
    width: 270px;
    height: 270px;
    background: #ffffff8a;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    bottom: 30px;
    left: 50px;
    backdrop-filter: blur(5px);

}

#benifitScrollerResponsive .step .content i {
    font-size: 3rem;
    padding: 1rem;
}

#benifitScrollerResponsive .step .content h4 {
    margin: 5px 0;
    color: #333;
    font-size: 14px;
}

#benifitScrollerResponsive .step .content p {
    font-size: 12px;
    color: #777;
    margin-bottom: 1rem;
}

#coursefaqs {
    background-color: var(--bg-main);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .2rem;
    padding-left: .2rem;
    display: flex;
    align-items: center;
    font-size: var(--font-para);

}

.social_icon_container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#contactLocation{
   background:var(--bg-main);
}

#contactLocation .contentLinks {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

#contactLocation .contentLinks a {
    text-decoration: none;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    background-color: var(--nse-purple);
    border-radius: 5px;
    color: #fff;
    font-size: var(--font-para);
        width: fit-content;
}

#contactLocation .mapMulti {
    height: 45vh;
    width: 60%;
}

#contactLocation .mapCover {
    height: 95%;
    width: 100%;
    background-color: var(--nse-purple);
    overflow: hidden;

}

#contactLocation .mapCover iframe {
    height: 100%;
    width: 100%;
}



/* mega menu  css start */
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.dropdown-item:focus,
.dropdown-item:hover {
    color: black !important;
    background-color: transparent !important;
}

/* newone */
.dropdownmegamenu .dropdownmegamenuitems {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background-color: #FFFFFF;
    display: none;
    position: absolute;
    left: 0%;
    top: 97%;
    /* padding: 10px; */
     /*  transition: all ease-in-out 1s !important;*/
    height: 90vh;
    padding-inline: 1rem;
    overflow-y: auto;
}



.dropdownmegamenuitems .main-box .tab {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    gap: 5px;
    overflow: hidden;
    background-color: transparent;
    border: none;
    align-items: flex-start;
    padding-block: 1rem;
    /* background-color: var(--nse-purple); */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    height: auto;
    border-radius: 3px;
}

.tabcontent_overflow ul{
    padding: 0px !important;
}

.tabcontent {
    display: none;
    width: 100%;
    min-height: 70vh;
    height: 70vh;
    /* padding-block: 1rem; */
    /* background-color: white; */
    /* padding-block: 1rem; */

}

.tabcontent.active {
    display: block !important;
}

.dropdownmegamenuitems .main-box {
    /* display: flex; */
    /* justify-content: center; */
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.main-box .tabcontent ul {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    list-style: none;
}

.main-box .tabcontent ul li {
    width: 24%;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #ffc1076b;
    min-height: 59px;
    display: flex;
    align-items: center;
}

.main-box .tabcontent ul li:hover {
    background-color: rgba(3, 0, 155, 0.123);
}


.tab button {
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.3s;
    font-size: 0.8rem;
    width: fit-content;
    background-color: transparent;
    text-align: left;
    font-weight: 500;
    border: 1px solid #8281be;
    border-radius: 5px;
}

.tab button:hover {
    color: white;
    background-color: #8281be;
}


.tab button.active {
    background-color: #8281be;
    color: white;
}



#leftArrow {
    position: absolute;
    right: 31.1%;
    top: 19vh;
    color: var(--nse-purple);

}

#rightArrow {
    position: absolute;
    left: 31.1%;
    top: 19vh;
    color: var(--nse-purple);
}

#navigate {
    top: 108%;
    position: absolute;
}

#rbiSlider .swiper-button-prev:after,
#rbiSlider .swiper-button-next:after {
    font-size: 1.5rem !important;
    border: 2px solid var(--nse-purple);
    background-color: transparent;
    padding: 0.4rem 0.7rem;
    border-radius: 50%;
    font-weight: 600;
}

/* #rbiSlider .swiper {
    overflow: visible;
} */
/* #rbiSlider {
    padding: 1rem 0;
    background-color: #fff;
} */

#rbiSlider .swiper {
    width: 100%;
    height: 38vh;
}

#rbiSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#rbiSlider .swiper-slide a {
    height: 100%;
    width: 100%;
}

#rbiSlider .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: fill;
}

.swiper-slide-active {
    height: 36vh !important;
    border-radius: 30px !important;
}

/* swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-prev */
.swiper-slide-prev {
    height: 36vh !important;
    border-radius: 20px !important;
}

.swiper-slide-next {
    height: 36vh !important;
    border-radius: 20px !important;
}

#rbiSlider .swiper-slide:not(.swiper-slide-active) img:hover {
    opacity: 1
}

#rbisliderResponsive {
    display: none;
    padding: 0 2rem;

}

#rbisliderResponsive .swiper-button-next:after {
    display: none;
}

#rbisliderResponsive .swiper-button-prev:after {
    display: none;
}


/* .dropdownmegamenu:hover .dropdownmegamenuitems {
    display: flex;
} */

.dropdownmegamenuitems::selection {
    transition: 0.5s ease-out;
    display: flex;
}


.dropdownmegamenuitems>ul {
    list-style-image: url('../images/svgs/circle-solid.svg');
    width: 20vw;
    /* margin: 0 1rem; */
    overflow-wrap: break-word;
}

.dropdownmegamenuitems>ul li {
    border-bottom: 1px solid gray;
}

#scrolling .sectionContainer {
    margin: 0 3rem;
}


#scrolling .cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 1vw;
}

#scrolling .card img {
    max-width: 100%;
    max-height: 100%;
}

/* #scrolling .card {
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18); 
    border: none;
    border-radius: 0;
} */

.programsbodycardname p::-webkit-scrollbar {
    width: 3px !important;
}

/* Track */
.programsbodycardname p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #8080801a;

}

/* Handle */
.programsbodycardname p::-webkit-scrollbar-thumb {
    background: #303091;
    border-radius: 10px;
}

/* Handle on hover */
.programsbodycardname p::-webkit-scrollbar-thumb:hover {
    background: #303091;
}

/* .programsbodycardname p {
    line-height: 1;
    font-weight: 400;
   min-height: 50px;
    overflow-y: scroll;
    height: 50px;
} */

.programsbodycardname p::-webkit-scrollbar {
    display: flex !important;
}


.examDetails {
    font-size: 0.8rem;
}


.programsbodycardimg .nband::after {
    content: 'New';
    position: absolute;
    width: 150%;
    height: 30px;
    background-image: linear-gradient(45deg, var(--nse-orange) 0%, var(--nse-orange) 51%, var(--nse-orange) 100%);
    transform: rotate(48deg) translateY(-50px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
    top: 42px;
    right: -185px;
}



/* ==============new css=============== */

.m_b {
    background: #eeeeee9e;
    padding: 0.5rem;
    border-radius: 5px;
    display: flex;
    /*gap: 5rem;*/
    padding-inline: 1rem;
}

.Upgrade p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--nse-purple);
}

.Upgrade {
    width: 22%;
}

.fa-chevron-right {
    color: #ffc107;
}

.mq_text span {
    font-size: 0.9rem;
    margin-bottom: 0;
    padding-right: 18px;
}

.mq_temq_textxt {
    width: 100%;
}


.tabcontent_overflow::-webkit-scrollbar {
    display: block;
}

.tabcontent_overflow::-webkit-scrollbar {
    width: 5px;
}

.tabcontent_overflow::-webkit-scrollbar-track {
    background-color: var(--gray-color);
}

.tabcontent_overflow::-webkit-scrollbar-thumb {
    background-color: var(--nse-purple);
}

.tabcontent_overflow {
    padding: 10px;
    /* min-height: 68vh; */
    /* overflow-y: auto; */
    height: auto;
    /* margin: 10px; */
    padding-bottom: 100px;
}

/* ================================================================================ */
.tab_icon {
    float: inline-end;
    display: none;
}

.tab_icon i {
    color: black;
}

.tab button:hover .tab_icon {
    display: block;
}

.tab button:hover .tab_icon i {
    color: var(--nse-purple);
    font-size: 1rem;
}

.tab button:active .tab_icon {
    display: block;
}

.tab button:active .tab_icon i {
    color: black !important;
}

.text_ct {
    color: white;
    font-size: 1rem;
}






/* testmonial swiper css  */

.testimonial-card {
    background: var(--bg-main);
    padding-inline: 8rem;
    border-radius: 10px;
    text-align: center;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
    position: relative;
    height: 50vh;
    padding-block: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.quote-icon {
    font-size: 35px;
    color: #001273;
    /* margin-bottom: 1rem; */
}

.testimonial-card h3 {
    margin: 0;
    font-size: var(--testimonial-heading);
    color: #001273;
}

.course-badge {
    display: inline-block;
    background: #dce9ff;
    color: #001273;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: var(--font-para);
    margin: 0.5rem 0 1rem;
}

.testimonial-text {
    font-style: italic;
    color: #444;
    font-size: var(--font-para);
    line-height: 1.6;
}

.email {
    color: #444;
    font-style: italic;
    font-size: var(--font-para);
}

/* Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
    color: #999;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #001273;
}

.corossicon i {
    font-size: 1.3rem;
    padding: 1rem;
}

:root {
    --swiper-navigation-size: 20px !important;
}

/* .swiper-horizontal {
    touch-action: pan-y;
    background: #fafafa;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */



.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotateiocon.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}




/*--------------------------------- Banner----------------------------------------- */

.skillup-banner {
    max-width: 1140px;
    margin: 40px auto;
    margin-top:10px;
    border: 1px solid #352b74;
    border-radius: 8px;
    overflow: hidden;
    background: #eef9ff;
}

.banner-wrapper {
    display: grid;
    grid-template-columns: 65% 35%;
    min-height: 260px;
    position: relative;
}

/* Left Content */

.banner-content,
.banner-contentJourney {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.logo {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.logo span {
    color: #352b74;
}

.banner-content h4,
.banner-contentJourney h4 {
    line-height: 1.3;
    font-weight: 400;
    color: #0f172a;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.explore-btn {
    width: max-content;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    transition: .3s;
    background: #352b74;
    color: #fff;
    padding: 8px 10px;
}

.explore-btn:hover {
    background: #352b74;
    color: #fff;
    padding: 8px;
}

/* Right Image */

.banner-image {
    position: relative;
}

/*
.banner-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(to right,
            #eef9ff 0%,
            rgba(238, 249, 255, .7) 50%,
            transparent 100%);
    z-index: 2;
}
*/

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.banner-section {
    /* max-width:1200px; */
    /* margin:60px auto; */
    /* padding:0 15px; */
    margin: 0px;
}

/* SWIPER */

.bannerSwiper {
    overflow: hidden;
    height: 52vh;
}

/* SLIDE */
.banner-slide {
    min-height: 250px;
    border-radius: 20px;
}


.logo {
    font-size: 26px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

.logo span {
    color: var(--nse-purple);
}

.banner-content h2 {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 400;
    color: #111827;
    margin-bottom: 25px;
}

.banner-btn {
    display: inline-block;
    background: var(--nse-orange);
    border: var(--nse-orange);
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 8px;
    font-size:var(--font-para);
    transition: .3s;
    text-align: start;
}

.banner-btn:hover {
    border: 1px solid var(--nse-orange);
    background: white;
    color: var(--nse-orange);
}

/* RIGHT IMAGE */

.banner-image {
    position: relative;
    height: 100%;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* SWIPER DOTS */
.swiper-pagination-bullet-active {
    background: var(--nse-purple) !important;
}

.banner-section .swiper-pagination {
    position: absolute;
    bottom: 16% !important;
    left: 0% !important;
}

#paginationBtn{
    position: absolute;
    bottom: 18% !important;
    left: 0% !important;
}


#mbaprograms {
    background: linear-gradient(180deg, rgb(247 248 252) 0%, rgb(50 50 93 / 18%) 100%);
}

.sectioncontainer {
    padding-inline: 3rem;
}

.section-title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}

.category-menu .nav-link {
    background: #fff;
    color: #333;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 14px;
    max-width: 100%;
    transition: .3s;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.category-menu .nav-link.active {
    background: #392E7D;
    color: #fff !important;
    font-weight: 600;
}

.category-menu .nav-link:hover {
    color: #392E7D;
}

.category-menu .nav-link.active {
    background: #392E7D !important;
    color: #fff !important;
    font-weight: 600;
}

.program-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
}

.program-image {
    /* height: 200px; */
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.partner-badge {
    position: absolute;
    left: 15px;
    bottom: -20px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    width: 210px;
}

.program-header {
    position: relative;
    padding: 8px;
    width: 100%;
}

.program-title {
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    overflow-y: auto;
}

.small {
    font-size: 9px;
}

.program-info {
    color: #666;
    margin-bottom: 5px;
    font-size: 10px;
}

.btn-program:hover ,.btn-program{
    width: 70%;
    background-color: #fff;
    border: 1px solid #392E7D;
    color: #392E7D;
    padding-block:5px;
    font-size:var(--font-para);
}

.btn-cart{
    background-color: #fff;
    border: 1px solid #392E7D;
    color: #392E7D;
    padding-block:0px;
    font-size:var(--font-para);
}
.btn-cart-check,.btn-cart-check:hover{
     background-color: #392E7D;
    border: 1px solid #392E7D;
    color: #fff;
    padding-block:0px;
    font-size:var(--font-para);
}
.btn-explore{
      background-color: #fff;
    border: 1px solid #392E7D;
    color: #392E7D;
    padding-block:5px;
    font-size:var(--font-para);
    padding:5px;
    border-radius:5px;
}

::-webkit-scrollbar,
td::-webkit-scrollbar,
th::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* track */
::-webkit-scrollbar-track,
td::-webkit-scrollbar-track,
th::-webkit-scrollbar-track {
    background-color: #352b74;
}

/* thumb */
::-webkit-scrollbar-thumb,
td::-webkit-scrollbar-thumb,
th::-webkit-scrollbar-thumb {
    background-color: #ffc107;
    border-radius: 10px;
}



.btn-program a {
    color: #352b74;
    text-decoration: none;
}

.card-body {
    width: 100%;
}



.faq_img {
    width: 100%;
    height: 100%;
}

.faqImgdiv {
    padding-top: 4rem;
}



.cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

#scrolling .card-1,
#scrollingResponsive .card-1 {
    position: relative;
    width: 295px;
    max-height: 190px;
    top: 2rem;
    background: #fff;
    border-radius: 14px;
    padding: 51px 18px 35px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    overflow: visible;
    border-top: 3px solid #4b2cb8;
    border-top: 2px solid transparent;
    border-radius: 16px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(270deg, #392E7D, #E41F28, #E34D00, #F1B519) border-box;
}

#scrollingResponsive {
    display: none;
}

#scrolling h4,
#scrollingResponsive h4 {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

#scrolling p,
#scrollingResponsive p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #666;
    font-weight: 400;
}

/* Number Circle */
.number {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .18);
    background: linear-gradient(270deg,
            #392E7D,
            #E41F28,
            #E34D00,
            #F1B519);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
}

/* Icon Circle */
.icon-box {
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.scrollingDiv {
    padding: 0 9rem;
}

.courseContainer {
    margin-block: 0rem;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.left-courseSwiper {
    width: 50%;
}

.right-courseSwiper {
    width: 60%;
}

.latestCourseSwiper {
    height: 48vh;
}

.latestCourseSwiper .swiper-slide {
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
}

.latestCourseSwiper .img-div {
    width: 100%;
    /* height: 100%; */
}

.latestCourseSwiper .img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

.latestCourseSwiper .swiper-button-next,
.latestCourseSwiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.latestCourseSwiper .swiper-button-next:after,
.latestCourseSwiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.latestCourseSwiper .swiper-pagination-bullet {
    background: #d1d1d1;
    opacity: 1;
}

.latestCourseSwiper .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 20px;
    background: #6d28d9;
}




.cards_elearning {
    display: flex;
    /* justify-content: center; */
    gap: 22px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.card_eLearning {
    position: relative;
    width: 32%;
    min-height: 205px;
    background: #dee2e657;
    border-radius: 18px;
    cursor: pointer;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .08); */
    transition: .45s ease;
    border: 2px solid transparent;
    text-align: center;
    padding: 1rem;
}

/* .card_eLearning:hover {
    transform: translateY(-8px);
    border-color: #ff7a00; 
    box-shadow: 0 20px 45px rgba(255, 122, 0, .18);
    min-height: 270px;
} */

/* .top {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 75px;
    height: 8px;
    background: #393185;
    border-radius: 0 0 10px 10px;

} */

.icon {
    font-size: 30px;
    color: #212529ad;
    /* margin-top: 24px; */
    margin-bottom: 15px;
    transition: .3s;

}

/* .card_eLearning:hover .icon,
.card_eLearning.active .icon {
    transform: scale(1.12);
    color: #ff7a00;
} */

.card_eLearning h3 {
    font-size: 16px;
    color: #222;
    margin-bottom: 18px;
}

.card_eLearning p {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
    transition: .45s ease;
}

/* .card_eLearning:hover p,
.card_eLearning.active p {
    opacity: 1;
    max-height: 220px;
} */



.career-section{
    background: var(--bg-main);
    padding-block:30px;
}

.section-title{
    font-size:36px;
    font-weight:700;
    color:#111827;
}

.feature-box{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.icon-box{
    width:52px;
    height:52px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid #111;
    margin-bottom:20px;
}

.icon-box i{
    font-size:24px;
    color:#111;
}

.feature-box h5{
    font-size: 1rem;
    margin-bottom:10px;
    color:#111827;
}

.feature-box p{
    font-size:0.8rem;
    color:#4b5563;
    margin:0;
    text-align: justify;
}



.faq-wrapper {

    max-width: 1280px;
    margin: 5px auto;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

#faqAccordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e5e7eb;
}

#faqAccordion .accordion-button {
    padding: 20px 25px;
    font-size: var(--sub-heading);
    font-weight: 600;
    color: #111;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    transition: .3s ease;
}

/* hover background */
#faqAccordion .accordion-button:hover {
    background: var(--bg-main);
}

/* opened background */
#faqAccordion .accordion-button:not(.collapsed) {
    background: var(--bg-main);
    color: #111;
}

/* remove bootstrap arrow */
#faqAccordion .accordion-button::after {
    display: none;
}

/* left arrow */
.faq-arrow {
    font-size: 14px;
    margin-right: 20px;
    color: #111;
    transition: .3s ease;
}

/* rotate accordion arrow */
#faqAccordion .accordion-button:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
}

#faqAccordion .accordion-body {
    padding: 1rem 58px;
    color: #666;
    font-size: var(--font-para);
}


/* hidden FAQs */
.more-faqs {
    display: none;
}

/* bottom button */
.show-more {
    text-align: center;
    padding: 22px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    transition: .3s;
}

.show-more:hover {
    background: #f7f7f7;
}

.show-more i {
    margin-left: 5px;
    transition: .3s ease;
}

/* rotate bottom arrow */
.show-more.active i {
    transform: rotate(180deg);
}

/* .swiper-slide{
    width: auto !important;
} */

.btn-menu-toggle{
    background-color: #fff;
    border: 1px solid #392E7D;
    color: #392E7D;
    padding-block:5px;
    font-size:var(--font-para);
}


@media (max-width:768px){

    .career-section{
        padding:50px 20px;
    }

    .section-title{
        font-size:30px;
        margin-bottom:40px;
    }

    .feature-box{
        margin-bottom:30px;
    }

}






/*--------------------------Responsive Media Queries-----------------------------*/


/* ------------------------------------- Desktop ---------------------------------- */
@media only screen and (min-width: 2400px) and (max-width: 2750px) {

    .programsbodycardpara {
        padding: 15px 10px;
        /* height: 12vw; */
    }

    .programsbodycardname p {
        min-height: 50px !important;
    }

    .programsbodycardimg .nband::after {
        top: 105px;
        right: -261px;
    }

    .cardheading {
        font-size: 1rem;
    }
}


@media only screen and (min-width: 2000px) and (max-width: 2200px) {
    .programsbodycardimg {
        position: relative;
        overflow: hidden;
        /* height: 405px; */
    }

    .programsbodycardpara {
        padding: 15px 10px;
        /* height: 14vw; */
    }

    .programsbodycardimg .nband::after {
        top: 105px;
        right: -322px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 2300px) {
    .programsbodycards {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }

    .programsbodycardname p {
        line-height: 1.2;
        font-weight: 400;
        min-height: 50px !important;
        overflow-y: auto;
        height: 58px;
        font-size: 16px;
    }

    

    .cardheading {
        font-size: 1rem;
        overflow-y: auto;
        padding-block: 10px;
    }

    .cardheading::-webkit-scrollbar {
        display: flex !important;
    }

    .cardheading::-webkit-scrollbar {
        width: 3px !important;
    }

    .e_learningCards .E_cardContent {
        height: 80%;
    }

    .programsbodycardimg {
        position: relative;
        overflow: hidden;
    }

    .programsbodycardimg .nband::after {
        top: 105px;
        right: -240px;
    }

}


@media only screen and (max-width: 1250px) and (min-width: 1000px) {

    .card_eLearning {
        width: 228px;
    }

    .headingIdex {
        font-size: 1.5rem;
    }

    .heroText {
        font-size: 1rem;
    }

    .banner-content h4,
    .banner-contentJourney h4 {
        font-size: 1rem;
    }

    .programsbodycardimg .nband::after {
        top: 42px;
        right: -136px;
    }
}

@media(max-width:1024px) {
    .cards {
        gap: 25px;
    }
}

@media screen and (min-width: 999px) and (max-width:1500px) {
    #contactLocation {       
        margin-top:2rem;
    }

    .mq_text span {
        font-size: 15px;
    }

    .Upgrade P {
        font-size: 14px;
    }

    /* .programsbodycardpara {
        height: 20vw;
    } */

    #testimonial .carousel-item {
        min-width: 85vh;
    }

    .banner-content {
        padding: 1rem;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    .programsbodycards {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }

    .programsbodycardimg {
        position: relative;
        overflow: hidden;
        height: 210px;
    }

  

    .cardheading {
        font-size: 1rem;
        /* color: var(--nse-purple); */
        overflow-y: auto;
        padding-block: 10px;
    }

    .cardheading::-webkit-scrollbar {
        display: flex !important;
    }

    .cardheading::-webkit-scrollbar {
        width: 3px !important;
    }

    /* Track */
    .cardheading::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #8080801a;

    }

    /* Handle */
    .cardheading::-webkit-scrollbar-thumb {
        background: #303091;
        border-radius: 10px;
    }

    /* Handle on hover */
    .cardheading::-webkit-scrollbar-thumb:hover {
        background: #303091;
    }

    .programsbodycardname p::-webkit-scrollbar {
        width: 3px !important;
    }

    /* Track */
    .programsbodycardname p::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #8080801a;

    }

    /* Handle */
    .programsbodycardname p::-webkit-scrollbar-thumb {
        background: #303091;
        border-radius: 10px;
    }

    /* Handle on hover */
    .programsbodycardname p::-webkit-scrollbar-thumb:hover {
        background: #303091;
    }

    .programsbodycardname p {
        line-height: 1.15;
        font-weight: 400;
        min-height: 30px !important;
        overflow-y: scroll;
        height: 25px;
    }

    .programsbodycardname p::-webkit-scrollbar {
        display: flex !important;
    }

    #contactLocation .sectioncontainer .mapMulti {
        height: 45vh;
        width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .programsbodycards {
        gap: 0rem;
        padding: 0.2rem;
    }

    #testimonial .carousel-item {
        min-height: 55vh;
    }



    .cardheading {
        font-size: 1rem;
        color: var(--nse-purple);
    }




    .cardheadingelarning {
        font-size: 0.95rem;
        text-align: center;
    }

    .programsbodycards {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    /* .programsbodycardimg {
        height: 170px;
    } */


}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    .programsbodycardimg {
        height: 230px;
    }

    .cardheading::-webkit-scrollbar {
        display: flex !important;
    }

    .cardheading::-webkit-scrollbar {
        width: 3px !important;
    }

    /* Track */
    .cardheading::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #8080801a;

    }

    /* Handle */
    .cardheading::-webkit-scrollbar-thumb {
        background: #303091;
        border-radius: 10px;
    }

    /* Handle on hover */
    .cardheading::-webkit-scrollbar-thumb:hover {
        background: #303091;
    }

    .programsbodycardname p::-webkit-scrollbar {
        width: 3px !important;
    }

    /* Track */
    .programsbodycardname p::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #8080801a;

    }

    /* Handle */
    .programsbodycardname p::-webkit-scrollbar-thumb {
        background: #303091;
        border-radius: 10px;
    }

    /* Handle on hover */
    .programsbodycardname p::-webkit-scrollbar-thumb:hover {
        background: #303091;
    }

    .programsbodycardname p {
        line-height: 1.15;
        font-weight: 400;
        min-height: 50px;
        overflow-y: auto;
        height: 50px;
    }

    .programsbodycardname p::-webkit-scrollbar {
        display: flex !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }

    .e_learningCards {
        min-height: 42vh;
    }

    .cardheading::-webkit-scrollbar {
        display: flex !important;
    }

    .cardheading::-webkit-scrollbar {
        width: 3px !important;
    }

    /* Track */
    .cardheading::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #8080801a;

    }

    /* Handle */
    .cardheading::-webkit-scrollbar-thumb {
        background: #303091;
        border-radius: 10px;
    }

    /* Handle on hover */
    .cardheading::-webkit-scrollbar-thumb:hover {
        background: #303091;
    }

    .programsbodycardname p::-webkit-scrollbar {
        width: 3px !important;
    }

    /* Track */
    .programsbodycardname p::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #8080801a;

    }

    /* Handle */
    .programsbodycardname p::-webkit-scrollbar-thumb {
        background: #303091;
        border-radius: 10px;
    }

    /* Handle on hover */
    .programsbodycardname p::-webkit-scrollbar-thumb:hover {
        background: #303091;
    }

    .programsbodycardname p {
        line-height: 1.15;
        font-weight: 400;
        min-height: 30px !important;
        overflow-y: scroll;
        height: 25px;
    }

    .programsbodycardname p::-webkit-scrollbar {
        display: flex !important;
    }


}


/*------------------------------------- Tablet ----------------------------------------*/

@media(max-width:992px) {
    .Upgrade {
        width: 50%;
    }

    .courseFaqDIv {
        padding-left: 1rem;
    }


    .banner-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .banner-contentJourney {
        padding: 1rem;
    }

    .banner-image {
        height: 280px;
    }

    .banner-content h4 {
        font-size: 16px;
    }

    .banner-slide {
        grid-template-columns: 1fr;
        gap:20px;
    }



    .banner-content h2 {
        font-size: 28px;
    }

    .left-courseSwiper,
    .right-courseSwiper {
        width: 100%;
    }

    .left-courseSwiper {
        text-align: center;
    }

    .left-courseSwiper h2 {
        font-size: 38px;
    }
    .latestCourseSwiper {
    height: 29vh;
    }
}

@media screen and (min-width:899px) and (max-width:1299px) {
    .refind {
        justify-content: center;
    }

    .search-input {
        width: 22vw;
    }

    .navContact p {
        font-size: 0.6rem;
    }

    .cardheading {
        font-size: 0.8rem;
    }

    .programsbodycard {
        min-height: 400px;
    }

    .programsbodycardname {
        min-height: 8vh;

    }

    #contactLocation .sectioncontainer .contentLinks a {
        font-size: 0.8rem;
    }

    .elearningNumber {
        font-size: 1.2rem;
    }

    .elearningIcon {
        font-size: 1.35rem;
    }

    .cardheadingelarning {
        font-size: 0.7rem;
    }

    .cardtexttwo {
        font-size: 0.6rem;
    }

    .Upgrade {
        width: 40%;
    }
}

@media screen and (min-width:699px) and (max-width:999px) {

    .banner-content {
        padding: 0rem;
    }

     #coursefaqs {
        margin-top: 20px;
        margin-inline: 2rem;
    }

    .programsbodycardname p {
        /* min-height: 10vh !important; */
        font-size: 10px;
    }

    .programsbodycards {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }

    .refind {
        display: flex;
        align-items: center;
        /* flex-direction: column;
    justify-content: center; */
    }

    #mbaprograms .sectioncontainer {
        padding-inline: 4% !important;
    }

    .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }

    .main-box .tabcontent ul {
        gap: 4px;
    }

    .tabcontent_overflow {
        margin: 0px;
    }

    /* .dropdownmegamenuitems .main-box .tab {
        width: 26%;
    } */

    .navContact p {
        font-size: 0.6rem;
    }

    .cardheading {
        font-size: 10px;
    }

    /* .search-input {
        width: 26vw;
    } */

    .searchBar  {
        display:none;
    }

    .btn-program:hover ,.btn-program{
        width: 65%;
    }
}


@media (min-width:768px) and (max-width:1024px) {

    .cards_elearning {
        gap: 18px;
    }

    .card_eLearning {
        width: 46%;
        height: auto;
        min-height: 240px;
    }

    .card_eLearning p {
        opacity: 1;
        max-height: none;
    }

    .card_eLearning:hover,
    .card_eLearning.active {
        height: auto;
        transform: translateY(-5px);
    }

}


@media screen and (max-width:768px) {
    #scrollingResponsive p {
        font-size: 0.8rem;
    }

    #scrollingResponsive h4 {
        font-size: 1rem;
    }

    .card_eLearning {
                width: 48%;
        height: 160px;
    }

    .card_eLearning:hover {
        height: 200px;
        transform: none;
    }

    .card_eLearning.active {
        transform: translateY(-8px);
        border-color: #ff7a00;
        box-shadow: 0 20px 45px rgba(255, 122, 0, .18);
        min-height: 235px;
    }

    .headingIdex {
        font-size: 1.3rem;
    }

    .courseContainer {
        margin: 40px 0;
    }

    .card {
        width: 100%;
        max-width: 380px;
    }
    .programsbodycardimg .nband::after {
        right: -158px;
    }

  

}

@media (max-width:991px) {
    .porgrambtn {
        min-width: 300;
        margin: 0 auto;
    }

    .programsbodycards {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;

    }

    #mbaprograms .sectioncontainer {
        padding-inline: 10%;
    }

    #coursefaqs .coursefaqsbody {
        max-width: 100%;
    }

    #testimonial .caption {
        padding: 1rem;
        /* margin: 1rem; */
        width: 100%;
        height: 100%;
    }

    #testimonial .carousel-indicators {

        margin-bottom: 0.3rem;
    }

    .dropdownmegamenu .dropdownmegamenuitems {
        /* position: relative; */
        max-height: 50vh;
        flex-direction: column;
        overflow-y: scroll;
    }

    .dropdown:hover .dropdown-menu {

        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }


    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }

    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
    }

    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }

    .sectioncontainer {
        padding-inline: 1rem;
    }

    .herobody {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .herobody>div {
        max-width: 100%;
        padding: 1rem 0;
    }


    .programsbodycardpara {
        /* new */
        min-height: 40vh;
        /* gap: 2rem;    */
    }

    .howtoenrollbody {
        flex-wrap: wrap;
        padding: 1rem;
    }

    .howtoenrollbody .howtoenrollpara {
        max-width: 100%;
        padding: 1rem;
    }


    .howtoenrollbtn {
        max-width: 100%;
    }

    .aboutnismbody {
        flex-wrap: wrap;
        gap: 1rem;
        flex-direction: column-reverse;
    }

    .aboutnismbodypara {
        padding: 1rem;
    }

    .aboutnismbodypara,
    .aboutnismbodyimg {
        max-width: 100%;
    }

    .contactusbody {
        height: fit-content;
    }

    .helpdeskcards {
        /* flex-direction: column-reverse; */
        justify-content: flex-start;
    }

    .helpdeskcard {
        flex-direction: column;
        margin: 0 1rem;
    }

    .hero_section_nismIcon img {
        width: 128px;
        height: 35px;
    }

    .search {
        display: none !important;
    }

    .navContact {
        padding: 1rem;
        gap: 1rem;
    }

    /* .navbar-toggler::after {
        width: 45%;
        height: 100%;
        left: 50%;
        top: 62%;
    } */

    .navbar-toggler:active {
        border: none !important;
    }

    .navContact {
        padding: 0.5rem 1rem;
    }

    #rbiSlider {
        display: none;
    }

    #rbisliderResponsive {
        display: initial !important;
    }

    #scrolling {
        display: none;
    }

    #benifitScrollerResponsive .step .content {
        left: 60px !important;
    }

    /* #benifitScrollerResponsive .step .circle{
        margin-left: 20vw !important;
    } */
    #benifitScrollerResponsive {
        display: initial !important;
    }

    #nismE_learning .sectioncontainer {
        flex-direction: column;
        gap: 2.5rem !important;
    }

    #testimonial {
        margin: 0;
        flex-direction: column;
        padding:0rem;
    }

    .herobody .heroImage {
        max-width: 100%;
        width: 100%;
        align-items: center;
    }

    .herobody .heroImage img {
        width: 100%;
    }

    #testimonial .carousel-inner {
        border-radius: 20px;
        /* height: 60vh; */
        background-color: #eff8fd;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    }

    .helpdeskcardone {
        margin: 0;
    }

    footer .footerContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
        width: 100%;
    }

    .social_icon_container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .social_icon_container a img {
        width: 100%;
    }

    .cardheadingelarning {
        font-size: 1.5rem;
        text-align: center;
    }

    .cardtexttwo {
        font-size: 0.8rem;
        font-weight: 400;
    }

    .card {
        align-items: center !important;
    }
}

@media (min-width: 702px) and (max-width: 990px) {
    #benifitScrollerResponsive .step {
        position: relative;
        text-align: center;
        z-index: 1;
        /* padding-right: 28vw; */
        left: 10%;
        transform: translateX(-50%);
    }

    .responsiveBtns {
        display: none;
    }

}

@media (min-width: 300px) and (max-width: 701px) {

    #scrollingResponsive .card-1 {
        margin-bottom: 3rem;
        top: 1rem;
    }

    .noinmob {
        display: none;
    }

    #mbaprograms .sectioncontainer {
        padding-inline: 10%;
    }

    .programsbodycards {
        grid-template-columns: repeat(1, 1fr);

    }

    .explore {
        min-width: 300px;
        margin: 0 auto;
    }

    .programsbodycardimg {
        position: relative;
        overflow: hidden;
        height: 210px;
    }

    /* new */
    .rightHeroin .sideCardImgDiv img {
        object-fit: contain;
    }


    #benifitScrollerResponsive .step {
        position: absolute;
        text-align: center;
        z-index: 1;
        left: 38%;
        transform: translateX(-50%);
    }

    .e_learningCards {
        min-height: 35vh;
    }

    #testimonial .carousel-item {
        min-height: 30vh;
    }

    #testimonial .carousel-inner {
        border-radius: 20px;
        height: 70vh;
        background-color: #eff8fd;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    }

    .nav .container {
        display: none;
    }

    /* .nav-item{
        padding: 1rem 0;
    } */
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        align-items: center;
        /* justify-content: space-evenly; */
    }

    .dropdownmegamenuitems ul {
        width: 90vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        font-size: 1.5rem !important;
        color: #020076 !important;
    }

    .dropdownmegamenu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        font-size: 1rem;
        width: 100%;
    }

    .dropdownmegamenu .dropdownmegamenuitems {
        /* position: relative; */
        max-height: 50vh;
        flex-direction: column;
        overflow-y: scroll;
        width: 100vw;
        margin-top: 10px;
        /* left: 0; */
    }

    .exploreNowDiv {
        padding: 3rem 1rem;
        gap: 0.8rem;
        text-align: center;
    }

    #hero .heropara img {
        width: 65%;
        /* margin: 0 auto; */
    }

    .herobody {
        display: flex;
        gap: 1rem;
        /* padding-block: 4rem; */
        /* min-height: 90vh; */
    }

    .herobody .heroImage {
        padding-top: 3rem;
    }

    #rbisliderResponsive .swiper {
        width: 100%;
        height: 100%;
    }

    #rbisliderResponsive .swiper-slide {
        text-align: center;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 2.5rem;
        height: 100% !important;
    }

    #rbisliderResponsive .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #rbisliderResponsive .swiper {
        margin-left: auto;
        margin-right: auto;
    }

    #contactLocation .sectioncontainer {
        display: flex;
        flex-direction: column;
    }


    #contactLocation .sectioncontainer p {
        text-align: justify !important;
    }

    .mapHeading {
        text-align: center;
    }

    #contactLocation .sectioncontainer p {
        width: 100% !important;
        text-align: center !important;
    }

    .elearningIcon {
        font-size: 3rem;
        padding: 0.5rem 0;

    }

    #contactLocation .sectioncontainer .contentLinks {
        margin-top: 1rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    #rbisliderResponsive .swiper-button-next:after {
        display: none;
    }

    #rbisliderResponsive .swiper-button-prev:after {
        display: none;
    }


}

/* ------------------------------- Mobile--------------------------- */

@media (min-width: 300px) and (max-width: 999px) {
    .sectioncontainer {
        padding-inline: 10%;
    }

    .swiper-pagination {
        position: absolute;
        bottom: 0% !important;
        left: 0% !important;
    }
          .goto_cart_page_PopUp_fullScreen_innerBody_left_Empty {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 292px) and (max-width: 576px) {
    
    .swiper {
        height: 100%;
    }

     .line-mobile {
        display: flex;
    }

    .skillup-banner {
        margin: 30px 15px;
    }

    .banner-content {
        font-size: 16px;
    }

    .logo {
        font-size: 22px;
    }

    .banner-content h4 {
        font-size: 14px;
        line-height: 1.5;
    }

    .explore-btn {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

  
    .banner-content {
        padding: 25px;
    }

    .banner-content h2 {
        font-size: 22px;
        line-height: 1.5;
    }

    .banner-btn {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    /* .banner-slide{
        padding:1rem;
    } */
       .banner-image {
        height: 160px;
    }

      .bannerSwiper {
        height: 21vh;
    }
        .courseContainer {
        margin: 7px 0;
    }

    main {
        margin-top: 9rem;
    }

    .Upgrade {
        width: 2%;
    }

    .headingIdex {
        text-align: center !important;
    }


    #coursefaqs{
        margin-top:20px;
    }

    .testimonial-card {
        height: 70vh !important;
        justify-content: baseline !important;
        padding-block: 1rem !important;

    }
    .hero_section {
    margin-top: 0rem;
    }

    .testimonial-text {
        font-size: 0.8rem;
    }

    .heroText {
        width: 100%;
        font-size: 0.9rem;
    }

    .programsbodycardpara {
        height: auto !important;
        min-height: auto !important;
    }

    .cardheading {
        font-size: 1.1rem;
    }

    .cardheading {
        height: 100%;
        min-height: 100%;
    }

    .programsbodycardname p {
        overflow: visible;
    }

    .programsbodycardname {
        min-height: 22vh !important;
    }

    .testimonial-card {
        padding-inline: 2rem !important;
        text-align: justify;
    }

    .search-input {
        width: 100%;
    }



   
    .m_b {
        gap: 4rem;
        padding-inline: 1rem;
    }

    .Upgrade p {
        font-size: 0.8rem;
        font-weight: 500;
        margin-bottom: 0;
        display: flex;
        flex-wrap: nowrap;
    }

    .fa-chevron-right {
        padding-top: 6px;
    }

    .mq_text {
        font-size: 0.8rem;
    }

    .mq_text span {
        font-size: 0.8rem;
    }

    .logo_nism {
        width: 55.5%;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        align-items: center;
        flex-flow: wrap;
        /* justify-content: space-evenly; */
    }

    #registrationForm .form_wrapper {
        padding: 0px !important;
    }

    #registrationForm,
    #LoginPageModal,
    #ForgotPasswordModal {
        padding: 1rem;
    }

    .get_in_touch_innerForm form {
        /* padding: 20% !important; */
        width: 100% !important;
        min-width: 100% !important;
    }

    .rd_text {
        margin-top: 1rem;
    }

    .otp_btn {
        font-size: 0.5rem !important;
        padding-inline: 5px !important;
    }

    .randombtncenterhai {
        margin: 0 auto;
    }

    .main-box .tabcontent ul li {
        width: 75%;
    }

    .dropdownmegamenuitems .main-box .tab {
        width: 30%;
        position: fixed;
        left: 0;
        max-height: 50vh;
    }

    .tab button {
        font-size: 10px;
    }

    .dropdownmegamenu a {
        font-size: 10px;
    }

    .main-box .tabcontent ul li {
        width: 60%;
    }

    .tabcontent {
        overflow-x: hidden;
        width: 70%;
        margin-left: 10%;
    }

    .dropdownmegamenu .dropdownmegamenuitems {
        padding-inline: 0rem;
    }

    .text_ct {
        font-size: 10px;
    }

    .tabcontent_overflow {
        overflow-x: hidden;
    }

    .tab button:hover .tab_icon i {
        font-size: 0.6rem;
    }

    .headerbtn {
        padding: 0.7rem 0.8rem;
        min-width: 75px;
        width: 73%;
        font-size: 0.8rem;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: center;
        flex-flow: wrap;
    }

    .nav-item {
        padding: 0rem 0;
    }

    .programsbodycardpara {
        height: auto !important;
        min-height: auto !important;
    }

    .cardheading {
        font-size: 1.1rem;
    }

    .cardheading {
        height: 100%;
        min-height: 100%;
    }

    .programsbodycardname p {
        overflow: visible;
    }

    .search-input {
        width: 100%;
    }

 

    .tabcontent_overflo {
        padding-inline: 2rem;
    }


    .testimonial-card {
        min-height: 500px !important;
        text-align: justify;
    }

    .tabcontent_overflow {
        padding-inline: 2.2rem;
    }

    .navContact p {
        font-size: 0.6rem;
    }

    .headingIdex {
        font-size: 1.6rem;
    }

    .cardheadingelarning {
        font-size: 1.3rem !important;
    }

    .allProgramShoeMoreHeading {
        font-size: 1.6rem;
    }

    #Genrate_email_payment,
    #Genrate_mobile_payment {
        margin-top: 10px;
    }

    .card_eLearning {
            width: 100%;
    }
}

@media (min-width: 299px) and (max-width: 701px) {
    .noinmob {
        display: block !important;
    }

    .navContact {
        display: flex;
        flex-wrap: wrap;
    }

    .courseFaqDIv {
        padding: 2rem;
    }
    .searchBar {
        display:none;
    }
    .banner-image{
        height:90px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .cardtextone {
        font-size: 0.7rem;
        font-weight: 500;
        color: #302c80;
    }
    .main-box .tabcontent ul li {
    width: 22%;
    }

}


.mySwiper2 {
  padding: 20px 0 50px;
}

.mySwiper2 .swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-card {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}

.partner_courses{
    background: #392e7dcf;
    padding-block: 2rem;
    margin-block: 1rem;
    border-radius:10px;
}
.partner_courses1{
    background-image:url(../image/bg-blue.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 2rem;
     margin-block: 1rem;
    border-radius:10px;
}
.partner_courses2{
      background-image:url(../image/bg-orange.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 2rem;
      margin-block: 1rem;
    border-radius:10px;
}
.partner_courses3{
     background-image:url(../image/bg-blue.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    padding-block: 2rem;
     margin-block: 1rem;
    border-radius:10px;
}

.google-section {
    background: #0b4c5a;
    border-radius: 18px;
    padding: 25px;
  
}

#bundlecartsection{
    display: none;
}

#bundleCardSectionSliders {
    width: 100%;
    overflow-x: auto;
    height: 225px;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
        padding: 10px;
}

#bundleCardSectionSliders::-webkit-scrollbar {
    display: block !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.partner_heading{
    padding-bottom: 1rem;
}

.card-body h5 {
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: black;
    min-height: 35px;
}

.programsbodycarddurationtime {
    display: flex;
    justify-content: start;
    gap: 1rem;
}
.cardtexttwo {
    font-size: 0.8vw;
    font-weight: 400;
    color: #302c80;
    margin-bottom: 0;
}

  .certificate-card {
            border: 1px solid #607d8b4d;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            transition: transform 0.2s ease-in-out;
        }

        .certificate-card:hover {
            transform: translateY(-5px);
            /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); */
            box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
            border: none;
        }

        .card-img-top-container {
            height: 150px;
            /* Adjust as needed */
            overflow: hidden;
                padding: 8px;
        }

        .card-img-top {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .free-trial-badge {
            background-color: white !important;
            color: #333 !important;
            border: 1px solid #ddd;
            font-weight: normal;
            padding: 0.3em 0.6em;
            border-radius: 4px;
        }


        .icon-div{
            position:absolute;
            top:43%;
            right:5%;
            font-size:var(--font-para);
            padding:1px 10px;
            border-radius: 8px;
            background:white;
            box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        }

.tooltip-inner {
    max-width: 200px;
    width: 200px;
    background: var(--nse-purple);
    color: #fff;
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--nse-purple);
}

.bs-tooltip-end .tooltip-arrow::before {
    border-right-color:  var(--nse-purple);
}

.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color:  var(--nse-purple);
}

        .bs-tooltip-start .tooltip-arrow::before {
            border-left-color:  var(--nse-purple);
        }




/* ------------------------------------ slider ---------------------------- */

     .wrapper{
    position:relative;
    border-radius:20px;
    padding:22px;
    overflow:hidden;
}
 
.wrapper::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(255,255,255,.06);
    left:-120px;
    top:-160px;
    border-radius:50%;
}
 
.wrapper::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.04);
    right:-80px;
    bottom:-120px;
    border-radius:50%;
}
 
.slider{
    display:flex;
    gap:22px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    position:relative;
    z-index:2;
}
 
.slider::-webkit-scrollbar{
    display:none;
}
 
.card{
    flex:0 0 auto;
    background:#fff;
    border-radius:12px;
    box-shadow:0 8px 18px rgba(0,0,0,.12);
    transition:.3s;
}
 
.card:hover{
    transform:translateY(-5px);
}
 
.big-card{
    width:320px;
    padding:22px;
}
 
.logo{
    font-size:18px;
    font-weight:bold;
    color:#4285F4;
}
 
.logo span:nth-child(2){color:#DB4437;}
.logo span:nth-child(3){color:#F4B400;}
.logo span:nth-child(4){color:#4285F4;}
.logo span:nth-child(5){color:#0F9D58;}
.logo span:nth-child(6){color:#DB4437;}
 
.big-card h1{
    margin:18px 0 12px;
    font-size:20px;
    color:#111827;
}
 
.big-card p{
    color:#555;
    line-height:1.6;
    margin-bottom:20px;
}
 
.tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:25px;
}
 
.tag{
    border:1px solid #d9d9d9;
    padding:5px 10px;
    border-radius:5px;
    font-size:12px;
    color:#555;
}
 
button.learn{
    width:100%;
    padding:13px;
    border-radius:10px;
    border:2px solid #6d4cff;
    color:#5d35ff;
    background:white;
    font-size:18px;
    cursor:pointer;
    font-weight:bold;
    transition:.3s;
}
 
button.learn:hover{
    background:#6d4cff;
    color:white;
}
 
.course{
    width:215px;
    overflow:hidden;
}
 
.image{
    height:120px;
    background:linear-gradient(45deg,#3b82f6,#60a5fa);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:42px;
}
 
.course-content{
    padding:16px;
}
 
.course h3{
    color:#1f2937;
    font-size:18px;
    line-height:1.3;
    min-height:60px;
}
 
.meta{
    display:flex;
    gap:8px;
    margin-top:18px;
    flex-wrap:wrap;
}
 
.meta span{
    border:1px solid #d7d7d7;
    padding:4px 8px;
    border-radius:4px;
    font-size:12px;
    color:#555;
}
 
.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:46px;
    height:46px;
    border:none;
    border-radius:50%;
    background:white;
    font-size:24px;
    cursor:pointer;
    box-shadow:0 8px 15px rgba(0,0,0,.18);
    z-index:5;
}
 
.left{
    left:8px;
}
 
.right{
    right:8px;
}
 
.arrow:hover{
    background:#f2f2f2;
}
 
@media(max-width:900px){
 
.big-card{
    width:280px;
}
 
.course{
    width:200px;
}
 
}
.slider{
    overflow:hidden;
}

#partner_coursesMain , 
#partner_coursesShortTerm,
#partner_coursesName , 
#partner_coursesLongTerm
{
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

#partner_coursesMain::-webkit-scrollbar,
 #partner_coursesShortTerm::-webkit-scrollbar,
 #partner_coursesLongTerm::-webkit-scrollbar,
 #partner_coursesName::-webkit-scrollbar
 {
    display:none;
}

#partner_coursesMain>.col-lg-3,
#partner_coursesMain>.col-md-4,
#partner_coursesMain>.col-sm-6,

 #partner_coursesShortTerm>.col-lg-3,
  #partner_coursesShortTerm>.col-md-4,
   #partner_coursesShortTerm>.col-sm-6,

 #partner_coursesLongTerm>.col-lg-3,
  #partner_coursesLongTerm>.col-md-4,
   #partner_coursesLongTerm>.col-sm-6,

 #partner_coursesName>.col-lg-3,
  #partner_coursesName>.col-md-4,
   #partner_coursesName>.col-sm-6
   {
    flex:0 0 auto;
}



/* --------------------- notification section -------------------------- */
/*notification icon - start*/

/* notification box */
.notification_wrapper {
  position: relative;
}
.notification_wrapper button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px 5px;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
  color: #585858;
}
.notification_wrapper .notification_content {
  width: 30rem;
  max-height: 55vh;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0.8rem;
  overflow-y: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  display: none;
}
.notification_wrapper .notification_content .header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.notification_wrapper .notification_content .header div.top,
.notification_wrapper .notification_content .header div.btm {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.notification_wrapper .notification_content .header div.top h2 {
  font-size: 1.4rem;
  color: #19161a;
  margin-bottom: 0;
}
.notification_wrapper .notification_content .header div.btm h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #19161a;
  margin-bottom: 0;
}
.notification_wrapper .notification_content .header div.btm select {
  font-size: 1.2rem;
  color: #19161a;
  padding: 0.6rem;
  border: 1px solid #eee;
  border-radius: 0.4rem;
}
.notification_wrapper .notification_content .header div.btm button.setting {
  padding: 0.26rem 0.8rem;
  border: 1px solid #eee;
  border-radius: 0.4rem;
  margin-left: 0.6rem;
}
.notification_wrapper .notification_content .lists {
  width: 100%;
  height: 100%;
  padding: 0 0.8rem;
}
.notification_wrapper .notification_content .lists .listCard {
  width: 100%;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.notification_wrapper .notification_content .lists .listCard .left {
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #4a3ba360;
  color: #382c79;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.notification_wrapper .notification_content .lists .listCard .left i {
  color: #382c79;
}
.notification_wrapper .notification_content .lists .listCard .center {
  width: 100%;
}
.notification_wrapper .notification_content .lists .listCard .center h6 {
  font-size: 1.2rem;
  color: #19161a;
}
.notification_wrapper .notification_content .lists .listCard .center p {
  font-size: 1rem;
  color: #585858;
  line-height: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notification_wrapper .notification_content .lists .listCard .right p {
  text-wrap: nowrap;
  font-size: 1.2rem;
  color: #585858;
  font-weight: 500;
}
.notification_wrapper .notification_content .btm_footer {
width: 100%;
padding: 1.4rem;
display: flex;
justify-content: center;
position: sticky;
bottom: 0;
left: 0;
background-color: #fff;
z-index: 1;
}
.notification_wrapper .notification_content .btm_footer button{
    padding: .8rem 3rem;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: .6rem;
    background-color: #19161a;
    color: #fff;
}


.form-control:focus {
    border-color:none !important;
}
