@font-face {
    font-family: 'Effra';
  src: url('../fonts/Effra_Trial_Rg.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

body {
    font-family: "Effra", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, span, input, select, small{
    font-family: "Effra", sans-serif !important;
}
header.header-section {
    position: fixed;
    width: 100%;
    top: 0;z-index: 99;
}
header.header-section.blur{    background-color: #ffffff80;
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);}

.hero-section {
/*    background: #003f78 url('GRID-BG.png');*/

    background-image: url(../images/banner-bg.png);
    background-size: cover;
    color: #fff;
    padding: 78px 0 78px 0;
    /*float: left;
    width: 100%;*/
}
.stats small{opacity:0.8;}
.hero-points{padding-left:18px;}
.hero-points li{margin-bottom:10px;font-size:16px;}
.form-box input{height:45px;border-radius:8px;}
.btn-yellow{background:#FFCB05;color:rgba(0, 97, 175, 1);font-weight:600;    margin-right: 20px;    border: 1px solid #ffcb05;}
.btn-yellow:hover{color:rgba(0, 97, 175, 1);    border: 1px solid #ffcb05;}
.btn:active{color:rgba(0, 97, 175, 1);    border: 1px solid #ffcb05;}
.btn:hover{color: #ffcb05;    border: 1px solid rgba(0, 97, 175, 1);background: rgba(0, 97, 175, 1)}
.yellow{color: #FFCB05}
.bg-yellow{background:#FFCB05;}
a.btn.btn-yellow.rounded-pill {
    border-radius: 8px !important;
    color: rgba(0, 97, 175, 1);
    min-width: 222px;
    font-size: 15px;
    padding: 8px;nimation: animate1 1s 
linear infinite;position: relative;overflow: hidden;
}
.playbtn span {
  position: absolute;
  display: block;
}

.playbtn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(0, 97, 175, 1));
  animation: animate1 1s linear infinite;
}

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

.playbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 97, 175, 1));
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.playbtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, transparent, rgba(0, 97, 175, 1));
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.playbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(360deg, transparent, rgba(0, 97, 175, 1));
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
a.btn.btn-yellow.rounded-pill:hover{color: #FFCB05}
/* --- TABS SECTION --- */
.tab-box{
   /*background: rgba(255, 255, 255, 1);
    background: linear-gradient(#ffffff, #ffffff, rgba(212, 239, 255, 1), rgba(212, 239, 255, 1));*/
    background-image: url(../images/tab-bg.png);
    background-size: 100% 100%;
  border-radius:18px;
  padding:40px;
/*  position: relative;*/    float: left;
    width: 100%;
}
/*.tab-box:before{ position: absolute;
    content: "";
    background-image: url(bg-line.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    transform: translateY(0%);
    z-index: 0;}*/
.nav-tabs .nav-link{
  border:0;
  font-weight:600;
  color:#003f78; text-align: left;border-radius: 10px;
}
.nav-tabs .nav-link.active {
    background: rgba(80, 135, 201, 1);
    color: #fff;
    border-radius: 10px;
   
}
.nav-tabs .nav-link:hover {
    background: rgba(80, 135, 201, 1);
    color: #fff;
    border-radius: 10px;
   
}
.nav-tabs li.nav-item {
/*    min-height: 63px;*/
    width: 100%;
    margin: 7px 0;
    display: flex;
    align-items: anchor-center;
}
.tab-box li {
    padding: 5px;
}
ul#myTab {
    border-bottom: 0;
}
.nav-tabs button.nav-link {
    min-height: 63px;
    width: 100%;
    color: rgba(0, 0, 0, 1);    font-weight: 500;
}
ul.skill {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;    margin-top: 20px;flex-wrap: wrap;
}
.curriculum .tab-content.tab-box a {
    background-color: rgba(0, 97, 175, 1);
    padding: 7px 85px;
    color: #fff !important;
    border-radius: 10px;
}
ul.skill li {
    background-color: #fff;
    padding: 7px 16px;
    border-radius: 10px;
    font-size: 14px;
}
h3 {
    font-size: 22px;
    font-weight: 700;
}
h5 {
    font-size: 16px;
    font-weight: 600;
}
a.btn.btn-yellow.w-100.py-2.rounded-pill {
    border-radius: 30px !important;
}
/* --- TESTIMONIAL SLIDER --- */
.test-card{
  background: #f7fbff;
  border-radius:18px;
  padding:30px;
}
.niit-logo {
    padding: 25px 16px;
    background-color: #FFCB05;
    border-radius: 0px 0px 10px 0px;
}
.hero-section p {
    font-size: 18px;
/*    color: rgba(255, 203, 5, 1);*/
color: #fff;
    font-weight: 500;
}
.hero-section h1 {
    font-size: 57px;
    color: rgba(255, 203, 5, 1);
    font-weight: 700;
    margin-bottom: 20px;
        text-transform: uppercase;
}
.hero-section h1 span {
/*    color: #fff;*/
}
h4.fw-bold.mb-0.counter {
    font-size: 35px;
}
.input {
    display: flex;
    color: rgba(134, 134, 134, 1);
    gap: 10px;
    align-items: anchor-center;font-size: 15px;margin-bottom: 8px;
}
.form-control:focus{box-shadow: none;}
.hero-section small{font-size: 22px;font-weight: 500}
.d-flex.gap-4.mt-4 div {
    min-width: 170px;
}
h6 {
    font-size: 16px;
    font-weight: 600;
}
h5.fw-bold.mb-3 {
    color: #000;
    text-align: center;
    font-size: 22px;
}
.form-box.bg-white.shadow.rounded-3 {
    width: 475px;
    float: right;    padding: 25px;    
}
section{padding: 70px 0}
.text-right {
    text-align: right;
}
.curriculum a {
    background-color: rgba(0, 97, 175, 1);
    padding: 11px 23px;
    color: #fff !important;
    border-radius: 10px;
        text-decoration: none;
}
.curriculum p.text-right{margin-bottom: 50px;}
.curriculum a img{margin-right: 7px}
.curriculum{background-color: rgba(244, 244, 244, 1);position: relative;}
.curriculum:before, .curriculum:after{content: "";position: absolute; background-image: url(../images/dot.png);
   width: 100px;
    height: 100px;
       right: 50px;
    top: 50px;
   }
   .curriculum:after{left: -30px;
    right: auto;
    top: auto;
    bottom: 20%;}
    #testimonialSlider img {
    width: auto;
    margin: 0 auto;
    object-fit: none;
}
#testimonialSlider .profile-img img {
    height: 119px;
    width: 119px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 70px;
}
.logo-section {
    display: flex;
    align-items: anchor-center;
    max-width: fit-content;
    margin: 20px auto;
    gap: 15px;
}
.logo-section a {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    height: 47px;
    display: flex;
    justify-content: center;
    width: 120px;
}
/*.profile-card {

    background: rgba(255, 255, 255, 1);
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 41%, rgba(195, 222, 255, 1) 100%);
background: linear-gradient(#ffffff, #ffffff, rgba(195, 222, 255, 1), rgba(195, 222, 255, 1));
    padding: 50px 20px;
    border-radius: 20px;
    border: 1px solid #0061af;
    
    position: relative;
}*/
section.success-stories.bg-white{position: relative;padding: 100px 0}
section.success-stories.bg-white:before, section.success-stories.bg-white:after{content: "";position: absolute; background-image: url(../images/dot.png);
   width: 100px;
    height: 100px;
    left: 12%;
    top: 50px;
   }
   section.success-stories.bg-white:after{ left: auto;right: 20%;
    top: auto;bottom: 50px}
.profile-card {
    background: rgba(255, 255, 255, 1);
    background:linear-gradient(
  rgba(255, 255, 255, 0.5),
  rgba(255, 255, 255, 0.5),
  rgba(212, 239, 255, 0.5),
  rgba(212, 239, 255, 0.5)
);
    padding: 50px 20px;
    border-radius: 20px;
    border: 1px solid #0061af;
    position: relative;
}
.profile-card:before {
    position: absolute;
    content: "";
    background-image: url(../images/testi-bg.png);
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0;
    transform: translateY(0%);
    z-index: -1;
}
p.designation, p.desc {
    font-size: 14px;
}
p.desc{position: relative;    z-index: 1;}
p.desc:before {
    position: absolute;
    content: "";
    background-image: url(../images/quote-up.png);
    width: 50px;
    height: 41px;
    left: -10px;
    top: 0;
    transform: translateY(-50%);
    z-index: -1;
    
}
p.desc:after {
    position: absolute;
    content: "";
    background-image: url(../images/quote-down.png);
    width: 50px;
    height: 41px;
    right: -10px;
    bottom: 0;
    transform: translateY(40%);
    z-index: -1;
    
}

#testimonialSlider {
  position: relative;
  overflow: hidden;     padding: 0;
}

/* Left shadow */
#testimonialSlider .owl-stage-outer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px; /* shadow width */
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0));
  pointer-events: none;    z-index: 1;
}

/* Right shadow */
#testimonialSlider .owl-stage-outer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px; /* shadow width */
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0.9), rgba(255,255,255,0));
  pointer-events: none;    z-index: 1;
}

.owl-theme .owl-nav button {
    justify-content: center;
    align-items: center;
    display: flex !important;
    padding: 0;
    border: 0;
    border-radius: 20px;
}
.owl-theme .owl-nav {
    margin-top: 50px;
    display: flex;
    justify-content: center;
        gap: 30px;
}
.owl-nav span {
    border: 1px solid rgba(83, 173, 245, 1);
    font-size: 32px;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 31px;
    border-radius: 21px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(83, 173, 245, 1) !important;
    color: #fff !important; border-radius: 21px;
}
.six-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px; /* spacing between li */
  padding: 0;
  margin: 0;
  list-style: none;
}

.six-grid li {
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.three-grid {
    display: flex;
    list-style: none;
    margin-top: 70px;
    gap: 15px;
    padding: 0;
}
ul.three-grid li {
    width: 33%;
    background: rgba(0, 97, 175, 1);
    padding: 25px;
    color: #fff;
    border-radius: 10px;
}
ul.three-grid h4{    margin: 0;
    font-size: 42px;font-weight: 600;
}
ul.three-grid p{    margin: 0;
    font-size: 22px;font-weight: 600;
}
.why-choose-block {
      background-size: cover;
    background-image: url(../images/why-choose.png);
    position: relative;
    overflow: hidden;
}
h2{font-size: 35px;font-weight: 700}
.why-choose-block  h2.primary-title {
    color: #fff;
}
.why-choose-block  p.description-text{color: #fff}
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    position: relative;
    z-index: 10;
}

.feature-card-item {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
     background: rgba(255, 255, 255, 1);
    background: linear-gradient(#ffffff, #ffffff, rgba(212, 239, 255, 1), rgba(212, 239, 255, 1));

}
.feature-card-item:before {
    content: "";
    background-size: cover;
    background-image: url(../images/choose-item.png);
    width: 100%;
    position: absolute;
    height: 100%;
        left: 0;
    top: 0;
}
.icon-container {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    transition: all 0.4s ease;
}
.card-heading {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 18px;
    position: relative;
}
.card-text {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

.projects-showcase-area {
    padding: 70px 0;
    position: relative;
    background: #ffffff;
}

div#projectSlider {
    max-width: 85%;
    margin: 0 auto;
}
.project-card-box {
    background: linear-gradient(
  to bottom,
  #ffffff 0%,
  #ffffff 50%,
  #e8f4ff 75%,
  #d8edff 100%
);
    min-height: 500px;
    border: 2px solid #bae6fd;
    border-radius: 18px;
    padding: 35px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.faq-main{padding: 0 !important}
.project-title-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
min-height:53px;
}
.project-description {
    font-size: 16px;
    color: rgba(14, 42, 75, 1);
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 700;
}
.project-card-box li{
    font-size: 16px;
    color: rgba(134, 134, 134, 1);
    font-weight: 400;padding: 7px 0;}
.feature-points-list {
    /* list-style: none; */
    padding-left: 20px;
    margin-bottom: 30px;
}
.tech-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;width: 100%;
}
.tech-tag-badge {
    background: white;
    color: #334155;
    border: 1px solid #cbd5e1;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: default;
    margin: 5px 10px 5px 0;
/*    float: left;*/
}
.projects-showcase-area:before, .projects-showcase-area:after {
    content: "";
    position: absolute;
    background-image: url(../images/dot.png);
    width: 100px;
    height: 100px;
    left: 4%;
    top: 150px;
}
.projects-showcase-area:after {
    left: auto;
    right: 12%;
    top: auto;
    bottom: 100px;
}
section.fee-structure-banner{background-image: url(../images/structure-bg.png);
    position: relative;
    overflow: hidden;    
        background-size: cover;}
section.fee-structure-banner h2{color: #fff;}
.pre-title-label {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
        .pricing-card-container {
   background: rgba(255, 255, 255, 1);
    background: linear-gradient(#ffffff, #ffffff, #ffffff, rgba(212, 239, 255, 1), rgba(212, 239, 255, 1));
    border-radius: 18px;
    padding: 0;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    z-index: 1;

}
.fee-summary-box {
    padding: 38px;
    border-radius: 16px 0 0 16px;
    min-width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.fee-detail-row {
    border-radius: 15px;
    background: rgba(255, 203, 5, 1);
    max-width: fit-content;
    padding: 15px;
}
    .fee-category-label {
    font-size: 24px;
    font-weight: 700;
}
.total-summary-note {
    font-size: 14px;
    margin-top: 10px;
}
.finance-options-panel {
    padding: 40px 40px;
    width: 100%;
}
        .pricing-info-wrapper {
    display: flex;
/*    grid-template-columns: auto 1fr;*/
    gap: 20px;
}
button.cta-action-button {
    font-size: 15px;
    background: rgba(0, 97, 175, 1);
    color: #fff;
    border: 0;
    padding: 10px;
    min-width: 179px;
    border-radius: 10px;
}
.cta-buttons-group {
    display: flex;
    gap: 15px;
}
h3.options-heading {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.finance-options-panel p {
    color: rgba(134, 134, 134, 1);
    font-size: 16px;
}
p.gst-disclaimer {
    font-size: 14px;
    color: rgba(14, 42, 75, 1);
}
.payment-option-block {
    display: flex;
    justify-content: space-between;
    
}
.payment-option-block h3{font-size: 18px;min-width: 50%;
    font-weight: 700;}
.payment-option-block p{min-width: 50%;margin-bottom: 0;}







.counselling-promo-section {
    padding: 70px 0;
   
}
.enrollment-form-panel {
    width: 70%;
}
.counselling-promo-section img {
    width: 70%;
}
.agreement-checkbox-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}
.agreement-text {
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
}
.agreement-checkbox-row input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.form-panel-heading {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 30px;
}
.input-field-group {
    margin-bottom: 18px;
}
.form-input-field {
    width: 100%;
    padding: 11px 16px;
    border: 0px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: rgba(245, 245, 245, 1);
}
:focus-visible {
    outline:0}
.agreement-checkbox-row {
/*    display: flex;*/
display: block;
    align-items: flex-start;
    margin-bottom: 22px;
}
.agreement-checkbox-row .agreement-text {
    position: absolute;
}
.submit-form-btn {
    width: 100%;
    background: #fbbf24;
    color: rgba(0, 97, 175, 1);
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
}






.content-layout-grid {
    color: #fff;
    align-items: top;
    display: flex;
    height: 100%;
    padding-right: 30px;
}
.certificate-showcase-segment {
    background-image: url(../images/cirtificate-bg.png);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
        background-size: cover;
}
p.category-label-text {
    font-size: 14px;
    font-weight: 700;
}
p.body-description{font-weight: 18px;margin-top: 25px}




.faq-main {
    padding: 70px 0px;
}
.accordion {
    max-width: 85%;
    margin: 0 auto;
    padding: 10px 10px;
}
.accordion-item {
    margin-bottom: 12px;
    border: 1px solid lightgray !important;
    border-radius: 8px !important;
    overflow: hidden;
    background-color: rgba(245, 245, 245, 1);
}
.accordion-button.collapsed{
    background-color: rgba(245, 245, 245, 1);
    border-radius: 0px;
}
.accordion-button:not(.collapsed) {
    background-color: rgba(245, 245, 245, 1);
    border-radius: 15px;
    border: 0;
        border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
        box-shadow: none;
}
.accordion-button::after {
    content: "+";
    background-image: none !important;
    background-size: 18px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 43%;
    transform: translateY(-50%);
    font-size: 35px;
    line-height: 35px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none !important;
content: "-";
}
.accordion-body p, .accordion-body li{font-size: 18px}
button.accordion-button {
    padding: 22px 20px;
    font-size: 22px;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 500;
}



.footer {
    background-color: #231f20;
    color: white;
       padding-top: 2rem;
    padding-bottom: 1rem;
}
.left-section {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
        margin-bottom: 20px;

}
.left-section h6 {
    font-size: 20px;
    font-weight: 700;
}
.left-section ul {
    list-style: none;
    padding: 0;
}
.left-section ul li {
    font-size: 16px;
    font-weight: 400;
}
.left-section ul li a{padding: .5rem 0rem}
.justify-content-around {
    justify-content: space-between !important;
}
.image.d-flex.align-items-center.justify-content-around {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.footer-social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
}
.copyright-section {
/*    border-top: 1px solid #565759;*/
border-top: 0px;
}
.ppandcopy {
    padding: 0rem 0;
    text-align: center;
}
.fbottomlink {
    margin-bottom: .5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}
.footer a {
    color: var(--white);
    text-decoration: none;
}
.copyright {
    color: #8B8B8B;
    text-transform: uppercase;
}

#callbackModal .modal-dialog {
    transform: none;
    max-width: 940px;

}
.modal-header.border-0 {
    position: absolute;
    right: 0;
    padding: 0 15px;
    z-index: 1;
}
h5.modal-title{
    font-size: 22px;
    font-weight: 700;    margin-bottom: 10px;
}
#callbackModal form {
    margin-top: 20px;
}
.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 22px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 5px;
      background: rgba(245, 245, 245, 1);
}
.otp-box {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.popupform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#callbackModal a.btn.bg-yellow {
    margin-left: 3%;
    border-radius: 10px !important;
    width: 94%;
    margin-top: 30px;
}
#callbackModal a.edit {
    color: rgba(0, 97, 175, 1) !important;
    font-weight: 600;
}
#callbackModal a.btn.bg-yellow:hover{    color: #ffcb05;}
select {
    width: 100%;
    padding: 11px 16px;
    border: 0px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: rgba(245, 245, 245, 1);
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
 background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 13px center;
      color: rgba(134, 134, 134, 1);
}
.cta-buttons-group.hidden-xs {
    display: block;
}
.cta-buttons-group.visible-xs {
    display: none;
}
.profile-img {
    margin-bottom: 20px;
}
a.btn.mt-3.big-btn {
    background-color: rgba(0, 97, 175, 1);
    padding: 7px 15px;
    color: #fff !important;
    border-radius: 10px;
    min-width: 250px;
}
.cta-buttons-group.hidden-xs button.cta-action-button {
    margin-right: 10px;
}
#callbackModal2 .modal-dialog {
    transform: none;
    max-width: 940px;
}
#callbackModal2 .enrollment-form-panel {
    width: 100%;
}
.hidden-xs{}
.visible-xs{display: none !important;}
p.left-align.d-flex {
    float: left;    gap: 10px;
}
.sticky{display: none;}
.form-box .first-screen p {
    color: #000;
}
.certificate-display-wrapper {
    text-align: center;
}
.form-box h5.modal-title{color:#000;}
.form-box span.position-absolute.top-50 {
    height: 42px;
    width: 42px;
    padding-right: 0px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    margin-right: 3px;
}
.form-box .form-box input {
    background-color: #f5f5f5;
}
input#dob {
    background-color: #f5f5f5 !important;
}
html {
  scroll-padding-top: 80px;
}
.error {
    position: absolute;
    bottom: -15px;
}
.input-field-group {
    margin-bottom: 18px;
    position: relative;
}
.agreement-checkbox-row {
    position: relative;
}
.otp-box {
    position: relative;    margin-bottom: 15px;
}
label.checkbox {
    font-size: 13px;
}
small#otpError {
    font-size: 16px;
    bottom: -20px;
}
@media (max-width: 768px) {
  .six-grid {
    grid-template-columns: repeat(3, 1fr); 
  }
  .certificate-display-wrapper {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .sticky.show {
    display: block !important;
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
}
.hero-section ul li img {
    width: 35px;
}
.six-grid img {
    max-width: 100%;
}
.payment-option-block{gap: 10px}
.sticky.show a.btn.btn-yellow {
    width: 100%;
    border-radius: 0 !important;
}
a.btn.mt-3.big-btn {
    padding: 7px 12px;        min-width: fit-content;}
    .hidden-xs{display:none !important}
.visible-xs{display: flex !important;        float: left;}
  .six-grid {
    grid-template-columns: repeat(2, 1fr);         width: 96%;
  }
  .image.d-flex.align-items-center.justify-content-around img {
    width: 100%;
}
.certificate-display-wrapper img {
    width: auto;
max-width: 100%;
}
.hero-section p {        margin-bottom: 5px;
    font-size: 18px;}
    .hero-section h1 {
           font-size: 27px;}
    .hero-points li {
    font-size: 14px;
}
.hero-section ul {        margin-bottom: 5px;}
h4.fw-bold.mb-0.counter {
    font-size: 23px;
}
.hero-section small {
    font-size: 14px;}
.d-flex.gap-4.mt-4 div {
    min-width: 33%;
    text-align: center;
}
.d-flex.gap-4.mt-4 {
    gap: 5px !important;
    justify-content: space-between;
    margin: 30px 0px 0 !important;
    width: 100%;
}
.col-lg-6.d-flex.justify-content-end {
    justify-content: center !important;
}
.agreement-checkbox-row input[type="checkbox"] {
    margin-right: 5px;
    width: 15px;
    height: 15px;}
.modal-dialog .form-panel-heading {
    font-size: 19px;
    margin-bottom: 15px;
}
.agreement-checkbox-row .agreement-text {
    font-size: 13px;}
.col-lg-6.d-flex.justify-content-end img.img-fluid {
    width: 50%;
}
#callbackModal2 .enrollment-form-panel{margin-top:15px;}
.modal-body {
    padding: 0;
}
.enrollment-form-panel {
    margin-top: 10px;
}
.hero-section {
    padding: 30px 0 78px 0;
}
.niit-logo {
    padding: 14px 8px;}
    a.btn.btn-yellow.rounded-pill {
    min-width: 149px;
    font-size: 14px;
}
.form-box.bg-white.shadow.rounded-3 {
    width: 100%;
    margin-top: 30px;
}
h5 { font-size: 18px !important;
}
.form-control{font-size: 15px}
input[type="checkbox"]{
    
            height: auto;
}
.input {align-items: baseline !important;}
.curriculum h6 {
    font-size: 14px;
    text-align: center;
}
h2 {
    font-size: 22px !important;
    text-align: center;
}
.curriculum p.text-right{text-align: center;margin: 30px 0}
.nav-tabs li.nav-item { width: 55%;        font-size: 14px;
}
#myTab {
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
}

 /* #myTab::-webkit-scrollbar {
    display: none; 
  }*/

#myTab.justify-content-center {
    justify-content: flex-start !important;
}
  #myTab .nav-item {
    flex: 0 0 auto;
  }
  .curriculum:before{display: none;}
  section, section.success-stories.bg-white {
    padding: 50px 0;
}
section.curriculum .container {
    position: relative;
    z-index: 1;
}
.tab-box {
    padding: 30px;
}
section.success-stories.bg-white:before, section.success-stories.bg-white:after{display: none;}
section.success-stories span.yellow {
    float: left;
    width: 100%;
}
.mb-5 {
    margin-bottom: 30px !important;
}
div#testimonialSlider {
    padding: 0 15px;
}
#testimonialSlider .owl-stage-outer::before, #testimonialSlider .owl-stage-outer::after{display: none;}
.owl-theme .owl-nav {    gap: 20px;
    margin-top: 30px;}
ul.three-grid {
    margin-top: 40px;
    flex-direction: column;padding: 0 15px;
}
ul.three-grid li {
    width: 100%;}
.why-choose-block p.description-text br{display: none;}
.features-grid {
    display: flex;
    flex-direction: column;
}
.projects-showcase-area:before, .projects-showcase-area:after{display: none;}
div#projectSlider {
    max-width: 100%;}
    .project-card-box{padding: 25px}
.pre-title-label{text-align: center;}
.pricing-info-wrapper {
    flex-direction: column;gap: 0;
}
.fee-summary-box {
    padding: 15px;}
    .finance-options-panel {
    padding: 15px 15px;}
    .fee-category-label {
    font-size: 22px;
    font-weight: 600;margin: 10px 0;
    text-align: center;
}
.total-summary-note {
    margin-top: 10px;
    text-align: center;
}
.fee-detail-row {
    padding: 15px 30px;
}
.cta-buttons-group.hidden-xs {
    display: none;
}
.cta-buttons-group.visible-xs {
    display:flex !important;        margin: 20px 0;
}
button.cta-action-button {
    min-width: fit-content;
    padding: 10px 20px;
}
.counselling-promo-section img {
    width: 100%;
}
.enrollment-form-panel {
    width: 100%;
    margin-top: 30px;
}
section.certificate-showcase-segment h2.headline-text {
    text-align: left;
}
.accordion {
    max-width: 100%;}
    .header-section a.btn.btn-yellow.rounded-pill.px-4 {
    margin-right: 10px;
}
.tech-tag-badge{float: left;}
}


p.desc {
    min-height: 84px;
}


.error { color: red; font-size: 13px; display: block; margin-top: 3px; }
.form-input-field { width: 100%; padding: 8px; margin-bottom: 6px; }
.submit-form-btn { padding: 10px 20px; cursor: pointer; }

h3.bannerformtitle {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: black;
}

