@import "footer.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
:root {
    --primary-font1: 'Roboto', sans-serif;
    --secondary-font: 'Roboto', sans-serif;
    --secondary-font2: 'Barlow', sans-serif;
    --primary-color1: #CC014A;
    --primary-color2: #363636;
    --primary-color3: #BC2027;
    --primary-color4: #E9C41C;
    --primary-color5: #FCD200;
    --primary-color6: #0DACE5;
    --primary-color7: #37008E;
    --primary-color8: #FD5E53;
    --primary-color9: #358D41;
    --primary-color10: #3DEF55;
}


body {
    font-family: var(--primary-font1);
    padding: 0px;
    margin: 0px;
    color: var(--primary-color2);
}

body::-webkit-scrollbar {
    width: .3em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 10px 10px 10px rgb(255 255 255);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color1);
    border-radius: 5px;
    outline: 1px solid #ffffff;
}

p {
    font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
    font-family: var(--primary-font1);
    line-height: calc(24px + (27 - 24) * (100vw - 1366px) / (1920 - 1366));
    margin-bottom: 1.5rem;
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: 0.5s ease all;
}

.table.nowrap tbody tr:last-child td{
    border-bottom: 1px solid #eee;
}

.title-head h5 {
    color: #363636;
    font-size: calc(18px + (20 - 18) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(28px + (32 - 28) * (100vw - 1366px) / (1920 - 1366));
    margin-top: 2rem;
}

.title-head p {
    margin-top: 2rem;
    margin-bottom: 0;
    font-weight: 400;
    /* font-size: 16px; */
    /* color: #363636; */

}
.program_highlight p{
    margin-top: 0rem;
}
.custom-bullets li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1.23rem;
    color: #363636;
    font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(24px + (27 - 24) * (100vw - 1366px) / (1920 - 1366));
    font-weight: 400;
}
.custom-bullets.list-white>li{
    color: #ffffff;
}


.custom-bullets li>a {
    text-decoration: underline;
    font-weight: 700;
    color: #0d6efd;
}
.custom-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #E9C41C;
}

.font-36 {
    color: #BC2027;
    font-weight: 800;
    font-size: calc(36px + (38 - 36) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(42px + (45 - 42) * (100vw - 1366px) / (1920 - 1366));
}

.font-24 {
    color: #363636;
    font-weight: 600;
    font-size: calc(24px + (26 - 24) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(30px + (32 - 30) * (100vw - 1366px) / (1920 - 1366));
}

.font-21 {
    color: #BC2027;
    font-weight: 600;
    font-size: calc(21px + (23 - 21) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(30px + (32 - 30) * (100vw - 1366px) / (1920 - 1366));
}

.font-18 {
    color: #363636;
    font-weight: 500;
    font-size: calc(18px + (20 - 18) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(26px + (30 - 26) * (100vw - 1366px) / (1920 - 1366));
}

.font-16 {
    color: #363636;
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(22px + (30 - 22) * (100vw - 1366px) / (1920 - 1366));
}

.font-15 {
    color: #363636;
    font-weight: 500;
    font-size: calc(15px + (17 - 15) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(21px + (29 - 21) * (100vw - 1366px) / (1920 - 1366));
}

.font-13 {
    color: #363636;
    font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(24px + (27 - 24) * (100vw - 1366px) / (1920 - 1366));
}

.font-12 {
    color: #363636;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(21px + (26 - 21) * (100vw - 1366px) / (1920 - 1366));
}

.font-11 {
    color: #363636;
    font-weight: 400;
    font-size: calc(11px + (13 - 11) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(20px + (24 - 20) * (100vw - 1366px) / (1920 - 1366));
}

.bg-blue {
    background-color: #0DACE5;
}

/* 22 sept */

 

/********* Find Program By Deepak ************/
.searchable ul {
    display: block;
    list-style-type: none;
    top: 100%;
    flex-wrap: wrap;
    padding: 0;
    height: 15rem;
    overflow-y: scroll;
    position: absolute;
    background: #fff;
    /* padding: 14px; */
    width: 408px;
    left: -25px;
    border: 0;
    z-index: 2;
    box-shadow: 1px 6px 17px #00000029;
}

.searchable ul li:hover {
    background: var(--color-purple);
    color: #fff
}

.searchable ul li a:hover {
    background: var(--color-purple);
    color: #fff;
}

.searchable ul li {
    padding: 0;
    border-bottom: 1px solid #d9d9d936;
}

.searchable ul li a {
    color: #fff;
    font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
    padding: 12px 25px;
    display: block;
}

.form_group.searchable ul {
    background: #cc014af7;
}

.searchable ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 10px 10px 10px rgb(255 255 255);
}

.searchable ul::-webkit-scrollbar-thumb {
    background-color: var(--primary-color1);
    border-radius: 5px;
    outline: 1px solid #ffffff;
}

.searchable ul::-webkit-scrollbar {
    width: .3em;
}



/* somc - ui20081995 */
.top_placement_table{padding: 100px 0px;}
.newtwork-logo-wrapper.top_placement_somc:after{    content: "";
    background: #CC014A;
    width: 100%;
    height: 585px;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;}


/* -------------RJ24121996 starts------------- */

.sports_overview.major_events .row{
    background: #BC2027;
    padding: 8rem 0;
    margin-top: 2rem;
    }

.major_events .small_img{
    padding-top: 2rem;
    text-align: end;
}

.major_events .large_img {
    margin-left: -4rem;
}

.mriirs_cose_secOne {
    padding-bottom: 7rem;
    padding-top: 2rem;

}

.sports_cricket .yellow28 .font-54{
    font-size: 54px;
    color: #000;
}

.sports_cricket .yellow28{
    padding: 52px;
    margin-top: 0;
}



/* -------------RJ24121996 end------------- */

.section_mrnat .policy_links li a:hover {
    color: #bc2027;
}


body .apply-now a:hover {
    background: #FCD200;color:#333!important;
}




















@media only screen and (max-width: 1198px) and (min-width: 700px) {
  body  .professor-of-practice-left2 {
        padding-top: revert-layer;
        padding-right: 84px;
    }
    body .as-group-content ul li {
        width: 28%;
    }
    
    body  .education-initiatives2 {
        padding-top: 80px;
        margin-top: 2rem;
    }

    body .box_hover_element:hover p {
        display: block;
        font-size: 10px;
        margin-bottom: 15px;
        line-height: 15px;
    }
    body .career-cn h6 {
        color: #fff;
        position: relative;
        padding: 15px 0;
        margin: 0;
        z-index: 2;
        font-size: 13px;
    }
    body .career-cn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 0 10px 0px;
    }
  
}



@media (max-width: 767px) {

        
       
    
}
@media (max-width: 375px) {

}



/*--------- Anupam UI231998 -------*/

@media (max-width:1365px){
 
}



/* ---IPad Pro--- */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

    body .main-clan-content {
        padding-left: 0;
    }
    body .faculty-list .name {
        max-width: 100%;
        margin-top: 0rem;
        min-height: 175px;
    }
    body .faculty-list .name label {
        margin-bottom: 1rem;
        line-height: 16px;
    }
    body .objectives_inner.secondary {
        max-width:100%;
        margin-left:0px;
    }
    body .curriculum_designed {
        padding-left: 15px;
    }
    section.learning_development_sec5 .accordion {
        padding-top: 0;
    }
   body .mrirrs-Sports-Infrastructure2 figure {
        width: 100%;
        margin-bottom: 40px;
    }
    body .Shooting-Range-content ul {
        display: flex;
        background: #fff;
        padding: 25px 25px;}
       body .as-group-content ul li{width:29%;}

}

@media only screen and (max-width: 1195px) and (min-width: 1024px) {

  body  .education-initiatives2 {
        padding-top: 80px;
        margin-top: 2rem;
    }

   
    body .career-cn {
        padding: 0 10px 15px;
    }
    body .mbe-text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    body .mriirs_academic_list_pdf h3 {
        font-size: 22px;
    }
   body .mriirs_academic_list_pdf ul {
        display: flex;
        padding: 30px 0px 30px 0px;
    }

  body  section.mriirs-personal-interview ul li {
        width: 31.55%;}
        body .RUSH.Programs-contnet1 .visit-site {
            margin-top: 30px;
        }
    section.mriDean_secOne.pt-0 .dean_caption_dark {margin-top:50px;}
    section.mriirs_about_sec.mriirs_notices .adm_notices {
        width: 435px;
        position: relative;
        left: -105px;
    }
   body .medhod-content3 {
        padding: 30px 0px 0px 0;
    }
    section.Teaching-Learning-Methodologies {
        padding-top: 50px;
    }
   body .section_mrnat .mrnat {
        padding-right: 20px;
    }
    body .mrnat h3 {
        font-size: 40px; margin-bottom:0px;}

        section.section_mrnat .mrnat p{padding-bottom:0px;}
        body .place_fact_box li span {
            font-size: 41px;}
      


}

/* ---IPad--- */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

  
body .mrirrs-Sports-Infrastructure2 figure {
    width: 100%;}


   body .faculty-list .name {
        max-width: 100%;
        margin-top: 0rem;
        min-height: 175px;
    }
   body .faculty-list .name label {
        margin-bottom: 1rem;
        line-height: 16px;
    }
    section.mriirs_impact_sec.pt-0.mriirs_our_impact1 {
        background-image: inherit;
        padding-bottom: 35px;
    }
    section.mriirs_about_sec.mriirs_notices .adm_notices {
        width: 435px;
        position: relative;
        left: -105px;
    }
    .el-block2 {
        margin-top: 70px;
        background: #CC014A;
        padding: 50px 0;
        position: relative;
        width: 349px;
    }
 
}


@media only screen and (max-width: 1024px) and (min-width: 320px) {
    body .main-clan-content {
        padding-left: 0;
    }


    body .mrirrs-Sports-Infrastructure2 figure {
        width: 100%;}

    body .mbe-text ul li p {
        padding: 0 5px;
        line-height: 11px;
        font-size: 10px;
    }
    body .Shooting-Range-content ul{padding:25px;margin-top: 45px;}
body .mbe-text ul li {
    position: relative;
    margin: 0;
    border-right: 1px solid #ddd;
    padding-right: 0;
    margin-right: 0px;
    padding-bottom: 0;
    width:30%;
}
body .as-group-content ul li{width: 28%;}
body .Ground-cn {
    padding-right: 0;
    padding-top: 15px;
}

    body section.mriirs-personal-interview{margin-top:60px; padding-top:50px;}
    .quote-icon{display: none;}
    .v-mri_accordian .accordion-button:not(.collapsed)::after {
        filter: inherit;
    }
    .v-mri_accordian .accordion-button::after {
        filter: inherit;
    }
    body .mrnat h3 {
        font-size: 40px; margin-bottom:0px;}

        section.section_mrnat .mrnat p{padding-bottom:0px;}
    


    
}

@media (max-width:992px){
    body .struc-content2 {
        background: #fff;
        padding: 35px 18px;
        position: relative;
    }
    body section.role-of-clans figure img {
        width: 100%;
    }
    body .main-clan-content h2 {
        color: #fff;
    }
    
   body .main-clan-content p {
        color: #fff;
    }
    body .clan2-box .col-md-8 {
        width: 100%;
    }
    
   body .clan2-box .col-md-4 {
        width: 100%;
    }
    body .clan2-box {
        top: 0;
        position: relative;
    }

   body section.role-of-clans {
        background: #CC014A;
        margin-top: 50px;
    }

    body .Shooting-Range-content {
        padding-right: 0;
    }
    body .Shooting-Range-block {
        padding: 35px 20px;
        margin-top: 70px;
    }
    body section.mriirs-court {
        padding-top: 54px;
    }
    body section.Open-Gym {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 45px;
    }
    body .as-group-content {
        padding: 40px 35px 30px;
    }
    body .ar-content2 {
        padding: 0;
    }
    body .ar-content2 h2 {
        margin-bottom: 20px;
    }
 
    body .professor-of-practice-left {
        padding-right: 0;
    }
    body .community-csr-title {
        padding-bottom: 18px;
    }
    body .mriirs_board_of_faculty {
        padding: 50px 10px 35px;
    }
    body .bhalla-foundation-right {
        padding-right: 0;
    }
    body .mriirs_academic_list_pdf img {
        margin-right: 6px;
        width: 20px;
    }
    body .mriirs_academic_list_pdf li {
        padding-bottom: 20px;
        margin-right: 19px;
    }
    body .mriirs_academic_list_pdf ul {
        display: flex;
        padding: 0px;
        justify-content: inherit;
    }
    body .mriirs_academic_list_pdf {
        padding: 35px 20px;
        margin-bottom: 100px;
    }
    body .mriirs_academic_list_pdf h3 {
        font-size: 16px;
    }
    body .mriirs-Leadership-Service .row {
        margin-top: 20px;
    }
    body .mriirs-Leadership-Service {
        text-align: center;
        padding-bottom: 40px;
    }
    body .mriirs-Leadership-Service .col-md-4 {
        margin-bottom: 0px;
    }
    body .mriirs-mock-test {
        padding: 35px 20px;
        margin: 50px 0;
        position: relative;
    }
    body .mriirs-mock-test p {
        padding-right: 0;
    }
    body .mriirs-mock-test .visit-site {
        position: static;
        margin: 25px 0 0;}
    body .Connect-with-Our-Experts {
        padding-left: 0;
    }

    body .mbe-text h3 {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 15px;
    }

    body .mriirs-board-exam {
        padding: 61px 0 50px;
    }

    body .mbe-text {
        padding-left: 0;
    }
    body .mriirs-personal-interview-content2 {
        padding: 35px 25px;
    }
    body section.mriirs-personal-interview ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }
    body .scholarly_strengths_sec1 {
        padding-bottom: 40px;
    }
    body section.mriirs-personal-interview ul li {
        width: 100%;
        background: #ffffff8c;
        padding: 30px;
        margin-bottom: 8px;
        margin-right: 0!important;
        margin-left: 0!important;
        margin-bottom: 8px!important;
    }
    body section.mriirs-personal-interview .col-md-8 {
        padding-right: 15px;
    }

    section.scholarly_strengths_sec2  .scholarly_strength {
        padding-left: 0;
    }


    body .int_colla_details_top2 {
        padding: 0px 25px 30px 25px;
    }
    body .hostel_mriirs {
        padding-bottom: 6rem;
    }
    body section.hotel_mainsection.hotel_mainsection_second.bg-white.healthcare_fac_section  .green-bg {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 42px;
        margin-bottom: 40px;
    }
    
    body .healthcare_fac_section .custom_line {
        padding-left: 2rem;
    }
    body section.global_partnership.mru_academic-overview.loan-assistance_main.canteen_cafeteria {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    body .healthcare_text .yellow_border {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    body section.academic-overview.loan-assistance_main.hostel_mriirs .green-bg {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 18px;
    }
body   .hostel_mriirs p:nth-of-type(1) {
        padding-bottom: 1rem;
    }
    body .campus_facilities_mriis {
        padding-bottom: 3rem;
    }
    body .hotel_mainsection_second {
        padding: 55px 0px;
    }
    body .healthcare_fac_section .healthcare_text {
        padding-right: 0;
    }
    body .hostel_mriirs .yellow_border{margin-right:0px;margin-top: 35px;}
    body .campus_facilities_mriis .campus_banner_text {
        bottom: 0rem;}
        body .campus_facilities_sec2 .red_box {
            padding: 2rem;
            margin-left: 0;
        }
   body .admission_center_main.academic_facilities_mriirs{background: none;}
    section.admission_faq.academic_concerns.physical_counselling_main.academic_fac_labs_mriirs 
        .accordion-button {
        color: #333;
        font-weight: 600;
        background-color: #fff;
        margin-bottom: 15px;
    }
    body .gbps_mriirs .long_img {
        padding: 2rem 0px;
        margin-bottom: 2rem;
    }
    body .it_infrastructure_mriirs p {
        padding: 25px 0;
    }
    .it_infrastructure {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    section.admission_faq.academic_concerns.physical_counselling_main.academic_fac_labs_mriirs .accordion-body p {
        padding-top: 0;
        padding-bottom: 27px;
    }

    
    body section.admission_faq.academic_concerns.physical_counselling_main.academic_fac_labs_mriirs {
        padding-top: 40px;
    }
body .academic_fac_erp_mris {
    padding-top: 2rem;
    padding-bottom: 3rem;
}
    body .academic_fac_erp_mris .infrastructure_left {
        padding: 0;
    }
    body section.admission_center_main_second.gbps_mriirs .row.second_rox .col-md-6.col-lg-6 {
        margin-top: 0;
    }
    body section.admission_center_main_second.gbps_mriirs {
        margin-top: 30px;
        padding-top: 2rem;
        padding-bottom: 50px;
    }
   body .testimonial_main .box-wrapper .box:first-child .box-testimonial {
        flex-wrap: wrap;
        padding: 10px;
    }
  body  .testimonial_main .box-wrapper .box .box-testimonial {
        flex-wrap: wrap;
        padding: 10px;
    }
    body .box-testimonial .testimonial_left {
        width: 100%;
    }

    body .testimonial_main .box-wrapper .box:nth-child(odd) .box-testimonial::after, body .testimonial_main .box-wrapper .box .box-testimonial::after {
        top: 0;
        width: 80px;
        height: 154px;
    }
    body .box-testimonial .testimonial_right {
        width: 100%;
        padding-left: 0;
    }


    body .news_activity_top figure {
        margin: 0;
        flex-basis: 100%;
    }
    body .news_activity_top .news_activity_cont {
        flex-basis: 100%;
        padding: 20px;
    }
    body .development_centre_con {
        padding-right: 0;
    }
    body .team_cdc {
        padding: 22px 15px 22px;
    }
    body .learning_development_sec {
        padding-bottom: 45px;
    }
    body .learning_development_sec2 .sec_hed {
        max-width: 100%;
    }
    body .learning_development_sec2 {
        padding: 41px 0px 30px;
    }
   body .curriculum_designed {
        padding-left: 0;
    }
    body .usp_box {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding: 0;
    }
    body .usp_box li {
        background: #fff;
        padding: 32px;
        height: auto;
    }
    body .learning_development_sec3 {
        padding: 45px 0px;
        background: #BC2027;
    }
   body .admission_center_main.student_fac_mris{background:none;}
   body .learning_development_sec4 {
    padding: 40px 0px 40px;
}
body .learning_development_sec5 {
    padding: 50px 0px 25px;
}
body .team_cdc_box li {
    list-style: none;
    text-align: center;
    position: relative;
    padding-top: 15px;
    margin-bottom: 25px;
}
body .team_cdc_box li p {
    font-size: 13px;}
  body .learning_development_sec3 .sec_hed {
    text-align: center;
    padding-bottom: 30px;
}

    .admission_center_main.student_fac_mris .assistance_bx_main h3 {
        margin-bottom: 0px;
    }
    section.admission_center_main_second.position-relative.addition_special_mris {
        margin-top: 50px;
    }
    section.admission_center_main_second.position-relative.addition_special_mris {
        padding-top: 60px;
    }
    
    .admission_center_main.student_fac_mris .col-md-6.col-lg-7 {
        margin-top: 0;
    }
        
    section.admission_center_main_second.position-relative.addition_special_mris .col-md-6.col-lg-7 {
        margin-top: 0;
    }


    section.faculty-list.pdb_120.mrt_3.connect_experts_mris.our_team_mris {
        padding-top: 3rem;
    }
body .student_assistance_box {
    margin-top: 20px;
    margin-bottom: 10px;
}
body .assistance_bx_main {
    padding: 25px;
    margin-bottom: 0px;
}
.admission_center_main.student_fac_mris .col-sm-4.col-md-4.col-lg-4 {
    margin-top: 6px;
}
section.admission_center_main_second.position-relative.addition_special_mris {
    padding-top: 5rem;
    padding-bottom: 2rem;
}
section.admission_center_main_second.position-relative.addition_special_mris .col-md-6.col-lg-5 {
    margin-top: 0;
}

.admission_center_main.student_fac_mris .assistance_bx_main h3 {
    margin-bottom: 0;
}
   body section.physical_counselling_main.UNI-Gauge1 ul.list-unstyled.custom-bullets.yellow_list {
        padding-left: 0;
        padding-top: 25px;
    }
body .uni_gauge_mris .uni_red_box {
    height: 100%;
    color: #fff;
    padding: 46px 20px;
}
body .uni_gauge_mris .assistance_box {
    padding: 35px 20px;
}
body .uni_gauge_mris .uni_red_box .right_border:after{display: none;}
   body .brd-top-bg {
        margin-bottom: 50px;
    }

    body section.physical_counselling_main.refund_policy_mrirs .box p {
        padding-right: 15px;
    }
     body section.physical_counselling_main.refund_policy_mrirs .box figure {
        margin-right: 15px;
    }
    body .foreign-students {
        padding-right: 0;
    }
    body .objectives_inner.secondary {
        max-width: 100%;
        margin-left: 0;
    }
    body section.international-admission2 p {
        padding-right: 0;
        line-height: 24px;
    }
    body section.mriirs_admission_procedure {
        margin-top: 50px;
    }
   body  section.international-admission2 {
        background: #BC2027;
        padding: 100px 0 50px;
        margin-top: -70px;
    }
    body section.mrant-faq {
        padding: 50px 0;
        margin-top: 0;
    }
    body section.mriirs_Mandatory {
        padding: 35px 0 120px;
    }
    body section.mriirs_Mandatory ul{flex-wrap: wrap;padding-bottom: 0;}
    body section.mriirs_Mandatory ul li {
        font-size: 16px;
        width: 50%;
        margin-bottom: 20px;padding-left: 18px;
    }
    body section.mriirs_admission_procedure h3 {
        color: #363636;
        font-size: 16px;
    }
    body section.mriirs_admission_procedure .main_box_process {
        padding: 15px 20px;
    }
    section.mrant-faq h2 {
        margin-bottom: 30px;
    }
    section.mrant-faq .accordion-item h2 {
        margin-bottom: 0;
    }
body section.mrant-faq .tab-content.accordion.program-faq .accordion-body {
    padding: 15px 15px 15px;
}
   body .mriirs_syllabus_mnt {
        padding-left: 0;
    }

    body .how_to_apply {
        margin-top: 0;
    }
    body .admission-process .innovation_main_body .accordion {
        padding-top: 35px;
    }
    body .admission-process .accordion-item button.accordion-button {
        padding: 16px 16px;
        padding-right: 23px;
    }
    .financial_scholarship .innovation_main_body .accordion-item .accordion-body {
        padding: 15px;
    }

    body .aid_scholarships_sec2 .accordion-item .accordion-body {
        padding: 50px 10px;
    }
    section.Courses-Under-MRNAT h2.accordion-header {
        margin-bottom: 10px;
    }
    body .courses-mriirs-list {
        padding-bottom: 50px;
    }

    section.Courses-Under-MRNAT .accordion-button::after{filter: invert(1);}
    .courses-mriirs-list .innovation_center .accordion-body {
        background: none;
        padding: 0;
    }


  body  .mrnat-block {
        background: #CC014A;
        text-align: center;
        padding: 40px 27px;
        margin: 10px 0 50px;
    }

  body  section.mriirsmrnat blockquote {
        padding-right: 0;
    }
    body section.mriirsmrnat p {
        padding-right: 0;
    }

    body section.mooc_courses .col-md-4, section.List-MOOC .col-md-3 {
        width: 100%;
    }
    
    body section.mooc_courses .col-md-8, section.List-MOOC .col-md-9 {
        width: 100%;
    }

    section.mriirs_about_sec.mriirs_notices .col-md-8 {
        width: 100%;
    }
    
    section.mriirs_about_sec.mriirs_notices .col-md-4 {
        width: 100%;
    }
 
    section.mriirs_impact_sec.pt-0.mriirs_our_impact1  .row.g-4.mt-100 {
        margin-top: 0!important;    padding: 25px 25px 0;
    }
  
    section.leadership.mriirs-leaderhip-box {
        padding-bottom: 0;
    } 
    section.leadership.leadership_bg.mriirs-leaderhip-box2 {
        padding-top: 60px; padding-bottom:15px;
    }
    section.Publications_main.statutory-bodies {
        margin: 50px 15px;
    }
    
    section.Publications_main.statutory-bodies .mriirs_board_of_faculty {
        padding: 10px;
    }
    

section.mri_impact_secThree.mriirs_our_impact3 {
    padding-bottom: 120px;
}

section.mriirs_asc_sec.mriis_tab_content.mriirs-sat .row.g-4 {
    padding-bottom: 50px;
}

section.mriirs_asc_sec.mriis_tab_content.mriirs-sat .sheet_box {
    padding: 15px;
}

section.mriirs_asc_sec.mriis_tab_content.mriirs-sat .sheet_box a, section.mriirs_asc_sec.mriis_tab_content li a {
    font-size: 13px;
}
section.mriirs_asc_sec.mriis_tab_content.mriirs-sat{padding-bottom:80px;}
section.Publications_main.mriirs_annual_rp .program_structure {
    background-color: #fff;
    padding: 25px;
}



body .mehod-aontent1 {
    padding-left: 0;
}
body .method-content2 blockquote {
    font-size: 18px;
    width: 100%;
}
body .method-content2{flex-wrap: wrap;padding-top: 0;}
body section.Guidelines-Policies .sheet_box {
    padding: 20px;
}
body .method-content2 ul {
    width: 100%; padding:0px;margin:30px 0 0;
}
body section.mooc_courses{margin-top:30px;padding-bottom: 30px;margin-bottom: 40px;}
body .medhod-content3 {
    padding: 5px 0;
}
body section.mooc_courses figure {
    margin-top: 0;
}
body  section.partnership_with p {
    padding: 0;
}
body section.partnership_with {
    padding: 40px 10px 40px;
    margin-top: 30px;
}
body section.Educational-Loan {
    padding: 50px 0;
}
body section.Educational-Loan figure {
    width: 100%;
    position: relative;
}
body   .mriirs_notices .adm_not_boxOne, body .mriirs_notices .adm_not_boxTwo{left:0px;}
   body .mriirs_board_of_faculty ul.board_faculty li {
        width: 100%;}
        body section.mri_impact_secTwo.mriirs_our_impact2 h4 {
            margin-bottom: 15px;
        }
        body .mri_impact_left {
            width: 100%;
            margin-top: 0;
        }
        body .ac-mriiis .mribs_box>.mribsFigcaption {
            padding: 30px 15px;
        }

        body .ac-mriiis  .mriAcc_caption {
            margin-left: 15px;
            width: 350px;
        }
        body .method-content2 ul:before{display: none;}
        body .method-content2 ul li{margin:0px;}
        section.admission_faq.academic_concerns.physical_counselling_main.academic_concerns_mris {
            padding-top: 25px;
            padding-bottom: 0;
        }
        section.admission_faq.academic_concerns.physical_counselling_main.academic_concerns_mris .accordion-button::after {
            filter: invert(1);
        }
        section.admission_faq.academic_concerns.physical_counselling_main.academic_concerns_mris 
.student_academic_content .admissionobjectives_inner {
    margin-top: 15px;
}
.physical_counselling_main.academic_concerns_mris .admissionobjectives_inner ul {
    padding: 12px 0;
    margin-bottom: 0;
}
section.faculty-list.pdb_120.mrt_3.connect_experts_mris.our_team_mris .row.g-4.pt-5 {
    padding-top: 0!important;
}
body .place_fact_box ul {
    display: grid; padding:0px;
    grid-template-columns: repeat(2, 1fr);}
body .place_sec1 {
    padding-bottom: 20px;
}
.place_slider_box h4 {
    font-size: 46px;
    line-height: 66px;
}
body .place_slider_box_new .owl-nav {
    bottom: -45px;
    right: 0 !important;
}
body .place_sec4 {
    padding: 45px 0px 30px;
}
body .placement_records_item{max-width:100%;}
body .place_sec7 {
    padding: 50px 0px 80px;
}
body .place_sec5 .sec_hed h3 {
    margin-bottom: 20px;
}
body .place_sec5 .sec_hed {
    padding-bottom: 25px;}
body .place_sec5 {
    padding: 45px 0px 50px;
}
section.place_sec6 .sec_hed {
    padding-bottom: 25px;
}
body .place_sec6 {
    padding: 45px 0px 45px;
}
.rec_textimonial {
    overflow: hidden;
}
    .place_sec2 {
        padding-top: 45px;}
        body .place_fact_box li span {
            font-size: 33px;
            font-weight: 600;
            line-height: 58px;
            display: block;
        }
     body   .place_sec2 {
            padding-top: 45px;}
            body .place_slider .place_slider_box {
                position: static;
                top: 35px;
                left: 30px;
                max-width: 100%;}
}

@media (max-width:991px){

    body .cdc-title {
        padding-bottom: 15px;
    }
    body section.mri_about_secTwo.cdc-reports .cdc-reports-inner .cdc_reports_box {
        border: 0px;
        padding: 10px;
    }
    body .mri_about_secTwo .professor-of-practice-left2 {
        padding-top: 0px;
        padding-right: 0px;
    }
    body section.mri_about_secTwo.cdc-reports .cdc-reports-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
    body 
    section.capacity-development .capacity-development-left {
        padding-right: 0px;
    }
   body section.MRLSP-Structure ul {
        padding: 70px 30px 0;
        margin: 0px;
    }
    body section.mriirs-ground {
        padding-bottom: 60px;
        padding-top: 40px;
    }
  body  section.financial_scholarship.program-faq.admission-process.mriirs_admission_process p.font-13 {
        padding: 0 0 20px;
        margin-bottom: 0;
    }
    body section.financial_scholarship.program-faq.admission-process.mriirs_admission_process .admission_objectives_inner_two {
        padding: 25px 30px;}
   body  section.financial_scholarship.program-faq.admission-process.mriirs_admission_process .admission_objectives_inner_one p {
        margin-bottom: 10px;
        padding-top: 15px;
    }

    .mriirs-space.spacing {
        margin-top: 40px;
        margin-bottom: 40px;
    }


   body .about_admission_main_content {
        padding-right: 0;
        margin-bottom: 30px;
    }
  body  .admissionoverview_second .admission_second_overview_two {
        padding: 53px 20px 50px 20px;
        height: 100%;
    }
    body .section_mrnat {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    body .section_mrnat .mrnat {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 25px;
    }
body .mrnat h3 {
    padding-bottom: 0;
}
    body .mriirs-apce.spacing {
        margin-top: 30px;
    }

    body .Short_Term_Technical-box {
        border-top: 1px solid #ddd;
        padding-top: 30px;
    }
    body .medhod-content4 ul .sheet_box a {
        font-size: 12px;
        line-height: 16px;
    }
    .sports_overview.major_events .row{
        margin-top: 0;
    }

    .mriirs_cose_secOne{
        padding-top: 0;
    }

    .sports_overview .pdt-4{
        padding-top: 0;
    }

    .major_events .row:nth-of-type(1){
        padding: 1rem;
    }
    body .award-recognition .row .text-box{
        padding-left: 0;
    }
   body .alumni_relation{
        margin-top: 0;
    }
    
    body .utkrisht{
        padding-top: 5rem;
        padding-bottom: 10rem;

    }

   body .icons_text{
padding: 0;
   } 
   body section.Short_Term_Technical {
    padding-bottom: 120px;
    padding-top: 0;
}
body .medhod-content4 {
    padding-left: 0;
}

body .section_mrnat .mrnat img.img-fit {
    margin-left: -15px;
}
section.section_mrnat p {
    padding-bottom: 15px;
}
body .section_mrnat .policy_links li a {
    padding: 0px 10px;
}
body section.other_admission_list {
    padding-bottom: 50px;
    padding-top: 40px;
}
section.other_admission_list .col-md-4 {
    margin-bottom: 30px;
}
body section.procedure-for-change {
    text-align: center;
    padding: 50px 0;
}
body .admission_faq h6 {
    margin-bottom: 35px;
}
body section.admission_faq.mriiirs_admission_faq h6:after {
    content: "";
    width: 79%;
    height: 1px;
    top: 13px;
}
body .mru_admission_righttab {
    padding-left: 0;
    background-color: #fff;
}

}

/*767px-css-end*/

@media only screen and (max-width: 992px) and (min-width: 699px) {
    body section.international-admission2 {
        background: #BC2027;
        padding: 100px 0 50px;
        margin-top: 13px;
    }

}

@media (min-width:375px) and (max-width:575px) {


}

/*---- Mobile Devices ----*/

@media (min-width:320px) and (max-width:575px) {
    body .mrnat h3 {
        font-size: 40px;
        margin-bottom: 29px;
    }
    body .section_mrnat .policy_links li a {
        padding: 0px 6px;
    }
   body .scholarly_program {
    grid-template-columns: repeat(1, 1fr);
}
body .scholarly_program li {
    padding: 40px 18px 30px;
}
}

.program_course_list_menu ul li a.active{
    color: #BC2027;
}




body .menu_important_link {
    width: 100%;
}

.has-megamenu:hover .mega-menu {
    display: block;
}

/* .mega_hover .navbar-nav .nav-link{color: var(--colorwhite);} */

.megamenu-items li {
    display: block;
    position: relative;
    font-size: 1.1rem;
    color: #333333;
    transition: all .05s linear;
    cursor: pointer;
}

.megamenu-items li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    opacity: 0;
    background: var(--primary-color4);

}.megamenu-items li.active::before {
    opacity: 1;
    width: 30px;
    transition: all .5s ease;
}

.megamenu-items :where(li:hover, li.active) {
    color: var(--colorwhite);
    opacity: 1;
}

.nav-item.nav_menu.has-megamenu:hover .nav-link {
    color: var(--orange_color);
}

.nav-item.nav_menu .nav-link {
    transition: .3s all;
    position: relative;
}

.nav-item.nav_menu:hover .nav-link::after {
    transform: scaleX(1);
}

.nav-item.nav_menu .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2.3rem;
    width: 100%;
    height: 3px;
    background-color: var(--orange_color);
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s all;
}

.mega-menu-right {
    display: grid;
    height: 100%;
    padding-top: 110px;
    padding-left: 74px;
}

.mega-menu-right .mega-submenu {
    grid-area: 1/1;
    height: 100%;
    display: flex;
    flex-direction: column;
    display: none;
}

.mega-menu-right .mega-submenu.show {
    display: flex;
}

.mega-menu-right ul {
    margin-bottom: 2rem;
}

.mega-submenu ul li {
    position: relative;
    margin-bottom: 10px;
}

.mega-submenu ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .4rem;
    height: .7rem;
    width: .7rem;
    border: 2px solid var(--color-yellow);
    border-radius: 50%;
}

.mega-submenu ul li a {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.5;
    transition: .3s all;
}

.mega-submenu ul li a:hover {
    color: var(--color-red)
}

.mega-submenu .bottom {
    margin-top: auto
}

/*main-structure megamenu-css-end */

.mgega_program {
    overflow: hidden;
    transition: .5s ease-in-out;
}

.mgega_program .container,
.mgega_program .row {
    height: 100%;
}

.mgega_program .gx-lg-5 {
    --bs-gutter-x: 8rem;
}

.mgega_program .col-lg-8 {
    padding: 0;
}

.mgega_program .col-lg-8 .mega-menu-right {
    padding-left: 4.7rem;
}

.mgega_program .col-lg-4 {
    padding: 0 4rem 0 0;
    height: 100%;
}

.mgega_program .mega-menu-left {
    width: 364px;
    height: 100vh;
    position: relative;
    margin-left: auto;
    z-index: 1;
    float: left;
    padding-top: 110px;
    background-color: #9f0039c4;
}


@media (max-width:1400px){
    .mgega_program .mega-menu-left>.megamenu-items{
        overflow-y: auto;
        height: 650px;
    }
}
.mgega_program .mega-menu-left>.megamenu-items::-webkit-scrollbar {  
    width: 3px;  
}  
.mgega_program .mega-menu-left>.megamenu-items::-webkit-scrollbar-track {  
    background-color: #E7E7E7
}  
.mgega_program .mega-menu-left>.megamenu-items::-webkit-scrollbar-thumb {  
   background-color: rgba(223, 86, 86, 0.69);
}  
.mgega_program .mega-menu-left>.megamenu-items::-webkit-scrollbar-thumb:hover {  
    background-color: #000;  
}


/* .mgega_program .mega-menu-left::before {
    width: 100%;
    height: 100vh;
    top: -10rem;
    left: 0;
    background: #00000029;
    content: "";
    position: absolute;
    z-index: -1;
} */

.mgega_program .megamenu-items,
.life_mega .life_menulilst {
    padding: 0;
}

.mgega_program .megamenu-items li,
.life_mega .life_menulilst li a {
    color: #fff;
    opacity: 1;
    margin-bottom: 0;
    padding: 0 56px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 30px;
    font-size: 21px;
}


.mega-menu-left>ul:not(:first-child){
    border-top: 1px solid rgb(255 255 255 / 23%);
    margin: 0 56px;
    padding-top: 40px;
    margin-top: 40px;
}
.mega-menu-left>ul>li{
    margin-bottom: 20px;
    line-height: 20px;
}
.mega-menu-left>ul>li>a{
    color: #fff;
    opacity: 1;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 21px;
}
.mgega_program .megamenu-items li:hover {
    color: var(--primary-color4);
}
.life_mega .life_menulilst li a:hover {
    color: var(--primary-color4);
}
.mgega_program .megamenu-items li:hover {
    opacity: 1;
}

.mgega_program .mega-menu-right .course_list {
    display: block;
}
 
.mega-submenu>ul {
    padding-left: 30px;
    overflow-y: auto;
    height: 550px;
}

.mega-submenu>ul::-webkit-scrollbar {  
    width: 3px;  
}  
.mega-submenu>ul::-webkit-scrollbar-track {  
    background-color: #E7E7E7
}  
.mega-submenu>ul::-webkit-scrollbar-thumb {  
   background-color: rgba(223, 86, 86, 0.69);
}  
.mega-submenu>ul::-webkit-scrollbar-thumb:hover {  
    background-color: #000;  
}




.mgega_program .mega-menu-right .course_list li p {
    padding: 2rem 0 1rem;
    font: var(--font34);
    color: #A8C2DB;
    font-weight: bold;
}

.mgega_program .mega-menu-right .course_list a {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 21px;
    color: var(--bs-white);
    font-weight: 400;
}

.mgega_program .mega-menu-right .course_list a:hover {
    color: var(--primary-color4);
}

.mgega_program .megamenu-item.active {
    color: var(--primary-color4);
    opacity: 1;
}

/* UI02031998 */



/* 28-02-24 */
/* 28-02-24 */

.home_enquiry {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
}

.home_enquiry.footer-fix-enquiry {
    position: fixed;
    bottom: 0;
}

.enquiry-panel {
    display: flex;
    align-items: center;
}

.home_enquiry.footer-fix-enquiry .fix-enquiry-form {
    right: 10px;
    position: absolute;
    width: 390px;
    bottom: 80px;
}

.home_enquiry.footer-fix-enquiry .fix-enquiry-form {
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #e5e5e5;
    position: absolute;
    /*right: 0;*/
    /*bottom: 100%;*/
    display: none;
    padding-top: 0;
}

.home_enquiry.footer-fix-enquiry .fix-enquiry-form h1 {
    color: #9f9f9f;
    font-size: 30px;
}

.home_enquiry.footer-fix-enquiry .enquire-now {
    cursor: pointer;
}

.home_enquiry.footer-fix-enquiry .close-form {
    width: 22px;
    position: absolute;
    right: -4px;
    top: -8px;
    font-size: 11px;
    background: #363636;
    display: block;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #d3d3d3;
    line-height: 22px;
    cursor: pointer;
}

.home_enquiry .btn {
    padding: 0;
    border: 0;
    outline: 0;
}

.enquiry-panel h2 {
    font-size: 12px;
    background: #0DACE5 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000001F;
    padding: 8px 21px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.enquiry-panel h2:after {
    width: 8px;
    height: 10px;
    content: "";
    position: absolute;
    bottom: -12px;
    right: -1px;
    transform: rotate(-90deg);
    border-bottom: solid 5px #0DACE5;
    border-right: solid 7px #0DACE4;
    border-left: solid 7px transparent;
    border-top: solid 7px transparent;
    box-shadow: 0px 5px 10px #0000001F;
}


.Publications_main .program_structure {
    background-color: #fff;
    padding: 40px 38px 40px 40px;
}
.Publications_main .program_pan_structure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #e3e3e3;
    justify-content: space-between;
    padding: 24px 12px 24px 0px;
}

#submitReview{
    border: 0;
    background-color: #ba2026;
    border-radius: 0;

}