:root {
    --font-color: #565759;
    --nav-primary: #0061af;
    --axistheme-primary: #861F41;
    --hdfctheme-primary: #004C8F;
    --hdfctheme-secondary: #ED232A;
    --bs-primary-rgb: 0,87,157;
    --gniit-primary: #00579D;
    --primary-light: #48A7FF;
    --nav-secondry: #ffcb05;
    --white: #ffffff;
    --black: #000000;
    --footer-bg: #231f20;
    --light-grey: #F5F5F5;
    --primary-font: 'Effra', sans-serif;
}

html,body{
    scroll-padding-top: 150px;

}

body {
    font-family: var(--primary-font);
    color: var(--font-color);
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
 background: linear-gradient(to bottom, #ffffff 0%, #df5026 50%, #ffffff 100%);
 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e6a600;
}



.elementor-widget-text-editor {
    color: var(--font-color);
    font-family: var(--primary-font) !important;
}

a {
    color: var(--nav-primary);
}
a:focus {
    color: inherit;
}

.flex-1{
    flex: 1;
}

html,body{
    overflow-x: hidden;
}

/* ---------------------------------------------------------------------------------------------- */


.cd-highlights.banner-title {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.inner-cntent-section {
    padding-left:300px;
    padding-right:300px;
}
.scholarship-code-box .applyprocess-btns button.primary-btns {
    width: 180px;
}
.scholarship-code-box .applyprocess-btns{margin-top:0;}
.scholarship-code-inputs label{margin-top:0;}

.course-details-cntr {
    padding-right: 50px;
}
.niit-advatage-sec .advance-content-inner {
    padding: 0 20px;
}
.niit-advatage-sec .quality-demand-sec .advanc-content-pointer li {
    margin-bottom: 12px;
}
.niit-advatage-sec .advanc-content-pointer{justify-content:inherit;text-align: left; align-items:inherit;}
.niit-advatage-sec .advanc-content-pointer li {
    padding-right: 25px;
}
.niit-advatage-sec .advanc-content-pointer li .placement-number {
    padding-bottom: 5px;
}
.advantage-section-inner .advanc-content-pointer {
    padding-top: 15px;
}

.skill-parameter-list {
   list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.skill-parameter-list li {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 18px;
    line-height: 25px;
    width: 33.333%;
    padding: 10px 30px 15px 0;
}
.learn-cover-inners .curriculum-cover-bullets {
    padding: 20px 20px 0;
    min-height: 330px;
    height: auto;
}
.curriculum-cover-bullets h3 {
    font-size: 20px;
    font-weight: 700;
    color: #565759;
    margin-bottom: 15px;
}
.learn-cover-inners  .curriculum-cover-bullets ul {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}
.learn-cover-inners  .curriculum-cover-bullets li {
    font-size: 16px;
    padding-bottom: 10px;
}
.faq-ask-section .faq-section-accordion {
    padding: 0 80px;
}
.learnersfour-slider .wordings{height:auto;}
.review-user-box {
    gap: 25px;
}
.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.user-img {
    width: 91px;
    height: 102px;
}
.maylike-course-slider .course-cards {
    padding: 0 15px;
}
.review-user-box {
    gap: 25px;
    padding: 8px 0;
}
.success-story-section .learnersfour-slider .video-section-learner {
    height: 225px;
}
.finance-payment-section .finance-btns{
    background: var(--nav-primary);
    color: var(--white);
}
.finance-payment-section .instruction-extra{font-size:12px; padding-left:10px;} 
.finance-payment-section .finance-text {
    font-size: 18px;
}
.finance-payment-section .finance-options{font-size:25px; padding-top: 12px;}
.faq-section.section-equ.faq-ask-section {
    margin: 4rem 0;
}
.eligiblelity-list-section .eligible-pointers li {
    width: 48%;
    padding-bottom: 17px;
}
.eligiblelity-list-section .eligible-pointers {
    list-style: none;
    column-count: inherit;
    column-gap: inherit;
    display: flex
;
    flex-wrap: wrap;
    padding: 10px 0 0 15px;
    gap: 0 23px;
}
.eligiblelity-list-section .eligible-pointers li::before{width:7px; height:7px; left: -13px; top: 8px;}
.enroll-section {
    margin-top: 4rem;
}
.maylike-course-slider .indep-cards {
    margin-bottom: 20px;
}

.mobile-path-image {
display:none;   
}
.common-detail-page span.fee- {
    color: var(--nav-secondry);
}
.eligiblelity-list-section .section-title h1 {
    line-height: 120%;
    font-weight: 500;
    padding-left: 85px;
}
.common-detail-page .eligible-apply {
    padding: 40px 0 10px;
}
.form_label {
    color: #565759;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0 12px;
}
.primary-btns.outline_btn {
    background: none;
    color: var(--nav-primary);
    margin-right: 15px;
}
.common-detail-page .fee-structure-table button.accordion-button {
    background: var(--nav-primary) !important;
    color: #fff !important;
    padding: 13px 15px;
}

.common-detail-page .fee-structure-table h2.accordion-header {
    border: none;
}
.common-detail-page.axibank-theme-section .fee-structure-table button.accordion-button {
    background: var(--axistheme-primary)!important;
}
.axibank-theme-section button.primary-btns.outline_btn {
    background: none;
    color: var(--axistheme-primary);
}
.axibank-theme-section .upload-btn span {
    color: var(--axistheme-primary);
}
.common-detail-page.axibank-theme-section.hdfcbank-theme-section .fee-structure-table button.accordion-button {
    background: var(--hdfctheme-primary) !important;
}
.common-detail-page.axibank-theme-section.hdfcbank-theme-section button.primary-btns.outline_btn{color:var(--hdfctheme-primary);}
.common-detail-page.axibank-theme-section.hdfcbank-theme-section button.primary-btns.outline_btn:hover{color:#fff;}
.hdfcbank-theme-section .upload-btn span{color:var(--hdfctheme-primary);}
.upload-section a.download-icon {
    transform: rotate(-180deg);
}
.common-detail-page .fee-structure-table .accordion-body {
        padding: 10px 0;
        padding-right: 0;
        margin-bottom: 15px;
        border: none;
        border-radius: 0;
        color: var(--font-color);

}
.experience_heading {
    color: #565759;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 25px;
}
.common-detail-page .form_label {
    margin: 8px 0 15px;
    color: #565759;
    font-size: 20px;
    font-weight: 400;
}
.fee-options-accordion .d-flex.gap-5.align-items-center {
    margin-bottom: 15px;
}
.career-details-questions textarea.form-control {
    height: 125px;
    resize: none;
}
.fee-structure-table button.accordion-button.collapsed:before {
    position: absolute;
    top: 10px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 0.2em solid #fff;
    border-top: 0.2em solid #fff;
    transform: rotate(135deg);
    right: 16px;
}
.fee-structure-table button.accordion-button:before {
    position: absolute;
    top: 18px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 0.2em solid #fff;
    border-top: 0.2em solid #fff;
    transform: rotate(-47deg);
    right: 17px;
}
.icici-theme-section .multi-steps>li.is-active:before{background: var(--light-grey);border-color:var(--light-grey); color:var(--nav-primary); animation:inherit;}
.icici-theme-section li.step-1.is-active {
    color: var(--nav-primary);
}
.icici-theme-section .multi-steps>li.is-active:after {
    background:linear-gradient(270deg, #FFCB05 0%, #015DB2 100%);
}
.niit-advatage-sec .certificate-image-sec {
    padding-right: 30px;
}

/* axis bank page css start here */
.axisbank-details-banner .course-details-banner-inner {
    background: var(--axistheme-primary);
}
.skill-gain.section-equ.page-section.grey-skill-cntr {
    background: #E4E4E4;
}
.skill-parameter-list img.skill-img {
    width: 38px;
}
.skill-gain.section-equ.page-section.grey-skill-cntr {
    padding: 3rem 0 2.2rem;
}
.grey-skill-cntr .cd-back-over {
    padding: 0;
}
.path-para {
    position: absolute;
    bottom: 113px;
    left: 9px;
    max-width: 295px;
    text-align: left;
    font-size: 20px;
}
.axibank-theme-section .primary-btns, .axibank-theme-section .primary-btns:hover, .axibank-theme-section .primary-btns:focus {background-color: var(--axistheme-primary); border: 1px solid var(--axistheme-primary);}
.axibank-theme-section .show-country-code{background: var(--axistheme-primary);}
.axibank-theme-section .finance-btns{background: var(--axistheme-primary);}
.axibank-theme-section .placement-number, .axibank-theme-section .color-primary, .axibank-theme-section .faq-section-accordion .accordion-button{color:var(--axistheme-primary);}
.axibank-theme-section .curriculum-cover-bullets li::before, .axibank-theme-section .eligible-pointers li::before{background: var(--axistheme-primary);}
.axibank-theme-section .slick-dots li.slick-active button:before{background: var(--axistheme-primary); color:var(--axistheme-primary);}

.common-detail-page .adv-images{width:33px; height:auto!important;}
.common-detail-page .quality-demand-sec .advanc-content-pointer li{gap:5px;}
.axibank-theme-section .finance-option-apply, .axibank-theme-section .learners-testimonials-section, .axibank-theme-section .indep-cards {background: var(--light-grey);}
.axibank-theme-section .eligible-apply{background: #E4E4E4;}
.axibank-theme-section .form-check-input:checked{background-color: var(--axistheme-primary); border-color:var(--axistheme-primary); color:#fff;}
.axibank-theme-section a{color:var(--axistheme-primary);}
.course-details-scroll-header.sub-light-header .cd-horizontal-links{background:none;}
.course-details-scroll-header.sub-light-header{background: #EBEBEBB2;}
.course-details-scroll-header.sub-light-header .cd-horizontal-links .nav-link {
    color: #565759;
    font-size:18px;
    font-weight:400;
}
.axibank-theme-section .cd-horizontal-links .nav-link.active{border-color:var(--axistheme-primary);}

.axibank-theme-section .cd-horizontal-links .nav-link.active{border-color:var(--axistheme-primary);}

.axibank-theme-section .multi-steps>li.is-active:before{background: var(--light-grey);border-color:var(--light-grey); color:var(--axistheme-primary); animation:inherit;}
.axibank-theme-section li.step-1.is-active {
    color: var(--axistheme-primary);
}
.axibank-theme-section .multi-steps>li:before{background:#E4E4E4; border-color: #E4E4E4;}
.axibank-theme-section .edit-form-field{background: var(--axistheme-primary);}
.axibank-theme-section .multi-steps>li:after{background: var(--axistheme-primary);}
.whatyoulearn-section .taught-cover-inner.cd-back-over {
    padding: 0;
}
.whatyoulearn-section {
    padding: 30px 0;
}
.axibank-theme-section .view-scholar-btn{color: var(--axistheme-primary);}
.axibank-theme-section  .fee-structure-table .accordion-header{border-color:var(--axistheme-primary);}
.award-wining-box h3 {
    font-size: 20px;
    padding: 16px 0;
}
.axibank-theme-section .maylike-course-slider .course-cards{padding-bottom:30px;}
.award-wining-box {
    padding: 0 12px;
}
.award-img-box img {
    border-radius: 0 0 40px 0;
}
.programe-pointers {
    list-style: none;
    padding:0 0 0 19px;
    margin: 0;
}
.programe-pointers li {
    position: relative;
    font-size: 18px;
    padding-bottom: 7px;
}
.programe-pointers li::before {
    content: " ";
    width: 7px;
    height: 7px;
    background: var(--axistheme-primary);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -1rem;
    top: 0.6rem;
}
.assured-job-inner .advantages-content.quality-demand-sec {
    margin: 0;
}
.advance-content-inner.assured-job-inner .assure-job-pointers {
    padding: 0;
    margin: 2rem 0 1.5rem;
}
.assured-job-inner .advanc-content-head {
    margin: 0 0 12px;
}
.assured-job-inner ul.advanc-content-pointer {
    padding: 0;
}

.course-details-cntr .highlight-details td {
    font-size: 18px;
}
.course-details-cntr img.cd-icons {
    position: absolute;
    top: 0;
    left: 0;
}
.course-details-cntr .highlight-details > li {
    position: relative;
    flex: 1 1 50%;
    padding: 0 0 20px 40px;
}
.course-details-cntr .highlight-details > li p {
    font-size: 18px;
}
.course-details-cntr ul.highlight-details {
    display: flex
;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.cd-highlights h1 {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 26px;
}
.course-details-cntr .date-si{font-size:18px;}
.advantage-section.section-equ.page-section.niit-advatage-sec {
    margin: 5rem 0 2rem;
}
.payment-option-table .optn-payment {
    font-size: 16px;
}
.payment-option-table td.dynamic-number{font-size:16px;}

.axibank-theme-section .learnersfour-slider .play-on-course-details {
    background: url(../images/axis-play-icon.svg);
    background-size: 100%;
}
.axibank-theme-section .faq-section-accordion .accordion-button::after {
    background-image: url(../images/axis-acc-plus-primary.svg);
      background-size: 100%;
}
.axibank-theme-section .faq-section-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/axis-acc-minus-primary.svg);
    rotate: 180deg;
}
.axibank-theme-section .multi-steps>li.is-active:after {
    background:var(--axistheme-primary) ;
}
/* axis  page css end here */

/* hdfc page page css start here */


.axibank-theme-section.hdfcbank-theme-section .course-details-banner-inner {
    background: var(--hdfctheme-primary);
}
.axibank-theme-section.hdfcbank-theme-section .primary-btns, .axibank-theme-section.hdfcbank-theme-section .primary-btns:hover, .axibank-theme-section.hdfcbank-theme-section .primary-btns:focus {background-color:var(--hdfctheme-primary); border: 1px solid var(--hdfctheme-primary);}
.axibank-theme-section.hdfcbank-theme-section .show-country-code{background: var(--hdfctheme-primary);}
.axibank-theme-section.hdfcbank-theme-section .finance-btns{background: var(--hdfctheme-primary);}
.axibank-theme-section.hdfcbank-theme-section .placement-number, .axibank-theme-section.hdfcbank-theme-section .color-primary, .axibank-theme-section.hdfcbank-theme-section .faq-section-accordion .accordion-button{color:var(--hdfctheme-primary);}
.axibank-theme-section.hdfcbank-theme-section .curriculum-cover-bullets li::before, .axibank-theme-section.hdfcbank-theme-section .eligible-pointers li::before{background: var(--hdfctheme-secondary);}
.hdfcbank-theme-section .programe-pointers li::before{background: var(--hdfctheme-secondary);}
.axibank-theme-section.hdfcbank-theme-section .slick-dots li.slick-active button:before{background: var(--hdfctheme-secondary); color:var(--hdfctheme-secondary);}
.hdfcbank-theme-section .skill-gain.section-equ.page-section.grey-skill-cntr {
    background: linear-gradient(180deg, #D9D9D9 0%, #fff 100%);
}

.axibank-theme-section.hdfcbank-theme-section .form-check-input:checked{background-color: var(--hdfctheme-primary); border-color:var(--hdfctheme-primary); color:#fff;}
.axibank-theme-section.hdfcbank-theme-section a{color:var(--hdfctheme-primary);}
.axibank-theme-section.hdfcbank-theme-section .cd-horizontal-links{background:none;}
.axibank-theme-section.hdfcbank-theme-section .cd-horizontal-links .nav-link {
    color: #565759;
    font-size:18px;
    font-weight:400;
}
.axibank-theme-section.hdfcbank-theme-section .cd-horizontal-links .nav-link.active{border-color:var(--hdfctheme-primary);}

.axibank-theme-section.hdfcbank-theme-section .multi-steps>li.is-active:before{background: var(--light-grey);border-color:var(--light-grey); color:var(--hdfctheme-primary); animation:inherit;}
.axibank-theme-section.hdfcbank-theme-section li.step-1.is-active {
    color: var(--hdfctheme-primary);
}
.axibank-theme-section.hdfcbank-theme-section .edit-form-field{background: var(--hdfctheme-primary);}
.simple-step-section {
    margin-top: 4rem;
}
.axibank-theme-section.hdfcbank-theme-section .fee-structure-table .accordion-header {
    border-color: var(--hdfctheme-primary);
}
.axibank-theme-section.hdfcbank-theme-section .view-scholar-btn {
    color: var(--hdfctheme-primary);
}
.hdfc-theme-section li.step-1.is-active {
    color: var(--hdfctheme-primary);
}
.axibank-theme-section.hdfcbank-theme-section .learnersfour-slider .play-on-course-details {
    background: url(../images/hdfc-play-icon.svg);
    background-size: 100%;
}
.hdfcbank-theme-section .multi-steps>li.is-active:after {
    background:var(--hdfctheme-primary) ;
}
/* hdfc page page css end here */


/* gniit page css start here */

.banner-pills li{list-style: none;
    display: inline-flex;
    align-items: center;
    background: #00579D;
    padding: 4px 20px;
    position:absolute;
    border-radius: 30px;
    color: #fff;}
.banner-pills li:nth-child(1){    top: 50%;
    left: -92px;
    transform: translateY(-50%);}
.banner-pills li:nth-child(2){    bottom: 42px;
    right: 22%;
}

.banner-pills li img{height:38px;width:38px;margin-right:8px}

.overview-content.gniit-section {
    padding: 0;
        background: linear-gradient(98deg, #F1F9FF 5.09%, #F1F9FF 34.53%, rgba(232, 247, 237, 0.58) 67.31%, #F8E8ED 97.56%), #F7F6FC;
}
.gniit-section .container-fluid {
    padding: 0;
    padding-left: calc((100% - 1300px) / 2);
}
.gnnit-banner-row{margin: 0;--bs-gutter-x: 0;}
.gniit_title_box {
    padding-top: 80px;
}
.gniit_title_box h1 {
    font-size: 60px;
    font-weight: 400;
    color: var(--nav-primary);
    margin: 10px 0 25px;
}
span.highlighted_text {
    color: #565759;
    font-weight: 600;
    display: block;
}
a.course_fee_btn {
    border-radius: 100px;
    background: #FFCB05;
    padding: 12px 30px;
    color: #565759;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}
.price-text {
    color: var(--nav-primary);
}

.course_fee_btn sub {
    bottom: 0px;
    font-size: 14px;
}

.right_arrow {
    margin-left: 15px;
    width: 40px;
}

.apply-btn {
    border: 1px solid var(--gniit-primary);
    color: var(--gniit-primary);
    background: #fff;
    padding: 10px 25px 10px 35px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}
.gniit_title_box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 25px 0;
}
.upcoming-match-box {
    padding-top: 75px;
}
.batch-heading {
    color: #565759;
    font-size: 26px;
    font-weight: 700;
    padding-top: 20px;
}
.batch-box .batch-weekdays {
    padding:8px 0 4px;
}
.batch-box .date-si {
position: relative;
    top: 4px;
    color: var(--gniit-primary);
    padding-left: 6px;
}

.gniitadvantage-section {
    padding: 80px 0;
}
.image-caption {
    position: absolute;
    bottom:35px;
    left: 25px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}
.eligible-box ul.eligible-pointers {
    column-count: inherit;
}
.eligible-container {
    display: flex
;
    align-items: center;
    position: relative;
}
.eligible-img-box {
    width: 50%;
}
.eligible-box {
    background: #FFF;
    padding: 50px 30px 30px;
    position: absolute;
    right: 0%;
    width: 54%;
    border-radius: 42px;
}

.partners-logo-section{padding:60px 0 90px;}
.client_logo_animation .clients-brands2 {
    padding-top: 80px;
}
.how-should-apply.enroll-section.page-section {
    margin: 6rem 0;
}
.stories-card-cntr {
    border-radius: 20px;
    background: #FFF;
    margin: 0 10px;
}
.stories-content-box {
    padding: 60px 20px 30px;
}
.stories-content-box p {
    color: #565759;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    z-index: 9;
}
.stories-content-box .learnar-details-test {
    position: absolute;
    bottom: 55px;
}
.quote-icon {
    position: absolute;
    top: 21px;
    left: 8px;
    z-index: 0;
}
.stories-section {
    border-radius: 20px;
    background: #DCEFFF;
    padding: 60px 0;
    margin:60px 0 0;
}
.maylike-section.gniit-maylike-section {
    background: #F1F9FF;
    padding: 60px 0;
}
.eligible-container .eligible-pointers li {
    padding-bottom: 10px;
}
.eligible-container .eligible-pointers li::before{top:8px;}
.eligible-container .eligible-heading {
    margin-bottom: 15px;
}
.faq-section-inner.gniit-faq-section {
    padding-top: 70px;
}
.topic_cntr {
    display: flex;
    gap: 20px;
        flex-wrap: wrap;
}


.content-overimage {
    position: absolute;
    padding: 4rem 0rem 6rem 0;
    bottom: 0;
    width: 100%;
    color: var(--white);
}

.content-overimage p {
    margin-bottom: 0;
    font-size: 25px;
}

.content-overimage p span.tagfont {
    font-size: 30px;
    font-weight: 700;
    display: block;
}




.banner-stack-home .white-banner-btn {
    padding: 10px 27px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: none;
    color: var(--white);
    border: 1px solid var(--white);
    transition: .5s ease;
}

.banner-stack-home .white-banner-btn:hover {
    background: var(--white);
    color: var(--nav-primary);
}
.banner-stack-home .white-banner-btn:hover img{
    filter: none;
}

.banner-stack-home .white-banner-btn img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(0%) hue-rotate(3deg) brightness(104%) contrast(102%);
}

.flex-100{
    flex: 0 1 100%;
}
.banner-section-tab .banner-section-home:not(.active){
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
}

.image-slider-banner picture{
    display: block;
    height: auto;
    aspect-ratio: 1440/577;
}

.image-slider-banner .slick-dots{
    z-index: 4;
}

.image-slider-banner img{
    object-fit: cover;
    object-position: top;
    height: 100%;
    background: var(--nav-primary);
}

.banner-section-tab .home-herobanner .content-overimage{
    top: 0;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    background: var(--nav-primary);
}
.banner-section-tab .home-herobanner .content-overimage::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(90deg, #0061AF 0%, rgba(0, 118, 255, 0) 100%);
    z-index: 0;
}

.banner-section-tab .home-herobanner .content-overimage .container{
    position: relative;
    z-index: 1;
}

.banner-stack-home.rps .image-slider-banner picture{
    position: relative;
}

.banner-stack-home.rps .image-slider-banner picture::before{
    content: '';
    position: absolute;
    right: 1%;
    top: 4%;
    z-index: 2;
    width: 180px;
    aspect-ratio: 75 / 65;
    background-size: 100% auto;
}

/*.banner-stack-home.rps .image-slider-banner picture:nth-child(even):before{
    background: url(../images/stack-im.png) no-repeat;
    background-size: 100% auto;
}
.banner-stack-home.rps .image-slider-banner picture:nth-child(odd):before{
    background: url(../images/rps.png) no-repeat;
    background-size: 100% auto;
}
*/

.banner-stack-home .content-overimage{
    background: none !important;

}


.banner-stack-home .des-ttl{
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    margin: 1rem 0;
}

.banner-stack-home .white-banner-btn img{
    transform: scaleX(-1);
    width: 20px;
}
.banner-stack-home .white-banner-btn {
    padding: 10px 27px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.content-overimage .count-wrap {
    max-width: 560px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    color: var(--nav-secondry);
    font-size: 6rem;
}

.content-overimage .count-wrap .count-info h6 {
    font-size: 0.667em;
    font-weight: 700;
    line-height: 1;
    margin: 0.08rem;
}

.content-overimage .count-wrap .count-info p {
    font-size: 0.2em;
    line-height: 1;
    font-weight: 700;
    margin: 0;
}


.elective-topics .active-topics{border: 1px solid #00579D;}
.topic_cntr .active-topics h4{color:var(--gniit-primary); width:100%;}
.topics_box.text-center.active-topics img {    filter: inherit;
    opacity: 1;}

.checkbox_card{opacity:0;}
.active-topics .checkbox_card{opacity:1;}

.topics_box img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.topics_box {
    border-radius: 20px;
     border: 1px solid #AAABAD;
    background: #FFF;
    padding:15px 25px;
    min-height: 175px;
    align-items: center;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    width:31.333%;
    max-width: inherit;
}
.topics_box h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin: 5px 0 0;
    width: 100%;
    color:#AAABAD;
}
.batch-row {
    border-bottom: 1px solid rgb(157, 157, 157, 0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.batch-inner-container {
border-radius: 42px;
    background: #FFF;
    padding: 50px;
    margin: 0 70px;
    position: relative;

}
.form-select.digital-dropdown {
    position: absolute;
    right: 20px;
    backdrop-filter: blur(2.5px);
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #565759;
    max-width: 315.261px;
    height: 45px;
    top: 45px;
    Background: #F5F5F5 url(../images/bg-down-arrow.svg) no-repeat;
    background-position: 95%;
    padding: 0 15px;
}
.batch-inner-container.apply-inner-container {
    border-radius: 20px;
    background: #DCEFFF;
}
.form-select.digital-dropdown.apply-select-dropdown {
    position: relative;
    right: 0;
    top: 0;
}
.application-form-header.gniit-form-header {
     text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.apply-inner-container .multi-steps>li.is-active~li:after, .multi-steps>li.is-active:after{Background:#fff;}
.apply-inner-container .multi-steps>li{z-index:9;}
.apply-inner-container .multi-steps>li.is-active:after {
    background:var(--gniit-primary);
}
.gniit-form-header .form-step-header {
    margin: 17px 0 10px;
}
.skill-gain-section .purchase-table .accordion-item {
    border-radius: 30px;
    background: #E2F2FF;
    box-shadow: inherit;
    margin-bottom: 20px;
}
.faq-section-inner.skill-gain-section .accordion-item:has(.accordion-collapse.collapse.show) {
    background-color: #fff;
}
.faq-section-inner.skill-gain-section .course-faq-container.purchase-table .faq-section-accordion{background:none;}
.section-title.gniit-section-title h1 {
    color: #565759;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 35px;
}
.section-title.gniit-section-title span{color:var(--gniit-primary);}
.section-title.gniit-section-title h1{    position: relative;
    display: inline-block;}
.section-title.gniit-section-title h1:before {
background: var(--nav-secondry);
    width: 100px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: -18px;
    border-radius: 108.572px;
    left: 4px;
    backdrop-filter: blur(27px);
}
.batch-inner-container.apply-inner-container .how-should-apply-inner.cd-back-over {
    padding: 0;
}
.faq-section-inner.skill-gain-section .faq-section-accordion .accordion-button {
      padding: 1rem 5px;
    color: #565759;
    font-family: Effra;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}
.faq-section-inner.skill-gain-section .purchase-table .accordion-body {
    padding: 20px 12px;
}
.faq-section-inner.skill-gain-section .accordion-body p {
    color: #565759;
    font-size: 18px;
    font-weight: 400;
}
.whatyou-learn-section {
    padding: 70px 0 40px;
}
.batch-heading.upcoming-batch {
    font-weight: 500;
    padding-top: 28px;
}
.upcoming-row {
    border-bottom: 2px solid var(--gniit-primary);
    padding-bottom: 32px;
}
.batch-box .regstor-si {
    font-weight: 600;
    color: #565759;
}
.skill-gain-section .course-faq-container.purchase-table{padding:0;}
.apply-inner-container .apply-form-cntr input.form-control {
    border-radius: 74px;
    border: 0.5px solid var(--gniit-primary);
    height: 46px;
    Background: #fff;
}
.apply-inner-container .apply-form-cntr select.form-select{    Background: #fff url(../images/bg-down-arrow.svg) no-repeat;
    background-position: 95%;     border-radius: 74px;}
.apply-form-cntr select.form-select {
    font-size: 14px;
}
.apply-inner-container .show-country-code {
    border-radius: 50%;
    background: var(--gniit-primary);
}
.batch-inner-container.apply-inner-container .multi-steps>li.is-active~li:before {
    background: #DCEFFF;
    border-color: var(--gniit-primary);
}
.gniit-form-header select.form-select.digital-dropdown.apply-select-dropdown {
    border: none;
    height: 44px;
}
.gniit-form-header select.form-select.digital-dropdown.apply-select-dropdown {
    border: none;
    height: 44px;
    max-width: 453px;
}

.programfee-heading {
    color: #565759;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.highlightef-text {
    color: var(--gniit-primary);
}

.program-fee-section .finance-content-details {
    border-radius: 0px 0px 48px 0px;
    background: #FFF;
    box-shadow: 6px 6px 23px 1px rgba(52, 124, 208, 0.10);
}
.finance-option-apply.program-fee-section.section-equ.page-section {
    background: none;
    padding: 0 0 20px;
    margin: 0;
}
.program-fee-section .vertical-center-section {
      margin: 0 70px;
    align-items: start;
    padding-top: 20px;
    
}
.program-fee-section th.options-header:last-child, .program-fee-section .dynamic-number {
    text-align: right;
}
.program-fee-section .form-select.digital-dropdown.apply-select-dropdown {
    max-width: 600px;
    margin: 10px auto 22px;
}
.program-fee-section .finance-option-apply-inner.cd-back-over {
    padding: 0;
}


.circle-checkbox {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
        cursor: pointer;
}

.checkbox_card label {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid var(--gniit-primary);
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    line-height: 30px;
    top: 0;
    left: 0;
}

.checkbox_card label::before {
    content: "âœ“"; /* Tick symbol */
    color: white; /* Tick color */
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; /* Hidden by default */
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

.circle-checkbox:checked + label {
    background-color: var(--gniit-primary); /* Fill color when checked */
    border-color: var(--gniit-primary); /* Match the border color */
}

.circle-checkbox:checked + label::before {
    opacity: 1; /* Show the tick when checked */
}


.topics_box{position:relative;}
.checkbox_card {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.note-ext.note_checlist {
    margin: 10px 0 10px;
    font-size: 11px;
    font-weight: 700;
}
.form-check strong {
      font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    display: inline-block;
}
.user-checkbox p {
    margin: 0 0 4px;
    font-size: 12px;
}
button.apply-btn.back-btn {
    padding: 10px 35px 10px 25px;
}
.apply-btn.back-btn svg.right_arrow {
    margin: 0 15px 0 0;
}
.gniit-card-box {
    margin-bottom: 25px;
}

.manadatory-text {
    font-size: 11px;
    text-align: right;
    font-weight: 400;
    display: block;
    padding: 6px 9px 0 0;
    color: #000
}
.criteria-text {
    color: #565759;
    font-size: 12px;
    font-weight: 400;
}
.user-checkbox label.form-check-label {
    color: #565759;
    font-size: 18px;
    font-weight: 400;
}
.gniit-maylike-section .primary-btns {
    background: var(--gniit-primary);
}

.gniit-maylike-section .coursecard .card-title{color:var(--gniit-primary);}

button.apply-btn.view_scolership {
    width: auto;
}
.scholarship-code-inputs.gniit-code-inputs input#coupon-text {
    background: #347CD01A;
    border: 1px solid #347cd02e;
        margin-bottom: 15px;
}
.apply-form-cntr.purchase-table table {
    padding: 0;
}

.apply-form-cntr.purchase-table {
    padding: 0 68px;
}
.course_title span {
    display: block;
    color: #565759;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-top: 8px;
}
.scholarship-code-inputs.gniit-code-inputs a.apply-scholarship {
    top: 35%;
}
span.extra-notes.niitcpn {
    color: rgb(86, 87, 89, 0.4);
    font-family: Effra;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}
.remove_code {
    background: none;
    border: none;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color: rgb(0, 87, 157, 0.4);
    text-decoration: underline;
}

.gniit_dropdown_box button.btn.btn-secondary.dropdown-toggle {
    background: #F5F5F5;
    backdrop-filter: blur(2.5px);
    border: none !important;
    width: 630px;
    margin: auto;
    border-radius: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #565759;
    display: flex
;
    justify-content: space-between;
    padding: 9px 21px;
    align-items: center;
    position:relative;
}
.gniit_dropdown_box .dropdown-menu.show li {
    position: relative;
}
.gniit_dropdown_box .dropdown-toggle::after {
    background: #F5F5F5 url(../images/bg-down-arrow.svg) no-repeat;
    background-position: 95%;
    border: none;
    width: 20px;
    height: 20px;
}
.gniit_dropdown_box .dropdown-menu.show .dowpdown_price{top:4px;}
.dowpdown_price {
    position: absolute;
    right: 68px;
    top: 7px;
}
.gniit_dropdown_box .dropdown-menu.show {
    width: 630px;
    border: none;
    border-radius: 13px;
    box-shadow: 6px 6px 23px 1px rgba(52, 124, 208, 0.10);
}
.book_course_heading {
    color: #565759;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
}
.course_title {
    color: #565759;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
}
/* gniit page css end here */



.profile_application .profile-img-box {
    margin: auto;
}
.profile_application h4 {
font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: var(--nav-primary);
    margin: 18px 0 5px;
}
.profile_application {
    padding-bottom: 30px;
}
.profile_application span {
    color: #565759;
    font-size: 20px;
    font-weight: 400;
}
.addmore_btn {
    background: var(--nav-primary);
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    padding: 9px 25px;
    display: table;
    margin: 20px auto;
}
.completed_icon {
    background: var(--nav-primary);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 50px auto 20px;
}
.download_pdf {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 27px;
}
.application_submition_box {
    padding-bottom: 30px;
}
.portal_box ul {
    list-style: decimal;
    padding: 0 0 0 15px;
}
ul.user_list {
    list-style: disc;
    padding-left: 3px;
}
.portal_box ul li {
    margin-bottom: 25px;
}
.portal_box ul.user_list li {
    margin: 0 0 2px;
}
.portal_box li a {
    text-decoration: none;
}
.portal_box h4 {
    margin-bottom: 15px;
}
.portal_box h3 {
    font-size: 20px;
    font-weight: 600;
}

.screening_box {
    padding: 20px 0;
}

.interview_box {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(86, 87, 89, 0.21);
}
button.primary-btns.test_btn {
    display: table;
    margin: 25px auto 40px;
    padding: 7px 28px;
}

.decimal_list {
    list-style: decimal;
    padding-left: 15px;
}

p.format_text.mt-4 {
    margin-top: 2.3rem !important;
}

.screening_box.Proficiency_text_box {
    border-top: 1px solid rgba(86, 87, 89, 0.21);
    margin-top: 20px;
    padding-top: 50px;
}
.common-detail-page .fee-structure-table button.accordion-button.success-primary p {
    margin: 0;
}
.common-detail-page .fee-structure-table button.accordion-button.success-primary {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background: #27AE60 !important;
    padding-right: 55px;
}
.upload-btn  .verified {
    color: #0AC800;
}
.download_btn_box {
    display: flex
;
    justify-content: center;
    gap: 20px;
    padding-top: 7px;
}
.contact_info_box {
    text-align: left;
    padding-top: 30px;
}
.info_box p {
    width: 20%;
}
.contact_info_box h5 {
    margin: 12px 0;
}
.info_box {
    gap: 20px;
    display: flex
;
}
.curriculam_box span {
    color: var(--nav-primary);
    font-size: 18px;
}

.bg_header {
    background: var(--nav-primary) !important;
    color: #fff !important;
    padding: 13px 15px;
    border-radius: 4px;
    margin:10px 0 30px;
}

.applyprocess-btns.center_submit_btn.text-center {
    margin: 25px auto 40px;
    display: table;
}
.complete_application_box {
    padding: 50px 0;
}

.complete_application_box h5 {
    color: var(--nav-primary);
    font-size: 20px;
    font-weight: 700;
}
span.user_name {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding-bottom: 8px;
}
.complete_application_box h5 {
    color: var(--nav-primary);
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 8px;
}
.complete_application_box button.primary-btns.test_btn {
    margin-bottom: 25px;
}
span.timer {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: var(--nav-primary);
}
p.form_para {
    margin-bottom: 8px;
}

.axis_theme_box h5 {
color:var(--axistheme-primary);

}
.axis_theme_box button.primary-btns.test_btn{background:var(--axistheme-primary);}
.axis_theme_box span.timer{color:var(--axistheme-primary);}
.payment_box .finance-content-details {
    border-radius: 0px 0px 29px 0px;
    background: #FFF;
    box-shadow: 6px 6px 23px 1px rgba(52, 124, 208, 0.10);
    max-width: 424px;
    margin: 35px auto 15px;
}
.payment_box .payment-option-table .optn-payment{width:60%;}
.payment_box .payment-option-table td.dynamic-number {
    text-align: right;
}
.payment_box button.primary-btns {
    margin: auto;
    display: table;
}
.coupon-field input#coupon-text {
    background: rgba(52, 124, 208, 0.10);
    height: 44px;
    border-radius: 50px;
}
.coupon-field {
    background: rgba(52, 124, 208, 0.10);
    border: 1px rgba(52, 124, 208, 0.10);
    backdrop-filter: blur(2.5px);
    max-width: 424px;
    margin: auto;
}
.coupen_box h6 {
    text-align: center;
    color: #565759;
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 20px;
}
.application_head h3 {
    margin: 20px 0 18px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}
.application_head h5 {
    color: var(--hdfctheme-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0 6px;
}
p.payment_note {
    padding: 30px 75px 0;
}
.axibank-theme-section .application_head h5{color:var(--axistheme-primary);}
/* award page css start here */

.award-logo {
    display: table;
    margin: auto;
}
.award-box h4 {
    color: #565759;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0 0;
}
.award-box p {
    color: #565759;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
.indep-cards.award-box {
    min-height: 268px;
}
.slick-achievments-step:before {
    background: #D9D9D9;
    backdrop-filter: blur(17px);
    width: 99%;
    height: 4.452px;
    content: "";
    position: absolute;
    bottom: 12px;
    left: 6px;
    border-radius: 10px;
}
.slick-achievments-step {
    position: relative;
    margin: 10px 0 50px;
}
.year-list {
    position: relative;
    padding: 0 0 50px 5px!important;
    font-size: 28px;
    font-weight: 500;
}

.year-list:after {
    background: #D9D9D9;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 1px;
    left: 4px;
    content: "";
    border-radius: 50%;
    z-index: 9;
}

.year-list.slick-slide.slick-current.slick-active{color:var(--nav-primary);}
.year-list.slick-slide.slick-current.slick-active:after{background:var(--nav-secondry);}
.slick-achievments-step button.slick-prev.slick-arrow.slick-disabled {
    opacity: 0;
}
.slick-achievments-step .slick-prev:before, .slick-achievments-step .slick-next:before {
    background: url(../images/slick-next-arrow.svg) no-repeat;
    height: 34px;
    content: "";
    position: absolute;
    width: 34px;
    right: 18px;
    bottom: 5px;
}
.slick-achievments-step .slick-prev:before {
    transform: rotate(180deg);
    bottom: 5px;
}

.achievement-inner .learn-cover-inners .curriculum-cover-bullets {
    padding: 20px 15px 0;
    min-height: 340px;
    height: auto;
    border: none;
    border-radius: 0px 0px 40px 0px;
    background: rgb(204, 223, 239, 0.4);
    box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.10);
}
.lode-more a {
    color: var(--nav-primary);
}

.awards-section .indep-cards {
    border-radius: 0px 0px 40px 0px;
    background: rgb(204, 223, 239, 0.4);
    box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.10);
}
.awards-slick-slider .course-cards {
    padding: 0 15px;
}
.year-list.slick-slide.slick-current.slick-active:before {
    width:50%;
    position:absolute;
    bottom:12px;
    left:4px;
    content:"";
    background: var(--nav-secondry);
    height: 4.452px;;
}
/* award page css end here */



/* course page css start here */
.mycourse-section {
    background:linear-gradient(180deg, #a4d5ff66 0%, #ffffff66 40%);
    padding: 80px 0 60px;
}
.edit-form-field.user-edit-icon {
    position: relative;
    right: auto;
}
.profile-image-container {
    gap: 35px;
    margin-bottom: 60px;
}
.profile-name.d-block {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 6px;
}
.profile-edit {
    color: var(--nav-primary);
    text-decoration: none;
}
.profile-img-box {
    width: 172px;
    height: 172px;
    border-radius: 50%;
}
.profile-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.circle-progress{border-radius:50%; width:80px; height:90px;}
.svg-inner-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.progress-box {
    padding-bottom: 20px;
}
.svg-inner-icon img {
    height: 35px;
}
.progress-value-box text {
    font-size: 30px;
    font-weight: 700;
    color: #565759;
}
.course-faq-container {
    border-radius: 30px;
    background: #EBF2F9;
    padding: 30px 15px;
    margin: 0 100px;
}
.course-faq-section {
    padding: 60px 0 ;
}
.course-faq-container .accordion-item, .course-faq-container .accordion-button {
    background: none;
}
.course-faq-container .accordion-button:not(.collapsed) {
    background: none!important;
}
.middle-container{
    max-width: 867px;
    margin: 0 auto 60px;
    width: 100%;
}
.label-heading {
    color: #565759;
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0 15px;
}
.label-heading span {
    display: block;
}
.textarea-characters {
    font-size: 12px;
    padding-top: 7px;
    display: inline-block;
}
.ticket-form .applyprocess-btns.only-single-btn {
    margin-top: 6px;
}
/* course page css end here */
/* payment purchase page css start here */
.purchase-table th {
    color: #565759;
    font-size: 12px;
    font-weight: 700;
}
.purchase-table td {
    font-size: 13px;
    font-weight: 400;
}
.purchase-table th, 
.purchase-table td {
    border: none;
    background: none !important;
    border-right: 1px solid var(--nav-primary);
    padding: 12px 25px 12px 10px !important;
}
.purchase-table th:last-child, .purchase-table td:last-child{border: none; text-align:right;}
.course-faq-container.purchase-table {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 20px 0 0;
}
.purchase-table .accordion-body {
    padding: 20px 0;
}
.course-faq-container.purchase-table .faq-section-accordion {
    border-radius: 0px 0px 40px 0px;
    background: rgba(255, 255, 255, 0.40);
    /* box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.10); */
}
.purchase-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    padding: 0 68px;
  }
  .purchase-table th,
  .purchase-table td {
    padding: 10px;
  }
  /* Rounded corners for the first and last cell */
  .purchase-table tr:nth-child(even) th:first-child,
  .purchase-table tr:nth-child(even) td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .purchase-table tr:nth-child(even) th:last-child,
  .purchase-table tr:nth-child(even) td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  /* Background color for even rows */
  .purchase-table tbody tr:nth-child(odd) {
    background: #F0F0F0;
  }
  .purchase-table tfoot {
    background: #EBF2FB;
}
.purchase-table tfoot th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .purchase-table tfoot td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .purchase-table tfoot th, .purchase-table tfoot td{border: none;}
  .purchase-table th:nth-child(3), td:nth-child(3){
border:none;
text-align:center;
  }
  .purchase-table .faq-section-accordion.middle-container {
    margin-bottom: 0;
}
.purchase-table .accordion-item {
    border-radius: 0px 0px 40px 0px;
    background: rgba(204, 223, 239, 0.40);
    box-shadow: 4px 4px 10.9px 0px rgba(0, 0, 0, 0.10);
    border: none;
    margin-bottom: 35px;
    padding:0 15px;
}
.purchase-table .col-md-12 {
    padding: 0;
}
.download-icon {
    height: 15px;
    width: 19px;
    background-image: url(../images/download-icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    display: block;
    float: right;
}
.download-icon.delete{
    background-image: url(../images/delete-icon.svg);
}
.purchase-table th:nth-child(2), .purchase-table td:nth-child(2){
text-align: right;   
}
/* payment purchase page css end here */
/* my certificate page css start here */
.border-right-grey {
    border-right: 1px solid #D9D9D9;
}
.certificate-details {
    padding: 20px 85px;
}
.certificate-details .primary-btns.card-know-more {
    padding: 5px 25px;
    display: inline-flex
;
    align-items: center;
    gap: 7px;
    font-size: 14px;
}
/* my certificate page css end here */
/* my profile page css start here */
.ticket-form .error-message {
    color: red;
    font-size: 0.775em;
    display: none;
    position: absolute;
    bottom: -24px;
    left: 0;
}

input.invalid, select.invalid, textarea.invalid {
    border: 1px solid red;
}

.edit-profile-form .form-control, .edit-profile-form .form-select {
    background: none;
    font-size:14px;
    appearance: auto;
}
.contact-info-details {
    font-size: 12.5px;
    font-weight: 700;
}
.phone-info {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--nav-primary);
    text-decoration: none;
}
.approval-list {
    list-style: decimal;
    padding-left: 15px;
}
.pending-approval {
    background: #DBEEFF;
}
.rejected-referrals {
    background: #F0F0F0;
}
.approval-box {
    border-radius: 10px;
    padding: 15px 20px 5px;
    min-height: 152px;
}
.approval-referrals .approval-list {
    list-style: none;
    padding: 0;
}
.approval-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.approval-list li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.approval-referrals .approval-list li{margin-bottom:10px;}
.approval-list li:last-child{margin:0;}
.user-dropdown .dropdown-toggle{
    background: var(--nav-primary);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    margin-right: 18px;
}
.user-dropdown .dropdown-toggle::after {
    margin: 0;
    vertical-align: inherit;
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/down-blue-arror.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 9px;
    border:none;
}
.user-dropdown .dropdown-menu{
    background: #fff;
    padding: 15px 12px 0;
    border: none;
    border-radius: 10px;
    width: 278px;
    top: 121%;
}
.user-dropdown .dropdown-item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 8px;
    background: #fff;
    transition:0.3s;
}
.user-dropdown .dropdown-item.active {
    color: var(--nav-primary);
}
.user-dropdown .dropdown-item:hover{
    color:var(--nav-primary);
}
.user-dropdown .dropdown-toggle.show:after {
    transform: rotate(-180deg);
    top: 33%;
}
.upload-container .applyprocess-btns button {
    width: auto;
}
.form-label {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 10px;
}
#upload-resume-text small {
    color: var(--bs-body-color);
    font-size: 11px;
    margin-left: 2px;
}
.edit-input-row .edit-form-field.user-edit-icon {
    position: absolute;
    right: 8px;
    top: 9px;
    background: none;
}
.edit-input-row .edit-form-field::after{background-image: url(../images/form-edit-blue-icon.svg);}
/* .ticket-form .edit-input-row input {
    padding-right: 32px;
} */
.edit-input-row input:disabled {
    color: var(--nav-primary); 
    opacity: 1; 
  }
  .upload-btn.file-uploaded span{color: var(--font-color); font-weight: 700;  }
  .upload-btn .file-uploaded small {
    font-size: 14px !important;
    padding-left: 3px;
    font-weight: 400;
}

.upload-container {
    border-radius: 10px;
    background: rgba(164, 213, 255, 0.40);
    padding: 40px 40px 35px;
}
.upload-container  .download-icon{transform: rotate(180deg);}
.upload-section label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.upload-section input[type="file"] {
    display: none;
}
.upload-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border:1px solid var(--nav-primary);
    border-radius: 5px;
    cursor: pointer;
}
.upload-btn span {
    font-size: 14px;
    color: var(--nav-primary);
}
.upload-btn svg {
    fill: #007bff;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.note {
    font-size: 12px;
    color: #777;
}
.upload-profile-pic {
    width: 172px;
    height: 172px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    z-index: 999999;
}
.upload-picture-icon {
    width: 45px;
    background-image: url(../images/download-icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: 45px;
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index: 9999;
}
.link-placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--nav-primary);
  }

  nav.home-primary-tabs.home-bg-tab .nav-link.active{ background: none;
    padding-top: 7px;}

    
.hori-selector{
    display:inline-block;
    position:absolute;
    height: 100%;
    top: 0;
    left: 0px;
    /*transition-duration:0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.hori-selector .right,
.hori-selector .left{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 0;
}
.hori-selector .right{
    right: -25px;
}
.hori-selector .left{
    left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(26 123 206);
}
nav.home-primary-tabs.home-bg-tab .nav-link{position: relative;}
.hori-selector .right:before{
    bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
    bottom: 0;
    left: -25px;
}
.home-bg-tab ul.nav.nav-tabs {
    overflow: hidden;
}
nav.home-primary-tabs.home-bg-tab {
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 0px 10px 0px 0px;
   background-color:  rgba(38, 132, 214, 0.80);
    position: relative;
}

/* my profile page css end here */

.cd-horizontal-links.justify-content-around.sub-tobar-menu {
    padding:8px 0 0px 40px;
}

/* ----------------------------------------------------------------------------------------------- */


/* Footer */
.footer {
    margin-top: auto;
    background-color: var(--footer-bg);
    color: var(--white);
    font-size: 0.875rem;
}

.footer a {
    color: var(--white);
    text-decoration: none;
}

.footerlist {
    display: flex;
    position: relative;
    justify-content: space-between;
}

/* .footerlist .items {
    content: "";
    border-left: 1px solid var(--white);
    padding-left: 10%;
} */

.copyright-section {
    border-top: 1px solid var(--font-color);
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

/* .footerlist .items {
    text-align: center;
} */

.footerlist .items h6 {
    font-weight: 700;
    color: var(--white);
    font-size: 18px;
}

.ppandcopy {
    padding: 1rem 0;
    text-align: center;
}

.footer-top-sec {
    padding-top: 3rem;
    padding-bottom: 1rem;
    --bs-gutter-x: 5rem;
}

/* .footer-top-sec .fl-one {
    border-right: 1px solid var(--font-color);
} */

.link-column li {
    margin-bottom: .5rem;
}

.fbottomlink .footer-link {
    text-transform: uppercase;
}

.fbottomlink {
    margin-bottom: .5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.copyright {
    color: var(--white);
    text-transform: uppercase;
}

.niit-brand-logo {
    height: 40px;
    position: relative;
    width: auto;
}

/* .footer-brand-logo {
    position: relative;
}

.footer-brand-logo:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: var(--white);
    top: 0;
    right: -50%;
} */

.niit-branch-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--font-color);
    padding-bottom: 1.5rem;
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
}

.fabout {
    text-align: center;
}

/* End Footer */


/* Header */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1055;
}

.content-section{
    margin-top: 76px;
}

.content-section:has(.course-details-scroll-header){
    margin-top: calc(76px + 57px);
}

.course-details-scroll-header {
    background: #EBEBEBB2;
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    z-index: 1054; 
}

.search-icon {
    background-image: url(../images/search-icon-nav.svg);
    width: 24px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.searchbtn {
    border: 0;
    background-color: transparent;
    /* border-radius: 40px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.user-login-icon {
    background-image: url(../images/nav-user-avatar.svg);
    width: 19px;
    height: 22px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-primary-light {
    background-color: #ffffff80;
    backdrop-filter: blur(0.625rem);
    position: relative;
    padding: 1rem 0;
}

.modal-header-white .navbar-primary-light, .modal-header-white .main-header {
    background-color: var(--white);
}

.nav-light-btns {
    padding: 13px 60px 13px 1.25rem;
    border-radius: 40px;
    background-color: #f5f5f5;
    border: 0;
    font-weight: 500;
    color: var(--font-color);
    white-space: nowrap;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    position: relative;
}

.nav-light-btns:after {
    content: ' ';
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/down-blue-arror.svg);
    height: 8px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-light-btns.active-nav:after {
    background-image: url(../images/up-white-arrow.svg);
    height: 8px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: ' ';
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
}

.nav-light-btns:hover {
    color: #222831;
    background-color: #e3e3e3;
}

.top-menu-left {
    display: flex;
    align-items: center;
    position: absolute;
    background: var(--nav-secondry);
    padding: 16px;
    top: 0;
    border-radius: 0 0 0.625rem 0;
    z-index: 9999;
    height: 83px;
}

.top-menu-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: right;
    width: 100%;
    min-height: 76px;
}

.navbar-brand {
    margin-right: 0;
    padding: 0;
}

.brand-logo {
    width: 68px;
    height: 32px;
}

.brand-logo img {
    height: 32px;
    width: auto !important;
}

.dotclass {
    padding: 0;
    border: 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../images/nav-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.secondry-nav {
    background-color: var(--nav-secondry);
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}
.secondry-nav .nav-link {
    padding: 3px 4px;
    color: var(--font-color);
    text-transform: uppercase;
}

.secondry-nav .nav-link.active {
    background-color: transparent;
    color: var(--font-color);
}

.secondry-nav>ul>li:not(:last-child) {
    position: relative;
}

.secondry-nav>ul>li:not(:last-child)>a:after {
    content: "";
    height: 1.125rem;
    width: 0.0625rem;
    background: var(--font-color);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.625rem;
}

.for-mobile-search-form {
    display: none;
}

.banner-home {
    position: relative;
}

.banner-home .content-overimage .des-ttl{
    font-size: 40px;
}

.homebanner-back {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.content-overimage {
    position: absolute;
    padding: 4rem 0rem 6rem 0;
    bottom: 0;
    background: linear-gradient(0deg, #0061AF 0%, #0076ff00 100%);
    width: 100%;
    color: var(--white);
}

.content-overimage p {
    margin-bottom: 0;
    font-size: 25px;
}

.content-overimage p span.tagfont {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.secondry-color {
    color: var(--nav-secondry);
}

.font-bolder {
    font-weight: 700;
}

.white-banner-btn {
    background: var(--white);
    color: var(--nav-primary);
    border: 0;
    border-radius: 40px;
    padding: 3px 27px;
    backdrop-filter: blur(5px);
    margin-top: 1rem;
    font-size: 1rem;
}

.nav-light-btns.active-nav {
    background-color: var(--nav-primary);
    color: var(--white);
}

.icon-search.active-nav {
    background-color: transparent;
}

/* End Header */

/* Hero Banner */
.banner-section-home {
    position: relative;
}

.begin-journey {
    z-index: 999;
    background: var(--nav-secondry);
    border: 1px solid var(--nav-secondry);
    border-radius: 0 0 15px 0;
    padding: 15px 3px;
    color: var(--nav-primary);
    font-weight: 500;
    writing-mode: vertical-rl;
    position: fixed;
    right: 0;
    top: 20%;
    font-size: 0.875rem;
    rotate: 180deg;
    cursor: pointer;
}
.begin-journey:hover {
    background: var(--white);
    border: 1px solid var(--nav-primary);
    color: var(--nav-primary);
}

.slick-track {
    margin-left: 0;
}

.home-herobanner .slick-prev:before {
    content: '';
    background-image: url(../images/left-arrow.png);
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.stack-body .slick-dots li button:before,
.slick-dots li.slick-active button:before
 {
    color: rgba(201, 201, 201, 1);
    background: rgba(201, 201, 201, 1);
    opacity: 1;
}

.home-herobanner .slick-next:before {
    content: '';
    background-image: url(../images/right-arrow.png);
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-herobanner .slick-dots {
    background-color: transparent;
    padding-bottom: 0.625rem;
/*    bottom: 72px;*/
    bottom: 30px; /*------------------------------------------------------*/
}

.home-herobanner.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/* End Hero Banner */

/* Home-content-sec */
.indusandbusiness-section {
    margin-bottom: 70px;
    z-index: 5;
    position: relative;
        margin-top: -22px;
}

.course-card-slider .coursecard {
    padding: 4%;
}

.course-card-slider .card-img {
    width: 43px;
    height: 43px;
}

.indep-cards {
    position: relative;
    background: #ccdfef66;
    box-shadow: 4px 4px 10.9px 0px #0000001a;
    border-bottom-right-radius: 60px;
    padding: 1.25rem;
}

.coursecard .card-img-overlay {
    background-color: #0061afd9;
    text-align: center;
    color: var(--white);
    top: 60%;
    border-radius: 0 0 6px 6px;
    padding: 1.5rem;
}

.coursecard .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    margin-bottom: .5rem;
    font-size: 18px;
    color: var(--nav-primary);
}

.card-know-more {
    text-decoration: none;
    margin-top: 1rem;
    display: inline-block;
}

.course-indid {
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    gap: .5rem;
}

.course-tags-icon {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: .8rem;
}

.course-catg-tag {
    font-size: 0.875rem;
}

.course-card-content .card-know-more {
    margin-right: 5px;
    padding: .2rem 1.1rem;
}

.duration-course {
    background-image: url(../images/duration-primary.svg);
    width: 0.875rem;
    height: 0.875rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.typeof-course {
    background-image: url(../images/type-primary.svg);
    width: 0.875rem;
    height: 0.875rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.main-indi-and-busi-tabs {
    margin-bottom: 1.5rem;
}

.home-primary-tabs .nav-tabs {
    border-bottom: 0px solid var(--white);
    width: 100%;
    justify-content: center;
    background: #1a7bce;
}

.home-primary-tabs .nav-link {
    font-size: 30px;
    color: var(--white);
    padding: .5rem 2rem;
    border: 0;
    margin-bottom: 0;
}
.home-primary-tabs .nav-link.active {
    background-color: var(--white);
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
    color: var(--font-color);
    margin-bottom: -1px;
}

/* .home-primary-tabs .nav-link:first-child.active {
    background-color: var(--white);
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
    color: var(--font-color);
    margin-bottom: -1px;
}

.home-primary-tabs .nav-link:last-child.active {
    background-color: var(--white);
    border-radius: 0.625rem 0.625rem 0 0;
    position: relative;
    color: var(--font-color);
    margin-bottom: -1px;
} */

.second-step-tabs {
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.second-step-tabs .nav-link {
    font-size: 1rem;
    color: var(--font-color);
    padding: 1rem 24px;
    background-color: transparent;
    border-radius: 1.25rem;
    min-width: 6.25rem;
    text-align: center;
    line-height: 1;
}

.second-step-tabs .nav-link i {
    margin-bottom: .5rem;
}

.second-step-tabs .nav-link.active {
    color: var(--nav-primary);
    background-color: var(--white);
    box-shadow: 0.375rem 0.375rem 1.4375rem 0.0625rem #347cd01a;
    border-radius: 1.25rem;
}

.sub-catg-type {
    height: 1.9375rem !important;
    width: 1.9375rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.second-step-tabs .nav-link .sub-catg-type {
    display: block;
}

.second-step-tabs .nav-link .sub-catg-type.active-img-catg {
    display: none;
}

.second-step-tabs .nav-link.active .sub-catg-type.active-img-catg {
    display: block;
}

.third-step-filter {
    margin-bottom: 1rem;
}

.third-step-tabs {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
}

.third-step-tabs .nav-link {
    font-size: 1rem;
    color: var(--nav-primary);
    padding: .5rem 1rem;
    background-color: transparent;
    border-radius: 1.25rem;
    border: 1px solid var(--nav-primary);
}

.third-step-tabs .nav-link.active {
    color: var(--nav-primary);
    background-color: var(--nav-secondry);
    border: 1px solid var(--nav-secondry);
    font-weight: 500;
}

/* End Home Content Sec */

/* Home Content Course slider */
/* .course-card-slider  */
/* Common Class for slider */
.slick-dots li button:before {
    line-height: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    opacity: 1;
    color: #c9c9c9;
    background: #c9c9c9;
    border-radius: 100%;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--nav-secondry);
    background: var(--nav-secondry);
}

.slick-dots li {
    width: 0.625rem;
    height: 0.625rem;
}

.slick-dots li button {
    width: 0.625rem;
    height: 0.625rem;
}

/* End Home Content Course slider */

/* Navigator-section */
.course-city-navigator {
    margin-bottom: 50px;
}

.course-nav-box {
    background-color: #ccdfef;
}

.navigator-course {
    padding: 2rem 4rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.navigator-course .primary-btns {
    margin-left: auto;
}

.navigator-course.bookingsection {
    background-color: transparent;
    padding: 2rem 0rem;
}

.city-cards {
    background-color: var(--white);
    border-radius: 18px;
    padding: 1rem .5rem;
    box-shadow: 6px 6px 23px 1px #347cd01a;
    text-align: center;
    cursor: pointer;
}

.city-card-img {
    height: 80px !important;
}

.main-road {
    margin-bottom: 0;
    font-size: 0.875rem !important;
    line-height: 0.875rem;
    font-weight: 400;
}

.city-name {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: var(--nav-primary);
    margin-top: 0.625rem;
    margin-bottom: 2px;
    line-height: 0.875rem;
}

.nc-header {
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
    line-height: 1;
}

.primary-btns {
    background-color: var(--nav-primary);
    color: var(--white);
    border-radius: 40px;
    padding: .5rem 1.1rem;
    border: 1px solid var(--nav-primary);
    font-size: 1rem;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.outline-primary-btns {
    background-color: var(--white);
    border: 1px solid var(--nav-primary);
    color: var(--nav-primary);
    border-radius: 40px;
    padding: .5rem 1rem;
    font-size: 1rem;
    white-space: nowrap;
}

.primary-btns:hover, .primary-btns:focus {
    background-color: var(--nav-primary);
    color: var(--white);
}

.outline-primary-btns:hover, .outline-primary-btns:focus {
    background-color: var(--white);
    color: var(--nav-primary);
}

.card-sign-img {
    display: block;
    margin-right: 2rem;
    height: 66px;
}

/* .formobile-card-sign {
    display: none;
} */

.y-video-frame {
    width: 100%;
    height: 450px;
    border-radius: 0.625rem;
}

/* End Navigator-section */

/* Learners Say */
.section-title {
    text-align: center;
    margin-bottom: 25px;
}

.section-title h1 {
    font-weight: 400;
    line-height: 35px;
}

/* .section-title h2 {
    font-weight: 700;
} */

/* .section-title:after {
    content: "";
    border-bottom: 4px solid var(--nav-secondry);
    display: block;
    width: 103px;
    margin: 0 auto;
    margin-top: 0.625rem;
} */

.learner-card-user {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-card-inner {
    border-radius: 6px;
    background-color: var(--white);
    padding: 1.5rem;
}

.testy-img {
    border-radius: 1.25rem !important;
    background: #dbeeff;
    width: 75px;
    height: 75px !important;
    object-fit: cover;
    object-position: center;
}

.learner-name-testy {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.learner-company {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.linkedin-btn {
    background-image: url(../images/circle-linkedin.svg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.wordings::before,
.wordings::after {
    content: '"';
    display: inline-block;
}

/* .testimonial-content {
    padding: 1.25rem;
    text-align: center;
} */

.wordings {
    margin-top: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    height: 216px;
}

.learners-testimonials-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #A4D5FF66;
}

.testimonial-card {
    padding: 0 12px 0.625rem;
}

.learners-say-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--nav-secondry);
    background: var(--nav-secondry);
}

.learners-say-slider .slick-dots li {
    width: 0.625rem;
    height: 0.625rem;
}

.learners-say-slider .slick-dots li button {
    width: 0.625rem;
    height: 0.625rem;
}

.thumb-testiminial {
    position: relative;
}

.user-linkdin-link {
    position: absolute;
    right: -5px;
    bottom: 8px;
}

.opt-link {
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--nav-primary);
    width: 100%;
    display: block;
    font-weight: 600;
}

/* End Learners Say */

/* Our partners */
.partner-slider-section {
    text-align: center;
}

.our-partners {
    margin: 50px 0 50px 0;
}

.hirefromusbtn {
    margin-top: 2rem;
}

.partner-slider .company-logos,
.partner-slider-reverse .company-logos {
    box-shadow: 0.375rem 0.375rem 1.4375rem 0.0625rem #347CD01A;
    margin: 1.25rem 0.9375rem;
    padding: 1.5625rem 0.625rem;
    height: 6.25rem;
    object-fit: none;
    object-position: center;
    border-radius: 0.625rem;
}

/* End Our partners */

/* Niit advantage section */
.niit-advantage-section {
    margin: 0px 0 50px 0;
    background: linear-gradient(180deg, #a4d5ff66 0%, #ffffff66 100%);
    padding-top: 50px;
}

.con-second-sec {
    margin-top: 2rem;
}

.advantage-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
}

.number-cards {
    text-align: center;
    padding: 0 3rem;
    position: relative;
}


.number-cards:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(115.28deg, #0061AF 4.18%, #FFCB05 67.15%);
    top: 0;
    right: 0;
}

.larger-number {
    display: block;
    margin: 0 auto;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}

.advantage-content h6 {
    font-weight: 700;
    font-size: 18px;
}

.orange-text {
    color: #f26641;
}

.key-points {
    border: 0.5px solid #56575980;
    border-radius: 6px;
    height: 100%;
    padding: 1rem;
    text-align: center;
}

.key-points p {
    margin-bottom: 0;
}
/* End Niit advantage section */

/* Primary Overlays */
.close-over-btns {
    text-align: right;
}

.primary-overlays.modal {
    --bs-modal-margin: 0rem;
    --bs-modal-border-width: 0;
    height: 100%;
    top: 76px;
    bottom: 0px;
    z-index: 1054;
}

.primary-overlays .modal-content {
    background-color: var(--nav-primary);
    border-radius: 0 0 6px 6px;
}

.primary-overlays.course-popup .modal-content, .primary-overlays.secondary-overlays .modal-content {
    background-color: var(--white);
    border-radius: 0 0 0.625rem 0.625rem;
}

.primary-overlays.secondary-overlays .modal-content .login-signup-overlay{
    color: var(--black);
}

.primary-overlays .btn-close {
    opacity: 1;
    padding: 4px;
    background-image: url(../images/close-ic.svg);
}

.primary-overlays .modal-body {
    padding-top: 2rem;
}

.course-nav-courses-link .quick-text-links {
    color: var(--nav-primary);
}
.course-nav-courses-link .quick-text-links:hover {
    color: var(--nav-primary);
}

.course-nav-courses-link .link-cate {
    border: 1px solid var(--font-color);
}

.course-nav-courses-link .search-popular {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(115.28deg, transparent 4.18%, transparent 67.15%);
    border-image-slice: 1;
    width: 100%;
}

.course-nav-courses-link .search-popular:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(115.28deg, #0061AF 4.18%, #FFCB05 67.15%);
    border-image-slice: 1;
    width: 100%;
}

.course-nav-courses-link .quick-text-links::after {
    background-image: url(../images/right-blue-arrow.svg);
    width: 8px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} 

.course-catg-title {
    display: flex;
    align-items: center;
}

.course-catg-title .course-popup-icon {
    width: 40px;
    padding-left: 0.625rem;
}

.course-catg-title .pop-link-heading {
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.primary-overlays.course-popup .modal-body {
    padding: 0;
}

.course-popup-content-tabs {
    padding: 15px;
}

.course-menu-overlay-second-link .nav-course-links-popup {
    padding: 15px;
}
.long-back-icon {
    background-image: url(../images/long-back-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 16px;
    display: block;
}
.back-btn-spacing {
    display: block;
    margin-bottom: 1rem;
}
/* End Primary Overlays */

/* Book a visit */
.book-a-visit-popup.modal {
    --bs-modal-border-color: var(--nav-primary);
    --bs-modal-margin: 0rem;
    --bs-modal-border-width: 0;
    height: 100%;
    top: 76px;
    bottom: 0px;
}
.book-a-visit-popup .modal-content {
    border-radius: 0 0 6px 6px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px #00000066;
    border: 0;
}
.book-a-visit-popup .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.book-a-visit-popup .modal-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.book-visit-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.mobile-with-otp {
    position: relative;
}

.show-country-code {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--nav-primary);
    height: 100%;
    width: 46px;
    border-radius: .375rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-otp-links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--nav-primary);
    right: 0.625rem;
    text-decoration: none;
}

.book-visit-content .mobile-with-otp .form-control {
    padding-left: 60px;
    padding-right: 90px;
}

.book-visit-content .mobile-with-otp.otp-input-field .form-control {
    padding-left: .75rem;
}

.popup-city-name {
    font-weight: 400;
    margin-top: .5rem;
}

.book-visit-header .city-card-img {
    height: 40px !important;
}

.book-visit-declaration .form-check-label {
    font-size: 11px;
}

.book-visit-button-popup {
    text-align: center;
    margin-top: 1.5rem;
}

.book-visit-content .form-control,
.book-visit-content .form-select,
.career-details-questions .form-control,
.career-details-questions .form-select {
    border: 1px solid var(--nav-primary);
    padding: 0.625rem .75rem;
}

/* End Book a visit */

/* Search overlays */
.search-inner-overlay {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.search-input-section {
    width: 90%;
}

.search-input-section .form-control {
    background: var(--white);
    border: 1px solid var(--white);
}

.search-input-section .btn-outline-secondary {
    background: var(--white);
    border: 1px solid var(--white);
}

.search-link-course {
    color: var(--white);
}

.quick-text-links {
    color: var(--white);
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    padding-right: 1.5rem;
}

.quick-text-links:hover {
    color: var(--white);
}

.quick-text-links::after {
    content: ' ';
    background-image: url(../images/offcanvas-right-arrow.svg);
    position: absolute;
    right: 0;
    width: 8px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
}

.link-cate {
    font-size: 12px;
    border: 1px solid var(--white);
    border-radius: 1.25rem;
    padding: 4px 0.625rem;
    margin-top: 0.625rem;
    display: inline-block;
}

.inner-quick-links {
    color: var(--nav-secondry);
    font-weight: 700;
    font-size: 18px;
}

.quicklinks-hyper {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.quicklinks-hyper li {
    padding: 12px 0 15px;
    border-bottom: 1px solid #ffffff80;
}

.quicklink-heading {
    color: var(--nav-secondry);
    font-weight: 400;
    text-transform: uppercase;
}

.frequent-list-search {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    color: var(--white);
    margin-bottom: 1rem;
}

.frequent-links {
    color: var(--nav-secondry);
    text-decoration: none;
    padding: 0 0.625rem;
}
.frequent-links:hover, .frequent-links:focus {
    color: var(--nav-secondry);
}

.frequent-links:not(:last-child) {
    border-right: 1px solid var(--white);
}

.search-quicklinks {
    margin-bottom: 2rem;
}

.search-suggestedlinks {
    margin-bottom: 2rem;
}

.suggest-links {
    color: var(--white);
}

.suggest-links-list {
    margin-bottom: 0.625rem;
    color: var(--white);
    position: relative;
    margin-left: 32px;
}

.suggest-course-list {
    list-style: none;
    padding-left: 0;
}

.suggest-links-list::before {
    content: ' ';
    background-image: url(../images/search-long-right-arrow.svg);
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: -1.25rem;
    margin-right: 0.625rem;
}

/* End Search Overlays */

/* Login/Signup overlay */
.login-signup-overlay {
    text-align: center;
    margin-top: 1.25rem;
    color: var(--white);
}

.login-heading {
    font-weight: 400;
    font-size: 30px;
}

.tagforlogin {
    margin-bottom: 1rem;
    display: block;
}

.resend-link {
    display: block;
    color: var(--nav-secondry);
    margin-bottom: .8rem;
}

.resend-link:hover {
    color: var(--nav-secondry);
}

.edit-numbr-link {
    display: block;
    color: var(--white);
    margin-top: .8rem;
}

.edit-numbr-link:hover {
    color: var(--white);
}

.overlay-primary-btns {
    background: var(--white);
    border: 0;
    border-radius: 30px;
    padding: 6px 34px;
    color: var(--nav-primary);
}

input:disabled,
select:disabled,
textarea:disabled,
button:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled,
.diabled-btns {
    pointer-events: none;
    opacity: .5;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    background: transparent;
    border: 1px solid var(--white);
    opacity: 1;
    border-radius: 40px;
    padding: 0.625rem 0.625rem 0.625rem 50px;
    color: var(--white);
}

.iti input::placeholder {
    color: var(--white);
}

.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 0px;
    border-radius: 100%;
    border: 1px solid var(--nav-secondry);
    padding: 0;
    background: var(--white);
    color: var(--nav-primary);
}

.disabled-otp {
    pointer-events: none;
    opacity: .5;
}

.otp-inline {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0.625rem;
    width: 90%;
    margin: 25px auto;
}


/* End Login/Signup overlay */

/* Bottom fixed icons */
.bottom-fixed-actionbar {
    position: fixed;
    background: #444444;
    width: 100%;
    padding: 0px;
    bottom: 0;
    display: none;
    z-index: 1056;
    border-radius: 0 30px 0 0;
}

.inner-fixed-actions {
    display: grid;
    grid-gap: 5px;
    position: relative;
    grid-auto-flow: column;
}
.inner-fixed-actions a {
    text-decoration: none;
}
.btm-item {
    text-align: center;
    color: var(--white);
    padding: 0.625rem;
    position: relative;
}

.btm-item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 45%;
    position: absolute;
    background-color: var(--white);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.btm-item.active {
    background: var(--nav-primary);
}

.directcall {
    background-image: url(../images/call-ic.svg);
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
}

.directchat {
    background-image: url(../images/chat.svg);
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
}

.directwhatsapp {
    background-image: url(../images/whatsapp-ic.svg);
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
}

.directbrochure {
    background-image: url(../images/brochure.svg);
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
}

.directenroll {
    background-image: url(../images/enroll.svg);
    width: 1.25rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
}

/* End Bottom fixed icons */

/* Course details */


.cd-horizontal-links {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    list-style: none;
   /*  background: #adadad; */
    backdrop-filter: blur(34px);
    color: var(--white);
    font-size: 12px;
    width: 100%;
    overflow-x: auto;
}

.cd-horizontal-links li {
    white-space: nowrap;
}

.cd-horizontal-links .nav-link {
    padding: 0.625rem 0px;
    border-bottom: 2px solid transparent;
    margin: 0 0.625rem;
    color:#565759;
    font-size: 18px;
    font-weight: 400;
    
}


.cd-horizontal-links li.active .nav-link {
    border-bottom: 4px solid var(--nav-secondry);
}
.cd-horizontal-links .nav-link.active {
    border-bottom: 4px solid var(--nav-secondry);
}

.course-details-banner-inner {
    position: relative;
    background: var(--nav-primary);
    padding: 3rem 0;
}

.quick-links-details {
    margin-top: 1rem;
}

.course-details-overlay {
    /* position: absolute;
    padding: 4rem 0rem 1.5rem 0;
    bottom: 0;
    background: linear-gradient(0deg, #0061AF 0%, #0076ff00 60%);
    width: 100%;
    height: 100%; */
    color: var(--white);
}

.course-details-overlay p {
    margin-bottom: 0;
    font-size: 3.125rem;
    line-height: 1;
}

/* .course-details-overlay p span.tagfont {
    font-weight: 700;
    display: block;
    line-height: 1;
} */

.course-player {
    width: 100%;
    height: 440px;
    border-radius: 1.25rem;    
}

/* .cd-highlights {
    position: absolute;
    bottom: 1.25rem;
} */

.highlight-details {
    width: 100%;
    font-size: 17px;
    margin-top: 1.25rem;
}

.highlight-details td {
    vertical-align: middle;
    padding-bottom: 0.425rem;
    
}
.next-batch-begin {
    margin-top: 1rem;
}
.upcoming-batch-heading {
    color: #fff;
    padding-left: 5px;
}
.play-on-course-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/play-yellow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
}

.course-tile-outer {
    margin-bottom: 1rem;
}

.course-tile-inner {
    background: var(--white);
    height: 100%;
    border-radius: 1.25rem;
    padding: 1.25rem 17px;
    cursor: pointer;
    border: 0.4px solid #5657594D;
    display: grid;
    grid-gap: 0.625rem;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 25px 1fr;
}

.course-tile-inner.active {
    box-shadow: 6px 6px 23px 1px #347CD01A;
    border: 1px solid transparent;
}

.course-tile-inner .quick-items-tile {
    display: block;
}

.course-tile-inner .quick-items-tile.active-img {
    display: none;
}

.course-tile-inner.active .quick-items-tile {
    display: none;
}

.course-tile-inner.active .quick-items-tile.active-img {
    display: block;
}

.quick-items-tile {
    display: block;
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.quick-item-title {
    line-height: 18px;
    font-size: 0.875rem;
}

.section-heading-with-icon {
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.625rem;
}

.section-equ {
    margin: 2rem 0;
}

.sec-banner {
    height: 170px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    object-position: top;
}

.next-batch-image-section {
    padding-bottom: 2rem;
}

.cd-back-over {
    background: linear-gradient(180deg, var(--white)FFF 0%, #CCDFEF 100%);
    padding: 0 0 3rem 0;
}

.schedulat-items span {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 12px;
}

.date-si {
    font-weight: 700;
    font-size: 18px;
    margin-top: 0.625rem;
}

.regstor-si {
    font-weight: 700;
}

.si-icons {
    height: 30px;
}

/* .duration-panel {
    margin-bottom: 12px;
} */

/* .schedular-table {
    display: grid;
    grid-gap: 1.25rem;
    grid-auto-flow: column;
    overflow: auto;
    z-index: 1;
    position: relative;
    padding: 1.25rem 0px;
} */
/* .next-batch-begin {
    background: var(--nav-primary);
} */

.schedulat-items {
    box-shadow: 6px 6px 23px 1px #347CD01A;
    padding: 8px;
    width: 240px;
    z-index: 2;
}

.schedulat-items .inner-schedular {
    background: var(--white);
    padding: 0.625rem;
    border-radius: 0.625rem;
}

/* 
.schedular-table::-webkit-scrollbar {
    height: 4px;
}
.schedular-table::-webkit-scrollbar-thumb {
    border-radius: 0rem;
    background-color: var(--nav-primary);
}
.schedular-table::-webkit-scrollbar-track {
    background: #BCBCBC66;
} */
.schedular-table .slick-dots li button:before {
    color: #C9C9C9;
    background: #C9C9C9;
    opacity: 1;
}

.schedular-table .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--nav-secondry);
    background: var(--nav-secondry);
}

.schedulat-items:last-child {
    border-right: 0px solid var(--white);
}

.advanc-content-head {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 23px;
    /* text-align: center; */
}

.advanc-content-pointer {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    text-align: center;
    margin-top: 1.5rem;
    padding-left: 0;
    /* overflow: auto; */
    padding-bottom: 0.625rem;
}

.quality-demand-sec .advanc-content-pointer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1rem;
    text-align: left;
    padding: 0rem;
    padding-bottom: 2rem;
}

.quality-demand-sec .advanc-content-pointer li {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    gap: 0.625rem;
}

.advance-seprator {
    height: 70px;
    width: 1px;
    border-left: 1px solid #56575966;
}

.certificate-img {
    border-radius: 0.625rem;
}


.adv-images {
    display: block;
    /* margin: 0 auto; */
    height: 47px !important;
    object-fit: contain;
    /* margin-bottom: .5rem; */
}

.placement-number {
    font-size: calc(1rem + 18px);
    font-weight: 700;
    line-height: 35.64px;
    text-align: left;
    display: block;
    color: var(--nav-primary);
}

/* .advanc-content-pointer li {
    position: relative;
} */
/* .advanc-content-pointer li::before {
    content: " ";
    width: 7px;
    height: 7px;
    background: var(--nav-secondry);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: -1.25rem;
    top: 50%;
    transform: translateY(-50%)
} */
.advantages-content {
    margin-bottom: 15px;
}

.certificate-image-sec {
    height: 100%;
    text-align: center;
}

/* .partner-logo-tile {
    padding: 0 5px;
} */
.skill-gain-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    /* margin-top: 2rem; */
}
.vertical-center-section {
    align-items: center;
}
.partner-logo-img {
    width: 100%;
    height: 80px !important;
    object-fit: contain;
    background: var(--white);
    border-radius: 0 0 0.625rem 0;
}

.skill-gain {
    background: linear-gradient(180deg, #a4d5ff66 0%, #ffffff66 100%);
    padding-top: 2rem;
}

.skills-parameter {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.skills-parameter li {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1rem;
    align-items: center;
}
.section-title.left-heading {
    text-align: left;
}
.skills-parameter li img.skill-img {
    margin: 0 auto;
    height: 40px;
}

.eligible-apply {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #A4D5FF66;
}

.eligible-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

.eligible-pointers {
    list-style: none;
    column-count: 2;
    column-gap: 55px;
}

.eligible-pointers li {
    position: relative;
}

.eligible-pointers li::before {
    content: " ";
    width: 7px;
    height: 7px;
    background: var(--nav-secondry);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: -1.25rem;
    top: 6px;
}

.curriculum-cover-bullets {
    margin-bottom: 0;
    list-style: none;
    border: 0.5px solid #0e399787;
    border-radius: 5px 5px 65px 5px;
    padding: 25px 45px;
    margin: 0 0.625rem;
    height: 340px;
    margin-bottom: 15px;
    overflow: auto;
}

.curriculum-cover-bullets li {
    position: relative;
}

.curriculum-cover-bullets li::before {
    content: " ";
    width: 7px;
    height: 7px;
    background: var(--nav-secondry);
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: -1.25rem;
    top: 8px;
}

.who-hires-content {
    text-align: center;
}

.hire-bulletspnts {
    margin-top: 1rem;
}

.hire-bulletspnts h6 {
    font-weight: 400;
    margin-bottom: 7px;
    font-size: 18px;
}

.mosquit-two {
    padding-top: 3rem;
}

.hire-group-images {
    margin-bottom: 1rem;
}

.finance-option-apply {
    padding-top: 50px;
    background-color: #A4D5FF66;
}
.finance-header-items {
    text-align: left;
    margin-bottom: 1rem;
}
.finance-text {
    margin-bottom: .5rem;
}
.finance-options {
    list-style: none;
    font-weight: 700;
    font-size: 1.25rem;
    padding-left: 0;
}

.faq-section-accordion .accordion-button::after {
    background-image: url(../images/acc-plus-primary.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
}

.faq-section-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/acc-minus-primary.svg);
    rotate: 180deg;
}

.faq-section-accordion .accordion-button:not(.collapsed) {
    background-color: var(--white);
}

.faq-section-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-section-accordion .accordion-button {
    color: var(--nav-primary);
    padding: 1rem 0;
}
.finance-note {
    text-align: left;
    display: block;
    margin-top: 1rem;
}
.career-details-accordian {
    margin: 1rem 0;
}

.career-details-accordian .accordion-item {
    margin-bottom: 1rem;
    border-radius: 0.875rem;
}

.career-details-accordian.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.career-details-accordian.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0.875rem;
}

.career-details-accordian .accordion-button:focus {
    box-shadow: none;
}

.career-details-accordian .accordion-button:not(.collapsed) {
    background-color: var(--white);
}
.finance-table.table>:not(caption)>*>* {
    background-color: transparent;
    border-bottom: 0;
    color: #565759;
}
.finance-content-details {
    background: var(--white);
    padding: 1.25rem;
    border-radius: 0 0 30px 0;
}
.finance-table {
    margin-bottom: 0;
}
.options-header {
    font-size: 18px;
}
.optn-payment {
    font-size: 12px;
}
.dynamic-number {
    font-size: 0.875rem;
    font-weight: 600;
}
.instruction-extra {
    font-size: 9px;
    color: #565759;
    font-weight: 400;
}
.color-primary {
    color: var(--nav-primary);
}
.finance-options-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    /* margin: 0 auto; */
    max-width: 360px;
    margin-top: 1rem;
}
.finance-btns {
    background: var(--white);
    border: 0;
    width: 50%;
    color: var(--nav-primary);
    border-radius: 0.625rem;
    padding: 7px 0.625rem;
    font-size: 0.875rem;
    box-shadow: 6px 6px 23px 1px #347CD01A;
}

.embed-youtube-section {
    .testimonial-card-inner {
        padding: 0rem;
    }
    .video-thumbnail-learner {
        width: 100%;
        overflow: hidden;
        height: 100%;
        object-fit: cover;
        border-radius: 6px 6px 0 0;
    }
    .video-section-learner {
        position: relative;
        margin-bottom: 1rem;
        height: 140px;
    }
    .testimonial-content {
        padding: 0 1.5rem;
    }
    .learner-card-user {
        padding: 0 1.5rem;
        padding-bottom: 1.5rem;
        justify-content: space-between;
    }
    .user-linkdin-link {
        position: unset;
    }
}

/* End Course details */

/* CD back to top */
.section-title-row {
    position: relative;
}

img.cd-back-to-top-arrow {
    position: absolute;
    top: 5px;
    right: 0;
}

/* End CD back to top */

/* Course Navigator Overlays */
.course-nav-overlays.modal {
    --bs-modal-margin: 0rem;
    --bs-modal-border-color: var(--nav-primary);    
    height: 100%;
    top: 76px;
    bottom: 0px;
}

.course-nav-overlays .modal-content {
    border-radius: 0 0 6px 6px;
    background: linear-gradient(180deg, #e5f3ff 0%, var(--white) 100%);
    box-shadow: 0px 2px 3px 0px #00000066;
    border: 0;
}

.course-nav-overlays .btn-close {
    opacity: 1;
    border-radius: 100%;
    padding: 0px;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/course-navigator-cross.svg);    
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.course-nav-overlays .modal-dialog {
    border: 0;
}

.cn-header {
    text-align: center;
}

img.cn-icon {
    display: block;
    margin: 0 auto;
}

.cn-progress.progress {
    width: 6.25rem;
    margin: 5px auto 0.625rem;
    height: 7px;
    background-color: #e6e6e6;
}

.cn-progress .progress-bar {
    background-color: var(--nav-secondry);
}

.quick-question-selector {
    text-align: center;
}

.taking-opns-tag {
    width: calc(100% - 10%);
    margin: 0 auto;
}
.cn-heading {
    font-size: 1.25rem;
    margin: .5rem 0;
}
.cn-steps-head {
    font-size: calc(100% + 4px);
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    display: block;
}

/* .cn-multi-options {
    background: #e6f0f7;
    border: 1px solid #0061af33;
    padding: .8rem;
    width: fit-content;
    margin: 0 auto;
    border-radius: 6px;
    margin-bottom: 1rem;
    min-width: 30.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: .4rem;
} */

.cn-multi-options {
    margin-bottom: 10px;
}

.cn-options {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0.625rem
}

.cn-options .box-check {
    background: var(--white);
    position: relative;
    padding: 0;
    border-radius: 6px;
    width: 100%;
    box-shadow: 6px 6px 23px 1px #347CD01A;
}

.cn-options .box-check .form-check-input {
    background-color: transparent;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    margin-left: 0;
    float: none;
    position: absolute;
    border-radius: 6px;
    background-image: none;
    margin-top: 0;
    cursor: pointer;
}
.cn-options .box-check .form-check-input:focus {
    box-shadow: none;
}

/* .cn-options .box-check .form-check-input:checked {
    border: 2px solid var(--nav-secondry);
} */
.cn-options-image {
    width: 100%;
    height: 40px;
    padding-right: 0.625rem;
}
.cn-options-image.active {
    display: none;
}
.cn-options .box-check .form-check-input:checked + label {
    color:  var(--nav-primary);
}
.cn-options .box-check .form-check-input:checked + label .cn-options-image {
    display: none;
}
.cn-options .box-check .form-check-input:checked + label .cn-options-image.active {
    display: block;
}
.cn-options .box-check .form-check-label {
    width: 100%;
    text-align: center;
    padding: 0.625rem;
}
.selectroleoptions p {
    margin-bottom: 0;
}
.selectroleoptions {
    display: grid;
    grid-template-columns: 45px auto;
    text-align: left;
    line-height: 1;
    font-size: 12px;
    align-items: center;
}
.for-indu-and-buss-text {
    font-size: calc(100% + 4px);
    margin-bottom: .6rem;
    display: block;
}

.indu-buss-next-step .cn-multi-options {
    width: 100%;
    padding: .4rem;
}

.indu-buss-next-step .cn-options {
    grid-template-columns: 1fr 1fr 1fr;
}
.indu-buss-next-step .cn-options .selectroleoptions {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.625rem;
}
.indu-buss-next-step .cn-options .box-check {
    min-height: auto;
    width: auto;
    margin: 5px;
}

.indu-buss-next-step .cn-steps-head {
    margin-bottom: .5rem;
}
.indu-buss-next-step .insection-muilti-tab .cn-options {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
}
.indu-buss-next-step .insection-muilti-tab .cn-options .box-check {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--nav-primary);
    border-radius: 50px;
}
.indu-buss-next-step .insection-muilti-tab .cn-options .box-check .form-check-label {
    padding: 5px 0.625rem;
}
.disable-sections {
    pointer-events: none;
    opacity: .5;
}


.select-steps {
    background: #FFFFFF;
    padding: 1rem 1rem 1.5rem;
    border-radius: 0.625rem;
    margin-bottom: 1.25rem;
}

/* .schedular-options {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
} */

.actions-btns {
    text-align: center;
    margin-top: 2rem;
}

.i-am-intrested-section .cn-options {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.i-am-intrested-section .cn-multi-options {
    padding: .4rem;
    width: 100%;
    min-width: auto;
}

.i-am-intrested-section .cn-options .box-check {
    width: auto;
    margin: 5px;
    min-height: auto;
}

.i-am-intrested-section .cn-options .box-check .form-check-label {
    padding: 3px;
}

.i-am-intrested-section .selectroleoptions p {
    font-weight: 400;
    color: var(--font-color);
}

.i-am-intrested-section .only-single .cn-options {
    grid-template-columns: 1fr;
}

.multi-in-line {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}


.three-types-cources {
    display: grid;
    align-items: center;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr 1fr;
}

.five-types-cources {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.three-types-cources .form-check {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-left: 0;
    text-align: center;
    position: relative;
    gap: 0.625rem;
}

.three-types-cources .form-check .form-check-input {
    float: left;
    margin-left: 0;
    position: relative;
    width: 0.625rem;
    height: 0.625rem;
    background: var(--nav-secondry);
    border: 0;
    margin-bottom: .5rem;
    z-index: 1;
    background: transparent;
    border-radius: 5px;
    height: 1.25rem;
    width: 3px;
    position: absolute;
    top: -8px;
}
.three-types-cources .form-check .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
    background: var(--nav-primary);
    border-radius: 5px;
    height: 1.25rem;
    width: 3px;
    position: absolute;
}
.three-types-cources .form-check::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background: var(--nav-secondry);
    border-radius: 100%;
    z-index: 1;
}
.three-types-cources .form-check:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #5657594D;
    width: 100%;
    height: 2px;
    z-index: 0;
    transform: translate(-50%, 4px);
}
.time-stamp-icon {
    background-image: url(../images/time-stamp-selector.svg);
    width: 32px;
    height: 29px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.calander-stamp-icon {
    background-image: url(../images/calander-stamp-selector.svg);
    width: 37px;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.course-nav-overlays .course-card-content {
    text-align: left;
}
/* End Course Navigator Overlays */

/* About Us */
.about-us-section-inner {
    position: relative;
    height: 350px;
}

.about-us-section-inner .about-hero-banner {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.about-us-banner {
    height: 200px;
    position: relative;
}

.about-banner {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: -1px center;
}
.about-overview {
    text-align: center;
}
#more {display: none;}
.show-more-less {
    font-weight: 700;
    text-decoration: none;
}
.overview-content .about-page-title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.overview-content {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(164, 213, 255, 0.4) 100%);
}

.partner-slider .slick-track,
.partner-slider-reverse .slick-track{
    transition-timing-function: linear !important;
}

.light-blue-bg{
    background: rgba(164, 213, 255, 0.4);
}

.bg-white{
    background: var(--white) !important;
}

.text-overlay-about {
    background: var(--nav-secondry);
    bottom: 1.25rem;
    position: absolute;
    right: 0.625rem;
    padding: 15px 5px;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    width: 155px;
    border-radius: 4px;
}

.setposition {
    position: relative;
}

.acc-section-about {
    margin: 2rem 0;
}

/* .board-heading {
    text-align: center;
    margin: 1rem 0;
    font-weight: 700;
} */

.director-card-sec {
    margin-bottom: 1rem;
}

.director-cards {
    /* border-radius: 0.625rem; */
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.director-image {
    max-width: 100%;
    border-radius: 0 0 1.25rem 0;
    /* filter: grayscale(1); */
   /*  object-fit: cover;
    height: 230px;
    object-position: bottom; */
    width: 100%;
}

.direct-overlays {
    padding: 15px 0px;
    border-radius: 0 0 0.625rem 0.625rem;
    width: 100%;
}

.name-of-board {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--nav-primary);
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 400;
}

.desc-of-board {
     font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 33px;
    line-height: 1.2;
    font-weight: 400;
}

.member-image {
    width: 150px;
    height: 160px;
    border-radius: 0 0 1.25rem 0;
    object-fit: cover;
    margin-bottom: 0.625rem;
}

.mem-with-name-desc {
    text-align: center;
}

.course-nav-overlays.board-member-white-bg .modal-content {
    background: #fff;
}
.brand-card-sec {
    margin-bottom: 1rem;
}
.brand-cards {
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer;
    padding:2.5rem 1rem;
    border-radius: 0px 0px 10px 0px;
    background: #FFF;
    box-shadow: 6px 6px 23px 1px rgba(52, 124, 208, 0.10);
}
.brand-image {
    max-width: 100%;
    border-radius: 0 0 1.25rem 0;
    object-fit: contain;
    height: 72px;
    object-position: center;
    width: 100%;
}
.brand-logo-on-popup {
    width: 150px;
    height: 130px;
    object-fit: contain;
    margin-bottom: 0.625rem;
}
.member-titles .board-heading-over {
    font-weight: 700;
    font-size: calc(100% + 4px);
}

.member-titles .board-desc-over {
    font-size: calc(100% + 2px);
}

.board-mem-details-box {
    overflow: auto;
    height: 58vh;
    padding-right: 1rem;
}

/* End About Us */

/* Hamburger Menu */
.offcanvas.offcanvas-start.nav-contentsec {
    background: var(--nav-primary);
    padding: 15px;
    height: 100vh;
    left: auto;
    right: -15px;
    transform: translateX(100%) !important;
    transition: transform .1s ease !important;
    transition-delay: 0s !important;
}
.offcanvas.offcanvas-start.nav-contentsec.show {
    transition: transform .4s ease !important;
    transform: translateX(0%) !important;
}

.nav-contentsec .navbar-nav .nav-link {
    color: var(--white);
    font-weight: 400;
    padding: 15px 5px;
    position: relative;
}
.nav-contentsec .navbar-nav .nav-link:not([data-target]):after {
    display: none;
}

.nav-contentsec .navbar-nav .nav-link.active,
.nav-contentsec .navbar-nav .nav-link.show {
    color: var(--white);
}

.nav-contentsec .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #ffffff80;
}

.nav-contentsec .navbar-nav .nav-link::after {
    content: ' ';
    border: 0;
    background-image: url(../images/offcanvas-right-arrow.svg);
    width: 8px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-contentsec .side-menu {
    margin-top: 2rem;
}

.mobile-screenser-menu {
    position: relative;
}

.nav-contentsec .btn-close {
    color: var(--white);
    opacity: 1;
    position: absolute;
    right: 0;
    background-image: url(../images/close-ic.svg);
}

.multi-level-menu {
    position: relative;

    .side-menu {
        position: absolute;
        top: 2rem;
        left: 105%;
        width: 100%;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
    }

    .show-menu {
        left: 0;
    }

    .back-btn {
        background-color: transparent;
        border: none;
        font-size: 1.2em;
        cursor: pointer;
        padding: 1em;
        text-align: left;
        width: 100%;
        color: var(--white);
    }

    @media (max-width: 767px) {
        .side-menu {
            width: 100%;
        }

    }
}


/* Hamburger Menu */

.error {
    color: #b71c1c;
}

.success {
    color: #138636;
}

.error-bg {
    color: #b71c1c;
    background: #fff5f7;
    padding: 5px;
    border-radius: 0 0 0.625rem 0;
    border-bottom: 1px solid #b71c1c;
}

.success-bg {
    color: #138636;
    background: #f3fff7;
    padding: 5px;
    border-radius: 0 0 0.625rem 0;
    border-bottom: 1px solid #138636;
}


/* Step progress */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #0061af66;
    }

    100% {
        box-shadow: 0 0 0 0.625rem #0060af00;
    }
}

.multi-steps>li.is-active~li:before,
.multi-steps>li.is-active:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.multi-steps>li.is-active~li:after,
.multi-steps>li.is-active:after {
    background: #D9D9D9;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.multi-steps>li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: var(--nav-primary);
}

.multi-steps>li:before {
    content: "";
    display: block;
    margin: 0 auto 4px;
    background: #EBF2FB;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #EBF2FB;
    border-radius: 50%;
    font-size: 22px;
}
.multi-steps>li.step-1:before {content: "1";}
.multi-steps>li.step-2:before {content: "2";}
.multi-steps>li.step-3:before {content: "3";}
.multi-steps>li:after {
    content: "";
    height: 3px;
    width: 100%;
    background: linear-gradient(270deg, #FFCB05 0%, #015DB2 100%);
    position: absolute;
    top: 33px;
    left: 50%;
    z-index: -1;
}

.multi-steps>li:last-child:after {
    display: none;
}

.multi-steps>li.is-active:before {
    background: var(--nav-primary);
    border-color: var(--nav-primary);
    color: var(--white);
    animation: pulse 2s infinite;
}

.multi-steps>li.is-active~li {
    color: #565759;
}

.multi-steps>li.is-active~li:before {
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.completed-sec {
    border: 1px solid transparent;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 100%;
}
.edit-form-field {
    position: absolute;
    bottom: 0;
    right: -5px;
    background: var(--nav-primary);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    cursor: pointer;
}
.edit-form-field::after {
    content: ' ';
    height: 0.875rem;
    width: 0.875rem;
    background-image: url(../images/form-edit-icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.stepsdetails p {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 10px;
}
.stepsdetails span {
    color: var(--font-color);
    font-size: 12px;
}
.how-should-content {
    width: calc(100% - 30%);
    margin: 0 auto;
}
.application-form-header {
    text-align: center;
}
.form-step-header {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

.form-check-input[type=checkbox] {
    border-radius: 1px;
}

.form-check-input:checked {
    background-color: var(--nav-primary);
    border-color: var(--nav-primary);
}

.note-ext {
    margin-bottom: 1rem;
    display: block;
}
.note-ext-bold {
    font-weight: 700;
}
.user-checkbox .form-check {
    margin-bottom: 0.625rem;
}

.applyprocess-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}
.applyprocess-btns.only-single-btn {
    justify-content: center;
}
.applyprocess-btns button {
    width: 140px;
}
.declaration-points {
    list-style-type: decimal;
    padding-left: 16px;
}
.career-details-questions {
    margin-bottom: 1rem;
}
.application-form-mobile-field .mobile-with-otp .form-control {
    padding-left: 60px;
    padding-right: 90px;
}
.application-form-mobile-field .mobile-with-otp.otp-input-field .form-control {
    padding-left: .75rem;
    padding-right: 90px;
}

.profiler-tabs-content {
    text-align: center;
}
.profiler-tabs-content p {
    margin-bottom: 0;
}
.profiler-tabs-content h6 {
    font-size: 20px;
    font-weight: 700;
}

.profiler-icons {
    background-image: url(../images/start-profiler.svg);
    width: 34px;
    height: 39px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.profiler-cta-box {
    box-shadow: 6px 6px 23px 1px #347CD01A;
    border-radius: 0 0 30px 0;
    padding: 2rem;
    margin-top: 3rem;
}
.profiler-cta-header {
    display: grid;
    grid-template-columns: calc(98% - 34px) 34px;
    align-items: center;
    font-weight: 700;
    margin-bottom: .5rem;
    justify-content: space-between;
    font-size: 18px;
}
.profiler-pointers {
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 1rem;
}
.profiler-pointers li {
    margin-bottom: 5px;
}
.profiler-action-btn {
    margin-top: 1.5rem;
}
.pay-fee-batch span {
    display: block;
}
.pay-fee-batch span::before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 100%;    
}
.pay-fee-batch { 
    display: inline-table;
}
.fee-structure-table {
    .accordion-button:not(.collapsed) {
        color: var(--font-color);
        background-color: #fff;
        box-shadow: none;
        border-radius: 10px;
    }
    .accordion-item:first-of-type>.accordion-header .accordion-button {
        border-radius: 4px;
    }
    .accordion-item:last-of-type>.accordion-header .accordion-button {
        border-radius: 4px;
    }
    .accordion-button:focus {
        box-shadow: none;
    }
    .accordion-button {
        border-radius: 4px;
        padding: 8px;
        padding-right: 30px;
        color: var(--font-color);
    }
    .accordion-header {
        margin-bottom: 15px;
        border: 1px solid #0061AFB2;
        border-radius: 4px;
    }
    .accordion-item {
        border: 0;
        border-radius: 10px;
    }
    .accordion-body {
        padding: 8px;
        padding-right: 30px;
        margin-bottom: 15px;
        border: 1px solid #0061AF33;
        border-radius: 4px;
        color: var(--font-color);
    }
    .accordion-button::after {
        display: none;
    }
    .finance-header-table {
        width: 100%;
    }
    .fee-checkbox {
        width: 30px;
    }
    .digit-number {
        text-align: right;
        width: 150px;
    }
    .fee-table-title {
        width: calc(100% - 330px);
    }
    .fee-table-heading {
        padding: 8px;
        padding-right: 30px;
    }
    .finance-header-table.acc-finance-table .digit-number {
        font-weight: 700;
    }
    .finance-header-table.acc-finance-table .transparent-space {
        color: transparent;
    }
}
.extra-notes {
    font-size: 12px;
}
.scholarship-code-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.scholarship-code-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.scholarship-code-inputs label {
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
}
.scholarship-code-inputs .form-control {
    background: #347CD01A;
    border: 1px solid #347cd02e;
    color: #0061AF;
    text-transform: uppercase;
    border-radius: 30px;
}
.view-scholar-btn{
    background: var(--white);
    border: 0;
    color: var(--nav-primary);
    border-radius: 0.625rem;
    padding: 7px 2rem;
    font-size: 0.875rem;
    box-shadow: 6px 6px 23px 1px #347CD01A;
}
.coupon-field {
    position: relative;
}
.coupon-field .form-control {
    padding-left: 20px;
    padding-right: 75px;
    color: #0061AF;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.apply-scholarship {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    text-decoration: none;
    cursor: pointer;
}
/* End Step Progress */
.step-wizard-list {
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: center;
    padding-left: 0;
    margin-top: .5rem;
}
.step-wizard-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 60px;
    position: relative;
}
.step-wizard-item + .step-wizard-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #D9D9D9;
    width: 100%;
    height: 2px;
    z-index: -10;
    transform: translate(-50%, -50%);
}
.progress-count{
    height: 1.25rem;
    width:1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index:10;
    color: transparent;
}
.progress-count:after{
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    background: #D9D9D9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}
.progress-label{
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 0.625rem;
}
.done-item .progress-count:before,
.done-item ~ .step-wizard-item .progress-count:before{
    display: none;
}
/* .done-item ~ .step-wizard-item .progress-count:after{
    background: #D9D9D9;
} */
.done-item ~ .step-wizard-item .progress-label{
    opacity: 0.5;
}
.done-item .progress-count:after{
    background: #FFCB05;
    /* border: 2px solid #FFCB05; */
}
.done-item .progress-count{
    color: #FFCB05;
}
.step-wizard-item + .step-wizard-item.done-item:after {
    background: #FFCB05;
}

/* Confirmation Book Slot */
.customer-care-number {
    box-shadow: 6px 6px 23px 1px #347CD01A;
    width: fit-content;
    padding: 1rem;
    margin: 1rem auto;
    border-radius: 0.625rem;
}
.customer-care-number .ccn {
    text-decoration: none;
    color: var(--nav-primary);
}
.customer-care-number .ccn span {
    margin-top: .5rem;
}
.book-confirmation-header {
    text-align: center;
}
.book-slot-social .btn-social {
    width: 40px;
    height: 40px;
    padding: 0.625rem;
    border-radius: 100%;
    background: var(--nav-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-slot-social {
    margin: 0 auto;
    display: flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.book-visit-footer {
    display: grid;
    gap: 0.625rem;
}
.book-slot-table {
    width: 60%;
    margin: 0 auto;
}
.book-slot-table th {
    width: 140px;
}
/* End Confirmation Book Slot */
.board-mem-details-box::-webkit-scrollbar {
    width: 5px;
}

.board-mem-details-box::-webkit-scrollbar-thumb {
    border-radius: 5rem;
    background-color: #adadad;
}

.board-mem-details-box::-webkit-scrollbar-track {
    border-radius: 5rem;
    background: transparent;
}

.faq-section-inner .accordion-item{transition:0.2s all;}
.faq-section-inner .accordion-item:has(.accordion-collapse.collapse.show) {
    background-color: transparent;
}

.m-custom-scroller {
    overflow-x: hidden;
    overflow-y: auto;
    height: 50vh;
    border-radius: 0 0 30px 0;
    text-align: left;
    padding: 15px 10px;
}


.form-control.date-icon {
    position: relative;
}

.form-control.date-icon:after {
    content: '';
    background-image: url(https://elevate-qa.niit.com/wp-content/themes/edali-child/assets/images/chat.svg);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    z-index: 1;
}



.upload-section:has(input.upload_certi){
    position: relative;
}

.upload-section input.upload_certi{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.acc-crt-wrap .acc-crt .acc-crt-item{
    display: none;
}

.acc-crt-wrap .acc-crt.active .acc-crt-btn::after{
    transform: rotate(180deg);
}

.acc-crt-wrap .acc-crt .acc-crt-btn{
    width: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.acc-crt-wrap .acc-crt .acc-crt-btn::after{
    content: '';
    width: 16px;
    aspect-ratio: 16/9;
    background-image: url(../images/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: .4s ease;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px 15px;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group{
   position: relative;
   height: fit-content;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group .error-message{
   bottom: auto;
   top: 100%;
   font-size: 11px;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group .upload-section .error-message{
   font-weight: 400;
   left: auto;
   right: 0;
}

.acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group:has(.upload-section){
    grid-column: span 2;
}

.my-profile-refer .upload-section .upload-btn{
    padding: 12px 10px;
}

/* login page */



.login-form-section .login-form-wrapper{
    top: 50%;
    translate: 0 -50%;
}

.login-form-section .login-form-wrapper .d-flex{
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2rem;
}

.login-form-section .login-form-wrapper .d-flex .banner-title{
    flex: 1;
    color: #fff;
    padding-top: 6rem;
}
.login-form-section .login-form-wrapper .d-flex .banner-title h1{
    font-size: 50px;
}

.login-form-section .login-form-wrapper .d-flex .banner-title p{
    font-size: 18px;
    line-height: 1.444444;
}

.login-form-section .login-form-wrapper .d-flex .form-card{
    flex: 0 1 auto;
    max-width: 424px;
    width: 100%;
    border: none;
    border-radius: 10px;
}
.login-form-section .login-form-wrapper .d-flex .form-card .card-body{
    padding: 28px 23px;
}
.login-form-section .login-form-wrapper .d-flex .form-card .card-body .title-login{
    text-align: center;
    margin-bottom: 20px;
}
.login-form-section .login-form-wrapper .d-flex .form-card .card-body .title-login h4{
    font-size: 30px;
    color: var(--nav-primary);
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-group:not(:last-child){
    margin-bottom: 22px;
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-group{
    position: relative;
}
.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-group .error-message{
    color: red;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-size: 12px;
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-control{
    padding: 12px 10px;
    border-color: var(--nav-primary);
    box-shadow: 0px 0px 10px 0px rgba(52, 124, 208, 0.1);
    border-radius: 5px;
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form select{
    color: #6a6d70;
}
.login-form-section .login-form-wrapper .d-flex .form-card .card-body form select.valid{
    color: var(--bs-body-color);
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-control[disabled]{
    background: none;
    color: rgba(86, 87, 89, 1);
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .coutrycode-div:has(.form-control[disabled]) {
    background: none;
    cursor: no-drop;
    user-select: none;
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .coutrycode-div:has(.form-control[disabled]) .title{
    pointer-events: none;
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-check{
    cursor: pointer;
}
.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-check input:focus{
    box-shadow: none;
}
.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-check label{
    font-size: 13px;
    color: rgba(86, 87, 89, 1);
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .has-arrow{
    background: url(../images/arrow-down.png) no-repeat;
    background-position: calc(100% - 10px) 50%;
}

.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-group:has(.aside-btn){
    position: relative;
}
.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .aside-btn{
    display: block;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 10px;
    font-size: 14px;
    line-height: 1.2;
    color: var(--nav-primary);
    background: none;
    border: none;
    text-decoration: none;
}
.login-form-section .login-form-wrapper .d-flex .form-card .card-body form .sbmt-btn{
    font-size: 20px;
    padding: 8px 45px;
    margin-top: 2rem;
}


.dropdowncountry .menudrop {
    transition: max-height .5s ease-out;
    max-height: 15em;
    overflow-y: scroll;
    width: 300px;
    position: absolute;
    z-index: 99;
    overflow-x: hidden;
    top: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
}
.dropdowncountry .menudrop.hide {
    display: none;
}

.dropdowncountry .menudrop .option {
    padding: 0.3em 0.3em 0.3em 0.3em;
    margin-top: 0.3em;
    font-size: 14px;
    cursor: pointer;
}
.dropdowncountry .menudrop .option:hover {
    background: var(--nav-primary);
    color: #fff;
}







.coutrycode-div:has(.dropdowncountrynew){
    display: flex;
    
}

.coutrycode-div:has(.dropdowncountrynew) input{
    border-left: none;
    border-radius: 0px 5px 5px 0px !important;
    padding-left: 5px;
    box-shadow: none !important;
}

.dropdowncountrynew{
    position: unset;
    width: auto;
    border: 1px solid var(--nav-primary);
    border-right: none;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    padding-left: .75rem;
}

.coutrycode-div:has(.dropdowncountrynew) .title{
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 3px;
    cursor: pointer;
    color: var(--nav-primary);
    
}
.coutrycode-div:has(.dropdowncountrynew) .title img{
    width: 10px;
}

/* mycss */

.stack-body{
    --blacklight: rgba(37, 47, 72, 1);
    --nav-primary: rgba(232, 78, 15, 1);
    --bs-primary-rgb: 232, 78, 15;
    --nav-secondry: rgba(232, 78, 15, 1);
    --light-primarybg: rgba(232, 78, 15, .05);
    --light-graybg: rgba(245, 245, 245, 1);
    --bs-heading-color: var(--blacklight);
    --textcolor: rgba(112, 105, 105, 1);
    --sectionradius: 50px;
    --bs-accordion-border-color: var(--blacklight);
}

.stack-body .section-title h1,
.stack-body .section-title .h1{
    font-weight: 600;
}

.light-primarybg{
    background: var(--light-primarybg);
    border-radius: var(--sectionradius);
}

.light-graybg{
    background: var(--light-graybg);
    border-radius: var(--sectionradius);
}


.primary-btns.radius-med{
    border-radius: 10px;
}

.primary-btns.btn-lrg{
    padding: .5rem 2rem;
}

.primary-btns.primary-btns-sml{
    font-size: 14px;
}

.slick-dot-unset .slick-dots{
    position: unset;
    margin-top: 25px;
}

.slick-dots li:only-child {
    display: none !important;
  }

.primary-btns.border-btn{
    background: none;
    border: 1px solid var(--nav-primary);
    color: var(--nav-primary);
    transition: .3s ease;
}

.primary-btns.primary-btns-white{
    background: #ffffff;
    color: var(--nav-primary);
    border-color: #ffffff;
}

.primary-btns.border-btn:hover{
    background: var(--nav-primary);
    color: var(--white);
}

.padding-section{
    padding: 50px 0;
}

.case-studies-section .btn-div{
    margin-top: 3rem;
}
.case-studies-section .primary-btns{
    text-decoration: none;
    display: inline-block;
}



.case-studies-section .case-study-card .case-study-card-inner{
    margin: 15px;
}

.case-studies-section .case-study-card .ttl-card{
    font-weight: 700;
    color: var(--blacklight);
}

.case-studies-section .case-study-card .ttl-card,
.case-studies-section .case-study-card .sub-ttl{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.case-studies-section .case-study-card .sub-ttl b{
    color: var(--blacklight);
}

.case-studies-section .slick-dots{
    position: unset;
    padding-top: 2rem;
}

.about-stack-faq .faq-section-accordion .accordion-button{
    color: var(--textcolor);
    gap: 10px;
}

.about-stack-faq .faq-section-accordion .accordion-button::after{
    background-size: 100% 100%;
}

.about-stack-faq .accordion-button,
.about-stack-faq .faq-section-inner .accordion-item,
.about-stack-faq .faq-section-accordion .accordion-button:not(.collapsed)
{
    background: none;
}

.grid-faq{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 44px 88px;
}

.about-stack-faq .accordion-item{
    position: relative;
    border: none !important;
}

.about-stack-faq .accordion-item::before{
    content: '';
    position: absolute;
    bottom: 0;
    height: var(--bs-accordion-border-width);
    left: 0;
    width: 60%;
    background: var(--bs-accordion-border-color);
}

.about-stack-faq .accordion-body{
    padding-left: 0;
    padding-right: 0;
    max-height: 190px;
    overflow-y: auto;
}

.about-stack-faq .accordion-body::-webkit-scrollbar {
    width: 5px;
    background: transparent;
  }
  .about-stack-faq .accordion-body::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .about-stack-faq .accordion-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }

.about-stack-tool .partner-slider .company-logos {
    box-shadow: 6px 6px 30px -3px rgba(232, 78, 15, 0.1);
    margin: 1.1rem 0.937rem 1.5rem;
}
.about-stack-tool .partner-slider-reverse .company-logos {
    box-shadow: 6px 6px 30px -3px rgba(232, 78, 15, 0.1);
    margin: 1.1rem 0.937rem 1.5rem;
}
/* Programme Page */

.stack-programme-secC .slick-dots{
    position: unset;
}

.stack-programme-secD .stack-about-logo-slider{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.stack-programme-secG .d-flex{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    --paddingitem: 10px;   
    --radiusitem: 10px; 
}

.stack-programme-secG .d-flex .item{
    flex: 0 1 25%;
    max-width: 25%;
    width: 100%;
    justify-content: center;
    padding: var(--paddingitem);
    overflow: hidden;
}

.stack-programme-secG .d-flex .item::before{
    content: '';
    position: absolute;
    top: var(--paddingitem);
    left: var(--paddingitem);
    height: calc(100% - var(--paddingitem) * 2);
    width: calc(100% - var(--paddingitem) * 2);
    background: rgba(37, 47, 72, 0.7);
    border-radius: var(--radiusitem);
}

.stack-programme-secG .d-flex .item img{
    width: 100%;
    aspect-ratio: 170/80;
    object-fit: cover;
    border-radius: var(--radiusitem);
}

.stack-programme-secG .d-flex .item .figttl{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 10px;
    translate: 0 -50%;
    text-align: center;
}

.programme-outcome-sec .grid-faq{
    padding-left: 0;
}

.programme-outcome-sec .grid-faq li{
    list-style: none;
    display: flex;
    gap: 14px;
    font-size: 14px;
    color: rgba(112, 105, 105, 1);
    line-height: 1.4;
    border-bottom: 1px solid rgba(37, 47, 72, .3);
    padding-bottom: 20px;
}

.programme-outcome-sec .grid-faq li::before{
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    min-width: 18px;
    background-color: var(--nav-primary);
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 63% auto;
    border-radius: 50%;
    outline: 3px solid rgba(232, 78, 15, .2);
    margin-top: 6px;
}


.page-stack-banner{
    position: relative;
}
.page-stack-banner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(228, 228, 228, 0.5);
    border-bottom-right-radius: 25% 55%;
}

.page-stack-banner .bg{
    position: relative;
    width: calc(100% - 25rem);
    aspect-ratio: 1238/630;
    border-bottom-right-radius: 30% 52%;
    overflow: hidden;
}
.page-stack-banner.stack-case-study-banner .bg{
    aspect-ratio: 1238/430;
}

.page-stack-banner .bg::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.page-stack-banner.programme-stack-banner .bg::before{
    background: rgba(232, 78, 15, 0.6);
}

.page-stack-banner .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-stack-banner .programme-banner-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 2;
    padding: 0 3.75rem;
}

.page-stack-banner .programme-banner-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    z-index: 2;
    padding: 0 8rem;
}

.page-stack-banner.page-stack-center-banner .programme-banner-wrapper{
    bottom: 50%;
    translate: 0 50%;
}


.page-stack-banner.programme-stack-banner .programme-banner-wrapper .sub-ttl{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    max-width: 365px;
    border-bottom: 1px dotted rgba(255, 255, 255, 1);
    padding-bottom: 25px;
    color: rgba(255, 255, 255, 1);
}

.page-stack-banner.programme-stack-banner .programme-banner-wrapper .mn-ttl{
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    max-width: 570px;
    color: rgba(255, 255, 255, 1);
}

.page-stack-banner .stack-logo-card{
    position: absolute;
    bottom: 0;
    right: 7rem;
    padding: 30px 35px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
}

.page-stack-banner .stack-logo-card img{
    height: auto;
    width: 100%;
    max-width: 100%;
}

.stack-programme-secA{
    padding: 6rem 0 4rem;

}

.stack-programme-secA .d-flex{
    gap: 2rem;
    padding: 0 6rem;
}

.stack-programme-secA .d-flex .colA,
.stack-programme-secA .d-flex .colB{
    flex: 1;
}


.stack-programme-secA .d-flex .colA .content-cola .show-more-less{
    cursor: pointer;
}
.stack-programme-secA .d-flex .colA .content-cola .show-more-less::after{
    content: '';
    display: inline-block;
    width: 18px;
    aspect-ratio: 11/5;
    background-image: url(../images/arrow-down-s.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 3px;
    cursor: pointer;
}

.stack-programme-secA .d-flex .colB .colB-card{
    max-width: 456px;
    width: 100%;
    padding: 40px 48px;
    border-radius: 25px;
    margin-left: auto;
}
.stack-programme-secA .d-flex .colB .colB-card .count-wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.stack-programme-secA .d-flex .colB .colB-card .count-wrap .count-info:not(:last-child){
    border-right: 1px solid rgba(86, 87, 89, 0.4);
}
.stack-programme-secA .d-flex .colB .colB-card .count-wrap .count-info{
    text-align: center;
    padding: 0 15px;
}
.stack-programme-secA .d-flex .colB .colB-card .count-wrap .count-info p{
    font-size: 12px;
    margin: 0;
}
.stack-programme-secA .d-flex .colB .colB-card .count-wrap .count-info h6{
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: var(--nav-primary);
    text-align: center;
    margin: 6px 0;
}

.stack-programme-secI{
    border-radius: 0px !important;
}

.stack-programme-secI .third-step-tabs .nav-link{
    border-color: rgba(37, 47, 72, 1);
    color: rgba(37, 47, 72, 1);
}

.stack-programme-secI .third-step-tabs .nav-link.active{
    background: var(--nav-primary);
    border-color: var(--nav-primary);
    color: var(--white);
}

.stack-programme-secI .indep-cards{
    background: rgba(232, 78, 15, .05);
}

.stack-programme-secI .indep-cards .course-card-content > .d-flex:first-child{
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.stack-programme-secI .indep-cards img{
    filter: brightness(0) saturate(100%) invert(35%) sepia(63%) saturate(2872%) hue-rotate(357deg) brightness(94%) contrast(93%);
    height: 100%;
}

.filter-primary{
    filter: brightness(0) saturate(100%) invert(35%) sepia(63%) saturate(2872%) hue-rotate(357deg) brightness(94%) contrast(93%);

}

.stack-programme-secI .coursecard .card-title{
    color: rgba(37, 47, 72, 1);
    font-weight: 400;
    margin-top: 3rem;
}

.stack-programme-secI .coursecard .btn-div > *{
    flex: 1;
    text-align: center;
}
.stack-programme-secI .coursecard .btn-div > *{
    flex: 1;
    text-align: center;
}

.stack-programme-secH{
    padding: 6rem 0;
}

.stack-programme-secH .d-flex{
    gap: 8rem;
    align-items: center;
}

.stack-programme-secH .d-flex .colA{
    max-width: 313px;
    width: 100%;
    flex: 0 1 auto;
}

.stack-programme-secH .d-flex .colB{
    flex: 1;
}

.stack-programme-secH .d-flex .colB form{
   /* display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px 16px;*/
}

.stack-programme-secH .d-flex .colB form .full-field{
    grid-column: span 2;
}
.stack-programme-secH .d-flex .colB form .primary-btns{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
}

.stack-programme-secH .d-flex .colB form textarea.form-control{
    min-height: 146px;
}

.round-theme-form .form-group{
    position: relative;
}

.round-theme-form .form-group .error{
    position: absolute;
    font-size: 12px;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 20px;
}

.round-theme-form .form-control{
    padding: .594rem 1.25rem;
    border-radius: 20px;
}

.round-theme-form .form-control:focus{
    box-shadow: none;
    border-color: var(--nav-primary);
}


/*  */


.page-stack-banner.stack-category-banner .content-desc{
    max-width: 454px;
}

.page-stack-banner.stack-category-banner .content-desc > *{
    color: #ffffff;
}
.page-stack-banner.stack-category-banner .content-desc h1{
    font-size: 32px;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 16px;
}
.page-stack-banner.stack-category-banner .content-desc h1::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    background: repeating-linear-gradient(to right, rgb(255, 255, 255) 0, rgb(255, 255, 255) 2px, transparent 2px, transparent 6px);
}

.stack-category-secA{
    padding: 6rem 0 4rem;
}

.cat-tab-wrap{
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
}

.cat-tab-wrap .cat-tab-nav{
    padding: 0;
    display: flex;
    border: 1px solid var(--nav-primary);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 0;
}

.cat-tab-wrap .cat-tab-nav li{
    list-style: none;
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: rgba(37, 47, 72, 1);
    padding: 12px 8px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
}

.nav-tab-content {
    position: relative;
}

.nav-tab-content .tabs:not(.active){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.cat-tab-wrap .cat-tab-nav li:hover{
    background: rgba(232, 78, 15, .1);
}

.cat-tab-wrap .cat-tab-nav li.active{
    background: var(--nav-primary);
    color: #ffffff;
}

.cat-tab-wrap .cat-tab-nav li:not(:last-child){
    border-right: 1px solid var(--nav-primary);
}

.cat-tab-wrap .cat-nav-content{
    border: 1px solid var(--nav-primary);
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 20px;
}

.cat-tab-wrap .cat-stack-slider{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.ptntl-slider .stack-card-2 figure img{
    aspect-ratio: 427/206;
    object-fit: cover;
}


.stack-category-secC{
    padding: 5rem 0;
}

.stack-category-secC .stack-heading,
.stack-category-secD .stack-heading,
.stack-category-secI .stack-heading,
.stack-category3-secB .stack-heading
{
    margin-bottom: 3rem;
}

.stack-category-secD .stack-heading .head-stack-h4{
    max-width: 641px;
    margin-left: auto;
    margin-right: auto;
}

.stack-category-secD .stack-heading .desc-head{
    max-width: 865px;
    margin-left: auto;
    margin-right: auto;
}


.stack-category-secD .row{
    max-width: 974px;
    margin-left: auto;
    margin-right: auto;
}

.stack-category-secG{
    padding: 4rem 0;
}

.stack-category-secG .slick .slick-track{
    transition-timing-function: linear !important;
}

.stack-about-secC.stack-category-secI{
    padding-top: 4rem;
}


.page-stack-banner.stack-category-banner.stack-category2-banner .content-desc{
    max-width: 473px;
}

.stack-category3-secA .d-flex{
    align-items: center;
    gap: 82px;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}
.stack-category3-secA{
    padding: 6rem 0;
}

.stack-category3-secA .d-flex .colA{
    flex: 1;
}

.stack-category3-secA .d-flex .colB{
    flex: 0 1 auto;
}

.stack-category3-secA .d-flex .colB .content-desc{
    max-width: 410px;
}

.item-full-slider .slick-track{
    display: flex;
}

.item-full-slider .slick-track .slick-slide{
    height: auto;
}

.stack-category4-secA{
    padding: 4rem 0;
}

.stack-category4-secA figure img{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.case-detail-secA{
    padding: 85px 0 200px;
}

.case-detail-secA .d-flex .colB .upr-flex{
    gap: 84px;
}
.case-detail-secA .d-flex .colB .upr-flex a:hover{
    color: var(--nav-primary) !important;
}

.case-detail-secA .d-flex .colB .more-case-stdy{
    padding: 0;
    margin-top: 30px;
}

.case-detail-secA .d-flex .colB .more-case-stdy li{
    list-style: none;
}

.case-detail-secA .d-flex .colB .more-case-stdy li:not(:last-child){
    border-bottom: 1px solid rgba(255, 209, 190, 1);
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.case-detail-secA .d-flex .colB .more-case-stdy li a{
    text-decoration: none;
    color: rgba(112, 105, 105, 1);
}

.case-detail-secA .d-flex .colB .more-case-stdy li a:hover{
    color: var(--nav-primary) !important;
}

@media screen and (max-width: 1300px) {
    .login-form-section .login-hero-banner{
        min-height: 700px;
        object-fit: cover;
    }
}
@media screen and (max-width: 1024px) {
    .indep-cards .primary-btns{
        font-size: 14px;
    }
    .banner-home .content-overimage .des-ttl {
        font-size: 22px;
    }
    .course-card-content .card-know-more{
        margin-right: 10px;
    }
    .course-card-content .card-know-more:last-child{
        margin-right: 0px;
    }
    .content-overimage .count-wrap {
        max-width: 301px;
        font-size: 4rem;
    }
    .banner-stack-home .des-ttl {
        font-size: 20px;
    }
    .banner-stack-home.rps .image-slider-banner picture::before {
        width: 130px;
    }
}

@media screen and (max-width: 991px) {
    .login-form-section .container{
        max-width: 100% !important;
        padding: 0 1rem;
    }
    .login-form-section .login-form-wrapper .d-flex .banner-title h1 {
        font-size: 42px;
    }
    .login-form-section .login-form-wrapper .d-flex .banner-title p{
        font-size: 16px;
    }
    .stack-programme-secA .d-flex .colB .colB-card {
        padding: 20px;
    }
    .stack-programme-secA .d-flex .colB .colB-card .count-wrap .count-info h6 {
        font-size: 24px;
    }
    .stack-programme-secH .d-flex .colA,.stack-programme-secH .d-flex .colB{
        flex: 0 1 100%;
    }
    .page-stack-banner.stack-category-banner .bg{
        aspect-ratio: 1280/950;
    }
}

@media screen and (max-width: 780px) {
    .login-form-section .login-form-wrapper .d-flex .banner-title h1{
        font-size: 34px;
    }
    .login-form-section .login-form-wrapper .d-flex .banner-title p br{
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .homebanner-back{height: 100% !important}
    .login-form-section .login-form-wrapper{
        position: unset !important;
        translate: none;
    }
    .login-form-section .login-form-wrapper .d-flex{
        position: relative;
    }
    .login-form-section .login-form-wrapper .d-flex .banner-title {
        position: absolute;
        bottom: calc(100% + 25px);
        left: 0;
        right: 0;
        padding: 0;
    }
    .login-form-section .login-form-wrapper .d-flex .banner-title h1{
        font-size: 34px;
    }
    .login-form-section .login-hero-banner {
        min-height: auto;
    }
    .login-form-section .login-form-wrapper .d-flex .form-card{
        flex: 0 1 100%;
        max-width: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin: 3rem 0;
    }
}

@media screen and (max-width: 540px) {
    .banner-stack-home::before{
        width: 66px;
    }
    .login-form-section .login-form-wrapper .d-flex .form-card .card-body .title-login h4 {
        font-size: 24px;
    }
    .login-form-section .login-form-wrapper .d-flex .form-card .card-body .title-login p {
        font-size: 14px;
    }
    .login-form-section .login-form-wrapper .d-flex .form-card .card-body form .sbmt-btn{
        font-size: 16px;
    }
    .login-form-section .login-form-wrapper .d-flex .form-card .card-body{
        padding: 20px;
    }
    .login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-control {
        padding: 8px 10px;
        font-size: 14px;
    }
    .coutrycode-div:has(.dropdowncountrynew) .title{
        font-size: 14px;
    }
    .login-form-section .login-form-wrapper .d-flex .form-card .card-body form .form-check label{
        font-size: 12px;
    }
    .login-form-section .login-form-wrapper .d-flex .form-card .card-body form .sbmt-btn{
        margin-top: 1rem;
    }
    .login-form-section .login-form-wrapper .d-flex .banner-title h1{
        font-size: 28px;
    }
    .login-form-section .login-form-wrapper .d-flex .banner-title p{
        font-size: 14px;
    }
    .case-studies-section .case-study-card .ttl-card, .case-studies-section .case-study-card .sub-ttl{
        font-size: 18px;
    }
    .case-studies-section .case-study-card .con-desc li{
        font-size: 14px;
    }
    .case-studies-section .slick-dots{
        padding-top: 1rem;
    }
    .case-studies-section .btn-div{
        margin-top: 2rem;
    }
    .case-studies-section{
        padding: 25px 0;
    }
    .case-studies-section .case-study-card{
        margin: 0;
    }
    .case-studies-section .case-study-card {
        padding: 15px 12px 22px;
    }
    .home-herobanner .slick-dots {
        bottom: 50px;
    }
    .banner-stack-home::before{
        width: 66px;
    }

}


@media screen and (min-width: 1200px) {
    
.homebanner-back {  overflow: hidden;}

}
@media screen and (min-height: 1200px) {

    .content-section:has(.login-form-section){
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .login-form-section{
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .login-hero-banner{
        height: 100%;
        min-height: 100% !important;
        flex: 1;
    }
}


/* Login css end */


/* Stack About */

.text-primary{
    color: var(--nav-primary);
}

.text-right{
    text-align: right;
}

.container-mini{
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 25px;
}

.container-mini.container-mini-2{
    max-width: 890px;
}

.tab-nav{
    user-select: none;
    padding: 0;
}

.tab-nav li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    color: rgba(37, 47, 72, 1);
    padding: 10px 16px;
    transition: .3s ease;
    position: relative;
    cursor: pointer;
}

.tab-nav li::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--nav-primary);
    transition: .4s ease;
}

.tab-nav li.active{
    color: var(--nav-primary);
}

.tab-nav li.active::before{
    width: 100%;
}

.tab-nav li:not(:last-child){
    margin-right: 11px;
}

.tab-nav-content {
    position: relative;
  }

  .tab-nav-content .tabs{
    transition: .3s ease;
  }

.tab-nav-content .tabs:not(.active) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0;
    overflow: hidden;
}

.stack-card{
    background: rgb(256 256 256);
    border-radius: 20px;
    padding: 20px 15px 25px;
    color: rgba(112, 105, 105, 1);
    border: 1px solid var(--nav-primary);
    box-shadow: 0px 4px 13.2px 0px rgba(232, 78, 15, 0.11);
}

.stack-card.no-shadow{
    box-shadow: none;
}

.stack-card.no-padding{
    padding: 0;
}

.stack-body .slick-dots li.slick-active button:before{
    color: var(--nav-primary);
    background: var(--nav-primary);
}

.bg-gradient-a{
    background: linear-gradient(180deg, #a4d5ff66 0%, #ffffff66 100%);
}

.stack-about-banner{
    padding: 90px 0 50px;
}

.head-stack-h1{
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: rgba(37, 47, 72, 1);
}

.head-stack-h2{
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.3;
}

.head-stack-h4{
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: rgba(37, 47, 72, 1);
}
.ptntl-sliderheight .head-stack-h4{min-height: 56px}
.stack-about-banner .stack-about-logo{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    max-width: 270px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 30px;
    background: #fff;
}

.stack-about-banner .stack-about-logo img{
    width: 100%;
}


.stack-about-secB .stack-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.stack-about-secB .stack-wrap .stack-card{
    max-width: 360px;
}

.stack-about-secB{
    padding: 2rem 0 5rem;
}


.stack-card.stack-card-2 {
    overflow: hidden;
}
.stack-card.stack-card-2 figure{
    padding: 0;
    margin: 0;
}
.stack-card.stack-card-2 img{
    width: 100%;
    border-radius: 20px;
}
.container-wrapper{
    width: calc(100vw - (100vw - 1320px) / 2);
    margin-left: auto;
}

.stack-about-secC{
    padding: 0 0 4rem;
}
.stack-about-secC .slick-dots{
    position: unset;
}


.client-testimonial-slider .stack-card .btm-sec{
   gap: 1rem;
}
.client-testimonial-slider .stack-card .btm-sec .side-rt{
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   padding-left: 1rem;
   align-items: flex-start;
   padding-bottom: 12px;
}

.client-testimonial-slider .stack-card .btm-sec .side-rt small {
    font-size: 13px;
    line-height: 1.3;
    display: block;
}

.client-testimonial-slider .stack-card .btm-sec .side-rt:not(:has(.ico)){
    padding: 10px;
}

.client-testimonial-slider .stack-card .btm-sec .side-rt img{
   height: 70px;
   width: 70px;
   border-radius: 5px;
   object-fit: cover;
   flex: 0 1 auto;
}
.no-background .stack-card{ 
    background: none !important; 
}
.client-testimonial-slider .stack-card .btm-sec .side-rt .anrie img{
   width: 25px;
   height: 25px;
   object-fit: contain;
}
.client-testimonial-slider .stack-card .btm-sec .side-rt .fig-ca{
   flex: 1;
}
.client-testimonial-slider .stack-card:has(.ico) .btm-sec .side-rt .fig-ca{
   flex: 1;
}
.client-testimonial-slider .stack-card .btm-sec .side-rt .fig-ca p{
   margin-bottom: 5px;
}

.client-testimonial-slider .stack-card .btm-sec .side-rt .fig-ca .lnkdin{
   color: var(--black);
   transition: .5s ease;
}

.client-testimonial-slider .stack-card .btm-sec .side-rt .fig-ca .lnkdin:hover{
   color: var(--nav-primary);
}

.client-testimonial-slider .stack-card .btm-sec .ico{
    padding: 20px 15px 15px 35px;
    border: 1px solid var(--nav-primary);
    border-right: none;
    border-bottom: none;
    border-radius: 80px 0 20px 0 ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-testimonial-slider .about-overview img.active{
    transform: rotate(180deg);
}

.client-testimonial-slider .stack-card{
    background: url(../images/bg-stack-client.png) no-repeat;
    background-position: 90% 10%
}

.client-testimonial-slider .about-overview{
    margin-bottom: 30px;
}

.stack-about-secD{
    padding: 0 0 4rem;
}

.stack-about-secD .show-more-less{
    display: inline-block;
}

.show-important {
    display: block !important;
}

.hide-important {
    display: none !important;
}

.stack-about-secD .slick-dots{
    position: unset;
}

.stack-about-secE .video-wrap{
    aspect-ratio: 1322/746;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.stack-about-secE .video-wrap iframe{
    width: 100%;
    height: 100%;
}

.stack-about-secE .slick-track{
    transition-timing-function: linear !important;
}

.stack-about-secF{
    padding: 4rem 0;
}

.stack-about-secF .team-card .upr-sec{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.stack-about-secF .team-card .upr-sec figure{
    flex: 0 1 100px;
    max-width: 100px;
    width: 100%;
    margin: 0;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}


.stack-about-secF .team-card .upr-sec figure img {
    width: auto;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}


.stack-about-secF .team-card .upr-sec figcaption{
    flex: 1;
}


.stack-about-secG{
    padding-bottom: 4rem;
}

.stack-about-logo-slider .item:not(:last-child){
    margin-right: 1rem;
}

.stack-about-logo-slider .item{
    text-align: center;
    box-shadow: .375rem .375rem 1.4375rem .0625rem #347CD01A;
    margin: 1.25rem .9375rem;
    padding: 10px;
    height: 6.25rem;
    object-fit: contain;
    object-position: center;
    border-radius: .625rem;
    display: flex;
    align-items: center;
}
.stack-about-logo-slider .item img{
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.stack-about-secG .stack-card .ico img {
    max-width: 100%;
    max-height: 270px;
    object-fit: contain;
}

.stack-about-banner img,
.stack-about-secA img,
.stack-about-secB img,
.stack-about-secC img,
.stack-about-secD img,
.stack-about-secE img,
.stack-about-secF img,
.stack-about-secG img{
    max-width: 100%;
}

.stack-category-secC .head-stack-h4{
    max-width: 435px;
    margin-left: auto;
    margin-right: auto;
}

.stack-category-secC .desc-head{
    max-width: 971px;
    margin-left: auto;
    margin-right: auto;
}


.stack-programme-secH.stack-category4-secD {
    padding: 2rem 0 6rem;
}

li.primary-tabs-section.active {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
}
li.primary-tabs-section.active .nav-link{color: #000 !important}
@media screen and (max-width:1366px) {
    .stack-about-banner {
        padding: 60px 0 30px;
    }
    .page-stack-banner.stack-category-banner .content-desc h1{
        font-size: 26px;
    }
    .page-stack-banner.stack-category-banner .desc-bnr p,
    .page-stack-banner.stack-category-banner .desc-bnr li{
        font-size: 14px;
    }
    .stack-about-secA {
        padding-bottom: 25px !important;
    }
    .stack-about-secB {
        padding: 1.3rem 0 4rem;
    }
    .container-wrapper {
        width: 100%;
    }
    .stack-about-secF {
        padding: 3rem 0 2.2rem;
    }
    .stack-programme-secC{
        padding-left: 15px;
    }
    .page-stack-banner.programme-stack-banner .programme-banner-wrapper .mn-ttl {
        font-size: 54px;
        max-width: 511px;
    }
    .page-stack-banner.programme-stack-banner .programme-banner-wrapper .sub-ttl {
        font-size: 20px;
    }
    .page-stack-banner .programme-banner-wrapper {
        bottom: 16%;
        padding: 0 5rem;
    }

    body:has(.programme-stack-banner) .container{
        max-width: 1280px;
        padding: 0 25px;
    }
    .grid-faq {
        grid-gap: 40px 60px;
    }
    .stack-category-secC.stack-category3-secC {
        padding: 4rem 0 2rem;
    }
    .stack-programme-secH.stack-category-secE {
        padding: 2rem 0 5rem;
    }
    
}

@media screen and (max-width:1280px) {
    .stack-about-secC {
        padding: 0 0 3rem;
    }
    .stack-about-banner {
        padding: 50px 0 0px;
    }
    .stack-about-secG .container{
        max-width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width:1140px) {
    .page-stack-banner .bg {
        width: calc(100% - 7rem);
    }
    .page-stack-banner .stack-logo-card {
        max-width: 200px;
        width: 100%;
        padding: 20px 25px;
        right: 3rem;
    }
    .page-stack-banner .programme-banner-wrapper .mn-ttl {
        font-size: 42px;
        max-width: 400px;
    }
    .page-stack-banner .programme-banner-wrapper .sub-ttl {
        font-size: 18px;
        max-width: 285px;
        padding-bottom: 1rem;
    }
    .page-stack-banner .programme-banner-wrapper {
        bottom: 10%;
        padding: 0 3rem;
    }
    .stack-programme-secA .d-flex{
        padding: 0;
    }
    .stack-programme-secA {
        padding: 4rem 0 2rem;
    }
    .stack-programme-secH .d-flex {
        gap: 4rem;
    }
    .page-stack-banner.stack-category-banner .content-desc h1 {
        font-size: 24px;
    }
    .stack-category-secA {
        padding: 4rem 0 3rem;
    }
    .stack-category-secC {
        padding: 5rem 0 2rem;
    }
}

@media screen and (max-width:1024px) {
    .content-overimage .count-wrap {
        max-width: 301px;
        font-size: 4rem;
    }
    .stack-about-banner .stack-about-logo{
        max-width: 200px;
    }
    .grid-faq {
        grid-template-columns: repeat(2,1fr);
    }
    
    .banner-stack-home .des-ttl {
        font-size: 20px;
    }
    
    .case-detail-secA .d-flex .colB .upr-flex{
        gap: 30px;
    }
}

@media screen and (max-width:991px) {
    .head-stack-h2{
        font-size: 1.5rem;
    }
    .banner-home .content-overimage .des-ttl {
        font-size: 18px;
    }
    .content-overimage .count-wrap .count-info p{
        font-size: 12px;
    }
    .content-overimage .count-wrap .count-info h6{
        font-size: 30px;
    }
    .case-detail-secA .d-flex .colA,.case-detail-secA .d-flex .colB{
        flex: 0 1 100%;
    }
    .stack-about-secA .mb-5,
    .stack-about-secB .mb-5,
    .stack-about-secC .mb-5,
    .stack-about-secD .mb-5,
    .stack-about-secE .mb-5,
    .stack-about-secF .mb-5,
    .stack-about-secG .mb-5{
        margin-bottom: 20px !important;
    }
    .page-stack-banner .stack-logo-card {
        max-width: 148px;
    }
    .page-stack-banner.programme-stack-banner .programme-banner-wrapper .mn-ttl {
        font-size: 36px;
        max-width: 310px;
    }
    .page-stack-banner.programme-stack-banner .programme-banner-wrapper .sub-ttl {
        font-size: 16px;
        max-width: 251px;
    }
    
    .stack-programme-secH .d-flex{
        gap: 2rem;
    }
    .about-stack-faq,.programme-outcome-sec{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .stack-category3-secA .d-flex {
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
        gap: 2rem;
    }
    .stack-category3-secA .d-flex .colA,
    .stack-category3-secA .d-flex .colB{
        flex: 0 1 100%;
    }
    .stack-category3-secA .d-flex .colB .content-desc{
        max-width: 100%;
    }
    .stack-category3-secA .d-flex .colB .primary-btns{
        width: auto !important;
    }
    .stack-category3-secA {
        padding: 3rem 0;
    }
    .stack-category4-secA {
        padding: 2rem 0;
    }
    .stack-programme-secH.stack-category4-secD {
        padding: 1rem 0 4rem;
    }
    
    .image-slider-banner .slick-dots {
        bottom: 15px;
    }
}

@media screen and (max-width:767px) {
    .stack-about-secG .stack-award-slider .head-stack-h4{min-height: 47px}
    .stack-about-secG .stack-award-slider .stack-card .ico img{max-height: 210px}
    .content-overimage .count-wrap .count-info h6{font-size: 24px}
    .content-overimage .count-wrap .count-info p {
    font-size: 11px;
}
.content-overimage .count-wrap {
    max-width: 226px;
    font-size: 4rem;
}
.content-overimage .count-wrap .count-info p {
    font-size: 11px;
    max-width: 70px;
}
    .banner-stack-home .white-banner-btn {
        padding: 8px 19px;
        font-size: 14px;
        background: var(--white);
        color: var(--nav-primary);
    }
    .banner-section-tab .home-herobanner .content-overimage::before{
        background: linear-gradient(0deg, #0061AF 0%, rgba(0, 118, 255, 0) 100%);
        width: 100%;
        height: 65%;
        top: auto;
    }
    .banner-section-tab .home-herobanner .content-overimage{
        align-items: flex-end;
        padding-bottom: 3rem;
    }
    .banner-stack-home .white-banner-btn img{
        filter: none;
    }
    .acc-crt-wrap .acc-crt .acc-crt-item .form-wrap{
        grid-template-columns: 100%;
    }
    .acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group:has(.upload-section) {
        grid-column: initial;
    }
    .acc-crt-wrap .acc-crt .acc-crt-item .form-wrap .form-group .upload-section .error-message {
        left: 0;
        top: calc(100% + 16px);
    }
    .content-section:has(.course-details-scroll-header) {
        margin-top: calc(77px + 57px);
    }
    .image-slider-banner picture {
        aspect-ratio: 400 / 388;
    }
}

@media screen and (max-width:675px) {
    .offcanvas.offcanvas-start.nav-contentsec{
        right: 0;
    }
    .content-section:has(.course-details-scroll-header) {
        margin-top: 91px;
    }
    .head-stack-h4{
        font-size: 18px;
    }
    .stack-programme-secD h3{
        margin-bottom: 1.5rem !important;
    }
    .case-detail-secA {
        padding: 50px 0 53px;
    }
    .page-stack-banner.stack-case-study-banner .bg{
    aspect-ratio: 1238 / 970;
}
    .stack-about-banner br,
    .stack-about-secA br,
    .stack-about-secB br,
    .stack-about-secC br,
    .stack-about-secD br,
    .stack-about-secE br,
    .stack-about-secF br,
    .stack-about-secG br{
        display: none;
    }

    .container.container-2{
        padding-right: 0 !important;
    }

    .page-stack-banner.stack-category-banner .primary-btns{
        width: auto !important;
    }

    .head-stack-h4 br{
        display: none;
    }
    .page-stack-banner.stack-category-banner .bg {
        aspect-ratio: 1280 / 1100;
    }

    .page-stack-banner.stack-category-banner .content-desc h1 {
        font-size: 20px;
    }

    .stack-category-secC .stack-heading, .stack-category-secD .stack-heading, .stack-category-secI .stack-heading, .stack-category3-secB .stack-heading{
        margin-bottom: 2rem;
    }

    .stack-programme-secA .d-flex .colA, .stack-programme-secA .d-flex .colB{
        flex: 0 1 100%;
    }

    .stack-programme-secA .d-flex .colB .colB-card{
        margin: 0 auto;
    }

    .head-stack-h1{
        font-size: 24px;
        margin-bottom: 50px;
    }

    body:has(.stack-about-banner) .course-details-scroll-header{
        display: none !important;
    }
    .stack-about-banner .stack-about-logo {
        max-width: 181px;
        padding: 13px 15px;
    }
    .stack-about-banner {
        padding: 35px 0 0px;
        background: none !important;
    }
    .stack-about-banner > *{
        text-align: left !important;
    }
    .stack-about-banner .head-stack-h4{
        text-align: left !important;
    }
    .stack-about-banner .btn-div{
        text-align: left !important;
    }
    .container-mini{
        padding: 0 15px;
    }
    .stack-about-secA{
        text-align: left !important;
    }
    .stack-about-secA .primary-btns.btn-lrg {
        padding: .5rem 1rem;
    }
    .digi-trans-slider{
        text-align: center;
    }
    .stack-about-secB .container-mini{
        text-align: left !important;
    }
    .tab-nav li{
        font-weight: 600;
    }
    .tab-nav li:not(:last-child) {
        margin-right: 3px;
    }
    .tab-nav{
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
    }
    .stack-about-secB {
        padding: 1.3rem 0 3rem;
    }
    .stack-about-secC .head-stack-h4,
    .stack-about-secC .desc{
        text-align: left !important;
    }

    .stack-about-secG .container{
        padding: 0 !important;
    }
    .stack-about-secG .head-stack-h4{
        text-align:  left !important;
        padding-left: 15px;
    }
    .stack-about-secF .head-stack-h4{
        text-align: left !important;
    }
    .stack-about-secF .digi-trans-slider{
        text-align: left;
    }
    .page-stack-banner .bg {
        aspect-ratio: 390/350;
        width: 100%;
        border-bottom-right-radius: 85% 85%;
    }
    .page-stack-banner .programme-banner-wrapper {
        padding: 0 15px;
        bottom: 25%;
    }
    .page-stack-banner.programme-stack-banner .programme-banner-wrapper .mn-ttl{
        font-size: 30px;
    }
    .page-stack-banner.programme-stack-banner .programme-banner-wrapper .sub-ttl{
        font-size: 14px;
        max-width: 202px;
        padding-bottom: 14px;
    }
    .page-stack-banner .stack-logo-card{
        max-width: 110px;
        bottom: -20px;
        padding: 10px;
        border-radius: 8px;
        left: 44%;
    }
    .page-stack-banner::before {
        border-bottom-right-radius: 57% 29%;
    }
    body:has(.programme-stack-banner) .container{
        padding: 0 15px;
    }
    .stack-programme-secA {
        padding: 3.5rem 0 0rem;
    }
    .stack-programme-secA .mb-5{
        margin-bottom: 2rem !important;
    }

    .stack-programme-secA .primary-btns{
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .stack-programme-secA .d-flex{
        gap: 43px;
    }
    .stack-programme-secA .container{
        padding: 0 !important;
    }

    .stack-programme-secA .d-flex .colA .content-cola{
        max-width: 100%;
        padding: 0 15px;
    }

    .stack-programme-secA .d-flex .colB .colB-card {
        padding: 20px 15px;
    }
    .stack-programme-secA .d-flex .colB .colB-card .count-wrap .count-info {
        padding: 0 5px;
    }
    .stack-programme-secD{
        padding: 0 0 2rem !important;
    }
    .stack-programme-secC .head-stack-h2,
    .stack-programme-secD .head-stack-h4,
    .stack-programme-secE .head-stack-h4,
    .stack-programme-secF .head-stack-h2,
    .stack-programme-secG .head-stack-h2,
    .stack-programme-secI .head-stack-h2{
        text-align: left !important;
    }
    .grid-faq {
        grid-template-columns: 100%;
        grid-gap: 15px;
    }

    .container:has(>.programme-outcome-sec,>.faq-section,>.stack-programme-secF){
        padding: 0 !important;
    }
    .stack-body{
        --sectionradius: 25px;
    }
    .about-stack-faq .accordion-item::before{
        width: 100%;
    }
    .about-stack-faq .accordion-item:last-child::before{
        display: none;
    }
    .stack-programme-secC {
        padding-left: 5px;
        padding-bottom: 2rem !important;
    }

    .stack-programme-secE{
        padding: 2rem 0 !important;
    }

    .stack-programme-secF{
        padding: 20px 15px 40px !important;
        padding-right: 0 !important;
        overflow: hidden;
    }

    .stack-programme-secF.iwjdz .slick-prev,.stack-programme-secF.iwjdz .slick-next{
        display: none !important;
    }

    .stack-programme-secF .btn-div{
        margin-top: 30px !important;
    }
    .stack-programme-secG .d-flex{
        --paddingitem: 0;
        display: grid !important;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }
    .stack-programme-secG .d-flex .item{
        max-width: 100%;
    }
    .stack-programme-secG .d-flex .item::before{
        height: 100%;
        width: 100%;
    }
    .stack-programme-secH {
        padding: 3rem 0;
    }
    .stack-programme-secH .d-flex .colB form {
        grid-template-columns: 100%;
    }
    .stack-programme-secH .d-flex .colB form .full-field {
        grid-column: initial;
    }
    .stack-programme-secH .d-flex {
        gap: 0;
    }

    .stack-programme-secI .third-step-tabs{
        justify-content: flex-start !important;
    }

    .stack-programme-secI .head-stack-h2,.stack-programme-secI .third-step-tabs{
        margin-bottom: 20px !important;
    }
    .stack-programme-secI .coursecard .btn-div{
        padding: 0 20px 0 0;
    }
    .stack-programme-secI .coursecard .card-title{
        margin-top: 1rem;
    }
    .stack-programme-secI{
        margin-bottom: 0;

    }

}

.partner-slider-section img {
    max-width: 148px;
}
.partner-slider-reverse {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.partner-slider-reverse.swiper-initialized {
    opacity: 1;
}

.partner-slider-reverse .swiper-wrapper {
    display: flex;
    align-items: center;
}

.partner-slider-reverse .swiper-slide {
    flex-shrink: 0;
    width: auto !important;
}
@media screen and (max-width: 600px) {
    .upload-container {
        padding: 30px 15px;
    }
    .user-checkbox label.form-check-label{
        font-size: 14px;
    }
    .mycourse-section{
        padding-bottom: 0;
    }
    .content-section:has(.course-details-scroll-header) {
        margin-top: 72px !important;
    }
    .sticky-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1055;
    }
    
    .content-section{
        margin-top: 70px;
    }
    
}

@media screen and (max-width: 540px) {
    .upr-ttl-des{
        min-height: 48px;
    }
    .page-stack-banner.stack-category-banner .bg {
        aspect-ratio: 1280 / 1800;
        border-bottom-right-radius: 65% 55%;
    }
    .cat-tab-wrap .cat-tab-nav{
        flex-wrap: wrap;
    }
    .cat-tab-wrap .cat-tab-nav li{
        flex: 0 1 100%;
    }
    .cat-tab-wrap .cat-tab-nav li:not(:last-child){
        border-right: none;
        border-bottom: 1px solid var(--nav-primary);
    }
    .stack-category-secC {
        padding: 3rem 0 1rem;
    }
    .stack-category-secB{
        overflow: hidden;
    }
    .case-detail-secA .d-flex .colB .more-case-stdy li a{
        font-size: 14px !important;
    }
    .case-detail-secA .d-flex .colB .upr-flex{
        gap: 1rem;
    }
    .case-detail-secA .d-flex .colB .upr-flex .fs-3{
        font-size: 18px !important;
    }
    .case-detail-secA .d-flex .colB .upr-flex a{
        font-size: 14px !important;
    }
    .case-detail-secA .d-flex .colA h1{
        font-size: 20px !important;
    }
    .case-detail-secA .d-flex .colA h4{
        font-size: 16px !important;
    }
    .case-detail-secA .d-flex .colA p{
        font-size: 14px !important;
    }
    .banner-stack-home.rps .image-slider-banner picture::before{
        width: 80px;
    }
}

@media screen and (max-width: 345px) {
    .page-stack-banner.stack-category-banner .content-desc h1 {
        font-size: 18px;
    }
    .page-stack-banner.stack-category-banner .desc-bnr p, .page-stack-banner.stack-category-banner .desc-bnr li {
        font-size: 12px;
    }
    .head-stack-h4{
        font-size: 18px;
    }
    .head-stack-h2{
        font-size: 20px;
    }
    .page-stack-banner.stack-category-banner .bg {
        aspect-ratio: 1280 / 2050;
    }
    .page-stack-banner.stack-category-banner .primary-btns {
        margin-top: 0px !important;
        padding: 5px 10px;
    }
    
}


.row.stackform span input {
    width: 100%;
    min-height: 45px;
    border-radius: 25px;
    padding: 15px 20px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
}
.row.stackform textarea{width: 100%; padding: 15px 20px;
    border: 1px solid #ccc;border-radius: 30px;max-height: 150px;}
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 70px;
    background: var(--nav-primary);
    color: #fff;
    border: 0;
    border-radius: 10px;
}
.row.stackform span input:focus-visible, .row.stackform span textarea:focus-visible{outline:0;border:  1px solid #ccc;}
.row.stackform span input::placeholder, .row.stackform span textarea::placeholder{color: #000 !important}
input[type="checkbox"] {
    width: 20px !important;
    min-height: 20px !important;margin-bottom: 0px !important;
}
span.wpcf7-list-item-label{    font-size: 15px;    color: #000;}
.col-md-12.ckeckbox label {
    display: flex;
    gap: 10px;    align-items: flex-start;
}
.ckeckbox br{display: none;}
.h_auto_height img{height: auto !important;}
.blog-slider .stack-card.stack-card-2{border-radius: 30px}
.blog-slider figcaption.p-3.lh-sm {
    min-height: 200px;
}
.fig-ca p:last-child {
    min-height: 60px;
}
.stack-category-secD .stack-card p {
    min-height: 72px;
}
.screen-reader-response {
    display: none;
}
.stack-category-secD p {
    min-height: 72px;
}
main.content-section.content-section1.stack-body {
    margin-top: 0;
}
#learnMoreModal .modal-dialog.modal-dialog-centered {
    max-width: 700px !important;
}
#learnMoreModal  h3#learnMoreModalLabel {
    color: #000 !important;
}
#learnMoreModal .modal-header {
    justify-content: center;
}
#learnMoreModal  .modal-body{padding-top: 0}
.course-card-slider .slick-prev:before {
    font-size: 30px !important;
    color: #0061af !important;
}
.course-card-slider .slick-next:before {
    font-size: 30px !important;
    color: #0061af !important;
}


.slick-list.draggable, .slick-list.draggable {

}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
   
}

.slick-max-hight-auto .slick-list.draggable {
    
}

.slick-max-hight-auto.slick-dotted.slick-slider{
    max-height: auto !important;
}

.slick-max-hight-auto..slick-dotted.slick-slider{
    max-height: auto !important;
}

.image-slider-banner img{}





//added new css
.row.stackform span input {

    width: 100%;

    min-height: 45px;

    border-radius: 25px;

    padding: 15px 20px;

    border: 1px solid #ccc;

    margin-bottom: 5px;

}

span.wpcf7-not-valid-tip {

    color: #f00;

}

.row.stackform textarea{width: 100%; padding: 15px 20px;

    border: 1px solid #ccc;border-radius: 30px;max-height: 150px;}

    input.wpcf7-form-control.wpcf7-submit.has-spinner {

    padding: 12px 70px;

    background: var(--nav-primary);

    color: #fff;

    border: 0;

    border-radius: 10px;

}

.row.stackform span input:focus-visible, .row.stackform span textarea:focus-visible{outline:0;border:  1px solid #ccc;}

.row.stackform span input::placeholder, .row.stackform span textarea::placeholder{color: #000 !important}

input[type="checkbox"] {

    width: 20px !important;

    min-height: 20px !important;margin-bottom: 0px !important;

}

span.wpcf7-list-item-label{    font-size: 15px;    color: #000;}

.col-md-12.ckeckbox label {

    display: flex;

    gap: 10px;    align-items: flex-start;

}

.ckeckbox br{display: none;}

.h_auto_height img{height: auto !important;}

.blog-slider .stack-card.stack-card-2{border-radius: 30px}

.blog-slider figcaption.p-3.lh-sm {

    min-height: 200px;

}

.fig-ca p:last-child {

    min-height: 60px;

}

.stack-category-secD .stack-card p {

    min-height: 72px;

}

.screen-reader-response {

    display: none;

}

.stack-category-secD p {

    min-height: 72px;

}

main.content-section.content-section1.stack-body {

    margin-top: 0;

}

#learnMoreModal .modal-dialog.modal-dialog-centered {

    max-width: 700px !important;

}

#learnMoreModal  h3#learnMoreModalLabel {

    color: #000 !important;

}

#learnMoreModal .modal-header {

    justify-content: center;

}

#learnMoreModal  .modal-body{padding-top: 0}

.course-card-slider .slick-prev:before {

    font-size: 30px !important;

    color: #0061af !important;

}

.course-card-slider .slick-next:before {

    font-size: 30px !important;

    color: #0061af !important;

}





.slick-list.draggable, .slick-list.draggable {

   

}

.slick-dotted.slick-slider {

    margin-bottom: 30px;

   

}

.image-slider-banner img{}


.ins-spk-secA{
    padding: 6rem 0;
}

.ins-spk-secA .ins-spk-wra {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.ins-spk-wra .upr-tab-wrapper{
    display: flex;
    flex-wrap: wrap;
}


.ins-spk-wra .upr-tab-wrapper .owl-prev,
.ins-spk-wra .upr-tab-wrapper .owl-next{
    flex: 1;
    background: none;
    border: none;
    width: 100%;
    max-width: 100%;
}
.ins-spk-wra .upr-tab-wrapper .owl-prev img,
.ins-spk-wra .upr-tab-wrapper .owl-next img{
    width: 100%;
    max-width: 100%;
}
.ins-spk-wra .upr-tab-wrapper .tab-slider{
    flex: 0 1 88%;
    max-width: 88%;
    width: 100%;
    padding: 0 20px;
}
.ins-spk-wra .info-slider{
    max-width: 88%;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}
.ins-spk-wra .info-slider .owl-item{
    padding: 1px;
}

.ins-spk-wra .upr-tab-wrapper .tab-slider .owl-item{
    padding: 1px;
}

.ins-spk-wra .upr-tab-wrapper .owl-item.active.center .leader-tab{
    border-color: var(--nav-primary);
}

.ins-spk-wra .upr-tab-wrapper .leader-tab{
    background: none;
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 16px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.ins-spk-wra .upr-tab-wrapper .leader-tab .nm{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 12px;
}

.ins-spk-wra .upr-tab-wrapper .leader-tab .desg{
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ins-spk-wra .mdc-card {
    padding: 40px 50px;
    border: 1px solid #F26641;
    border-radius: 8px;
}

.ins-spk-wra .mdc-card .card-top {
    display: flex;
}

.ins-spk-wra .mdc-card .card-top .mdc-card__media {
    height: 145px;
    width: 145px;
    min-width: auto;
    border-radius: 50%;
    background-position: center;
    margin-right: 25px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    box-shadow: 0px 10px 22px 0px rgba(0,0,0,0.3);
    flex-shrink: 0;
    background-size: 100%;
}

.ins-spk-wra .mdc-card .card-top .demo-card__primary {
    padding: 0px 15px;
    max-height: 175px;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all 0.25s ease-in-out;
}

.ins-spk-wra .mdc-card .card-top .demo-card__primary h2 {
    font-size: 22px;
    line-height: 26px;
    color: #1A2235;
    margin-bottom: 5px;
}

.ins-spk-wra .mdc-card .card-top .demo-card__primary span {
    font-size: 15px;
    line-height: 18px;
    opacity: 0.7;
    margin-bottom: 10px;
    display: block;
    max-width: 300px;
}

.ins-spk-wra .mdc-card .card-cont {
    margin-top: 15px;
    border-bottom: 1px solid rgba(26,34,53,0.25);
}

.ins-spk-wra .mdc-card .card-cont p {
    font-size: 15px;
    line-height: 24px;
    color: #1A2235;
}

.ins-spk-wra .mdc-card .mdc-card__actions {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

.ins-spk-wra .mdc-card .mdc-card__actions .view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ins-spk-wra .mdc-card .mdc-card__actions .view-all p {
    font-size: 18px;
    line-height: 24px;
    color: #1A2235;
    font-weight: 600;
    max-width: 82%;
    margin-top: 20px;
}

.ins-spk-wra .mdc-card .mdc-card__actions .view-all .mdc-button {
    color: #3585fe;
    text-transform: none;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons {
    display: flex;
    background-color: #f3f4f6;
    border-radius: 10px;
    padding: 20px 25px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button {
    border-radius: 30px;
    border: 1px solid #707070;
    text-transform: none;
    letter-spacing: 0;
    padding: 12px 35px;
    flex-shrink: 0;
    text-decoration: none;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button img{
    display: inline-block;
    margin-left: 2px;
    width: auto;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button:not(:disabled) {
    background-color: rgba(255,255,255,0);
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button:not(:disabled) {
    color: #1A2235;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button.mdc-button--dense {
    border-radius: 30px;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button::before,.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button::after {
    background-color: #fff;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button:hover::before {
    opacity: 0.04;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button:not(.mdc-ripple-upgraded):focus::before,.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button.mdc-ripple-upgraded--background-focused::before {
    transition-duration: 75ms;
    opacity: 0.08;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button i {
    font-size: 13px;
    padding-left: 5px;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button:hover {
    border: 1px solid var(--nav-primary);
}
.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button:hover img {
    filter: invert(1);
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button:hover:not(:disabled) {
    background-color: var(--nav-primary);
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .mdc-button:hover:not(:disabled) {
    color: #fff;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .action-cont h5 {
    color: var(--nav-primary);
    margin: 0px 0px 5px;
    font-size: 18px;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .action-cont p {
    margin-top: 0px;
    font-size: 17px;
    color: #1A2235;
}

.ins-spk-wra .mdc-card .mdc-card__actions .mdc-card__action-buttons .action-cont span {
    font-size: 15px;
    color: #1A2235;
    opacity: 0.7;
}


.ins-spk-wra .share-btn {
    margin-top: 20px;
}

.ins-spk-wra .share-btn a {
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 25px;
    background-color: #fff;
    border-radius: 20px;
    min-width: auto;
    transition: all 0.25s ease-in-out;
    margin: 0px;
    border: 1px solid rgba(26,34,53,0.25);
    padding: 0;
}

.ins-spk-wra .share-btn a:hover {
    background-color: #0077B5;
    border: 1px solid #0077B5;
    box-shadow: 0px 3px 6px 0px rgba(0,116,178,0.42);
}

.ins-spk-wra .share-btn a:hover svg path {
    fill: #fff;
}
.stack-award-slider p {
    min-height: 96px;
}
.btm-sec div {
    min-height: 192px;
}
.ptntl-slider .slick-slide {
    margin: 0 7.5px; /* Half of 15px on each side */
}
.partner-slider-section img {
    padding: 0 10px !important;
    object-fit: contain !important;
}
.cat-stack-slider .btm-sec div.ico.mb-1{min-height: auto !important;}
.client-testimonial-slider .stack-card .btm-sec div{min-height: auto !important;}
.stack-category-secC.slick-dot-unset .ptntl-slider figcaption.p-3.lh-sm{min-height: 220px}
figcaption.p-3.lh-sm > p:last-child{min-height: 120px}
section#case_studies .image-container img {
    height: 233px;
}
section#case_studies h5.title {
    min-height: 48px;
}
section.whitepaperdesign .image-container img {
    height: 233px;
}
section.whitepaperdesign .hover-tab-card{    min-height: 440px;}
section.whitepaperdesign .tab-content{    height: 200px;}
.video-box {
    max-width: 800px;
    margin: 20px auto;
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.video-box iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 6px;
}
.page-stack-banner.static-pages::before{display: none;}
.pagination-wrapper.mt-4 {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-top: 30px;
}
.pagination-wrapper ul.page-numbers {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 8px;
    background: transparent;
}
.stack-award-slider.slick{
    max-height: fit-content;
}
.stack-award-slider.slick .slick-list.draggable{
    max-height: fit-content;
}
.white-color .content-desc p{
    color: #fff;
}
.white-color h1{color: #fff;}



.course-cards img.program-icon {
    display: block;
    width: auto;
    height: 43px !important;
    margin-bottom: 16px;
    object-fit: contain;
}
.content-section:has(.course-details-scroll-header) {
    margin-top: calc(76px + 57px);
}
.course-details-scroll-header{top: 76px;}
.cat-stack-slider.slick.slick-initialized.slick-slider.slick-dotted{    min-height: 520px;}
.cat-stack-slider.slick.slick-initialized.slick-slider.slick-dotted .slick-list.draggable {
       min-height: 520px;
}

.euxw-nav-content .cat-stack-slider.slick.slick-initialized.slick-slider.slick-dotted,
.euxw-nav-content .cat-stack-slider.slick.slick-initialized.slick-slider.slick-dotted .slick-list.draggable{
    min-height: auto !important;
}

div#blogs_sec {
    padding: 50px 0 20px;
}
.slick-dots li:nth-child(n+4) {
    display: none;
}
section#case_studies .btn-div.text-center.mt-5{margin-bottom: 20px}
.stack-programme-secH.contact-form-secB a.d-flex.gap-3.color-inherit.text-decoration-none {
    color: #565759;
}
.slick-prev:before, .slick-next:before {
    color: #0061af;    font-size: 30px;
}
    div#slick-slide90 {
    min-width: 340px;
}
div#blogs_sec p.fw-bold.text-black.mb-1.lh-sm{min-height: 50px}
p.desc-ptag {
    min-height: 72px;
}
.client-testimonial-slider .about-overview{margin-bottom: 0}
a.d-block.videoimage {
    max-height: 450px;
    overflow: hidden;
    border-radius: 10px;
}
a.d-block.videoimage img.img-fluid.w-100 {
    max-height: 450px;
    object-fit: cover;
}
.case-study-btn-l{
    margin-top:10px
    
}

.slide-arr-cen .slick-prev,.slide-arr-cen .slick-next{
    top: 40%;
}

img.d-block.videoimage.w-100.video-thumbnail {
    max-height: 450px;
    object-fit: cover;
    border-radius: 10px;
}
iframe.w-100 {
    height: 450px;
}
.client-testimonial-slider .slick-list.draggable {
    max-height: 100%;
}
.client-testimonial-slider.slick.slick-initialized.slick-slider.slick-dotted{
    max-height: 100%;
}
.coursecard h6.card-title, .page-stack-banner.programme-stack-banner .programme-banner-wrapper .mn-ttl, #overview .head-stack-h4 {
    text-transform: capitalize;
}
#overview .about-overview span {
    float: left;
    min-width: 55%;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: .25rem;
}

#program_goals .blog-slider figcaption.p-3.lh-sm {
    min-height: auto;
}
#program_goals  .container.container-2 figcaption.p-3.lh-sm > p:last-child{
    min-height: auto;
}

.web-event-secA {
    padding: 7rem 0;
}
nav.home-primary-tabs.home-bg-tab .nav-link {
    animation: none !important;
    transform: none !important;
    transition: none !important;
}
.third-step-tabs .nav-link:hover {
    background-color: #ffcb05;
}
.second-step-tabs .nav-link:hover{    color: #0061af;
    background-color: #fff;
    box-shadow: .375rem .375rem 1.4375rem .0625rem #347cd01a;}
.client-testimonial-slider .stack-card .btm-sec .side-rt .fig-ca p{min-height: 40px}
.client-testimonial-slider .stack-card .btm-sec .side-rt .fig-ca p.text-primary.mb-1.fw-bold{min-height: auto;}



.main-indi-and-busi-tabs {
    border-bottom: 0 solid var(--white);
    width: 100%;
    justify-content: center;
    background: #1a7bce;
    height: 55px;
    text-align: center
}
 
.indu-busi-container {
    padding: 9px 0
}
 
.indu-busi-container button {
    color: #fff;
    padding: .85rem 2rem;
    position: relative;
    font-size: 1.65rem;
}
 
.indu-busi-container button.active {
    background: #fff;
    color: #333;
    border-radius: 16px 16px 0 0
}

@media (min-width: 1100px) and (max-width: 1366px) {
.page-stack-banner.stack-category-banner .content-desc{min-width: 650px}

}


@media (min-width: 1100px)  {
.about-overview.text-start p {
    min-height: 135px;
}
.stack-about-secA.text-center.pb-5 .digi-trans-slider p {                                                                                                                               
    min-height: 48px;
}
section#testimonials .about-overview.text-start p {
    min-height: auto;
}

}
@media (max-width: 600px)  {
    iframe.w-100 {
    height: 170px;
}
.case-study-about-slider p {
    font-size: 14px;
}
.slick-prev {
    left: -10px;    z-index: 9;
}
.slick-next {
    right: 15px;    z-index: 9;
}

.case-study-about-slider .slick-slide {
    display: block;
    min-height: 240px;
}
.top-menu-left{height: 72px;width: 100px;justify-content: center;}
.top-menu-right{min-height: 65px}
.content-section{margin-top: 65px}
.brand-logo {
    width: 100%;
}
.indu-busi-container button{font-size: 1rem;}
.main-indi-and-busi-tabs{height: 43px;}
}

