* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
}

.home_banner .form_div{
    background:#fff;
    padding:4%;
    border-radius:20px;
    box-shadow:0px 0px 25px rgba(0,0,0,0.4);
}
.ctplqryform h2{
    font-size:25px;
    font-weight:bold;
    text-align:center;
    margin-bottom:10px;
}
.ctplqryform .form-group{
    margin-bottom:3%;
}
.ctplqryform .form-control-sm {
    min-height: calc(2em + .5rem + calc(var(--bs-border-width) * 2)) !important;
}
.ctplqryform .phonewithcountrycode .select2-container--default .select2-selection--single {
    height: calc(2em + 0.53rem + 2px) !important;
}


.ctplqryform .form-control {
    color: #3e5267 !important;
}

a{
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

section.home_banner {
    background: aliceblue;
}

.instagram-icon{
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.x-logo{
    color: #000000;
}
.youtube-icon{
    color: #FF0000;
}


.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* banner section start  */

.banner_section{
    padding:0% 3%;
}
.banner_section .firstNavbar{
    padding:2% 0%;
}
.banner_section .firstNavbar img{
    width:50%;
}

.banner_section .firstNavbar .input-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle; /* text ke sath align */
}

.banner_section .firstNavbar input {
    border-radius: 50px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 14px;
    padding: 2px 30px 2px 10px; /* text + space for icon */
    height: auto; /* height text ke hisab se */
    line-height: 1.5; /* text ke sath balance */
}

.banner_section .firstNavbar .input-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
}

.banner_section .secondNavbar .nav-link {
  padding: 14px 0;   /* thoda bada height */
  font-size: 16px;
}

.banner_section .secondNavbar .nav-item {
  text-align: center;
}

.banner_section .secondNavbar .border-end {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.banner_section .secondNavbar .dropdown-menu {
  background-color: #023E86;       
  width: 100%;                    
  left: 0;                     
  font-size: 16px;             
  border: none;                   
  margin-top: 0;                 
  border-radius: 0;           
}


.banner_section .secondNavbar .dropdown-item {
  color: white;                    
  padding: 14px 0;                 
  text-align: center;              
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}


.banner_section .secondNavbar .dropdown-item:last-child {
  border-bottom: none;
}

.banner_section .secondNavbar .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1); 
  color: white;
}

.banner_section .banner_content{
    background:url('../../assets/images/banner_back.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
    height:auto;
}

.banner_section .banner_content .inner_content{
    padding:10% 0% 4% 4%;
}
.banner_section .banner_content .inner_content h1{
    font-size:30px;
    font-weight:bold;
    color:#000;
}
.banner_section .banner_content .inner_content p.online_admission{
    color:#fff;
    background:#ED1C24;
    width:fit-content;
    font-size:35px;
    padding-right:4%;
    padding-left:4%;
    font-weight:bold;
}
.banner_section .banner_content .inner_content p.yourGateway{
    color:#000;
    font-size:25px;
    font-weight:500;
    font-style:italic;
}
.banner_section .banner_content .inner_content p.bookFree{
    background: #033F85;
    background: linear-gradient(90deg, rgba(3, 63, 133, 1) 0%, rgba(1, 15, 31, 1) 100%);
    color:#fff;
    font-size:35px;
    padding-left:5%;
    padding-right:5%;
    border-radius:50px 0px 0px 50px;
    width:fit-content;
}
.banner_section .banner_content .inner_content h2{
    font-size:25px;
    font-weight:500;
    color:#000;
}
.banner_section .banner_content .form_div{
    background:#fff;
    border-radius:10px;
    box-shadow:0px 0px 25px rgba(0,0,0,0.4);
    height:auto;
    margin:15% 15% 10% 0%;
    padding:4%;
}

@media (min-width:320px) and (max-width:480px){
    .banner_section .firstNavbar img {
        width: 100%;
        margin-bottom: 5%;
    }
    .banner_section .banner_content .inner_content h1 {
        font-size: 20px;
    }
    .banner_section .banner_content .inner_content p.online_admission {
        font-size: 22px;
    }
    .banner_section .banner_content .inner_content p.yourGateway {
        font-size: 14px;
    }
    .banner_section .banner_content .inner_content p.bookFree {
        font-size: 24px;
        border-radius: 50px;
        width: fit-content;
        text-align: center;
        padding: 5%;
    }
    .banner_section .banner_content .form_div {
        margin: 0% 0% 10% 0%;
        padding: 4%;
    }
    .banner_section .banner_content .inner_content h2 {
        font-size: 20px;
    }



}

/* banner section end */

/* online admission section start  */

.onlineAdmission{
    background:#EAF6FF;
    padding:4% 0%;
}
.onlineAdmission h2{
    text-align:center;
    font-weight:500;
}
.onlineAdmission span.registerToday{
    background:#ED1C24;
    text-align:center;
    color:#fff;
    font-weight:600;
    padding:1% 4%;
    font-size:30px;
}

@media (min-width:320px) and (max-width:480px){
    .onlineAdmission {
        background: #EAF6FF;
        padding: 10% 0%;
    }
    .onlineAdmission span.registerToday {
        font-size: 25px;
    }
    .onlineAdmission p{
        text-align:justify;
    }
}

/* online admission section end */

/* who can apply section start  */

.whoCanApply{
    padding:4% 0%;
}
.whoCanApply h2{
    text-align:center;
    font-weight:400;
    color:#000;
}
.whoCanApply h2 span{
    font-weight:bold;
    color:#ED1C24;
}
.whoCanApply p.Eligibility{
    text-align:center;
    font-size:25px;
    font-weight:300;
    margin-bottom:5%;
}
.whoCanApply h3{
    font-size:23px;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .whoCanApply {
        padding: 10% 0%;
    }
    .whoCanApply h3 {
        font-size: 18px;
    }
    .whoCanApply p{
        font-size:14px;
        line-height:18px;
    }
    .whoCanApply p.Eligibility {
        text-align: center;
        font-size: 25px;
        margin-bottom: 10%;
    }
}

/* who can apply section end */

/* key benefits start  */

.keyBenefits{
    padding:3% 0%;
    background:url('../../assets/images/keyHigh.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
    height:auto;
}
.keyBenefits h2{
    font-size:30px;
    font-weight:300;
    text-align:center;
}
.keyBenefits h2 span{
    color:#002880;
    font-weight:bold;
}
.keyBenefits .item .content_card{
    border:1px solid rgba(0,0,0,0.4);
    padding:4%;
    background:#fff;
    box-shadow:0px 0px 30px rgba(0,0,0,0.4);
    margin:4%;
    margin-top:10%;
    height:200px;
}
.keyBenefits .item .content_card h4{
    font-size:18px;
    color:#ED1C24;
    text-align:center;
    font-weight:bold;
}


/* key benefits end */

/* cta section start  */

.counselling-left {
  background-color: #023E86; 
}

.counselling-left h5 {
  font-size: 35px;
  line-height: 1.4;
  text-align:center;
}

.counselling-left .highlight {
  background-color: #E30613; 
  padding: 2px 6px;
  border-radius: 2px;
}

.counselling-left p {
  font-size: 25px;
  text-align:center;
}

.counselling-section i {
  font-size: 18px;
}

.counselling-section img{
    height:auto;
}

@media (min-width:320px) and (max-width:480px){
    .counselling-left h5 {
        font-size: 17px;
    }
    .counselling-left p {
        font-size: 17px;
    }
}

/* cta section end */

 /* programs offered section start  */

.nios-programs{
    background:url('../../assets/images/about-nios 2.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
    height:auto;
}
.program-box {
  background: #fff;
  border: none;
  transition: all 0.3s ease;
  margin-top:3%;
  box-shadow:0px 0px 30px rgba(0,0,0,0.4);
  border-radius:60px;
}

.program-box:hover {
  transform: translateY(-5px);
}

.program-box h5 {
  font-size: 20px;
  margin-bottom: 10px;
  color:#033F86;
}

.program-box p {
  font-size: 18px;
  color: #333;
}


 /* programs offered section end */

 /* how to apply section start  */

 .apply-nios{
    background:#EAF6FF;
 }
.timeline {
  position: relative;
  padding-left: 30px; 
}

.timeline li {
  position: relative;
  margin-bottom: 25px;
}

.timeline li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 170%;
  background-color: #023E86;
  z-index: 0;
}

.timeline .dot {
  width: 14px;
  height: 14px;
  background-color: #023E86;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}

.timeline li div {
  margin-left: 30px;
}

.timeline h6 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: bold;
}

.timeline p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.helpline-banner {
  background-color: #ED1C24;
  font-size:25px;
  padding:2%;
}
@media (min-width:320px) and (max-width:480px){
    .helpline-banner {
        font-size: 16px;
    }
}

 /* how to apply section end */

 /* Examination Section start  */

.examination h3{
    font-size:35px;
}
.examination h3 span{
    color:#ED1C24;
}
.examination h6{
    font-size:20px;
    font-weight:bold;
    color:#000;
}
.examination p{
    color:#000;
    font-size:15px;
}

 .feature-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .blue-circle { border: 10px solid #00a1e0; }
  .pink-circle { border: 10px solid #e0006c; }
  .orange-circle { border: 10px solid #f4a300; }
  .green-circle { border: 10px solid #48a63f; }
  .highlight-bar {
    background-color: #242F88;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin: 20px 0;
  }
  .Recognition{
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(234, 246, 255, 1) 100%);
  }
  .Recognition h4{
    font-size:35px;
  }
  .Recognition ul li{
    font-size:20px;
    margin-top:2%;
    font-weight:300;
  }
  .Recognition p{
    font-size:20px;
  }

  @media (min-width:320px) and (max-width:480px){
    .examination h3 {
        font-size: 25px;
    }
    .Recognition h4 {
        font-size: 25px;
    }
    .Recognition ul li {
        font-size: 16px;
    }
    .Recognition p {
        font-size: 15px;
    }
}

  /* Examination Section end  */

  
/*faq section starts*/

section.faq-section {
    position: relative;
    padding: 60px 0;
}
section.faq-section .faq-cont h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
section.faq-section .accordion-item {
    background: #FFF8E4;
    margin-top: 10px;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px 10px;
}

section.faq-section .faq-cont h3 button {    
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: transparent;
    box-shadow: none;
}
section.faq-section .accordion-item p {
    font-size: 20px;
    color: #000;
}




@media screen and (max-width: 767px) {
section.faq-section .faq-cont h2 {
    font-size: 26px;
}
section.faq-section .faq-cont h3 button {
    font-size: 16px;

}
section.faq-section .accordion-item p {
    font-size: 16px;
}

section.faq-section .accordion-item {
    padding: 0;
}


}



/*faq section ends*/

span.color-red {
    color: #ED1C24;
}
span.color-blue {
    color: #242F88;
}





/*Testimonials section starts*/
section.testimonial-section {
    position: relative;
    padding: 0px 0 100px;
    background-image: url(../../assets/images/bg-001.png);
    background-size: 65%;
    background-position: 40% 50%;
    background-repeat: no-repeat;
}
section.testimonial-section .container {
    position: relative;
    z-index: 1;
}
section.testimonial-section h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 700;
}

section.testimonial-section .carousel-inner .carousel-dtl {
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    background: #fff;
    height:230px;
}

section.testimonial-section .carousel-inner {
    padding: 90px 30px 30px;
}
section.testimonial-section .carousel-inner .carousel-dtl img {
    width: 150px;
    margin-top: -100px;
    margin-bottom: 20px;
        border-radius: 150px;
}

section.testimonial-section .studet-p {
    font-size: 20px;
    color: #000;
}
section.testimonial-section .studet-n {
    font-size: 22px;
    font-weight: 700;
}
section.testimonial-section .next-prev-dv {
    display: flex;
    margin-top: -100px;
    margin-left: -60px;
    background: #ed1c24;
    width: 200px;
    justify-content: space-between;
    padding: 15px 0;
    border-radius: 15px;
    position: relative;
}
section.testimonial-section .next-prev-dv button {
    position: relative;
    height: 30px;
    opacity: 1;
    background: transparent;
    width: 50%;
    display: block;
    margin: 0;
    border-right: 1px solid #fff;
}
section.testimonial-section .next-prev-dv button:last-child {
    border: 0;
}




@media screen and (max-width: 767px) {

section.testimonial-section .next-prev-dv {
 margin-top: 0;
    margin-left: auto;
    
    margin-right: auto;
}








}


/*Testimonials section ends*/



/*Consultation section starts*/
section.consult-section .container {
    background: #242F88;
    padding: 30px 15px;
    text-align: center;
}
section.consult-section h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
section.consult-section h2 span {
    padding: 5px 10px;
    background: #ed1c24;
}
section.consult-section .container p {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
section.consult-section h2 {
    font-size: 22px;
}
section.consult-section .container p {
    font-size: 16px;
}


}




/*Consultation section ends*/








/*footer starts*/


footer.footer {
    padding: 30px 20px 15px;
    text-align: center;
}

footer.footer h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
footer.footer p {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
}

footer.footer h3 a {
    color: #000;
    text-decoration: none;
}


@media screen and (max-width: 767px) {

footer.footer h3 {
    font-size: 24px;
}
footer.footer p {
    font-size: 14px;
    margin-bottom: 15px;
}
footer.footer {
    padding: 30px 20px 35px;
    text-align: center;
}

}





/*footer ends*/

.sticky-footer button {
    width: 50%;
    margin: 0;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    /* background: transparent linear-gradient(270deg, #FF6600 0%, #EE3024 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(270deg, #FFBC09 0%, #4c51a3 100%) 0% 0% no-repeat padding-box;
    /* background-color: #FFBC09; */
}

ul#pills-tab .nav-link {
    color: #FFBC09;
    border: 1px solid;
}

ul#pills-tab .nav-link:hover {
    /* background: transparent linear-gradient(270deg, #FF6600 0%, #EE3024 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(270deg, #FFBC09 0%, #4c51a3 100%) 0% 0% no-repeat padding-box;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    accent-color: #007bff; /* Bootstrap blue */
}


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    background:#ED1C24;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}

/* call now button end  */