@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    box-sizing: border-box;
    overflow-x: inherit;
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
    --dark: #343a40;

    --testimonial-height: 380px;
    /* Change this to make the card smaller/larger */
    --testimonial-video-height: 300px;
    /* Change this to make the video shorter/taller */
}

* {
    font-family: 'Montserrat';
}

.orange_color {
    color: #DC9127;
}

.orange_back {
    background: #DC9127;
}

.blue_color {
    color: #0C315C;
}

.blue_back {
    background: #0C315C;
}




/* banner section start  */

.banner_section {
    background-image: url('https://neit-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Neit/bca/images/banner_section.png');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    height: auto;
}

.banner_section .navbar .navbar-brand img {
    width: 50%;
}

.banner_section .banner_content {
    padding: 5% 5% 3% 5%;
}

.banner_section .banner_content h1 {
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
}

.banner_section .banner_content h1 span {
    font-size: 40px;
}

.banner_section .banner_content h1 b {
    font-size: 25px;
}

.banner_section .banner_content h2 {
    font-size: 20px;
    font-weight: bold;
}


.banner_section .banner_content hr {
    border: 2px solid #F6AA1C;
    width: 15%;
}

.banner_section .banner_content .ranked_box {
    background: #DC9127;
    padding: 1% 4% 1% 2%;
    width: fit-content;
    margin: 5% 0%;
}

.banner_section .banner_content h3 {
    font-size: 25px;
}

.banner_section .banner_content h3 span {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.banner_section .banner_content h5 {
    margin-top: 5%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}

.banner_section .banner_content .banner_form {
    background: #fff;
    padding: 5%;
    border-radius: 10px;
}

@media (min-width:320px) and (max-width:480px) {
    .banner_section .navbar .navbar-brand img {
        width: 100%;
    }

    .banner_section .banner_content h1 b {
        font-size: 18px;
    }

    .banner_section .banner_content h1 {
        line-height: 30px;
    }

    .banner_section .banner_content h2 {
        font-size: 25px;
        font-weight: 600;
    }

    .banner_section {
        background-position: left center;
    }

    .banner_section .banner_content .ranked_box {
        margin: 0% 0% 5% 0%;
        width: 100%;
    }

    .banner_section .banner_content h5 {
        font-size: 10px;
        font-weight: 600;
        color: rgba(0, 0, 0, 1);
    }

    .banner_section .banner_content h1 span {
        font-size: 28px;
    }
}

/* banner section end */

/* key highlights section start  */

.stats-section {
    background: #173b66;
    padding: 30px 0;
}

.stats-section .stat-box {
    color: #fff;
    border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

.stats-section .stat-box:last-child {
    border-right: none;
}

.stats-section .stat-box h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stats-section .stat-box p {
    font-size: 13px;
    color: #cfd8e3;
    margin: 0;
}

@media(max-width:767px) {

    .stats-section .stat-box {
        margin-bottom: 20px;
        border-right: none;
    }

}

/* key highlights section end */

/* program section start  */

.bca-program-section {
    font-family: Arial, Helvetica, sans-serif;
}

.bca-program-section .bca-hero {
    background: url('../images/program_back.png') center/cover no-repeat;
    position: relative;
    padding: 110px 0;
}

.bca-program-section .bca-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, #f3ecdf 50%, rgba(243, 236, 223, 0)); */
}

.bca-program-section .bca-hero .container {
    position: relative;
    z-index: 2;
}

.bca-program-section .curriculum-section .curriculum-row p {
    font-size: 12px;
    font-weight: 500;
}

.bca-program-section .bca-heading {
    font-size: 60px;
    font-weight: 700;
    color: #153c6a;
}

.bca-program-section .program-bar {
    background: #f5a623;
    display: inline-block;
    padding: 7px 25px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 148%;
    font-size: 25px;
}

.bca-program-section .bca-title {
    font-size: 34px;
    font-weight: 700;
}

.bca-program-section .bca-title span {
    color: #f5a623;
}

.bca-program-section .duration {
    font-weight: 700;
    margin-top: 10px;
}

.bca-program-section .apply-link {
    display: inline-block;
    margin-top: 15px;
    border-top: 2px solid #153c6a;
    padding-bottom: 6px;
    color: #000;
    font-weight:bold;
    padding-top:15px;
}

.bca-program-section .curriculum-section {
    background: #e7ded1;
    padding: 60px 0;
}

.bca-program-section .curriculum-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.bca-program-section .curriculum-title .modern {
    color: #153c6a;
}

.bca-program-section .curriculum-title .tech {
    color: #f5a623;
}

.bca-program-section .curriculum-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

.bca-program-section .year-box {
    border-left: 3px solid #f5a623;
    padding-left: 15px;
    margin-bottom: 25px;
}

.bca-program-section .year-box h6 {
    font-weight: 700;
}

.bca-program-section .apply-btn-wrap {
    text-align: right;
    margin-top: 30px;
}

.bca-program-section .apply-btn {
    background: #153c6a;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    display: inline-block;
}

@media(max-width:768px) {

    .bca-program-section .bca-heading {
        font-size: 40px;
    }

    .bca-program-section .bca-title {
        font-size: 26px;
    }

    .bca-program-section .apply-btn-wrap {
        text-align: center;
    }

    .bca-program-section .bca-hero {
        background: url(../images/program_back.png) left / cover no-repeat;
        padding: 40px 0;
    }

    .bca-program-section .program-bar {
        width: fit-content;
    }

}

/* program section end */

/* why choose section start  */

.bca-section {
    background: #0B3262;
    padding: 80px 0;
    color: #fff;
}

.bca-section .title {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.bca-section .feature h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.bca-section .feature p {
    font-size: 12px;
    color: #cbd7e5;
    font-weight: 500;
}

.bca-section .center-img {
    border-radius: 12px;
    max-width: 260px;
}

.bca-section .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:991px) {
    .bca-section .image-box {
        margin: 40px 0;
    }

    .bca-section .feature {
        text-align: center;
    }
}

/* why choose section end */

/* approvals section start  */

.approval-section {
    padding: 60px 0;
    background: #f6f6f6;
}

.approval-section .approval-title {
    font-weight: 700;
    font-size: 30px;
}

.approval-section .approval-desc {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 15px;
    font-size: 13px;
}

.approval-section .approval-badge-box {
    background: #DDEAFF;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.approval-section .badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.approval-section .badge-item img {
    width: 55px;
}

.approval-section .badge-item p {
    margin: 0;
    font-size: 14px;
}

.approval-section .divider {
    width: 1px;
    height: 50px;
    background: #8aa0bf;
}

.approval-section .feature-row {
    margin-top: 40px;
}

.approval-section .feature-box {
    padding: 20px;
}

.approval-section .feature-icon {
    width: 35px;
    margin-bottom: 15px;
}

.approval-section .feature-box h6 {
    font-weight: 600;
}

.approval-section .feature-box h6 span {
    color: #004c9c;
}

.approval-section .feature-box p {
    font-size: 11px;
    color: #000;
    margin-top: 8px;
}

@media(max-width:991px) {
    .approval-section .approval-badge-box {
        justify-content: center;
        text-align: center;
    }

    .approval-section .divider {
        display: none;
    }

    .approval-section .badge-item {
        width: 100%;
        justify-content: start;
        margin-bottom: 20px;
    }

    .approval-section .approval-title {
        font-size: 25px;
        text-align: center;
    }

    .approval-section .approval-desc {
        font-size: 15px;
        text-align: center;
    }

    .approval-section .badge-item p {
        text-align: left;
    }
}

@media(max-width:767px) {
    .approval-section .feature-box {
        border-left: none !important;
        text-align: center;
    }
}


/* approvals section end  */

/* placement section start  */

.hire-section {
    background: #173f6f;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hire-section .left-hire {
    background: #1e4f8b;
    padding: 20px;
    color: #fff;
}

.hire-section .hire-title {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.hire-section .hire-title span {
    color: #f7b500;
}

.hire-section .hire-box {
    background: #244f84;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hire-section .hire-stat h2 {
    font-size: 32px;
    margin: 0;
}

.hire-section .hire-stat h3 {
    font-size: 22px;
    margin: 0;
}

.hire-section .hire-stat p {
    font-size: 13px;
    opacity: .85;
    margin: 0;
}

.hire-section .hire-divider {
    width: 1px;
    height: 40px;
    background: #7ea1c6;
    margin: 0 20px;
}

.hire-section .right-hire {
    padding: 50px 60px;
    color: #fff;
}

.hire-section .support-heading {
    margin-bottom: 20px;
}

.hire-section .support-list ul {
    padding-left: 18px;
}

.hire-section .support-list li {
    margin-bottom: 12px;
    font-size: 14px;
    opacity: .9;
}

.hire-section .company-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-top: 25px;
    margin-left: 3%;
}

.hire-section .company-card h5 {
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.hire-section .company-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.hire-section .company-logos img {
    height: 28px;
}

.hire-section .student-center {
    position: absolute;
    left: 26%;
    bottom: 0;
    z-index: 5;
}

.hire-section .student-center img {
    height: 420px;
}


@media(max-width:992px) {

    .hire-section .student-center {
        position: relative;
        left: auto;
        text-align: center;
        margin-top: 30px;
    }

    .hire-section .right-hire {
        padding: 20px 5px;
    }

    .hire-section .left-hire {
        padding: 40px 25px;
    }

    .hire-section {
        padding: 80px 0px 0px 0px;
    }

    .hire-section .hire-box {
        padding: 2px 10px;
    }

}

/* placement section end */




/* best emerging section start  */

.neit-section {
    background: #FFF6E9;
    padding: 80px 0;
    font-family: 'Segoe UI', sans-serif;
}

.neit-section .neit-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
}

.neit-section .neit-title span {
    color: #0d2c54;
}

.neit-section .feature-item {
    font-size: 18px;
    margin: 35px 0;
    max-width: 300px;
    font-weight: 600;
}

.neit-section .left-content .feature-item {
    margin-left: auto;
}

.neit-section .right-content .feature-item {
    margin-right: auto;
}

.neit-section .center-image img {
    max-height: 420px;
}

.neit-section .bottom-line {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.neit-section .industry-btn {
    display: inline-block;
    background: #f4a51c;
    padding: 12px 30px;
    font-weight: 700;
    margin-top: 5px;
    margin-left: 300px;
}

@media (max-width: 991px) {
    .neit-section .feature-item {
        max-width: 100%;
        margin: 20px 0;
    }

    .neit-section .left-content .feature-item,
    .neit-section .right-content .feature-item {
        margin: 20px auto;
    }

    .neit-section .neit-title {
        font-size: 24px;
    }

    .neit-section .center-image img {
        margin: 30px 0;
    }

    .neit-section {
        padding: 30px 0;
    }

    .neit-section .industry-btn {
        margin-left: 0px;
    }
}


/* best emerging section end */

/* apply section start  */

.apply-process {
    background: #efe5d6;
    padding: 70px 0;
}

.apply-process .process-title {
    font-weight: 700;
    margin-bottom: 60px;
}

.apply-process .process-title span {
    color: #f0a21a;
}

.apply-process .process-wrapper {
    position: relative;
}

.apply-process .process-row {
    position: relative;
}

.apply-process .process-row:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 5%;
    width: 90%;
    border-top: 2px dashed #d8c8b4;
    z-index: 1;
}

.apply-process .process-step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.apply-process .icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid #f0a21a;
    color: #f0a21a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 14px;
    font-weight: 700;
}

.apply-process .process-step h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

.apply-process .process-step p {
    font-size: 12px;
    color: #666;
}

.apply-process .apply-btn {
    display: inline-block;
    margin-top: 40px;
    background: #173f6f;
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.apply-process .apply-btn:hover {
    color: #fff;
    background: #0f2d50;
}

@media (max-width:768px) {

    .apply-process .process-row:before {
        display: none;
    }

    .apply-process .process-step {
        text-align: left;
        padding-left: 65px;
        margin-bottom: 30px;
    }

    .apply-process .process-step .icon {
        position: absolute;
        left: 15px;
        top: 0;
    }

    .apply-process .apply-btn {
        padding: 14px 30px;
        margin-top:0px;
    }

}

/* apply section end */

/* cta section start  */

.cta-section {
    background: #f3f3f3;
    padding: 60px 0;
    text-align: center;
}

.cta-section .bca-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #243a5e;
}

.cta-section .bca-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
}

.cta-section .bca-image-wrapper {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.cta-section .bca-image-wrapper img {
    width: 100%;
    border-radius: 4px;
}

.cta-section .bca-image-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: linear-gradient(to right, #f3f3f3 0%, rgba(243, 243, 243, 0) 100%);
    z-index: 1;
}

.cta-section .apply-btn {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #173a63;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    z-index: 2;
}

.cta-section .apply-btn:hover {
    color: #fff;
    text-decoration: none;
}


@media (max-width:768px) {
    .cta-section .bca-title {
        font-size: 20px;
    }

    .cta-section .bca-subtitle {
        font-size: 15px;
    }

    .cta-section .apply-btn {
        font-size: 14px;
        padding: 10px 22px;
        bottom:-40%;
    }
}

/* cta section end */

/* footer section start  */

.neit-footer {
    background-color: #efefef;
}

.neit-footer .footer-left {
    gap: 15px;
}

.neit-footer .footer-logo {
    width: 60%;
    height: auto;
}

.neit-footer .footer-text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1d4f9d;
    margin-bottom: 5px;
}

.neit-footer .footer-text p {
    font-size: 14px;
    color: #1d4f9d;
    margin: 0;
}

.neit-footer .footer-right .helpline-title {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #333;
}

.neit-footer .footer-right .helpline-number {
    font-weight: 700;
    color: #000;
    margin: 0;
}

.neit-footer .neit-footer hr {
    border-top: 1px solid #cfcfcf;
    margin: 20px 0;
}

.neit-footer .copyright-text {
    font-size: 15px;
    color: #333;
}

@media (min-width:320px) and (max-width:480px) {
    .neit-footer .footer-logo {
        width: 100%;
        height: auto;
        margin-bottom: 10%;
    }
}

/* footer section end */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 90px;
    z-index: 99;
    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;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 99;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #0C315C;
    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;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */


.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: calc(2em + 0.53rem + 3px) !important;
    margin-right: 1px;
    padding: 0.50rem 0rem !important;
}

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    /* box-shadow: 0 10px 44px 0px #0000005c; */
    height: auto;
    margin-bottom: 50px;
}

.banner_form_sec h2 {
    font-size: 24px !important;
    text-align: center;
    margin: 10px 0 20px;
}

.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #0C315C, #0C315C);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #0C315C;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.banner_form_sec .btn-style-five,
.banner_form_sec .btn-style-five:hover {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.banner_form_sec .loginwithotpbtn {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.banner_form_sec form#dataFormRegistration {
    display: block !important;
}

/* Form Css Ends */