/* Landing page */
/* h2 title text */
.h2-title {
    font-size: 45px;
    font-weight: 700;
    color: #1b1b1e;
}
/* Section-spacing */
.section-spacing {padding: 100px 0;}
.font-italic {font-style: italic;}

/* Fonts */
@font-face {
    font-family: "Bank-Gothic-Bold";
    src: url("https://db.onlinewebfonts.com/t/6114cf46bdc8f52d6850779667c6f6a7.eot");
    src: url("https://db.onlinewebfonts.com/t/6114cf46bdc8f52d6850779667c6f6a7.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/6114cf46bdc8f52d6850779667c6f6a7.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/6114cf46bdc8f52d6850779667c6f6a7.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/6114cf46bdc8f52d6850779667c6f6a7.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/6114cf46bdc8f52d6850779667c6f6a7.svg#BankGothic Bold")format("svg");
}
.text-bank-gothic {
    font-family: "Bank-Gothic-Bold";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-poppins {
    font-family: "Poppins", sans-serif;
}
.text-shadow {
    text-shadow: 0 0 6px #fff;
}
.landing-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    min-height: 75px;
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: all .5s ease;
}
.landing-header.header-sticky {
    background-color: #fff;
}
.landing-header .header-logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.landing-header .header-link-text {
    font-size: 19px;
}

.landing-footer {
    background-color: #fff;
}
.landing-footer .footer-links-wrapper {
    gap: 26px;   
    margin-bottom: 35px;
}
.landing-footer .footer-links-wrapper .footer-link {
    gap: 12px;
    font-size: 20px;
    color: #0b0c31;
    font-weight: 500;
}
.copyright-section .link-tex:hover,
.landing-header .header-link-text:hover,
.landing-footer .footer-links-wrapper .footer-link:hover {
    color: #e6000d;
}
.landing-footer .footer-links-wrapper .footer-link .footer-link-icon {
    width: 50px;
    height: 50px;
    background-color: #ffefef;
}
.landing-footer .footer-links-wrapper .footer-link .footer-link-icon img {
    filter: drop-shadow(-2.44px 5.481px 3.5px rgba(196,0,12,0.34));
}
.copyright-section {
    padding: 12px 0;
    background-color: #14094a;
}
.copyright-section a,
.copyright-section p {
    font-size: 14px;
    line-height: 1.4;
}

.home-banner-section {
    min-height: 100vh;
    background-image: url('../img/landing-page/banner-image.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 150px;
}
.home-banner-section .banner-text-wrapper {
    max-width: 607px;
}
.home-banner-section .banner-text-wrapper .banner-title {
    font-size: 42px;
    line-height: 1.1;
    color: #000000;
    font-weight: 800;
    margin-bottom: 5px;
}
.home-banner-section .form-bottom-text {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 1.6;
}
.home-banner-section .banner-text-wrapper .start-wrapper p {
    font-size: 18px;
    line-height: 1.2;
}
.home-banner-section .banner-text-wrapper .start-wrapper {
    margin-bottom: 15px;
}
.home-banner-section .banner-text-wrapper .start-wrapper,
.home-banner-section .banner-text-wrapper .icon-key-point-list, 
.home-banner-section .banner-text-wrapper .icon-key-point-list .key-point-list-item {
    gap: 10px;
}
.home-banner-section .banner-text-wrapper .start-wrapper .start-list {
    gap: 2px;
}
.home-banner-section .banner-text-wrapper .icon-key-point-list .key-point-list-item p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 1.2;
}
.home-banner-section .banner-text-wrapper .arrow-key-ponts-list {
    gap: 5px;
}
.home-banner-section .banner-text-wrapper .arrow-key-ponts-list {
    margin: 30px 0 25px;
}
.home-banner-section .banner-text-wrapper .arrow-key-ponts-list .arrow-key-point-list-item {
    background-image: linear-gradient(90deg, #db000d 0%, #af000a 100%);
    padding: 14px 40px 14px 14px;
    position: relative;
    clip-path: polygon( 0% 1.77%, 93.3% 1.77%, 100% 50.9%, 93.6% 100%, 0% 100%);
    min-width: 376px;
    width: fit-content;
    gap: 8px;
}
.home-banner-section .banner-text-wrapper .arrow-key-ponts-list .arrow-key-point-list-item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fafafa;
    flex-shrink: 0;
}
.home-banner-section .banner-text-wrapper .arrow-key-ponts-list .arrow-key-point-list-item p {
    font-size: 16px;
    color: #fafafa;
    font-weight: 500;
    line-height: 1.4;
}
.home-banner-section .banner-form {
    max-width: 455px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(0px 19px 21.5px rgba(0,0,0,0.22));
    background-color: rgba(255,255,255,0.9882352941176471);
}
.home-banner-section .banner-form .header-text {
    font-size: 26px;
    line-height: 1.3;
    color: #ffffff;
    background-color: #130948;
    padding: 15px;
}
.home-banner-section .banner-form .form-fileds {
    padding: 40px 20px;
    gap: 20px;
}
.home-banner-section .banner-form .form-control {
    background-color: #fff;
    border-radius: 55px;
    border: 1px solid #e6e7e6;
    padding: 14px 24px;
}
.home-banner-section .banner-form .form-control::placeholder {
    font-size: inherit;
}
.home-banner-section .banner-form textarea.form-control {
    border-radius: 15px;
    color: #000;
}
.home-banner-section .banner-text-wrapper .btn,
.home-banner-section .banner-form .form-fileds .btn {
    font-size: 18px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.home-banner-section .banner-text-wrapper .btn {
    max-width: 346px;
    width: 100%;
    padding: 24px 35px;
}
.home-banner-section .banner-text-wrapper .form-fileds .btn i,
.home-banner-section .banner-form .form-fileds .btn  i {
    width: 18px;
    height: auto;
}
.cource-list-section {
    background-color: #14094a;
    padding: 60px 0;
}
.cource-list-section .cource-list {
    border-radius: 25px;
    background-color: #190e4e;
    border: 1px solid #2b1b79;
    padding: 40px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: #fff;
    gap: 40px 100px;
    flex-wrap: wrap;
}
.cource-list-section .cource-list .cource-list-item {
    gap: 15px;
    width: 130px;
}
.cource-list-section .cource-list .cource-list-item img {
    width: 50px;
    height: auto;
}
.cource-list-section .cource-list .cource-list-item p {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
}

.video-grid-section {
    background-color: #ebeaea;
}
.video-grid-section .video-grid-heading-text h2 {
    margin-bottom: 20px;
}
.video-grid-section .video-grid-heading-text .rating-box {
    border-radius: 555px;
    filter: drop-shadow(8.699px 9.661px 10.5px rgba(233, 25, 25, 0.08));
    background-color: #fff8f8;
    width: fit-content;
    padding: 20px 30px;
    margin: auto;
    gap: 10px;
    margin-bottom: 50px;
}
.video-grid-section .video-grid-heading-text .rating-box .text {
    font-size: 18px;
    line-height: 1;
}
.video-grid-section .video-grid-heading-text .rating-box .start-list {
    gap: 4px;
}
.video-grid-section .video-modal-box {gap: 20px;}
.video-grid-section .video-modal-box .name-text {
    font-size: 18px;
    line-height: 24px;
}
.video-grid-section .video-modal-box .sub-text {
    color: #565656;
    font-size: 15px;
}
.video-grid-section .video-modal-box .video-image{cursor: pointer;}
.video-grid-section .video-modal-box .video-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000, 34%, #ffffff00);
}
.video-grid-section .video-modal-box .video-image .play-ripple-btn  {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    background-color: transparent;
}
/* Ripple effect waves */
.video-grid-section .video-modal-box .video-image .play-ripple-btn::before,
.video-grid-section .video-modal-box .video-image .play-ripple-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    animation: ripple-wave 1s linear infinite;
    z-index: -1;
}

.video-grid-section .video-modal-box .video-image .play-ripple-btn::before {
    width: 100%;
    height: 100%;
    animation-delay: 0s;
}

.video-grid-section .video-modal-box .video-image .play-ripple-btn::after {
    width: 100%;
    height: 100%;
    animation-delay: 0.5s;
}
.modal.video-modal .video-frame {
    height: calc(100vh - (var(--bs-modal-margin) * 2));
}
.modal.video-modal .modal-dialog.modal-xl {
    max-width: var(--bs-modal-width);
}
.modal.video-modal .btn-close.video-modal-close {
    top: -25px;
    right: -25px;
    color: #fff !important;
    background: unset;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 7px 10px;
    z-index: 1;
    background: unset;
    cursor: pointer;
}
/* Ripple wave animation */
@keyframes ripple-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.video-grid-section .video-modal-box .video-image .play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}
.video-grid-section .video-modal-box .video-image .play-btn .play-icon {
    border-width: 8px 0px 7px 9px;
    border-color: transparent transparent transparent #ec191c;
    border-style: solid;
    margin-left: 3px;
    display: block;
}
.video-grid-section .video-modal-box .video-image img {
    aspect-ratio: 1.37;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.video-grid-section .video-modal-box .quote-text p {font-size: 16px;}

.nmims-img-section {
    min-height: 600px;
    background-image: url("../img/landing-page/nmims-banner.webp");
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}
.nmims-img-section .nmims-title {
    font-size: 50px;
    line-height: 1.2;
    color: #173172;
    font-weight: 800;
    padding: 60px 0;
}

.top-selling-mock {
    border-radius: 40px;   
    background-image: url('../img/landing-page/top-selling-bg.webp');
    background-position: top right;
    background-size: cover;
    min-height: 525px;
}
.top-selling-mock .spacing-box {
    padding: 100px 0 100px 50px;
}
.top-selling-mock h2 {
    font-weight: 800;
    margin-bottom: 26px;
}
.top-selling-mock .career-list {
    font-size: 16px;
    font-weight: 500;
    border-radius: 22px;
    background-color: #f0000e;
    color: #ffffff;
    margin-bottom: 30px;
    width: fit-content;
    padding: 8px 20px;
}

.npat-eligibility-criteria-section .for-indian-school {
    background-image: url('../img/landing-page/for-indian-school-bg.webp');
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
    padding: 120px 0px 100px;
}
.npat-eligibility-criteria-section .for-indian-school .student-left-img {
    width: 500px;
}
.npat-eligibility-criteria-section .for-foreign-school {
    background-image: url('../img/landing-page/for-foreign-school-bg.webp');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.npat-eligibility-criteria-section .for-foreign-school .badge-blue {
    background-color: #402da0;
}
.admission-step-section .admission-step-title p {
    font-size: 18px;
    color: #1b1b1e;
    font-weight: 500;
}
.admission-step-list {
    padding-top: 70px;
    margin-top: 40px;
}
.admission-step-list .line-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.admission-step-list .admission-step-list-item {
    padding: 0 25px;
    position: relative;
    height: 100%;
}
.admission-step-list .admission-step-list-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #f1f1f1;
    z-index: -1;
}
.admission-step-list .admission-step-list-item .img-wrapper {
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dc000d;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 0px 24px #dc000d;
    outline: 12px solid #fff;
    margin: 24px auto;
}
.admission-step-list .admission-step-list-item .img-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}
.admission-step-list .admission-step-list-item .admition-step-text-wrapper h5.text-uppercase {
    font-size: 24px;
    color: #14094a;
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 20px;
}
.admission-step-list .admission-step-list-item .admition-step-text-wrapper {
    height: 100%;
}
.admission-step-list .admission-step-list-item .admition-step-text-wrapper .sub-title-text {
    font-size: 18px;
    color: #14094a;
    font-weight: 500;
    margin-bottom: 25px;
    height: calc(100% - 426px);
    line-height: 1.3;
}
.stpe-list .stpe-list-item p {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 16px;
    color: #272727;
    padding-bottom: 4px;
}
.stpe-list .stpe-list-item p .arrow-img {
    margin-top: 6px;
}

.eligibility-criteria-list {
    margin: 40px 0 0;
}
.eligibility-criteria-list .eligibility-criteria-list-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.eligibility-criteria-list .eligibility-criteria-list-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3d2aa3;
}
.eligibility-criteria-list .eligibility-criteria-list-item .text-wrapper .title-text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.eligibility-criteria-list .eligibility-criteria-list-item .text-wrapper .description-text p {
    font-size: 17px;
    font-weight: 400;
}
.additional-notes-section {
    background-image: url('../img/landing-page/additional-notes-bg.webp');
    background-position: center;
    background-size: cover;
}
.additional-notes-section .notes-box {
    border-radius: 30px;
    filter: drop-shadow(3.632px 7.128px 45px rgba(0,0,0,0.05));
    width: 100%;
    padding: 40px 50px;
    background-color: #fff;
    overflow: hidden;
}

.additional-notes-section .notes-box .notes-title {
    font-size: 22px;
    border-radius: 26px;
    background-color: #b0000a;
    line-height: 28px;
    width: fit-content;
    margin: auto;
    padding: 8px 30px;
    color: #fff;
    font-weight: 600;
}
.additional-notes-section .notes-list .notes-list-item:not(:last-child) p {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.additional-notes-section .notes-box .notes-list {margin-top: 20px;}
.notes-list .notes-list-item p {
    font-size: 20px;
    display: flex;
}

.notes-list .notes-list-item p::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #dc000d;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 13px;
}
.npat-exam-section {
    background-image: url('../img/landing-page/npat-bg-image.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.npat-exam-section .key-details {
    margin-top: 40px;
}
.npat-exam-section .h2-title {
    margin-bottom: 40px;
}
.npat-exam-section .key-details h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}
.npat-exam-section .key-details .notes-list {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding: 20px 0;
}
.npat-exam-section .key-details .notes-list ul li p {
    font-size: 20px;
    line-height: 27px;
    color: #3a3a3a;
} 
.npat-exam-section .key-details .notes-list ul li:not(:last-child) p {
    margin-bottom: 10px;
}

.npat-exam-section .key-details .notes-list ul {
    list-style: disc;
    font-size: 24px;
    line-height: 1;
    color: #dc000d;
    padding-left: 22px;
}

.common-table {
    border-radius: 10px;
    filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.06));
    background-color: #ffffff;
}
.common-table thead th{
    background-color: #dd000d;
}
.common-table thead th .table-icon-text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    gap: 10px;
    min-width: 210px;
}
.common-table .table-icon-text svg {
    box-sizing: content-box;
    padding: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.common-table thead th .table-icon-text svg {
    background-color: #e8111e;
}
    
.common-table tbody td:not(:last-child),
.common-table thead th:not(:last-child) {
    border-right: 1px solid #eeeeee;
}

.common-table tbody tr:nth-child(odd){
    background-color: #f8f8f8;
}
.common-table thead tr th,
.common-table tbody tr td {
    padding: 14px 35px;
    border: 0;
}
.common-table tbody tr td .table-icon-text {
    font-size: 18px;
    line-height: 28px;
    color: #1f1f1f;
    font-weight: 400;
    gap: 10px;
}
.common-table tbody tr td .table-icon-text svg {
    color: #5a5a5a;
}


.faqs-section {
    background-image: url('../img/landing-page/faqs-bg.webp');
    background-position: top center;
    background-size: cover;
}

.h1-text {
    font-size: 55px;
}
.faqs-accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 922px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
}
.faqs-accordion .accordion-item {
    border-radius: 15px !important;
    filter: drop-shadow(5.592px 8.29px 11.5px rgba(130, 0, 8, 0.06));
    background-color: #fbdcdc;
    overflow: hidden;
}
.faqs-accordion .accordion-item .accordion-header {
    padding: 20px 25px;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button {
    background-color: unset;
    color: #0b0c31;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    line-height: 1.4;
    justify-content: space-between;
    gap: 20px;
}
.faqs-accordion .accordion-item .accordion-header .accordion-collapse p {
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
}
.faqs-accordion .accordion-item .accordion-header .accordion-button:after {
    background-image: none;
    content: "\f107";
    font-family: "Font Awesome 6 free";
    color: #fff;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.faqs-accordion .accordion-item .accordion-header[aria-expanded="true"] .accordion-button:after {
    transform: rotate(180deg);
    color: #2f368e;
}

.faqs-accordion .accordion-item .accordion-header:not([aria-expanded="false"]) {
    background-color: #fff3f3;
}

.faqs-accordion .accordion-item .accordion-body {
    padding: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
    margin-top: 8px;
}

.bg-white {
    --bs-white-rgb: 255, 255, 255;
}
.w-fit {
    width: fit-content;
}
.yellow-btn {
    background-color: #fffd00;
    color: #0e0e0e;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 30px;
    line-height: 24px;
    border-radius: 50px;
    min-width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.yellow-btn:hover {
    background-color: #dddd00;
    color: #0e0e0e;
}

.join-universitie-section .red-bg-box {
    background-image: url('../img/landing-page/universities-box-bg.webp');
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 50px;
    gap: 40px;
}



/* Clip path */
.clip-path-text {
    clip-path: polygon(40px 0,  100% 0,  calc(100% - 40px) 100%,  0 100% );
    padding: 0px 40px;
    width: fit-content;
}
/* White outline mbadge */
.badge-outline-white {
    border: 1px solid #ffffff;
    border-radius: 27px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 48px;
    background-color: #dd010e;
    text-align: center;
}
a.badge-outline-white:hover {
    color: #dd010e;
    background-color: #fff;
}
.badge-blue {
    border-radius: 20px;
    background-color: #281a6f;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    padding: 12px 24px;
    line-height: 1;
    display: inline-block;
}

/* Gettouch Modal Form */
.landing-gettouch-modal .gettouch-input {
    margin-bottom: 20px;
}
.landing-gettouch-modal .gettouch-input .form-control {
    padding: 15px 20px;
}
.landing-gettouch-modal .modal-dialog .gettouch-title {
    font-size: 35px;
    line-height: 1.3;
}
.modal.landing-gettouch-modal .modal-dialog {
    max-width: 600px;
}

/* Resposive css */
@media screen and (max-width: 1599px) {
    .cource-list-section .cource-list {
        gap: 40px 80px;
    }
}
@media screen and (max-width:1440px) {
    p {font-size: 14px;}
    .h1-text {font-size: 40px;}
    .h2-title {font-size: 35px;}
    .section-spacing {padding: 70px 0;}
    .badge-outline-white {
        font-size: 14px;
        padding: 10px 30px;
    }
    .yellow-btn {
        font-size: 14px;
        padding: 14px 30px;
        line-height: 1.5;
    }
    .badge-blue {
        font-size: 14px;
    }
    .home-banner-section {
        padding-top: 90px;
    }
    .home-banner-section .banner-text-wrapper .banner-title {
        font-size: 35px;
    }
    .home-banner-section .banner-form .header-text {
        font-size: 20px;
        padding: 12px 15px;
    }
    .home-banner-section .banner-form .form-fileds {
        padding: 20px;
        gap: 15px;
    }
    .home-banner-section .banner-text-wrapper .btn {
        padding: 15px 25px;
    }
    .home-banner-section .banner-form .form-control {padding: 8px 15px;}
    .home-banner-section .banner-text-wrapper .btn,
    .home-banner-section .banner-text-wrapper .icon-key-point-list .key-point-list-item p,
    .faqs-accordion .accordion-item .accordion-header .accordion-collapse p,
    .home-banner-section .banner-form .form-fileds .btn,
    .landing-header .header-link-text {
        font-size: 16px;
    }
    .landing-header {
        min-height: 45px;
    }
    .landing-header .header-logo {
        width: 300px;
    }
    .cource-list-section .cource-list {
        padding: 30px;
    }
    .video-grid-section .video-modal-box .quote-text p,
    .video-grid-section .video-grid-heading-text .rating-box .text,
    .stpe-list .stpe-list-item p,
    .top-selling-mock .career-list,
    .eligibility-criteria-list .eligibility-criteria-list-item .text-wrapper .description-text p,
    .common-table tbody tr td .table-icon-text,
    .faqs-accordion .accordion-item .accordion-body,
    .video-grid-section .video-modal-box .sub-text,
    .npat-exam-section .key-details .notes-list ul li p,
    .home-banner-section .banner-text-wrapper .arrow-key-ponts-list .arrow-key-point-list-item p,
    .home-banner-section .banner-text-wrapper .start-wrapper p,
    .home-banner-section .form-bottom-text,
    .home-banner-section .banner-text-wrapper .icon-key-point-list .key-point-list-item p,
    .cource-list-section .cource-list .cource-list-item p {font-size: 14px;line-height: 1.3;}
    .npat-exam-section .key-details .notes-list ul {font-size: 14px;}
    .video-grid-section .video-grid-heading-text .rating-box {
        padding: 12px 30px;
        margin-bottom: 40px;
    }
    .video-grid-section .video-grid-heading-text .rating-box .start-list img {width: 18px;}
    .video-grid-section .video-modal-box {gap: 15px;}
    .nmims-img-section {
        background-position: top left -70px;
        min-height: 550px;
    }
    .nmims-img-section .nmims-title {
        font-size: 42px;
    }
    .admission-step-list .admission-step-list-item .admition-step-text-wrapper .sub-title-text {
        height: calc(100% - 296px);
    }
    .admission-step-list .admission-step-list-item .img-wrapper {
        width: 100px;
        height: 100px;
        box-shadow: 0px 0px 0px 20px #dc000d;
        outline: 10px solid #fff;
        margin: 20px auto;
    }
    .admission-step-list .admission-step-list-item .img-wrapper img {
        width: 60px;
    }
    .admission-step-list .admission-step-list-item::before {top: 42px;}
    .admission-step-list .admission-step-list-item .admition-step-text-wrapper h5.text-uppercase {font-size: 20px;margin-bottom: 10px;}
    .admission-step-list .admission-step-list-item .admition-step-text-wrapper .sub-title-text {font-size: 16px;margin-bottom: 5px;}
    .stpe-list .stpe-list-item p .arrow-img {margin-top: 4px;}
    .top-selling-mock {min-height: 480px;}
    .top-selling-mock .career-list,
    .top-selling-mock h2 {
        margin-bottom: 15px;
    }
    /* .npat-eligibility-criteria-section .for-indian-school {background-position: bottom -3px right;} */
    .npat-eligibility-criteria-section .for-indian-school {padding: 100px 0px 90px;}
    .npat-eligibility-criteria-section .for-foreign-school {padding: 90px 0;}
    .eligibility-criteria-list .eligibility-criteria-list-item .img-warpper img {width: 50px;}
    .notes-list .notes-list-item p,
    .common-table thead th .table-icon-text,
    .eligibility-criteria-list .eligibility-criteria-list-item .text-wrapper .title-text,
    .faqs-accordion .accordion-item .accordion-header .accordion-button,
    .landing-footer .footer-links-wrapper .footer-link,
    .additional-notes-section .notes-box .notes-title {font-size: 18px;}
    .notes-list .notes-list-item p::before {margin-top: 10px;}
    .npat-exam-section .h2-title {margin-bottom: 30px;}
    .npat-exam-section .key-details .notes-list .notes-list-item p {
        font-size: 14px;
        line-height: 1.5;
    }
    .npat-exam-section .key-details .notes-list .notes-list-item p::before {margin-top: 6px;}
    .join-universitie-section .red-bg-box {
        gap: 30px;
    }
    .eligibility-criteria-list .eligibility-criteria-list-item .text-wrapper .title-text {margin-bottom: 10px;}
    .stpe-list .stpe-list-item p .arrow-img {
        margin-top: 2px;
    }
    
}
@media screen and (max-width: 1399px) {
    .cource-list-section .cource-list .cource-list-item {
        width: 100px;
    }
    .npat-eligibility-criteria-section .for-indian-school {
        margin-top: 20px;
        padding: 60px 0 50px;
    }
    .npat-eligibility-criteria-section .for-foreign-school {
        padding: 50px 0;
    }
    .eligibility-criteria-list {
        margin: 30px 0 0;
    }
    .admission-step-list .admission-step-list-item {
        padding: 0 12px;
    }
    .top-selling-mock {
        min-height: 415px;
    }
    .top-selling-mock .spacing-box {
        padding: 100px 60px 60px;
    }
    .cource-list-section .cource-list {
        gap: 40px 80px;
    }
}
@media screen and (max-width: 1280px) {
    .home-banner-section .banner-form {max-width: 405px;}
    .home-banner-section .banner-text-wrapper .btn,
    .home-banner-section .banner-form .form-fileds .btn {font-size: 14px;}
    .cource-list-section .cource-list {gap: 40px 50px;}
    .admission-step-list .admission-step-list-item .admition-step-text-wrapper .sub-title-text {
        height: calc(100% - 310px);
    }
}
@media screen and (max-width: 1199px) {
    .home-banner-section .banner-text-wrapper .banner-title {
        font-size: 30px;
    }
    .admission-step-list .admission-step-list-item .admition-step-text-wrapper .sub-title-text {
        height: calc(100% - 335px);
    }
    .admission-step-list {
        padding-top: 40px;
    }
    .top-selling-mock .spacing-box {
        padding: 60px;
    }
    .nmims-img-section {
        min-height: 510px;
    }
}
@media screen and (max-width: 1024px) {
    .admission-step-list {padding-top: 30px;}
    .admission-step-list .admission-step-list-item {padding: 0 10px;}
    .admission-step-list .admission-step-list-item::before {
        height: 10px;
        top: 45px;   
    }
    .admission-step-list .admission-step-list-item .img-wrapper {
        width: 90px;
        height: 90px;
        box-shadow: 0px 0px 0px 20px #dc000d;
        outline: 13px solid #fff;
        margin: 20px auto;
    }
    .admission-step-list .admission-step-list-item .img-wrapper img {width: 40px;}
    .faqs-accordion .accordion-item .accordion-header .accordion-collapse p,
    .landing-footer .footer-links-wrapper .footer-link {font-size: 14px;}
    .nmims-img-section .nmims-title {font-size: 40px;}
    .nmims-img-section {
        min-height: 440px;
    }
}
@media screen and (max-width: 991px) {
    .h1-text {font-size: 35px;}
    .h2-title {font-size: 30px;}
    .landing-footer .footer-links-wrapper .footer-link img, .landing-header .header-link-text img {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }
    .landing-header .header-logo {
        width: 260px;
    }
    .home-banner-section {min-height: auto;background-position: top right -120px;}
    .home-banner-section::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00000050;
    }
    .home-banner-section .banner-text-wrapper .arrow-key-ponts-list {
        margin: 20px 0;
    }
    .home-banner-section .banner-text-wrapper .arrow-key-ponts-list .arrow-key-point-list-item {
        min-width: 100%;
    }
    .home-banner-section .banner-form .form-fileds {
        padding: 16px;
        gap: 10px;
    }
    .home-banner-section .banner-form .form-control {
        font-size: 12px;
    }
    .home-banner-section .banner-form .header-text {
        font-size: 16px;
    }
    .home-banner-section .banner-text-wrapper .icon-key-point-list .key-point-list-item img {
        width: 20px;
        height: auto;
    }
    .cource-list-section {padding: 40px 0;}
    .cource-list-section .cource-list .cource-list-item img {width: 35px;}
    .cource-list-section .cource-list {gap: 20px;}
    .cource-list-section .cource-list .cource-list-item {width: 100px;}
    .admission-step-list .admission-step-list-item {
        padding: 0;
    }
    .video-grid-section .video-grid-heading-text .rating-box {margin-bottom: 20px;}
    .video-grid-section .video-modal-box .video-image img {aspect-ratio: 1.73;}
    .top-selling-mock::before,
    .nmims-img-section::before,
    .npat-eligibility-criteria.for-foreign-school::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #00000057;
        width: 100%;
        height: 100%;
    }
    .nmims-img-section::before {
        background-color: #ffffffc4;
    }
    .nmims-img-section {
        background-position: center right -70px;
        min-height: 330px;
        background-size: cover;
    }
    .nmims-img-section .nmims-title {
        font-size: 30px;
    }
    .top-selling-mock .spacing-box {
        padding: 40px;
    }
    .badge-outline-white {
        font-size: 12px;
        padding: 6px 12px;
    }
    .home-banner-section .form-bottom-text {
        font-size: 12px;
    }
    .landing-footer {padding-bottom: 90px;}
    .landing-footer .footer-logo img {
        width: 340px;
    }
    .admission-step-list .admission-step-list-item .admition-step-text-wrapper .sub-title-text {
        height: calc(100% - 255px);
    }
    .landing-page .bottom--bar{
        display: none;
    }
    .landing-page .landing-footer{
        padding-bottom: 0;
    }
    .landing-page .landing-header .header-link-text img{
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 879px) {
    .cource-list-section .cource-list {
        gap: 15px;
    }
    .cource-list-section .cource-list .cource-list-item {
        width: 90px;
    }
    .landing-header .header-link-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .stpe-list .stpe-list-item p {justify-content: start;}
    .admission-step-list .admission-step-list-item .img-wrapper {
        width: 70px;
        height: 70px;
        box-shadow: 0px 0px 0px 14px #dc000d;
        outline: 8px solid #fff;
        margin: 14px;
    }
    .home-banner-section {background-position: top center;}
    .admission-step-list {margin-top: 0;}
    .additional-notes-section .notes-box {padding: 30px;}
    .admission-step-list .admission-step-list-item .admition-step-text-wrapper h5.text-uppercase {padding-top: 10px;margin-bottom: 0;}
    .admission-step-list .admission-step-list-item::before {top: 30px;}
    .npat-exam-section .key-details h3 {font-size: 20px;}
    .notes-list .notes-list-item p::before {margin-top: 8px;}
    .badge-outline-white {
        font-size: 12px;
        padding: 6px 10px;
    }
    .join-universitie-section .red-bg-box {
        padding: 30px;
    }
    .faqs-accordion {
        margin-top: 25px;
        gap: 15px;  
    }
    .npat-exam-section .h2-title {margin-bottom: 20px;}
    .npat-exam-section .key-details .notes-list ul {font-size: 16px;}
    .notes-list .notes-list-item p,
    .admission-step-section .admission-step-title p,
    .admission-step-list .admission-step-list-item .admition-step-text-wrapper .sub-title-text {
        height: auto;
    }
    .common-table thead th .table-icon-text,
    .eligibility-criteria-list .eligibility-criteria-list-item .text-wrapper .title-text,
    .faqs-accordion .accordion-item .accordion-header .accordion-button,
    .additional-notes-section .notes-box .notes-title {
        font-size: 16px;
    }
    .faqs-accordion .accordion-item .accordion-header .accordion-button {gap: 10px;}
    .faqs-accordion .accordion-item .accordion-header {
        padding: 20px;
    }
    .landing-footer .footer-links-wrapper .footer-link .footer-link-icon {
        width: 35px;
        height: 35px;
    }

    .landing-footer .footer-links-wrapper {
        gap: 10px;
    }
    .landing-footer .footer-links-wrapper .footer-link .footer-link-icon img {
        width: 14px;
        height: auto;
    }
    .landing-footer .footer-logo img {
        width: 240px;
    }
    .common-table thead tr th, .common-table tbody tr td {
        padding: 8px 26px;
    }
    .landing-header .header-logo {
        width: 240px;
        left: -30px;
    }
    .yellow-btn {
        min-width: 210px;
        padding: 10px 24px;
    }
    .npat-exam-section .key-details {
        margin-top: 20px;
    }
    .npat-eligibility-criteria-section .for-indian-school {
        padding: 50px 0px 40px;
        margin-top: 10px;
    }
    .npat-eligibility-criteria-section .for-foreign-school {
        padding: 40px 0;
    }
    .copyright-section {
        position: sticky;
        bottom: 0;
        transform: translateY(100%);
        transition: all .5s ease;
        z-index: 111;
    }
    .copyright-section.sticky-footer {
        transform: translateY(0%);
    }
    .copyright-section .btn {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .h1-title {font-size: 30px;}
    .h2-title {font-size: 25px;}
    .section-spacing {padding: 40px 0;}
    .home-banner-section {
        padding-top: 80px;
    }
    .home-banner-section .banner-form .header-text {font-size: 18px;}
    .home-banner-section .banner-text-wrapper .arrow-key-ponts-list .arrow-key-point-list-item {
        min-width: auto;
        width: 100%;
    }
    .home-banner-section .banner-text-wrapper .arrow-key-ponts-list .arrow-key-point-list-item {
        padding: 10px 30px 11px 14px;
    }
    .video-grid-section .video-modal-box .video-image img {aspect-ratio: unset;}
    .cource-list-section .cource-list {padding: 20px;}
    .admission-step-list .admission-step-list-item::before {top: 30px;}
    .top-selling-mock {
        border-radius: 20px;
        min-height: auto;
    }
    .top-selling-mock .spacing-box {
        padding: 30px;
    }
    .eligibility-criteria-list .eligibility-criteria-list-item {gap: 20px;}
    .eligibility-criteria-list .eligibility-criteria-list-item .img-warpper img {width: 35px;}
    .video-grid-section .video-grid-heading-text .rating-box {
        padding: 12px 15px;
    }
    .video-grid-section .video-modal-box .name-text {
        font-size: 16px;
        line-height: 1.4;
    }
    .video-grid-section .video-modal-box .quote-text p,
    .video-grid-section .video-modal-box .sub-text {
        font-size: 12px;
        line-height: 1.3;
    }
    .video-grid-section .video-modal-box .quote-text img {
        width: 20px;
        height: auto;
    }
    
    .nmims-img-section .nmims-title {
        font-size: 26px;
    }
    .notes-list .notes-list-item p::before {
        margin-top: 11px;
    }
    .npat-exam-section .key-details .notes-list ul {
        font-size: 18px;
    }
    .modal.video-modal .modal-dialog.modal-xl {
        margin: var(--bs-modal-margin);
        --bs-modal-margin: 40px;
    }
    .modal.landing-gettouch-modal .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }
    .landing-gettouch-modal .modal-dialog .gettouch-title {
        font-size: 26px;
    }
    .landing-gettouch-modal .modal-dialog .gettouch-modal-description {
        font-size: 14px;
    }
}