*, *::after*::before {
    box-sizing: border-box;
}


:root {
    --primary-color: #C51C09;
    --yellow-color: #FFC600;
}

body {
  font-family: Montserrat;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
}


header {
    background:#C51C09;
}

.top-block svg {
    width: 20px;
    fill: #fff;
}

ul.sub-menu {
    display: none;
}

.course-block-top strong {
    color: #c51c09;
}

h5.sub-heading-title {
    font-size: 18px;
    color: #c51c09;
    margin: 10px 0 0;
    font-weight: bold;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}


.top-block {
    padding: 15px 0;
}

.align-items-right {
    text-align: right;
}

ul.sub-menu {
    position: absolute;
    top:45px;
    width: 200px;
    background: #fff;
    z-index: 999;
    height: 100px;
}


.navbar-toggler {
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        transition: 0.3s ease-in-out;
        flex-shrink: 0;
      }
      .navbar-toggler:focus {
        box-shadow: none;
      } 



section.course-section.core-curriculm p {
    color: #fff;
}

.service-block p {
    color: #000 !important;  
}
     

.top-block a:hover {
    opacity: 0.7;
} 

.top-block ul li {
    display: inline-flex;
    color: #fff;
    margin: 0 15px;
}

.top-block a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

ul.elementor-icon-list-items.elementor-inline-items {
    margin: 0;
}

a.nav-link:hover {
    color: #fff;
    opacity: 0.9;
}


a.dropdown-item {
    background: transparent !important;
    color: #fff !important;    
}


footer {
    background: #000;
    color: #fff;
} 

footer svg {
    width: 15px;
    fill: #fff;
}


.row.top-row {
    border-top: 1px solid #ffffff5c;
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top:40px
}

.row.top-row div {
    padding: 0;
}

.elementor-widget-container.top-block {
    margin-top: 24px;
}

h3.footer-title {
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 8px;
    margin-bottom: 20px;
} 


h3.footer-title {
    font-size: 18px;
}

ul.elementor-icon-list-items {
    padding: 0;
}

.elementor-widget-image img {
    max-width: 140px;
    height: auto;
}

.container-fluid {
    max-width: 1500px;
}

.inner-div {
    margin: 0 20px;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 150px;
     border: 1px solid #f3f3f3; 
}

.inner-div img {
    width: 170px;
}

section.highlight {
    background: #f7f7f7;
} 

.responsive{
    overflow: hidden;
}
 
section.apply {
    overflow: hidden;
}

.row.m-t-20 {
    margin-top: 40px;
}


.experienced-block {
    background: #f7f7f7;
    padding-top: 0;
}


.pp-tm-image img {
    max-width: 100%;
    border-radius: 10px;
}

.pp-tm {
    padding: 0px;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
}

.pp-tm-content.pp-tm-content-normal {
    padding: 10px;
}

h4.pp-tm-name {
    font-size: 15px;
}

.pp-tm-position {
    font-size: 14px;
}

.pp-tm-description {
    font-size: 14px;
}


.experienced-block .service-block {
    margin-top: -20px;
    z-index: 9;
    position: relative;
    text-align: center;
}

.our-coursed-block .service-block {
    height: 320px;
    margin-top: 30px;
}


section.traning-partners {
    background: #f7f7f7;
}

.inner-div {
    margin-top: 20px;
}

section.proceeding-block {
    background: #f7f7f7;
}

.proceeding-block .courser-block {
    padding: 20px;
    margin-top: 30px;
}





.experienced-block .container {
    border-color: var(--e-global-color-bafb870);
    box-shadow: 0px 10px 45px 0px rgba(5, 0.9999999999999998, 0.9999999999999998, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    padding: 30px 0;
    border-radius: 20px;
    margin-top: -30px;
    z-index: 9;
    position: relative;
} 

section.banner .logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

section.banner {
    background: url(../images/banner-image.jpg);
    background-size: cover;
    position: relative;
    z-index:9;
    padding-top: 0px;
    background-position: center center;
    height: 100vh;
    display: flex;
    align-items: center;
    max-height: 600px; 
} 


section.banner:after {
    background: #0000009e;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 

.footer-block .e-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}



footer .logo img {
    max-width: 240px;
}

p.copyright-text {
    font-size: 13px;
    margin: 0;
    opacity: 0.8;
    text-align: center;
    padding: 20px;
    color: #fff;
} 

.bottom-link {
    text-align: right;
}

.bottom-link ul {
    display: flex;
    justify-content: end;
}

.bottom-link ul li {
    margin-left: 20px;
    list-style: none;
} 

.elementor-social-icons-wrapper svg {
    width: 2rem;
    height: 2rem;
    margin: 0 2px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 27px;
    opacity: 0.8;
}

.elementor-social-icons-wrapper svg:hover {
    opacity: 1;
}

a.elementor-icon.elementor-social-icon {
    color: #fff;
    opacity: 0.8;
    font-size: 0;
}


#white-bg-block {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 20px;
}  

span.elementor-screen-only {
    display: none;
}


footer li a:hover {
     opacity:1;
}

footer li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
}

footer li.elementor-icon-list-item {
    list-style: none;
    padding: 7px 0;
    font-size: 13px;
    opacity: 0.8;
}


ul.dropdown-menu {
    background: #ffc600;
}

a.nav-link.dropdown-toggle.show {
    color: #fff;
}  


.slick-list.draggable {
    padding-bottom: 30px;
}

.slick-dots {
    bottom: 0 !important;
}


.slick-dots li {
    max-width: 5px;
    max-height: 5px;
}

.large-inner-div img {
    max-width: 95%;
    margin: 10px;
}


p {
    font-size: 17px;
    color: #00000094;
    line-height: 30px;
}

.btn-strip p {
    color: #fff;
}


.bg-blue {
    background-color: var(--primary-color);
}

.bg-yellow {
    background-color: var(--yellow-color);
}

.text-blue {
    color: var(--primary-color);
}

.text-yellow {
    color: var(--yellow-color);
}

.elementor-widget-container.footer-top-block {
    margin-top: 40px;
}

section {
    padding: 80px 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -100px;
}



h1 {
    font-size: 47px;
}

section.btn-strip {
    background: #202344;
    color: #fff;
    padding: 40px 0;
} 

.container {
    max-width: 1240px;
}

.content-block img {
    border-radius: 15px;
    position: relative;
}


.image-block {
    position: relative;
}

.image-block:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    border: 2px solid red;
    border-radius: 15px;
    z-index: -1;
}


/* ranking */

.ranking-heading > h1 > span,
.approval-heading > h2 > span,
.apply-heading > h2 > span, .highlight-heading > h2 > span {
    border-radius: 53px;
    padding: 16px 45px !important;
}

.rank-text {
    font-size: 68px;
    font-weight: bold;
    position: relative;
}


.rank-text .rank-text-sup {
    position: absolute;
    top: 32px;
    font-size: 37px;
}

.ranking-content-inner .ranking-para {
    font-weight: 500 !important;
    font-size: 17px;
}


.banner-content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.banner-content {
    color: #fff;
}

.banner-subheading {
    font-size: 18px;
    font-weight: 500;
}

.banner li {
    font-size: 16px;
    font-weight: 700;
}


h2.title-block {
    color: #C51C09;
    text-align: center;
    margin: 0;
    line-height: 50px;
}

section.our-courses {
    background: #f7f7f7;
}

.our-courses img.img-fluid {
    border-radius: 15px 15px 0 0;
    margin-bottom: 30px;
}

.courser-block {
    background: #fff;
    border-radius: 15px;
}

.our-courses .courser-block h2 {
    font-size: 20px;
    padding: 0 20px;
}

.our-courses p {
    padding: 10px 20px 30px;
}


section.course-section {
    background:#c51c09;
    padding: 100px 0;
}

section#ranking {
    background:#f3f3f3;
    padding: 100px 0;
}

span.tegline {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 45px;
}


section h2 span {
    border-radius: 50px;
}

.ranking-heading p {
    text-align: center;
}

.service-block {
    padding: 20px;
    background: #fff;
}


.internal-service-block {
    background: #fff;
    padding: 40px 30px 10px;
    border-radius: 15px;
    height: 100%;
}

.selection-rocess-block .highlight-heading.text-center {
    margin-bottom: 60px;
}

.selection-rocess-block ul li {
    list-style: inside;
    margin: 5px 0;
    font-size: 15px;
}

section.ame-course-details {
    background: #f7f7f7;
    color: #000;
}


section.our-coursed-block.core-curriculm {
    background: #f7f7f7;
    padding-top: 0;
} 

section.national-block {
    background: #f7f7f7;
}

.national-block .content-block {
    text-align: center;
}

.national-block p {
    padding: 20px 0;
}


.ame-course-details .highlight-heading.text-center {
    margin-bottom: 60px;
}

label.control-label.widget_label {
    display: none !important;
}



#registerForm input {
    margin: 10px 0;
    font-size: 15px;
}

.introbanner {
    position: relative;
}

.introbanner:after {
    position: absolute;
    background: #ffffff73;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
}

.logo img {
    border-radius: 15px;
    width: 100px;
}


button#registerBtn {
    background:#C51C09;
    margin: 0px auto;
    width: 100%;
    color: #fff;
} 

.form-group {
    font-size: 13px;
} 

select {
    font-size: 13px;
}

.checkbox label {
    display: flex;
    align-items: center;
}

.checkbox p {
    margin: 0;
    margin-left: 10px;
}

/*section.banner {
    background-image: url(https://iiae.in/wp-content/uploads/2024/10/Airplane.jpg);
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
} 

h1.title-text {
    color: #fff;
}


section.banner {
    position: relative;
    z-index: 999;
}

section.banner:after {
    position: absolute;
    background: #00000059;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
*/


.form {
    border-radius: 20px;
}

.checkbox label {
    display: flex;
    align-items: center;
}

.checkbox p {
    margin: 0;
    margin-left: 10px;
    color: #000;
} 

input#Mobile {
    width: 100%;
    margin: 0;
}

.form-group {
    width: 100%;
}

.reg_city_id_div {
    margin: 10px 0;
}

.merge_field_div {
    margin-bottom: 10px;
}


.form-group.agree-group {
    display: inline-flex;
    color: #fff;
    font-size: 13px;
}



.checkbox {
    margin: 20px 0;
    display: inline;
}

.ame-course-details ul li {
    margin: 7px 0;
    list-style: inside;
    font-size: 15px;
}

.apply-link {
    background: #EC1E26;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    max-width: 200px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    display: block;
    margin: 20px auto;
}  


.internal-service-block h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #c51c09;
}

.internal-service-block p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
}

.service-block svg {
    width: 70px;
    height: 70px;
    margin: 0px auto;
}


 
.service-block p {  
    font-size: 16px;
    line-height: 24px;
}


.service-block img.img-fluid {
    width: 100px;
    margin-bottom: 20px;
}

.service-block.center-image-block img {
    width: 280px;
}

.service-block h3 {
    font-size: 24px;
}   


.service-block {
    margin-bottom:20px;
    padding: 40px 20px;
    border-radius: 20px;
        transition: all 0.3s ease-in-out;
}
.internal-service-block,
.practical-block,
.apply-link,
.apply-col-wrapper{
       transition: all 0.3s ease-in-out;
}
.apply-link:hover,
.apply-col-wrapper:hover{
  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
     transition: all 0.5s ease-in-out;

}

.service-block:hover,
.internal-service-block:hover,
.practical-block:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);    
    transition: all 0.5s ease-in-out;
}

section.practical-traning-block {
    background:#c51c09;
}

.practical-block {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
}

.practical-block h3 {
  font-size: 30px;
    font-weight: bold;
    color:#c51c09;
} 

.practical-block strong {
    color:#c51c09;
}

.banner-content ul {
    line-height: 0;
    font-size: 14px;
    font-weight: normal;
    margin: 0px auto 30px;
    list-style: disc;
    display: inline-flex;
    padding: 0;
}

section ul li {
    margin: 0 30px;
}


.course {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 55px;
}

.banner-content {
    width: 100%;
}

.course li {
    font-size: 23px;
    color: #d9a835;
    font-weight: 700;
}

.last-date {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #d9a835;
}
    .user-btn {
        padding: 10px 0;
        text-decoration: none;
        position: relative;
        top: -16px;
    }


.admission-text {
    font-weight: 700;
    font-size: 25px;
    display: block;
    margin-top: 36px;
    margin-bottom: 35px;
}

/* ranking */




/* apply */

.apply-content-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.apply-col-wrapper {
    padding-top: 25px;
    padding-bottom: 40px;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

    .apply-col-wrapper p {
        font-weight: 500;
    }


.form {
    width: 100%;
    max-width: 405px;
    background:#fff;
    padding: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 5px;
    z-index: 1;
    border-radius: 15px;
}  


.pgdm-equi {
    font-size: 20px;
    margin-top: 13px;
    display: block;
    margin-left: 38px;
    font-weight: 500;
}

.highlight-contnet > span {
    font-weight: 500;
}

.highlight-contnet > p {
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
}


.own-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.own-col img {
    width: 125px;
    margin: 0 auto;
    display: block;
}

.approval-content .aicte {
    width: 110px;
}

.approval-content {
    padding: 0 10px;
}

.hightlight-wrapper .border-r:not(:last-child) {
    border-right: 2px solid var(--primary-color);
}

.banner-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 0;
}


.banner p {
    font-size: 14px;
    max-width: 80%;
    margin: 0px auto;
    color: #fff;
    line-height: 24px;
} 


span.tag-block {
    color:#C51C09;
    font-weight: 600;
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0 0 20px;
} 


span.tagline {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.margin-bottom {
    margin-bottom: 60px;
} 

section#approval {
    background: #2009b31c;
}

section#approval .approval-heading {
    margin-bottom: 40px;
}

section#approval .service-block {
    height: 240px;
}

section#approval .service-block h2 {font-size: 17px;font-weight: 500;}

.approval-content p {
    font-weight: 600;
    margin-top: 10px;
}

.admission-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0;
    line-height: 27px;
} 
 


.form iframe {
    border: 0;
    height: 444px;
}

.apply-col {
    padding-left: 10px;
    padding-right: 10px;
}

.banner-img>.desktop-banner {
    width: 100%;
    object-fit: cover;
}

/* apply */

@media(min-width:768px) {
  
}

@media(min-width:992px) {
    .apply-col, .own-col {
        flex: 1;
    }
}

@media(min-width:1381.98px){
  


    .mid-banner{
        display:none;
    }

    .banner-img > .desktop-banner{
        display:block;
    }

   
}

.mid-banner{
    width:100%;
}




@media(min-width:1181px){

    .mid-banner{
        display:none;
    }


    .mobile-banner{
        display:none;
    }
}

@media(max-width:1180px) {


    section.national-block {
    overflow: hidden;
}

section ul li {
    margin: 0 10px;
}

.banner li {
    font-size: 14px;
}

.pp-tm-image img {
    min-width: 100%;
}

.experienced-block .container {
        padding: 0 15px;
        background: transparent;
        box-shadow: none;
    }

.experienced-block .service-block {
    margin: 20px 0 0;
}



.image-block:after {
    display: none;
}

.pp-tm-image img {
    width: 100%;
} 


    .banner-img > .desktop-banner {
        display: none;
    }

    .mobile-banner{
        display:none;
    }

    .banner-content h2 {
       font-size: 18px;
        margin-top: 0;
    }
    .course li {
        font-size: 20px;
       
    }

   


    .admission-text {
       
        margin-top: 30px;
        margin-bottom: 24px;
    }

  


    h2 {
        font-size: 34px;
    }

    h1 {
        font-size: 40px;
    }

    .form {
        position: static;
        margin: 0 auto;
        
    }
    .banner-img{
        height:auto;
    }
    .top-block a {
    font-size: 12px;
}

header span.elementor-icon-list-icon {
    display: none;
}

  

}


@media(max-width:991.98px) {


    .banner li {
    font-size: 12px;
    margin: 0 20px;
}

.banner .col-sm-10.mx-auto {
    width: 100%;
}

.align-items-right {
    text-align: center;
}

.banner-content h1 {
    font-size: 34px;
}



.top-block {
    padding: 10px 0;
    text-align: center;
}

    header {
        background: #c51c09;
        padding: 0;
    }

header .top-block a {
    color: #fff;
}

span.elementor-icon-list-icon {
    display: none;
}

.top-block ul li {
    margin: 6px 15px;
}

/*header ul.elementor-icon-list-items.elementor-inline-items {
    text-align: center;
    display: none;
}*/

.navbar-toggler {
    position: absolute;
    right: 0;
    top: -13px;
    margin: 0;
}

        .navbar-collapse.collapse:not(.show) {
          display: block;
        }
        .navbar-collapse {
          position: fixed;
          top: 0;
          left: 0;
          background: #fff;
          width: 215px;
          height: 100%;
          z-index: 9999;
          padding: 25px 10px;
          transform: translateX(-215px);
          transition: 0.5s ease-in-out;
          display: block;
        }
        .navbar-collapse.show {
          transform: translateX(0px);
        }
        a.nav-link.dropdown-toggle.show {
    color: #000 !important;
}
        .nav-overlay {
          position: absolute;
          background: #0000007d;
          width: 100vw;
          height: 100vh;
          top: 0;
          left: 0;
          z-index: 2;
          transform: translateX(-100vw);
          transition: 0.5s ease-in-out;
          display: block;
        }
        .nav-overlay.active {
          transform: translateX(0);
        }

    .apply-content-wrapper {
        flex-wrap: wrap;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 30px;
    }

    .top-block a {
    font-size: 14px;
} 

header span.elementor-icon-list-icon {
    display: none;
}

.practical-block h3 {
    font-size: 24px;
}
footer .logo img {
    max-width: 120px;
}

.elementor-widget-image img {
    max-width: 70px;
    height: auto;
}
h3.footer-title {
    font-size: 14px;
}
.practical-block h3 {
    font-size: 24px;
}

.internal-service-block {
    padding: 10px;
}

p.copyright-text {
    font-size: 12px;
    white-space: nowrap;
}

footer li a {
    font-size: 12px;
}

.service-block h3 {
    font-size: 18px;
}

.btn-strip h2 {
    font-size: 25px;
}

.our-coursed-block .service-block {
    height: 400px;
}


.proceeding-block h2 {
    font-size: 24px;
} 
    
}


@media(max-width:767.98px) {


    .our-coursed-block .service-block {
        height: inherit;
        margin: 10px auto;
    }

    section.banner {
    height: inherit;
    padding: 20px 0;
}

.banner-content h2 {
    font-size: 14px;
}

.experienced-block .container {
    margin: 0;
}


.btn-strip h2 {
    text-align: center;
}

.btn-strip p {
    text-align: center;
}


.inner-div {
    height: 120px;
}

.slick-slide img {
    width: 120px;
    margin: 0px auto;
}

section.national-block {
    overflow: hidden;
} 

.large-inner-div img{
    min-width: 100%;
}

    section.course-section {
    padding: 40px 0;
}

.banner-content ul {
    display: block;
    margin: 0;
    line-height: 20px;
    list-style: none;
}

    .service-block {
        height: inherit;
    } 

        p.copyright-text {
        font-size: 12px;
        white-space: inherit;
    }

    .elementor-social-icons-wrapper span.elementor-grid-item {
    display: inline-block;
    margin: 10px 0;
}

.banner-content h1 {
        font-size: 24px;
        text-align: center;
    } 
    .banner p {
    max-width: 100%;
    font-size: 12px;
    line-height: 20px;
}

.banner-content {
    text-align: center;
}

.banner-content img {
    max-width: 270px;
}


.ame-course-details p {
    margin: 20px 0;
}

.apply-link {
        font-size: 16px;
        margin: 14px auto;
        padding: 8px;
        max-width: 160px;
    } 


.internal-service-block {
    margin: 10px 0;
    height: auto;
}

.practical-block {
    height: auto;
    margin-bottom: 40px;
}

.practical-block h3 {
    font-size: 24px;
}

    section {
       padding:40px 0;
    }

    footer .logo img {
        max-width: 240px;
    }

    footer .logo {
    margin-bottom: 20px;
}

.elementor-social-icons-wrapper.elementor-grid {
    margin-bottom: 20px;
}




    p.copyright-text {
        text-align: center;
        display: flex;
    }

.bottom-link {
    text-align: center;
}

.bottom-link ul.elementor-icon-list-items.elementor-inline-items {
    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
}

    .form {
        margin-top: 34px;
    }

   /* .banner-content{
        display:none;
    }
*/
    .mobile-banner{
        display:block;
    }

    h1 {
        font-size: 32px;
    }

   h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .mid-banner{
        display:none;
    }

    

    .banner-img {
        background: none;
        height: auto;
    }

        .banner-img > img {
            width: 100%;
        }

        .hightlight-wrapper .border-r:nth-child(3){
            border-right: 0;
        }

    
}

@media(max-width:576.98px) {

    .slick-slide img {
    width: 120px;
    margin: 0px auto;
}
   

    .ranking-heading > h1 > span, .approval-heading > h2 > span, .apply-heading > h2 > span, .highlight-heading > h2 > span {
        padding: 16px !important;
        font-size: 20px;
        line-height: 30px;
    }

    section#approval .service-block h2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}
   

    .own-col , .apply-col{
        max-width: 380px;
        margin: 0 auto;
    }
    .apply-col{
        padding: 0;
    }

    .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .own-col img {
        width: 123px;
    }

    .own-col, .apply-col{
        max-width: 100%;
        margin: 0;
    }

   p,span{

   
    display: block;
   }


   
    

    .hightlight-wrapper .border-r:not(:last-child) {
        border:none;
    }

    .hightlight-wrapper .border-r:nth-child(3) {
        border-right: 0;
    }

    .highlight-contnet > p {
        font-size: 30px;
    }

    .own-col, .apply-col{
        padding-left: 5px ;
        padding-right: 5px;
    }

    .apply-col-wrapper img {
      
        margin: 6px 0 !important;
    }

  
   
    .apply-col-wrapper{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pgdm-equi{
 
        margin-left: 0;
    }
   
    .apply-col:nth-child(4){
        margin-left: auto;
    }

    .apply-col:nth-child(5){
        margin-right: auto;

    }

   

    .own-col .aicte {
        width:130px !important;
    }

    .col-3{
        padding-left: 5px;
        padding-right: 5px;
    }
   
    .approval-content {
        padding: 0 5px;
    }



    .own-col .aacsb {
        width: 135px;
        display: block;
    }
}

@media(max-width:408px){
    .user-btn {
        top: 0px;
    }
    .form {
        padding-bottom: 25px;
    }
}

@media(max-width:360px){
    .own-col .aacsb {
        width: 100%;
    }
}


/* ================= FINAL OPTIMIZED POPUP CSS ================= */

/* overlay */

.lead-popup-overlay{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,0.6);

display:none;

align-items:center;

justify-content:center;

z-index:99999;

padding:20px;

}


/* desktop popup */

.lead-popup-box{

background:#fff;

width:800px;

max-width:95%;

max-height:600px;

padding:28px;

border-radius:18px;

position:relative;

font-family:Montserrat;

overflow-y:auto;

animation:popupFade .35s ease;

}


/* heading */

.lead-popup-box h2{

font-size:26px;

font-weight:700;

margin-bottom:18px;

color:#202344;

}


/* close button */

.popup-close{

position:absolute;

right:20px;

top:14px;

font-size:26px;

cursor:pointer;

}


/* 2-column row */

.lead-row{

display:flex;

gap:12px;

}


/* inputs */

.lead-popup-box input,

.lead-popup-box select{

width:100%;

padding:12px;

margin-bottom:12px;

border-radius:10px;

border:1px solid #ddd;

font-size:15px;

}


/* submit button */

.lead-popup-box button{

width:100%;

padding:14px;

background:#EC7A2F;

border:none;

color:white;

font-size:18px;

border-radius:12px;

font-weight:600;

cursor:pointer;

transition:.3s ease;

}


.lead-popup-box button:hover{

background:#d96921;

}


/* animation */

@keyframes popupFade{

from{

opacity:0;

transform:translateY(30px);

}

to{

opacity:1;

transform:translateY(0);

}

}


/* ================= MOBILE POPUP PERFECT FIX ================= */

@media(max-width:768px){

.lead-popup-overlay{

position:fixed !important;
top:0;
left:0;

width:100%;
height:100%;

display:flex !important;

align-items:center !important;
justify-content:center !important;

padding:12px !important;

}


/* popup container */

.lead-popup-box{

width:90% !important;
max-width:320px !important;

height:auto !important;
max-height:520px !important; /* IMPORTANT FIX */

padding:14px !important;

border-radius:14px !important;

overflow-y:auto !important;

margin:auto !important;

}


/* heading */

.lead-popup-box h2{

font-size:18px !important;

margin-bottom:12px !important;

line-height:1.3 !important;

}


/* layout column */

.lead-row{

flex-direction:column !important;

gap:6px !important;

}


/* inputs */

.lead-popup-box input,
.lead-popup-box select{

height:45px !important;

font-size:15px !important;

padding:10px 14px !important;

border-radius:12px !important;

margin-bottom:10px !important;

}


/* button */

.lead-popup-box button{

height:48px !important;

font-size:16px !important;

border-radius:12px !important;

margin-top:8px !important;

width:100% !important;

}

}


/* ================= EXTRA SMALL MOBILE ================= */

@media(max-width:420px){

.lead-popup-box{

max-width:280px !important;

max-height:480px !important;

padding:12px !important;

}

.lead-popup-box input,
.lead-popup-box select{

height:42px !important;

font-size:14px !important;

}

.lead-popup-box button{

height:46px !important;

font-size:15px !important;

}

}



