@import url('https://fonts.googleapis.com/css2?family=Average&family=Caveat:wght@400..700&family=Montaga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&family=Caveat:wght@400..700&family=Montaga&family=Mooli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montaga&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mooli&display=swap');

html,
body {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Mooli", sans-serif;
    scroll-behavior: smooth;
}

.btn-one {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 30px;
    border-radius: 200px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .3s;
    text-decoration: none;
}

.green_color {
    color: #019E6F;
}

.color-blue {
    color: #0C315C;
}

.green_back {
    background: #019E6F;
}

.btn-one i {
    transform: translate(0px, 0px);
    transition: all ease .3s;
}

.btn-one:hover i {
    transform: translate(10px, 0px);
    color: #0C315C;
}

.btn-two {
    background: #0C315C;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 30px;
    border-radius: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .3s;
}

.btn-two i {
    transform: translate(0px, 0px);
    transition: all ease .3s;
}

.btn-two:hover {
    color: #fff;
}

.btn-two:hover i {
    transform: translate(10px, 0px);
    color: #fff;
}

.ctplqryform h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}


/*header css starts*/

header.header {
    padding: 0px 0;
    position: relative;
    background-color: #fff;
}

header.header .logo-dv {
    width: 200px;
}

header.header img.banner_logo {
    width: 200px;
}


/*header css ends*/

/* banner section start  */

section.banner-section {
    position: relative;
    padding: 60px 0 20px;
    background-color: #fff;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


section.banner-section .banner_content_inner h1 {
    font-size: 40px;
    color: #0C315C;
    font-family: "Montaga", serif;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

section.banner-section .banner_content_inner h2 {
    font-size: 24px;
    margin: 40px 0;
    background: #0C315C;
    padding: 20px 20px;
    color: #fff;
    text-align: center;
}

section.banner-section .banner_content_inner p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

section.banner-section h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montaga';
    margin: 0;
}


/* banner section end  */


/*Building the Nation section starts*/

section.building-nation-section {
    position: relative;
    padding: 60px 0;
}

section.building-nation-section h2 {
    font-size: 44px;
    text-align: center;
    color: #0C315C;
    text-transform: uppercase;
    font-family: 'Montaga';
    line-height: normal;
}

section.building-nation-section h2 .fnt-one {
    display: block;
    font-size: 30px;
    color: #000;
}

section.building-nation-section h2 .fnt-two {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #019E6F;
    font-family: 'Montserrat';
}

section.building-nation-section .buld-dv img {
    height: 65px;
    margin: 15px 0;
}

section.building-nation-section .buld-dv h3 {
    font-size: 20px;
    text-align: left;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

section.building-nation-section .buld-dv p {
    font-size: 16px;
    color: #000;
    opacity: 0.5;
}

section.building-nation-section>div {
    /*padding-bottom: 10px;*/
    /*border-bottom: 2px dashed #000;*/
}

/*Building the Nation section ends*/

/*career support section starts*/

section.career-support-section {
    position: relative;
    padding: 100px 0;
    background: #F1EFE5;
}

section.career-support-section h2 {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montaga';
    line-height: normal;
}

section.career-support-section h2 .fnt-one {
    display: block;
    font-size: 34px;
    color: #0C315C;
}

section.career-support-section h2 .fnt-two {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #019E6F;
    font-family: 'Montserrat';
}

section.career-support-section .car-dv h3 {
    font-size: 22px;
    color: #000;
    opacity: 0.6;
    font-weight: bold;
}

section.career-support-section .car-dv p {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    font-weight: bold;
}

/*career support section ends*/


/* why students section start  */

section.why-choose-section {
    position: relative;
    padding: 60px 0;
}

section.why-choose-section .why-choose-head {
    text-align: center;
    margin-bottom: 30px;
}

section.why-choose-section .why-choose-head h2 {
    font-size: 40px;
    color: #000;
    font-family: 'Montaga';
    font-weight: 500;
}

section.why-choose-section .why-choose-head p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

section.why-choose-section .why-choose-box {
    background: linear-gradient(249.16deg, #F1EFE5 7.91%, #D9D9D9 261.88%);
    border: 15px solid #FFFFFF;
    box-shadow: 0px 4px 2000px 0px hsl(0deg 0% 0% / 25%);
}

section.why-choose-section .feature-card {
    padding: 15px;
    background: #fff;
    margin: 15px 0;
    box-shadow: 0px 4px 200px rgba(0, 0, 0, 0.25);
    border-radius: 6.10799px;
}

section.why-choose-section .feature-card h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    color: #0C315C;
}

section.why-choose-section .feature-card p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

section.why-choose-section .feature-card.box-left:nth-child(odd) {
    margin-left: -100px !important;
    width: calc(100% - -20px);
}

section.why-choose-section .feature-card.box-left:nth-child(even) {
    margin-left: -50px !important;
}

section.why-choose-section .feature-card.box-right:nth-child(even) {
    margin-right: -100px !important;
    margin-left: 50px;
}

section.why-choose-section .feature-card.box-right:nth-child(odd) {
    margin-right: -60px !important;
}

/* why students section end */


/*course section starts*/

section.course-section {
    position: relative;
    padding: 60px 0px;
    background: #0C315C;
    border-top: 6px solid #019E6F;
}

section.course-section .course-head h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'Montaga';
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

section.course-section .course-head p {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    margin-top: 15px;
    text-align: center;
}

section.course-section .course-dtl {
    padding: 10px;
    background: #fff;
    border-radius: 15px;
}

section.course-section .course-dtl h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

section.course-section .course-dtl h3 span {
    display: block;
    font-size: 34px;
    font-family: 'Montaga';
}


/*course section ends*/


/* career section start  */

section.career-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}

section.career-section h2 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-family: 'Montaga';
    font-weight: 500;
}

section.career-section p {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

section.career-section .career-heading {
    background: #019E6F;
    padding: 15px;
    height: 70px;
    display: flex;
    align-items: center;
}

section.career-section .career-heading h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat';
    margin: 0;
}

section.career-section .career-box ul {
    margin-top: 15px;
}

section.career-section .career-box ul li {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 10px 0;
    font-family: 'Montserrat';
}

/* career section end */


/*admission process section starts*/

section.admission-section {
    padding: 70px 0 50px;
    background: #F1EFE5;
}

section.admission-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

section.admission-section .section-title h2 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Montaga';
}

section.admission-section .section-title p {
    color: #888;
    max-width: 800px;
    margin: auto;
}

section.admission-section .steps {
    position: relative;
}

section.admission-section .steps::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 20px;
    width: 80%;
    border-top: 2px dotted #888;
    z-index: 0;
}

section.admission-section .step-item {
    text-align: left;
    position: relative;
    z-index: 1;
}

section.admission-section .step-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
}

section.admission-section .step-item h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Montserrat';
}

section.admission-section .step-item p {
    color: #888;
    font-size: 14px;
    line-height: 1.5;
}

section.admission-section .bottom-text {
    text-align: center;
    color: #888;
    margin: 50px 0;
}

section.admission-section .bottom-row {
    align-items: center;
}

section.admission-section .bottom-row h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    font-family: 'Montaga';
}

section.admission-section .bottom-row span {
    color: #19a974;
}

section.admission-section .line {
    height: 2px;
    background: #dba64a;
}

@media(max-width:768px) {

    section.admission-section .steps::before {
        display: none;
    }

    section.admission-section .step-item {
        margin-bottom: 35px;
        text-align: center;
    }

    section.admission-section .step-icon {
        margin: 0 auto 15px;
    }

    section.admission-section .section-title h2 {
        font-size: 28px;
    }

    section.admission-section .bottom-row {
        text-align: center;
    }

    section.admission-section .line {
        margin: 20px 0;
    }

    section.admission-section .bottom-row h3 {
        font-size: 24px;
    }


}


/*admission process section ends*/


/*nest section starts*/
section.nest-section {
    position: relative;
    padding: 120px 0 60px;
    overflow: hidden;
}

section.nest-section .bg-text {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 124px;
    color: #ddd;
    white-space: nowrap;
    z-index: 0;
    font-family: 'Montaga';
    font-style: normal;
    font-weight: 400;
    line-height: 140px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #666666 0%, #F4F4F4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.1;
}

section.nest-section .content-wrap {
    position: relative;
    z-index: 2;
}

section.nest-section .left-content {
    padding-top: 20px;
}

section.nest-section .apply-text {
    font-size: 22px;
    color: #666;
    font-family: 'Montserrat';
}

section.nest-section .title {
    font-size: 64px;
    line-height: 1;
    font-family: 'Montaga';
}

section.nest-section .title .green {
    color: #00a870;
}

section.nest-section .title .blue {
    color: #173766;
}

section.nest-section .subtitle {
    font-size: 26px;
    margin: 10px 0;
    font-family: 'Montserrat';
}

section.nest-section .desc {
    font-size: 20px;
    font-family: 'Montaga';
    margin-bottom: 50px;
}

section.nest-section .yellow-line {
    width: 90px;
    height: 2px;
    background: #d5a14b;
    margin: 10px 0;
}

section.nest-section .student-img {
    max-width: 100%;
    margin-top: -40px;
}

section.nest-section .banner {
    background: #00a870;
    color: white;
    padding: 18px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    margin-top: -30px;
}

section.nest-section .banner h4 {
    margin: 0;
    font-size: 20px;
}

section.nest-section .apply-btn {
    background: #fff;
    color: #111;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
}

section.nest-section .apply-btn:hover {
    text-decoration: none;
    color: #111;
}

section.nest-section .campus-img {
    width: 100%;
    display: block;
}

@media(max-width:768px) {

    section.nest-section .bg-text {
        font-size: 50px;
        top: 0;
    }

    section.nest-section .title {
        font-size: 42px;
    }

    section.nest-section .subtitle {
        font-size: 22px;
    }

    section.nest-section .left-content {
        text-align: center;
    }

    section.nest-section .student-img {
        margin-top: 30px;
    }

    section.nest-section .banner {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    section.nest-section .apply-btn {
        width: 100%;
    }

}

/*nest section ends*/


/*campus section starts*/

section.campus-section {
    padding: 0px 10px;
    background: #0C315C;
}


section.campus-section .image-area {
    position: relative;
}

section.campus-section .image-area::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 15px;
    background: #019E6F;
    z-index: 2;
}

section.campus-section .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.campus-section .content-area {
    padding: 50px 0;
    color: #fff;
}

section.campus-section .content-area h2 {
    font-size: 38px;
    line-height: normal;
    font-family: 'Montaga';
    text-transform: uppercase;
}

section.campus-section .content-area p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: normal;
}

section.campus-section .feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 18px;
}

section.campus-section .feature {
    display: flex;
    align-items: flex-start;
}

section.campus-section .feature img {
    width: 40px;
    margin-right: 15px;
}

section.campus-section .feature h6 {
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat';
    color: lch(100 0 0 / 0.60);
}

@media(max-width:991px) {

    section.campus-section .content-area {
        padding: 35px 25px;
    }

    section.campus-section .content-area h2 {
        font-size: 34px;
    }

    section.campus-section .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    section.campus-section .image-area::before {
        left: 15px;
        width: 6px;
    }

    section.campus-section .content-area {
        text-align: center;
    }

    section.campus-section .content-area h2 {
        font-size: 28px;
    }

    section.campus-section .feature-grid {
        grid-template-columns: 1fr;
    }

    section.campus-section .feature {
        justify-content: center;
        text-align: left;
    }

}

/*campus section ends*/


/*faq section starts*/

/* Border-bottom only style */

section.faq-section {
    padding: 60px 0px;
}

section.faq-section .faq-head h2 {
    font-size: 42px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    width: fit-content;
    border-bottom: 5px solid #03516B;
    padding: 0px 20px 10px 0px;
}

section.faq-section .faq-head h3 {
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
    width: fit-content;
    margin-top: 10px;
}

section.faq-section .faq-item {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
}

/* Question button */

section.faq-section .faq-btn {
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
    text-align: left;
    color: #000;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    font-family: 'Montserrat';
}

section.faq-section .faq-btn:hover {
    color: #000;
}

/* Arrow icon */

section.faq-section .faq-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */

section.faq-section .faq-btn:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
}

section.faq-section #faqAccordion .card-body p {
    font-size: 16px;
    padding: 15px 0 20px 0;
    color: #000;
    opacity: 0.7;
    margin: 0;
    font-family: 'Montserrat';
}

/*faq section ends*/


/*cta section starts*/

section.cta-section {
    padding: 0px 0 60px;
    position: relative;
}

section.cta-section .cta-box {
    border-top: 2px dashed #000;
    padding-top: 60px;
}

section.cta-section .cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

section.cta-section .left-text {
    text-align: center;
}

section.cta-section .small-title {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: .5px;
    color: #222;
    margin-bottom: 8px;
}

section.cta-section .main-title {
    font-size: 34px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
}


section.cta-section .cta-right {
    display: flex;
    align-items: center;
    min-width: 380px;
}

section.cta-section .middle-line {
    flex: 1;
    height: 1px;
    background: #555;
}

section.cta-section .apply-btn {
    background: #0b2f67;
    color: #fff;
    border-radius: 40px;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 18px;
    display: inline-block;
}

section.cta-section .apply-btn:hover {
    color: #fff;
    text-decoration: none;
}

@media(max-width:991px) {

    section.cta-section .cta-right {
        min-width: auto;
        width: 100%;
        justify-content: center;
    }

    section.cta-section .middle-line {
        display: none;
    }

}

@media(max-width:767px) {

    section.cta-section .cta-section {
        padding: 35px 15px;
    }

    section.cta-section .main-title {
        font-size: 22px;
    }

    section.cta-section .apply-btn {
        width: 100%;
        text-align: center;
        padding: 16px;
        margin-left: 0;
    }

}


/*cta section ends*/


/*image section starts*/

section.images-section {
    position: relative;
    padding: 60px 0 0;
}

/*image section ends*/

/* rehab section start  */

.rehab {
    background: #F1EFE5;
    padding: 3% 0%;
}

.rehab h2 {
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montaga';
    text-align: center;
    margin-bottom: 5%;
}

/* rehab section end */

/*minds section starts*/

section.minds-section {
    position: relative;
    padding: 60px 0;
}

section.minds-section .mind-des img {
    height: 65px;
    margin: 0 0 15px;
}

section.minds-section .mind-des h3 {
    font-size: 20px;
    text-align: left;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

section.minds-section .mind-des p {
    font-size: 16px;
    color: #000;
    opacity: 0.5;
}

section.minds-section h2 {
    font-size: 34px;
    color: #0C315C;
    text-transform: uppercase;
    font-family: 'Montaga';
}

section.minds-section h2 .fnt-two {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #019E6F;
    font-family: 'Montserrat';
}

/*minds section ends*/

/*video setion starts*/

section.video-section {
    position: relative;
    background: #F1EFE5;
    padding: 60px 0;
}

section.video-section h2 {
    font-size: 34px;
    color: #0C315C;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montaga';
}

section.video-section h2 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #019E6F;
    font-family: 'Montserrat';
}

/*video setion ends*/


/*footer starts*/

footer.footer {
    position: relative;
    background: #fff;
    padding: 40px 0 15px;
    box-shadow: inset 0px 160px 160px 0px hsl(0deg 0% 0% / 20%);
}

footer.footer h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-left: auto;
    width: fit-content;
}

footer.footer h3 a {
    display: block;
    color: #000;
    font-weight: 700;
    margin-top: 6px;
    font-size: 26px;
    text-decoration: none !important;
}

footer.footer .copyright {
    padding: 15px 0 0 0;
    border-top: 1px solid #000;
    text-align: center;
    margin-top: 30px;
}

footer.footer .copyright p {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-family: 'Montserrat';
}

/*footer ends*/


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #0C315C;
    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;
    font-size: 30px;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

.fade.show {
    opacity: 1;
}

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
    font-size: 26px;
    text-decoration: none !important;
}

.applyNowButton a h5 {
    font-size: 14px;
    color: #fff;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */


@media screen and (max-width: 1399.98px) {}

@media screen and (max-width: 1299.98px) {
    section.banner-section .banner_content_inner h1 {
        font-size: 32px;
    }

    section.banner-section .banner_content_inner h2 {
        font-size: 18px;
    }

    section.banner-section .banner_content_inner p {
        font-size: 16px;
    }

    section.banner-section h3 {
        font-size: 26px;
    }

    section.career-support-section .car-dv h3 {
        font-size: 18px;
    }


}

@media screen and (max-width: 1199.98px) {
    section.banner-section .banner_content_inner p {
        font-size: 14px;
    }

    section.why-choose-section .why-choose-head h2 {
        font-size: 32px;
    }

    section.why-choose-section .feature-card.box-left:nth-child(odd) {
        margin-left: -70px !important;
        width: calc(100% - -20px);
    }

    section.why-choose-section .feature-card.box-left:nth-child(even) {
        margin-left: -50px !important;
        width: calc(100% - -20px);
    }

    section.why-choose-section .feature-card.box-right:nth-child(odd) {
        margin-right: -40px !important;
        margin-left: 40px;
    }

    section.why-choose-section .feature-card.box-right:nth-child(even) {
        margin-right: -70px !important;
        margin-left: 70px;
    }

    section.course-section .course-head h2 {
        font-size: 32px;
    }

    section.course-section .course-head p {
        font-size: 14px;
    }

    section.career-section h2 {
        font-size: 32px;
    }

    section.career-section p {
        font-size: 14px;
    }

    section.career-section .career-box ul li {
        font-size: 14px;
        margin: 5px 0;
    }

    section.admission-section .section-title h2 {
        font-size: 32px;
    }

    section.admission-section .section-title p {
        font-size: 14px;
    }

    section.admission-section .step-item h5 {
        font-size: 14px;
    }

    section.nest-section .bg-text {
        font-size: 114px;
    }

    section.nest-section .title {
        font-size: 48px;
    }

    section.nest-section .subtitle {
        font-size: 20px;
    }

    section.nest-section .desc {
        font-size: 16px;
    }

    section.campus-section .content-area {
        padding: 15px 0;
    }

    section.campus-section .content-area h2 {
        font-size: 30px;

    }

    section.campus-section .content-area p {
        margin-bottom: 15px;
        font-size: 14px;
    }

    section.campus-section .feature h6 {
        font-size: 12px;
    }

    section.campus-section .feature img {
        width: 25px;
        margin-right: 10px;
    }

    section.cta-section .cta-content {
        justify-content: center;
    }


}

@media screen and (max-width: 1023.98px) {
    section.banner-section .banner_content_inner h1 {
        font-size: 26px;
    }

    section.banner-section .banner_content_inner h2 {
        font-size: 14px;
        padding: 10px;
        margin: 10px 0;
    }

}

@media screen and (max-width: 991.98px) {
    section.banner-section h3 {
        margin: 10px 0;
        text-align: center;
    }

    section.banner-section .btn-one {
        width: 90% !important;
        margin: 0 auto 10px;
    }

    section.building-nation-section .buld-dv h3 {
        font-size: 16px;
    }

    section.building-nation-section .buld-dv p {
        font-size: 14px;
    }

    section.career-support-section {
        padding: 60px 0;
    }

    section.career-section h2 {
        font-size: 26px;
    }

    section.nest-section .bg-text {
        font-size: 84px;
    }

    section.nest-section .student-img,
    section.nest-section .yellow-line {
        display: none;
    }

    section.video-section h2 {
        font-size: 26px;
    }

    section.faq-section .faq-head h2 {
        font-size: 28px;
    }

    section.faq-section .faq-head h3 {
        font-size: 20px;
    }

    section.faq-section .faq-btn {
        font-size: 14px;
    }

    footer.footer h3 {
        font-size: 16px;
    }

    section.nest-section {
        padding: 60px 0 0;
    }

}

@media screen and (max-width: 767.98px) {


    header .btn-two.ml-auto {
        display: none;
    }

    section.building-nation-section * {
        text-align: center !important;
    }

    section.building-nation-section .row>div {
        border-bottom: 1px solid #ccc;
    }

    section.building-nation-section .row>div:last-child {
        border-bottom: 0px solid #ccc;
    }

    section.building-nation-section>div {
        padding-bottom: 0;
        border-bottom: 0px dashed #000;
    }

    section.building-nation-section {
        padding: 30px 0;
    }

    section.career-support-section h2 {
        font-size: 22px;
    }

    section.career-support-section .car-dv p {
        margin: 0;
    }

    section.why-choose-section .why-choose-head h2 {
        font-size: 24px;
    }

    section.why-choose-section .why-choose-head h2 span {
        display: block;
    }

    section.why-choose-section .why-choose-head p {
        font-size: 14px;
    }

    section.why-choose-section {
        padding: 60px 25px 0;
    }


    section.why-choose-section .feature-card.box-left:nth-child(odd) {
        margin-left: -40px !important;
        width: calc(100% - 0px);
    }

    section.why-choose-section .feature-card.box-left:nth-child(even) {
        margin-left: 40px !important;
        width: calc(100% - 0px);
        margin-right: -40px !important;
    }

    section.why-choose-section .feature-card.box-right:nth-child(odd) {
        /*margin-right: -40px !important;
        margin-left: 40px;*/
        margin-top: 0;
        margin-left: -40px !important;
        width: calc(100% - 0px);
        margin-right: 0;
    }

    section.why-choose-section .feature-card.box-right:nth-child(even) {
        margin-right: -40px !important;
        /*margin-left: 20px;*/
        margin-left: 40px !important;
        width: calc(100% - 0px);
    }

    section.why-choose-section .feature-card h3 {
        font-size: 14px;
    }

    section.why-choose-section .feature-card p {
        font-size: 12px;
    }

    section.course-section .course-head h2 {
        font-size: 22px;
    }

    section.course-section .course-dtl h3 span {
        font-size: 24px;
    }

    section.course-section .course-dtl h3 {
        font-size: 14px;
    }

    section.course-section .course-dtl p {
        font-size: 14px;
        margin: 0;
    }

    section.course-section .course-dtl .row>div div:first-child {
        padding-right: 0;
    }

    section.course-section .course-dtl>div>div {
        border-bottom: 1px solid #ccc;
        padding: 15px 15px;
    }

    section.course-section .course-dtl>div>div:last-child {
        border-bottom: 0px solid #ccc;
    }

    section.course-section .course-dtl {
        overflow: hidden;
    }

    section.career-section h2 {
        font-size: 22px;
    }

    section.career-section .career-heading {
        height: auto;
    }

    section.admission-section .bottom-row h3 {
        font-size: 28px;
        margin-bottom: 19px;
    }

    section.nest-section .bg-text {
        font-size: 40px;
    }

    section.nest-section .title {
        font-size: 40px;
    }

    section.nest-section .desc {
        font-size: 14px;
    }

    section.nest-section .banner h4 {
        margin: 0;
        font-size: 16px;
    }

    section.minds-section h2 {
        font-size: 22px;
    }

    section.minds-section .mind-des img {
        height: 45px;
    }

    section.minds-section .mind-des h3 {
        font-size: 16px;
    }

    section.minds-section .mind-des p {
        font-size: 14px;
        line-height: normal;
    }

    section.video-section h2 {
        font-size: 22px;
    }

    section.campus-section .feature {
        justify-content: center;
        text-align: left;
        display: block;
        text-align: center;
    }

    section.campus-section .feature h6 {
        font-size: 16px;
        margin-top: 10px;
    }


    section.cta-section .small-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    section.cta-section .main-title {
        font-size: 20px;
    }

    footer.footer * {
        text-align: center !important;
    }

    footer.footer img {
        width: 250px;
    }

    footer.footer h3 {
        font-size: 16px;
        width: 100%;
        margin-top: 30px;
    }

    section.faq-section .faq-head h3 {
        font-size: 16px;
    }

}


/* form css starts */

section.banner-section .banner_form_panel {
    height: auto;
    background: #fff;
    padding: 20px 10px;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}

section.banner-section .banner_form_panel h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

section.banner-section #ctpl-submit-btn {
    background: #0C315C;
    display: block;
    width: 100% !important;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #0C315C;
    transform: scale(1);
    transition: all ease .3s
}

section.banner-section #ctpl-submit-btn:hover {
    background: #0C315C;
    display: block;
    width: 100% !important;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #0C315C;
    transform: scale(0.9);
}

section.banner-section .banner_form_panel label {
    color: #000 !important;
    margin-bottom: 5px;
}

section.banner-section #ctpl-terms-cont {
    display: flex;
    align-items: self-start;
    padding: 0;
    line-height: normal;
}

section.banner-section #ctpl-terms-cont input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}


@media screen and (max-width: 1299.98px) {

    section.banner-section .banner_form_panel * {
        font-size: 14px;
    }

}

/* form css end */