@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');

:root {
    --primary-font1: 'Montserrat', 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(--secondary-font);
    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(--secondary-font);
    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;
}

.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: 0rem;
    margin-bottom: 0;
    font-weight: 400;
    color: #363636;
}

.program_highlight p {
    margin-top: 0rem;
    font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
    font-weight: 400;
    line-height: calc(21px + (24 - 21) * (100vw - 1366px) / (1920 - 1366));
}

.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 + (28 - 24) * (100vw - 1366px) / (1920 - 1366));
    padding-bottom: 0;
    font-weight: 400;
}

.custom-bullets li>a {
    text-decoration: underline;
    font-weight: 700;
    color: #0d6efd;
}

.custom-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #FCD200;
}

.table.nowrap tbody tr:last-child td {
    border-bottom: 1px solid #eee;
}

.font-36 {
    color: #BC2027;
    font-weight: 800;
    font-size: calc(36px + (38 - 36) * (100vw - 1366px) / (1920 - 1366));
    font-size: 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 + (26 - 22) * (100vw - 1366px) / (1920 - 1366));
}

.font-15 {
    color: #363636;
    font-weight: 600;
    font-size: calc(15px + (17 - 15) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(21px + (24 - 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: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(21px + (23 - 21) * (100vw - 1366px) / (1920 - 1366));
}

.font-11 {
    color: #363636;
    font-weight: 500;
    font-size: calc(11px + (13 - 11) * (100vw - 1366px) / (1920 - 1366));
    line-height: calc(20px + (21 - 20) * (100vw - 1366px) / (1920 - 1366));
}

.bg-blue {
    background-color: #0DACE5;
}

@media only screen and (min-width: 1367px) {
    .font-36 {
        font-size: calc(36px + (38 - 36) * (100vw - 1366px) / (1920 - 1366));
        font-size: calc(42px + (45 - 42) * (100vw - 1366px) / (1920 - 1366));
    }

    .font-21 {
        font-size: calc(21px + (23 - 21) * (100vw - 1366px) / (1920 - 1366));
        line-height: calc(30px + (32 - 30) * (100vw - 1366px) / (1920 - 1366));
    }

    .font-18 {
        font-size: calc(18px + (20 - 18) * (100vw - 1366px) / (1920 - 1366));
        line-height: calc(26px + (30 - 26) * (100vw - 1366px) / (1920 - 1366));
    }

    .font-16 {
        font-size: calc(16px + (18 - 16) * (100vw - 1366px) / (1920 - 1366));
        line-height: calc(22px + (26 - 22) * (100vw - 1366px) / (1920 - 1366));
    }

    .font-15 {
        font-size: calc(15px + (17 - 15) * (100vw - 1366px) / (1920 - 1366));
        line-height: calc(21px + (24 - 21) * (100vw - 1366px) / (1920 - 1366));
    }

    .font-13 {
        font-size: calc(13px + (15 - 13) * (100vw - 1366px) / (1920 - 1366));
        line-height: calc(21px + (24 - 21) * (100vw - 1366px) / (1920 - 1366));
        font-weight: 400;
    }

    .font-12 {
        font-size: calc(12px + (14 - 12) * (100vw - 1366px) / (1920 - 1366));
        line-height: calc(16px + (21 - 16) * (100vw - 1366px) / (1920 - 1366));
    }

    .font-11 {
        font-size: calc(11px + (13 - 11) * (100vw - 1366px) / (1920 - 1366));
        line-height: calc(15px + (21 - 15) * (100vw - 1366px) / (1920 - 1366));
    }
}

.home_box *,
.main_happening *,
.placement_pic *,
.happening_content,
.full_box:hover * {
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
}

.home_box,
.placement_pic,
.happening_img {
    overflow: hidden;
}

.home_box:hover img,
.placement_pic:hover img,
.main_happening:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.full_box:hover {
    z-index: 1;
}

.full_box::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--primary-color3);
    transform: rotateX(90deg);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.full_box:hover:after {
    z-index: -1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}

footer .col-md-3 ul li>a>img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

footer .col-md-3 ul li>a:hover>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

@media (min-width:992px) {
    .anim_up {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
        position: relative;
        overflow: hidden;
        -webkit-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        -o-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    }

    .revel .anim_up {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .anim_down {
        clip-path: polygon(0% 0%, 100% 0%, 100% 15%, 0 15%);
        position: relative;
        overflow: hidden;
        -webkit-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        -o-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    }

    .revel .anim_down {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
    }

    .anim_right {
        clip-path: polygon(0% 0%, 0 0, 0 100%, 0% 100%);
        position: relative;
        overflow: hidden;
        -webkit-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        -o-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    }

    .revel .anim_right {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .anim_left {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        position: relative;
        overflow: hidden;
        -webkit-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        -o-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    }

    .revel .anim_left {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }

    .anim_mid {
        clip-path: polygon(30% 0, 70% 0, 70% 100%, 30% 100%);
        position: relative;
        overflow: hidden;
        -webkit-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        -o-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    }

    .revel .anim_mid {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@media(min-width:992px) {
    .revel .dpt-of-education-text {
        animation: fadeIn 2s cubic-bezier(0.5, 0.5, 0, 1);
        -webkit-animation: fadeIn 2s cubic-bezier(0.5, 0.5, 0, 1);
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .research_slide_box {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
        position: relative;
        overflow: hidden;
        -webkit-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        -o-transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
        transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    }

    .revel .research_slide_box {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.searchable ul {
    display: block;
    list-style-type: none;
    top: 100%;
    flex-wrap: wrap;
    padding: 0;
    height: 15rem;
    overflow-y: scroll;
    position: absolute;
    background: #fff;
    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;
}

.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;
}

.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;
}

.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: 375px) {}

@media (max-width:1365px) {}

@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;
    }
    section.Teaching-Learning-Methodologies.new-v{
        padding-top: 0;
    }

    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;
    }
}

@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;
    }
}

@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: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;
    }
}

.searchBy_filter {
    margin-bottom: 40px;
}

.searchBy_filter .form-select,
.searchBy_filter .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #b4b4b4;
    border-radius: 0;
    color: #636363;
    background-color: #f8f8f8;
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    margin-right: 10px;
}

.searchBy_filter .form-control:focus,
.searchBy_filter .form-select:focus {
    box-shadow: none;
}

.searchBy_filter input::placeholder {
    color: #636363;
}

@media (max-width:765px) {

    .searchBy_filter .form-select,
    .searchBy_filter .form-control {
        width: 100%;
    }
}

.anachor-tag {
    position: relative;
    top: -100px;
    height: 0;
    width: 1px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .9s ease-in-out;
    transition: transform .9s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.program_course_list_menu ul li a.active {
    color: #BC2027;
    font-weight: 500;
}

body .menu_important_link {
    width: 100%;
}

.has-megamenu:hover .mega-menu {
    display: block;
}

.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
}

.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 .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: 500;
    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;
}

.student_testimonial_sec {
    position: relative;
    background: -o-linear-gradient(bottom, #E1DFE4 130px, #CC014A 0%);
    background: linear-gradient(to top, #E1DFE4 130px, #CC014A 0%);
    padding-top: 90px;
    margin: 0 40px;
    padding-bottom: 50px;
}

.student_testimonial_sec.sch_testi {
    background: -o-linear-gradient(bottom, #fff 130px, #b22b2e 0%);
    background: linear-gradient(to top, #fff 130px, #BC2027 0%);
}

.student_testimonial_sec.dep_testi {
    background: -o-linear-gradient(bottom, #fff 130px, #b22b2e 0%);
    background: linear-gradient(to top, #fff 130px, #BC2027 0%);
}

.student_testimonial_sec .sec_title {
    position: absolute;
    z-index: 11;
    display: inline-block;
    width: auto;
    top: 50px;
}

.home_student_testimonials {
    margin-top: 0;
    padding-left: 100px;
}

.home_student_testimonials .play-icon {
    display: none;
}

.student_testimonial_sec .stdtestim_caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.home_student_testimonials .stdtestim_figure {
    margin-left: 0px;
    position: relative;
}

.home_student_testimonials .stdtestim_figure img {
    max-width: 406px !important;
    height: 283px;
    object-fit: cover;
}

.home_student_testimonials .stdtestim_figure .play-icon img {
    width: 52px !important;
    height: 52px;
}

.stdtestim_figcaption {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.student_testimonial_sec .read_placement {
    position: absolute;
    bottom: 20px;
}

.student_testimonial_sec .read_placement a img {
    margin-left: 10px;
    width: 33px;
    height: 33px;
    box-shadow: 0px 0px 6px 0px rgb(86 86 86 / 12%);
}

.student_testimonial_sec.sch_testi .read_placement a img {
    box-shadow: 2px 2px 6px 0px rgb(37 37 37 / 30%);
}

.student_testimonial_sec .read_placement a {
    color: #363636;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.student_testimonial_sec .read_placement a:hover {
    color: var(--primary-color1);
}

.stdtestim_caption h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.stdtestim_caption p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
}

.student_panl2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 50px;
    padding-top: 90px;
    margin-top: -90px;
    height: 100%;
}

.student_panl2:before {
    content: "";
    width: 1px;
    height: 105%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0.34;
}

.student_panl2 h4 {
    font-size: 54px;
    color: var(--bs-white);
    line-height: 72px;
    font-weight: 600;
    margin-bottom: 0;
}

.student_panl2 p {
    color: var(--bs-white);
    font-size: 13px;
    line-height: 18px;
}

@media(min-width:1400px) {
    .stdtestim_caption h3 {
        font-size: calc(18px + (25 - 18) * (100vw - 1400px) / (1920 - 1400));
        margin-bottom: 10px
    }

    .stdtestim_caption p {
        font-size: calc(13px + (16 - 13) * (100vw - 1400px) / (1920 - 1400));
        line-height: 24px;
    }

    .student_testimonial_sec .read_placement a {
        font-size: calc(15px + (18 - 15) * (100vw - 1400px) / (1920 - 1400));
    }
}

@media (max-width:765px) {
    .student_testimonial_sec {
        padding-bottom: 0;
        margin: 0;
        padding-top: 50px;
    }

    .home_student_testimonials {
        margin-top: 0;
    }

    .student_testimonial_sec .sec_title {
        position: relative;
        top: auto;
    }

    .home_student_testimonials {
        padding-left: 0;
    }

    .student_testimonial_sec .sec_title .main_title {
        text-align: left;
    }

    .student_testimonial_sec.campus_testi {
        background: #cc014a;
    }

    .student_testimonial_sec.sch_testi {
        background: #b22b2e;
    }

    .student_testimonial_sec.dep_testi {
        background: #b22b2e;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .home_student_testimonials .stdtestim_figure img {
        max-width: 100% !important;
        height: 190px;
    }

    .student_testimonial_sec .stdtestim_caption {
        height: 100%;
    }

    .stdtestim_figcaption .read_placement {
        position: relative;
        bottom: 0;
    }

    .stdtestim_figcaption {
        display: block;
    }

    .student_testimonial_sec .container>.row>div[class*="col-"]:nth-child(2) {
        order: 2;
    }

    .student_testimonial_sec .container>.row>div[class*="col-"]:nth-child(3) {
        order: 0;
    }

    .student_testimonial_sec .read_placement {
        position: relative;
        order: 3;
        background-color: #e1dfe4;
        padding: 15px 5px;
        text-align: center;
        bottom: 0;
    }

    .student_testimonial_sec .read_placement a {
        color: #363636;
        justify-content: center;
    }

    .student_panl2 {
        padding-left: 20px;
        padding-top: 0;
        margin-top: 0;
        border-left: 1px solid rgb(255 255 255 / 35%);
    }

    .student_panl2 h4 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 0;
    }

    .stdtestim_caption h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .stdtestim_caption p {
        font-size: 12px;
        line-height: 21px;
        ;
    }
}

.event_dtl_sec_area {
    padding-bottom: 120px;
}

@media (min-width:992px) {
    .event_dtl_sec_area .event_big_banner img {
        height: 600px;
        object-fit: cover;
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -ms-object-fit: cover;
    }
}

.event_dtl_sec_area .overlap-box p {
    margin-bottom: 10px;
}

.event_dtl_sec_area .overlap-box p,
.event_dtl_sec_area .overlap-box h5 {
    color: #363636;
}

@media (max-width:765px) {
    .event_dtl_sec_area {
        padding-bottom: 60px;
    }
}

.event_dtl_sec_area .title-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.event_dtl_sec_area .title-head p {
    margin-top: 10px;
}

.comment-img {
    background: #b5b8f0;
    height: 325px;
    object-fit: cover;
    object-position: top;
    color: #fff;
    font-size: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 320px) and (max-width: 575px) {
    .comment-img {
        font-size: 50px;
        height: calc(180px + (325 - 180) * (100vw - 320px) / (575 - 320));
    }
}

tbody tr:last-child {
    border-bottom: 1px solid #E9E9E9;
}
button#submitReview{
    border: 0;
    border-radius: 0;
    font-size: 12px;
    background-color: #bc2027;
}
.state-of-the-art-labs-mriirs .row:nth-of-type(1){
    display: none;
}
.Schoolofdep7 ul li:last-child{ display:none }


@media only screen and (max-width: 600px) {
.about-department > div > div > p > b > span
{
font-size:1.35rem !important;
}
.about-department > div > div > p > strong > span > span
{
font-size:1.05rem !important;
}
.about-department > div > div > h2 > span > b
{
font-size:1.35rem !important;
}
.about-department > div > div > p
{
font-size:1.05rem !important;
}
h2.mycalviewnw
{
font-size:1.35rem !important;
}
.international-collabrating > div > div > h2 > span > b > span
{
font-size:1.5rem !important;
}
.life-cse> div > div > h2 > span > b > span
{
font-size:1.5rem !important;
}
section.life-cse.life-at-soeh.department_life_pan
{
    margin: 20px 0px 20px !important;
}

}

.manav_note h4 {
    font-size: 18px;
}
.manav_note p {
    margin-bottom: 10px;
}
.paper_btn img {
    width: 100px;
}
.paper_btn {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}
.paper_btn a {
    border: 1px solid #666;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0px 15px 0px 0px;
    color: #000;
}
.paper_btn a p {
    margin: 0px;
}
.image_paper img {
    width: 100%;
}

.alumni_main img {
    margin-bottom: 18px;
}

.alumni_main ul li {
    font-size: 14px;
}
.alumni_main ul {
    list-style: disc;
}



.mentors_top_content p {
    font-weight: 400;
}
.mentors_top_content ul li {
    list-style: disc;
}



.eligibility_criteria ul li {
    list-style: disc;
}


.department_content ul li {
    list-style: disc;
}



.applybutton {
    display: none;
}