.header_top_menu {
    min-height: 5rem;
    background-color: #162f67;
}

.top_layout,
.tl_left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.heroWrapper {
    position: relative;
}

#slider {
    height: 22rem;
    overflow: hidden
}

.rightPanel,
.eepanel {
    width: 100%;
    border-top: 2rem solid #e96d35;
}

.eepanel {
    height: 60rem;
}

.rightPanel {
    height: 52rem;
    border-top: none
}

.qbox,
.eeqbox {
    background: #474747;
    width: 100%;
    padding: 2rem 1rem;
}

.eeqbox {
    height: 58rem;
}

.qbox {
    height: 52rem;
    padding: 0 1rem;
}

.breadcrumb {
    font-size: 1.4rem;
    padding: 1rem;
    line-height: 2.5rem;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.breadcrumb ul li+li:before {
    padding: 0.5rem;
    color: #e84204;
    content: "/\00a0";
}

.breadcrumb a {
    color: #264796;
}

.breadcrumb span {
    padding: 0 0.5rem
}

.slideW {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 973px;
    height: 428px;
    overflow: hidden;
    visibility: hidden;
}

.slideC {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 973px;
    height: 428px;
    overflow: hidden;
}

#main {
    padding: 0;
    margin: 0
}

.mainContent {
    padding: 2rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: justify;
}

/* University Features Section */

.unv_feat_section {
    background: #f8f9fa;
    padding: 3rem 0;
    text-align: center
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 2.5rem
}

.highlight-box {
    background: #fff;
    border: 1px solid #24448f;
    border-radius: 2rem;
    padding: 3rem 2rem;
    transition: all .3s ease
}

.highlight-box:hover {
    box-shadow: 0 6px 18px #0000001a;
    transform: translateY(-5px)
}

.icon {
    font-size: 3.6rem;
    color: #e85c0d;
    margin-bottom: 1.5rem
}

.highlight-box span {
    font-size: 2.8rem !important;
    color: #036;
    margin-bottom: 1rem
}

.highlight-box p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    line-height: 2.8rem
}

.mainContent h1,
.mainContent h2,
.mainContent h3 {
    font-size: 2.2rem;
    color: #264796;
    line-height: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    text-align: left;
}

.mainContent h2,
.mainContent h3 {
    font-size: 2rem;
    color: #000;
}

.mainContent span {
    font-size: 1.8rem;
    color: #e14925;
    display: block;
    font-weight: 400
}

.mainContent b {
    font-weight: 400;
    display: block;
    margin-bottom: 0.5rem;
}

.mainContent strong {
    font-weight: 500;
}

.mainContent a {
    color: #1c499f;
}

.mainContent p,
.mainContent ul,
.mainContent ol {
    margin: 0 0 1.5rem;
}

.mainContent ul li {
    position: relative;
    margin-bottom: 1rem;
    line-height: 2rem;
    font-weight: 400;
    color: #111;
    padding-left: 2rem;
}

.mainContent ul li::before {
    position: absolute;
    top: -0.1rem;
    left: 0;
    font-size: 1.1rem;
    content: '▶';
    color: #e14925;
}

.mainContent ol {
    margin: 0 2rem 3rem;
    list-style: decimal;
    line-height: 3rem
}

.mainContent ol li {
    list-style: decimal;
    padding-left: 1rem
}

.mainContent ol ::marker {
    font-weight: 500;
    color: #e14925;
}

span.hbg {
    font-size: 2rem;
    background: #e14925;
    color: #fff;
    padding: 1rem;
    display: inline-block;
}

.admission_steps,
.step_div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
}

.step_div {
    padding: 2rem;
    background: #f5f5f5;
    margin: 0;
    border: 1px solid #000;
}

.step_div span {
    font-size: 2rem;
    font-weight: 500;
    border: 1px solid #264796;
    padding: 0.5rem 2rem;
    background: #264796;
    color: #fff;
    text-transform: uppercase;
}

.step_div img {
    width: 5rem;
}

.step_div p {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000
}

.step_div p a {
    font-size: 2rem;
}

.fee_structure_table {
    margin: 0;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 2rem
}

.fee_structure_table table {
    width: 76.7rem;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.fee_structure_table table td {
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 0.5rem 1rem
}

.fee_structure_table table th {
    background: #264796;
    border: 1px solid #264796;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 0.5rem 1rem
}

.fee_structure_table table td:first-child {
    font-weight: 500
}

.fee_structure_table table tr.bold_txt td {
    font-size: 1.6rem;
    font-weight: 500;
    color: #264796;
}

.fee_structure_table table th:not(:first-child),
.fee_structure_table table td:not(:first-child) {
    text-align: center
}

p.note_p {
    font-size: 1.4rem;
}

p.note_p b {
    font-weight: 700;
    display: inline;
}

sup {
    color: red;
}

.buttonRow {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.modalButt {
    display: inline-block;
    padding: 0.4rem 2rem;
    text-align: center;
    background: #df4c16;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}

.modalButt a {
    color: #fff
}

.callBox {
    display: inline-block;
    width: 32.2rem;
    height: 3.5rem;
    background: url('https://www.mangalayatan.in/admission-open/images/callBox.jpg') no-repeat top;
    font-size: 2.1rem;
    color: #000;
    line-height: 3.5rem;
    letter-spacing: 1.2px;
    padding-left: 10.1rem;
}

.callBox a {
    color: #000
}

.offered_course_section {
    padding: 3rem 2rem;
    display: grid;
    gap: 3rem;
    text-align: center;
}

.ocs_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1rem;
    border: 1px solid #ccc
}

.ocsbox_icon img {
    width: 8rem;
    margin: auto;
}

.course_title {
    font-size: 2rem;
    font-weight: 500;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 3rem;
    text-align: center
}

/* Highlight Banner */

.highlight_banner {
    background: #082476;
    border-radius: 1rem;
    padding: 2rem;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 2rem
}

.hb_img {
    display: none;
}

.hbanner_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
}

.hb_top_txt {
    font-size: 1.8rem;
}

.highlight_banner span {
    font-size: 3rem;
    color: #fff;
    line-height: 4rem;
    font-weight: 500;
}

.hb_cta {
    display: flex;
    justify-content: center;
    text-align: center;
    width: max-content;
    margin: auto;
}

.hb_cta a {
    width: max-content;
    padding: 0 2rem;
    background: #ffc32a;
    color: #001659;
    font-size: 3rem;
    font-weight: 500;
    line-height: 4rem;
    border-radius: 1rem;
}

/* CTA Container */

.course_cta_container {
    background: #083880;
    border-radius: 1rem;
    padding: 2rem;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    font-size: 1.4rem;
}

.course_cta_container p {
    margin: 0;
}

.course_cta_container p,
.course_cta_container a {
    color: #fff;
}

.course_cta_container a i {
    color: #FDCF26;
}

.course_cta_container img {
    width: 15rem;
    margin: auto;
}

.ccc_img {
    border-bottom: 3px ridge #fff;
    width: 100%;
}

.ccc_txt h3 {
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    font-weight: 400
}

.course_cta_container span {
    background: transparent;
    padding: 0;
    display: inline;
    font-variant: none;
    font-size: 2.2rem;
    color: #FDCF26;
    font-weight: 600
}

.l_txt_4 {
    font-size: 1.6rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.l_txt_4 a {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #FDCF26;
    padding: 0.5rem 1rem;
    color: #FDCF26;
}

.l_txt_4 a em {
    display: none;
}

#logoSlider {
    padding: 3rem 2rem 1rem;
    background: #E9CEC0;
}

#logoSlider .section-heading,
#logoSlider .section-heading span {
    color: #e95301;
}

.recruiterContainer {
    position: relative
}

#logoSlider img {
    min-width: 15rem;
    max-width: 17rem;
    margin: 0 auto;
    height: auto;
}

.faqSection {
    background: #D4E1F9;
    color: #000;
    padding: 3rem 2rem 1rem;
    line-height: 170%;
    text-align: justify;
}

.faqSection h3 {
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;
    padding: 1rem 4rem;
    background: #ed6b3a;
    color: #fff;
    margin-top: 3rem;
    border-bottom: 0.5rem ridge #c24312
}

.acc-container {
    margin: 2rem 0 5rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.acc-btn {
    padding: 2rem;
    cursor: pointer;
    background: #fdece8;
    border-bottom: 1px solid #ed6b3a;
}

.acc-content {
    width: 98%;
    height: 0px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ed6b3a;
    border-top: none;
    border-bottom: none;
    font-size: 1.6rem;
}

.acc-content-inner {
    padding: 2rem;
    border-bottom: 1px solid #ed6b3a;
    border-radius: 0.8rem;
}

.acc-content-inner b {
    font-size: 1.6rem;
    font-weight: 500
}

.acc-content-inner p,
.acc-content-inner ul {
    margin: 0 0 1rem;
}

.acc-content-inner ul li {
    position: relative;
    margin-bottom: 1rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000;
    padding-left: 2rem;
}

.acc-content-inner ul li::before {
    position: absolute;
    top: -0.1rem;
    left: 0;
    font-size: 1.1rem;
    content: '▶';
    color: #e14925;
}

.open {
    height: auto;
}

.acc-container span {
    color: #cc1f06;
    font-size: 1.8rem;
    font-weight: 500
}

.acc-container i {
    color: #ed6b3a;
    margin-right: 1rem
}

.selected {
    color: #1ABC9C;
}

.uhbRow {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.modalButton {
    display: inline-block;
    padding: 0.8rem 2rem;
    text-align: center;
    background: #df4c16;
    border-radius: 1rem;
    color: #fff;
}

.modalButton a {
    color: #fff
}

.callBox {
    display: inline-block;
    width: 32.2rem;
    height: 3.5rem;
    background: url('https://www.mangalayatan.in/admission-open/images/callBox.webp') no-repeat top;
    font-size: 2rem;
    color: #000;
    line-height: 3.5rem;
    letter-spacing: 1.2px;
    padding-left: 9.6rem;
}

.callBox a {
    color: #000
}

.highlights {
    background: #d2d3d5
}

.highlights img {
    display: block;
}

.univHighlights {
    background: #2d4b71;
    padding-bottom: 2rem
}

.univHighlights h3,
.uhbTxt {
    font-family: 'Georgia';
    margin: 1rem 0;
    color: #fff;
    text-align: center;
}

.whyMU,
.muFeatures {
    background: #df4c16;
    color: #fff;
    padding: 2rem 2rem 3rem;
    text-align: left;
    line-height: 2.6rem
}

.whyMU {
    background: #083880
}

.whyMU h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 2.6rem
}

.whyMU p {
    margin-bottom: 1rem;
}

.uhbTxt {
    font-size: 2rem;
}

.muFeatures {
    background: #2d4b71;
    padding: 4rem 2rem 3rem;
}

.muFeatures li {
    margin-bottom: 3rem
}

.muFeatures li b {
    font-weight: 500;
    color: #fff;
}

.muFeatures span {
    font-size: 3rem;
    color: #ff9800;
    font-weight: 500;
}

.recruiters {
    padding: 3rem 2rem;
    line-height: 2.6rem;
    text-align: left;
    background: #df4c16;
    color: #fff;
}

.recruiters h4 {
    font-family: 'Georgia';
    font-size: 2rem;
    margin-bottom: 1rem
}

.recruiters p {
    margin-bottom: 2rem;
}

/******************* Tabbed Content CSS ***********************/

#info-wrapper {
    background: #eee;
    padding: 3rem 2rem;
    text-align: left;
    line-height: 2.6rem;
    font-size: 1.6rem
}

section#info {
    padding: 2rem;
    border-radius: 1rem;
    background: #f5f5f5;
}

.tabs-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.info_tabs {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: 0 0 1rem;
    margin: 0;
    list-style: none;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.info_tabs::-webkit-scrollbar {
    height: 6px
}

.info_tabs::-webkit-scrollbar-thumb {
    background: #00000026;
    border-radius: 10px
}

.info_tabs button {
    appearance: none;
    border: 0;
    background: #083880;
    color: #fff;
    padding: .6rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.6rem !important;
}

.info_tabs button[aria-selected="true"] {
    background: #222d3c;
    box-shadow: 0 6px 14px #00000014
}

.info_tabs button:focus {
    outline: 3px solid #0838801f;
    outline-offset: 3px
}

.tab-panels {
    position: relative
}

.tab-panel {
    display: none;
    padding: 1.25rem 0
}

.tab-panel[aria-hidden="false"] {
    display: block
}

.owl-carousel .carousel-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 6px 18px #0000000a
}

.carousel-card img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto .8rem;
    border-radius: 6px;
    object-fit: cover
}

.carousel-title {
    font-weight: 600;
    color: #e95301;
    margin-bottom: .25rem;
    font-size: 2rem;
}

.carousel-sub {
    font-weight: 600;
    color: #333
}

.placement-meta {
    color: #222;
    margin-bottom: .25rem
}

.testimonial-slide {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(180deg, #dff2ff, #eef9ff);
    border-radius: 12px
}

.t-image-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.testimonial-slide .t-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%
}

.stu_detail {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
}

.stu_detail span {
    font-weight: 600;
    font-size: 2rem;
    color: #e95301;
}

.stu_detail strong {
    font-weight: 600;
}

.stu_detail em {
    color: #000;
    font-style: normal;
}

.testimonial-text {
    text-align: justify;
    color: #333;
    line-height: 3rem;
    padding: 0 1rem;
}

.tabbed_container {
    width: 100%;
}

.tabs {
    display: flex;
    list-style-type: none;
    justify-content: center;
    width: max-content;
    margin: auto;
    gap: 0.5rem;
    width: 100%;
    flex-wrap: wrap;
}

.tabs li {
    display: flex;
    background: #083880;
    padding: 0 1rem;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.tabs li.active {
    background: #222d3c;
}

.tabs-content {
    width: 100%;
    display: none;
    padding: 1.5rem 0;
}

.gallery-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    padding-bottom: 2rem;
}

.gallery-col img {
    max-width: 20rem;
    margin-bottom: 1rem;
}

.img_smalltxt span {
    font-weight: 500
}

/* .scholarshipSection{background:#060f1e; padding:3rem 2rem; color:#fff; text-align:left; line-height:3rem; font-size:1.4rem}
.scholarshipSection a{color:#f8c79a}
.scholarshipSection a:hover{border-bottom:1px solid #f3a35a}
.scholarshipSection h4, .ssbTxt{font-size:3rem; font-weight:500; margin-bottom:1rem; line-height:4rem; color:#e14925}
.scholarshipSection .section-heading{color:#e14925; margin-bottom:1rem; line-height:4rem;}
.ssbTxt{font-size:2rem; line-height:3rem;}
.scholarshipSection i{margin-right:1rem; color:#ef7f1d}
.scholarshipSection span{font-size:130%; border-bottom:1px solid #fff; display:inline-block; margin-bottom:15px}
.scholarshipSection ul{margin-bottom:3rem} */

.scholarshipSection {
    background: #0d1117;
    padding: 3rem 2rem;
    color: #fff;
    text-align: left;
    line-height: 3rem;
    font-size: 1.6rem
}

.scholarship-tab,
.hostel-tab {
    padding: 2rem;
    border-radius: 1rem;
    background: #161b22;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
    text-align: center;
}

.tab-heading {
    color: #ffd700;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 500
}

.scholarship-tab p,
.hostel-tab p {
    margin-bottom: 2rem;
}

.scholarship-tab ul,
.hostel-tab ul {
    margin-bottom: 2rem;
    text-align: left;
}

.scholarship-tab ul li,
.hostel-tab ul li {
    padding-left: 2.8rem;
    margin: 0 0 5px;
    position: relative;
}

.scholarship-tab ul li i,
.hostel-tab ul li i {
    position: absolute;
    top: 0.7rem;
    left: 0;
    color: #ffd700
}

.scholarship-tab .highlight,
.hostel-tab .highlight {
    font-weight: 500;
    color: #ffd700
}

.note {
    margin-top: 1rem;
    color: #ffd700;
    font-weight: 500;
}

.scholarship-tab .cta,
.hostel-tab .cta {
    margin-top: 2rem
}

.scholarship-tab .cta a,
.hostel-tab .cta a {
    display: inline-block;
    padding: 1rem 2rem;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    transition: background .3s
}

.scholarship-tab .cta a:hover,
.hostel-tab .cta a:hover {
    background: #eee
}

#life_mu {
    padding: 3rem
}

#life_mu span {
    display: flex;
    margin-bottom: 2rem;
    font-size: 3rem;
    color: #e95301;
    font-weight: 600;
}

/* YT Video Section */

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000;
}

.video-iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: none
}

.overlay {
    position: absolute;
    inset: 0;
    background: url(../images/life-at-mu-thumbnail.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .4s ease
}

.play-btn {
    background: red;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 2
}

/******************* Chat & WhatsApp CSS ***********************/

.chat_script_mobile {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 99px;
    left: 0;
}

.call_btn {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 50px;
    left: 0;
}

.chat_script_mobile i,
.call_btn i {
    font-size: 34px;
    color: #fff;
    background: #24cc63;
    width: 47px;
    height: 45px;
    display: block;
    line-height: 40px !important;
    margin: 0 !important;
}

.call_btn i {
    background: #2957a4;
}

.chat_script_desktop {
    display: none !important;
}

.header-image,
.mfn-main-slider {
    display: none;
}

.mobile_feature_image,
.mobile_rev_slider {
    display: block;
}

@media only screen and (min-width:400px) {
    #slider {
        height: 22rem
    }
}

@media only screen and (min-width:480px) {
    #slider {
        height: auto;
    }
    .offered_course_section {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width:600px) {
    .eepanel {
        height: 52rem;
    }
    .eeqbox {
        height: 50rem;
    }
    .buttonRow {
        flex-direction: row;
        gap: 2rem;
    }
    .rightPanel {
        height: 44rem;
    }
    .qbox {
        height: 44rem;
    }
    .info_tabs {
        justify-content: center;
    }
}

@media only screen and (min-width:768px) {
    .chat_script_mobile,
    .call_btn {
        display: none;
    }
    .call_row em {
        font-size: 1.5rem;
    }
    .fee_structure_table {
        overflow: hidden;
        padding-bottom: 0
    }
    .fee_structure_table table {
        width: 100%;
    }
    /* .scholarshipSection ul{padding-bottom:5rem}
		.scholarshipSection li{width:50%;float:left;line-height:3rem;}
		.fcol{margin-bottom:8rem}
		.ssbTxt{text-align: center} */
    .offered_course_section {
        grid-template-columns: repeat(3, 1fr)
    }
    .muFeatures ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
    .ccc_txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .l_txt_4 {
        justify-content: center;
        width: max-content;
    }
    .uhbRow {
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    #info-wrapper {
        font-size: 1.6rem;
    }
    .testimonial-slide {
        flex-direction: row;
        gap: 2rem;
        align-items: flex-start;
    }
}

@media only screen and (min-width:1024px) {
    .top_layout {
        display: grid;
        grid-template-columns: 67% 29%;
        gap: 4%;
        overflow: hidden;
    }
    .tl_left {
        gap: 1rem;
    }
    #main_banner_img img {
        height: 46rem
    }
    .heroWrapper {
        padding: 0 2rem;
    }
    #slider {
        width: 60%;
        float: left
    }
    #slider img {
        height: 40rem
    }
    #right {
        width: 38%;
        float: right;
    }
    .rightPanel {
        height: 40rem;
        padding: 0;
    }
    .qbox {
        height: 40rem;
        padding: 0;
    }
    .mainContent {
        padding-top: 2rem
    }
    .admission_steps {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: start;
    }
    .step_div {
        padding: 3rem 0
    }
    .step_div p {
        text-align: center;
        font-size: 2rem;
        font-weight: 300;
    }
    .step_div p a {
        font-weight: 500;
        color: #264695
    }
    .step_div p a:hover {
        border-bottom: 1px solid #264695 !important;
    }
    .admission_steps {
        margin-top: 1rem
    }
    .course_cta_container {
        display: grid;
        grid-template-columns: 15rem 1fr;
        gap: 5rem;
    }
    .course_cta_container p {
        margin: 0
    }
    .ccc_img {
        border-bottom: none;
    }
    .l_txt_4 {
        gap: 1rem 2rem;
    }
    .l_txt_4 a em {
        display: inline;
        font-style: normal
    }
    /* .scholarshipSection .section-heading{text-align:center}
		.fcol{text-align:center;}
		.fcol span{display:inline-block} */
    .whyMU {
        font-size: 1.6rem
    }
    .muFeatures ul {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (min-width:1280px) {
    header {
        min-height: 17rem;
    }
    .header_top_menu {
        min-height: 5.7rem;
    }
    .top_layout {
        grid-template-columns: 66% 32%;
        gap: 2%;
    }
    .eepanel {
        border-top: none;
    }
    .eeqbox {
        padding: 1rem;
    }
    #main_banner_img img {
        height: 43.5rem
    }
    .heroWrapper {
        padding: 0;
        height: 41rem;
    }
    #slider {
        width: 69%;
    }
    #slider img {
        height: 40rem;
    }
    #right {
        width: 30%;
    }
    .rightPanel {
        height: 40rem;
    }
    .qbox {
        height: 40rem;
    }
    .breadcrumb {
        display: block;
        font-size: 1.5rem;
        color: #555;
        padding: 0 0 1rem;
    }
    .breadcrumb span {
        color: #e14925;
    }
    .breadcrumb a {
        font-weight: 500
    }
    .mainContent {
        padding: 3rem 0;
        line-height: 3rem
    }
    .mainContent h1 {
        font-size: 2.7rem;
    }
    .mainContent h2,
    .mainContent h3 {
        font-size: 2.5rem;
    }
    .mainContent ul {
        margin: 0.5rem 1rem 3rem;
    }
    .scholarship-tab ul.twoCol,
    .hostel-tab ul.twoCol,
    .mainContent ul.twoCol {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .scholarship-tab ul.twoCol,
    .hostel-tab ul.twoCol {
        max-width: 110rem;
        margin: auto;
    }
    .scholarship-tab ul.twoCol li,
    .hostel-tab ul.twoCol li {
        text-align: left;
    }
    .owl-carousel .prev-slide {
        left: -33px
    }
    .owl-carousel .next-slide {
        right: -33px
    }
    .offered_course_section {
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
        gap: 1rem;
        padding: 2rem 0
    }
    .ocsflex {
        display: flex;
    }
    .ocs_box {
        padding: 2rem 0;
        flex: 1;
    }
    .pd2 {
        padding: 2rem;
        flex: none;
    }
    .course_title {
        font-size: 1.4rem;
    }
    .course_cta_container {
        grid-template-columns: 25rem 1fr;
        overflow: hidden;
        font-size: 2rem;
        border-radius: 2rem;
    }
    .course_cta_container p {
        margin: 0
    }
    .ccc_img {
        width: 25rem;
        height: 32rem;
        margin: 0;
        position: relative;
    }
    .ccc_img img {
        width: 25rem;
        height: auto;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2
    }
    .ccc_txt {
        gap: 2rem;
    }
    .ccc_txt h3,
    .course_cta_container span {
        font-size: 3rem;
        font-weight: 400;
    }
    .course_cta_container span {
        font-weight: 600;
    }
    .l_txt_4 {
        font-size: 2rem;
    }
    a.tel_link {
        pointer-events: none;
        cursor: text;
    }
    #info-wrapper {
        padding: 4rem 0;
        height: 57.5rem;
    }
    .tabs li {
        padding: 0.5rem 1.6rem;
        font-weight: 500;
    }
    .testimonial-slide {
        padding: 2rem;
        gap: 0
    }
    .t-image-wrapper {
        width: 35rem;
        flex-basis: 35rem;
    }
    .testimonial-slide .t-image img {
        width: 160px;
        height: 160px;
    }
    .testimonial_desc {
        font-size: 1.6rem;
        line-height: 3rem;
        flex: 1
    }
    .testimonial-text {
        padding: 0;
    }
    #logoSlider {
        padding: 4rem 5rem;
    }
    #logoSlider .section-heading {
        font-size: 3rem;
        margin-bottom: 5rem;
    }
    /* .scholarshipSection{padding:3rem 0 1rem;}		
		.fcol span{margin-bottom:2rem} */
    .scholarshipSection {
        padding: 3rem 0 1rem;
        height: 57.5rem;
    }
    .tab-heading {
        font-size: 3rem;
        font-weight: 400
    }
    .scholarship-tab ul,
    .hostel-tab ul {
        text-align: center;
    }
    .highlights {
        padding: 3rem 0
    }
    .highlights img {
        width: 100%;
        height: 40rem;
    }
    .whyMU,
    .muFeatures {
        padding: 2rem 4rem;
    }
    .whyMU {
        text-align: left
    }
    .whyMU h3 {
        font-family: 'georgia';
        font-size: 2.5rem;
        display: block;
        border-bottom: 1px solid #fff;
        color: #fff;
        line-height: 3rem;
        width: max-content;
        margin: auto;
        max-width: 100%;
    }
    .muFeatures {
        padding: 4rem 4rem 0
    }
    .muFeatures ul {
        grid-template-columns: repeat(6, 1fr);
        text-align: center
    }
    .muFeatures span {
        display: block;
        margin-bottom: 1rem
    }
    .univHighlights h3,
    .uhbTxt {
        margin-bottom: 2rem;
    }
    .pdR5 {
        padding-right: 5rem
    }
    .tabs-content {
        padding: 2.5rem 0;
    }
    /* Highlight Banner */
    .highlight_banner {
        text-align: left;
        padding: 3rem 4rem;
    }
    .hb_img {
        display: block;
        position: absolute;
        bottom: 0;
        right: 4rem;
        width: 31rem;
    }
    .hbanner_txt {
        align-items: start;
        font-size: 1.8rem;
        width: 60rem;
    }
    .hb_top_txt {
        font-size: 2rem;
    }
    .hb_cta {
        justify-content: start;
        margin: 0;
    }
}

@media (max-width:420px) {
    .info_tabs button {
        padding: .5rem .75rem;
        font-size: .95rem
    }
}

.view-more {
    display: flex;
    justify-content: center;
    margin-top: 1rem
}

.view-more a {
    display: inline-block;
    background: #e95301;
    color: #fff;
    padding: .5rem 1.25rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600
}

.owl-carousel {
    padding: .25rem 0
}

.owl-stage-outer {
    padding: .25rem
}