/* UI 02011995 */
header.header_wrapper {
    background: #4A4C55;
    padding: 3rem 0rem 2rem;
}

main {
    margin-top: 18rem;
}

.pdt_12 {
    padding-top: 12rem;
}

.pdt_10 {
    padding-top: 10rem;
}

.pdt_9 {
    padding-top: 9rem;
}

.pdt_8 {
    padding-top: 8rem;
}

.pdt_5 {
    padding-top: 5rem;
}

.pdt_4 {
    padding-top: 4rem;
}

.pdt_3 {
    padding-top: 3rem;
}

.pdb_12 {
    padding-bottom: 12rem;
}

.pdb_10 {
    padding-bottom: 10rem;
}

.pdb_9 {
    padding-bottom: 9rem;
}

.pdb_8 {
    padding-bottom: 8rem;
}

.pdb_5 {
    padding-bottom: 5rem;
}

.pdb_4 {
    padding-bottom: 4rem;
}

.pdb_3 {
    padding-bottom: 3rem;
}

.pdb_2 {
    padding-bottom: 2rem;
}


.pdl_3 {
    padding-left: 3rem;
}

.mt_12 {
    margin-top: 12rem;
}

.mt_10 {
    margin-top: 10rem;
}


.page_title {
    margin-bottom: 6rem;
}

li.breadcrumb_item, li.breadcrumb_item a {
    color: var(--fontcolor);
    padding-left: 0;
    font-size: 1.6rem;
}

li.breadcrumb_item a::after {
    content: "\0203A";
    float: none;
    font-size: 1.5rem;
    color: var(--fontcolor);
    font-family: FontAwesome;
    padding: 0rem 1rem;
}

li.breadcrumb_item:last-child a::before {
    display: none;
}

.page_title h1 {
    font-size: 5rem;
    line-height: 5rem;
    color: var(--fontcolor);
    padding: 0 0 1rem;
    font-weight: 700;
}

.inner_page_head h2 {
    margin-bottom: 3rem;
}

blockquote {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-family: var(--font-roboto);
    font-weight: 300;
}

p {
    padding-bottom: 1.5rem;
}


/* about-us-start */
.academic_experience .col-lg-4 {
    display: flex;
}

.academic_box {
    padding: 4rem;
    background: var(--greencolor);
    color: var(--whitecolor);
    width: 100%;
}

.vision_wrap {
    background: var(--bgcolor);
}

.vision_box {
    position: relative;
    padding: 20px 0px;
    text-align: center;
    height: 100%;
}

.vision_box .mission_heading, .vision_box h3 {
    margin: 0 auto;
    color: var(--greencolor);
    width: 100%;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.vision_box p {
    font-size: 3.5rem;
    line-height: 5rem;
    font-weight: 700;
    color: var(--fontcolor);
    text-align: center;
}

.vision_box.mission ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.vision_box.mission ul li {
    padding: 4rem 3rem;
    background: var(--whitecolor);
    width: 23%;
    text-align: left;
    min-height: 20rem;
}

.focuses {
    max-width: 52rem;
}

.focuses p {
    padding-bottom: 1.5rem;
}

.academic_box p {
    color: var(--whitecolor);
}

.providing_global {
    max-width: 1920px;
    margin: 0 auto;
}


/* about-us-end */

/* dean-message-start */
.management_board .tab_content {
    padding-bottom: 140px;
}

.management_board .col_box .text-box {
    width: 51%;
    padding: 70px 165px 70px 70px;
    background-color: var(--bgcolor);
}

.management_board .col_box .img_box {
    width: 49%;
    margin-top: 50px;
    padding: 0px;
}

.text-box h2 {
    padding-bottom: 3rem;
}

.management_board .col_box .img_box figure {
    margin-left: -90px;
}

.management_board .detail {
    padding-left: 55px;
}

.management_board .detail h5 {
    color: var(--greencolor);
    font-size: 42px;
    font-weight: 700;
    font-family: var(--font-robotoslab);
    padding: 35px 0 15px;
}

.management_board .detail p span {
    display: block;
    color: var(--fontcolor);
    font-size: 18px;
    padding-top: 0.2rem;
}

/* dean-message-end */


/* board-members-start */
.board_members {
    position: relative;
}

.board_members:before {
    content: "";
    width: 100%;
    height: 40rem;
    background: var(--greencolor);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.board_members .row.gap {
    --bs-gutter-x: 3.5rem;
}

.mbarbs_sec2 {
    margin-top: 12rem;
    background: var(--greencolor);
}

.necessary_support {
    padding: 4rem;
    background: var(--whitecolor);
    width: 50rem;
    position: relative;
    right: 0rem;
    top: 4rem;
}

.members_box {
    box-shadow: 0px 6px 0px #f2911b80;
    border-radius: 10px;
    padding: 3rem 3rem 0rem;
    margin-bottom: 2rem;
    position: relative;
    transition: 0.4s;
    /* min-height: 67rem; */
    height: 100%;
}

.members_box:hover {
    box-shadow: 0px 6px 0px var(--greencolor);
}

.members_box:hover:before {
    height: 100%;
    transition: 0.4s;
}

.members_box:before {
    content: "";
    width: 100%;
    height: 80%;
    background: #F5F5F5;
    position: absolute;
    bottom: 1px;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    transition: 0.4s;
}

.board_member {
    color: var(--whitecolor);
    padding-bottom: 3rem;
}

.members_cont {
    padding: 3.5rem;
    text-align: center;
    min-height: 22rem;
}

.members_cont h6 {
    font-size: 2.1rem;
    line-height: 3rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    display: inline;
    padding-left: 0.5rem;
}

.members_cont p {
    padding-top: 1.2rem;
    padding-bottom: 0;
}

.board_members a:hover {
    color: inherit;
}

.board_members h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 3rem 0rem 4rem;
}


/* board-members-end */

/* clubs-forums-start */
.clubs_forums_sec2 {
    padding: 14rem 0rem 0rem;
}

.clubs_forums_sec2 .row {
    --bs-gutter-x: 1.2rem;
    margin-bottom: 1.6rem;
}

.clubs_forums_sec2 .row:last-child {
    align-items: center;
}

.clubs_hed {
    margin-bottom: 5rem;
}

.clubs_hed p {
    font-size: 2rem;
    margin-top: 1.5rem;
    padding: 0;
}

.about_club {
    background: var(--darkorangecolor);
    padding: 4.5rem;
    margin-top: -10px;
    max-width: 37rem;
    margin-left: auto;
}

.empower_students {
    padding: 6rem 0rem 0rem 5rem;
}

.about_club h3 {
    color: var(--whitecolor);
    margin-bottom: 2rem;
}

.about_club p {
    color: var(--whitecolor);
}

.club_enable {
    padding-right: 3rem;
    padding-top: 2rem;
}

.club_enable p {
    font-size: 3.2rem;
    line-height: 4.6rem;
    font-weight: 400;
    text-align: right;
}

.managerial_competencies {
    padding: 0rem 7rem;
}

.managerial_competencies h4 {
    color: var(--fontcolor);
    margin-bottom: 3rem;
}

.clubs_forums_sec3 {
    padding: 14rem 0rem 19rem;
    position: relative;
    overflow: hidden;
    background: #60636D;
    margin-top: 14rem;
}

.clubs_forums_sec3:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/club-coordinator-bg.svg) no-repeat right top;
    position: absolute;
    top: 5rem;
    right: -2rem;
}

.faculty_students_tab {
    max-width: 107rem;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.faculty_students_tab .nav-tabs .nav-link:hover {
    color: var(--yellowcolor);
}

.faculty_students_tab .nav-tabs .nav-link {
    position: relative;
}

.faculty_students_tab .nav-tabs .nav-link::after {
    content: "";
    width: 0%;
    height: 0.1rem;
    background: var(--yellowcolor);
    position: absolute;
    left: 0;
    bottom: 0;
}

.faculty_students_tab .nav-tabs .nav-link:hover::after {
    width: 100%;
    transition: 0.3s;
}

.faculty_students_tab .ranking_survey .nav-tabs .nav-link:hover::after {
    content: "";
    width: 100%;
    transition: 0.5s;
    height: 0.1rem;
}

.faculty_students_tab .nav {
    justify-content: center;
    margin-bottom: 8.5rem;
    border-bottom: none;
}

.faculty_students_tab .nav-tabs .nav-item {
    padding: 2.5rem;
    background: transparent;
}

.faculty_students_tab .nav-tabs .nav-link {
    font-size: 3.6rem;
    line-height: 4.8rem;
    color: #9B9DA5;
    font-family: var(--font-robotoslab);
    padding-bottom: 3rem;
}

.faculty_students_tab .nav-tabs .nav-link.active {
    color: var(--yellowcolor);
    position: relative;
}

.faculty_students_tab .nav-tabs .nav-link.active:after {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: var(--yellowcolor);
    position: absolute;
    left: 0;
    bottom: 0;
}

.faculty_students_content figcaption {
    font: normal 24px/30px var(--font-robotoslab);
    text-align: center;
    padding-top: 4rem;
    color: var(--whitecolor);
}

.faculty_students_content .row {
    --bs-gutter-x: 3.5rem;
}

.clubs_forums_sec4 {
    padding: 15rem 0;
}

.clubs_forums_sec4 h3 {
    text-align: center;
    color: var(--blackcolor);
    margin-bottom: 7.5rem;
}

.empower_students.entrepreneurship {
    padding-top: 4rem;
}

.facultystudents-slider .owl-nav {
    text-align: center;
    padding-top: 4rem;
}

.managerial_competencies.urjha {
    padding: 0;
}

figure.club_enable_img img {
    width: 100%;
}

/* clubs-forums-start */


/* RBS-Ranking-start */
.nirf_ranking_sec {
    padding: 10.2rem 0rem;
    background: #FDEBE7;
    position: relative;
}

.nirf_ranking_sec:after {
    content: "";
    width: 40%;
    height: 100%;
    background: url(../images/nirf-ranking-bg.svg) no-repeat right bottom;
    position: absolute;
    bottom: 0;
    right: 5%;
}

.nirf_ranking_sec h2 {
    margin-bottom: 2.5rem;
}

.nirf_ranking_sec ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.nirf_ranking_sec ul li:last-child {
    padding-left: 9rem;
}

.nirf_ranking_sec ul li p {
    font: normal 18px/24px var(--font-roboto);
    color: var(--blackcolor);
    font-weight: 500;
}

.nirf_ranking_sec ul li p span {
    display: block;
    font: bold 100px/71px var(--font-robotoslab);
    color: var(--orangecolor);
    padding: 1rem 0;
}

.ranking_survey_sec h3 {
    margin-bottom: 3rem;
}

.ranking_survey .nav-tabs {
    margin-bottom: 3.5rem;
}

.rankingsurvey_content {
    margin-top: 6rem;
}

.ranking_survey .nav-tabs .nav-link {
    font: bold 24px/30px var(--font-robotoslab);
    color: #666666;
    padding: 3rem;
    margin-right: 1rem;
}

.ranking_survey .nav-tabs .nav-link.active {
    color: var(--blackcolor);
    position: relative;
}

.ranking_survey .nav-tabs .nav-link.active:after {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: var(--yellowcolor);
    position: absolute;
    left: 0;
    bottom: 0;
}

.ranking_survey .nav-tabs .nav-link:hover {
    color: var(--blackcolor);
    position: relative;
}

.ranking_survey .nav-tabs .nav-link::after {
    content: "";
    width: 0%;
    height: 0.2rem;
    background: var(--yellowcolor);
    position: absolute;
    left: 0;
    bottom: 0;
}

.ranking_survey .nav-tabs .nav-link:hover::after {
    content: "";
    width: 100%;
    transition: 0.5s;
    height: 0.2rem;
}

.rankingsurvey_content .row {
    --bs-gutter-x: 5.5rem;
}

.rankingsurvey_content .rankingsurvey_column {
    display: flex;
    flex-wrap: wrap;
}

.rankingsurvey_content_box {
    width: 100%;
    box-shadow: 0px 3px 36px #00000017;
    border: 1px solid #E6E6E6;
}

.rankingsurvey_logo {
    padding: 6rem 4.5rem;
    height: 35%;
}

.rankingsurvey_content_inner {
    padding: 5.4rem 4.5rem;
    background: #fdebe76b;
    height: 65%;
}

.rankingsurvey_content_inner h4 {
    font: bold 24px/30px var(--font-robotoslab);
    color: var(--blackcolor);
    margin-bottom: 2.5rem;
}

.rankingsurvey_content_inner p {
    color: #383B43;
    padding-bottom: 3rem;
}

.rankingsurvey_content_inner li {
    padding-bottom: 0.5rem;
}

.the_week h4 {
    padding-right: 22rem;
}

.the_week ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.the_week ul li {
    flex-basis: 29%;
    padding-bottom: 1.5rem;
}

.professional_membership_sec {
    padding: 14rem 0rem 15rem;
    background: var(--secbgcolor);
    position: relative;
    overflow: hidden;
}

.professional_membership_sec:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/professional-bg.svg) no-repeat top right;
    position: absolute;
    top: 0;
    right: 0;
}

.professional_membership_sec .container {
    position: relative;
}

.professional_membership_sec h3 {
    color: var(--whitecolor);
    margin-bottom: 2.5rem;
}

.professional_membership_sec blockquote {
    color: var(--whitecolor);
    font-weight: 300;
    font-family: var(--font-roboto);
    padding-bottom: 6.5rem;
    max-width: 61rem;
}

.professional_membership_sec ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.professional_membership_sec ul li {
    flex-basis: 26%;
    margin-right: 4rem;
}

.professional_logo {
    background: var(--whitecolor);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 3rem;
}

.professional_logo+p {
    font: normal 21px/30px var(--font-robotoslab);
    padding-top: 2.5rem;
    color: var(--whitecolor);
    padding-right: 2rem;
}

/* RBS-Ranking-end */

/* ----faculty-start------ */
.faculty_sec {
    padding: 8rem 0rem 10rem;
}

.faculty_sec a:hover {
    color: inherit;
}

.col-sm-6.facultylist a .row:nth-child(odd) {
    padding-right: 3rem;
}

.facultylist .row {
    margin-bottom: 6rem;
}

.faculty-top {
    background: #fff;
    padding: 10px 0 0;
    text-align: center;
}

.filter-abc {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.filter-abc a {
    font-size: 18px;
    font-weight: bold;
    margin: 0 11px;
    display: block;
    position: relative;
    transition: 0.5s;
    height: 26px;
    width: 28px;
    z-index: 9;
}

.filter-abc a:hover {
    color: var(--greencolor);
}

.facultylist .row {
    display: flex;
    align-items: center;
}

.col-md-6.facultylist:nth-child(odd) {
    padding-right: 2rem;
}

.faculty-img .row img {
    width: 100%;
}

.faculty_box {
    background: #f9f9f9;
    padding: 35px;
    box-shadow: 0px 3px 8px #00000017;
}

.faculty_box h5 {
    font-size: 21px;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.faculty_box h5 span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 1rem;
}

.faculty_box h5:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    bottom: 0;
}

.faculty_box p {
    padding: 15px 0;
}

.faculty_box p span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
}

/* faculty-details */
.faculty-details {
    padding: 12rem 0rem;
}

.mrgtop {
    margin-top: -12rem;
}

.faculty-dtls-img img {
    width: 85%;
}

.faculty-dtls-text h5 {
    font-size: 24px;
    color: var(--greencolor);
    font-weight: 700;
    margin-bottom: 10rem;
}

.faculty-dtls-text h5 span {
    color: var(--fontcolor);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    margin-top: 1rem;
}

.faculty-first {
    background: #f9f9f9;
    border-top: solid 1px #d1d1d1;
}

.desig-sec p {
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
}

.dtl-sec {
    padding: 2rem 10rem 2rem 0rem;
    text-align: justify;
}

.load-more.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/* ----faculty-end------ */
/* ----student-achivement-start------ */
.student_achivement_sec .table_box thead tr th, .student_achivement_sec .table_box tbody tr td {
    padding: 1rem 1rem 1.5rem 2rem;
}

/* ----student-achivement-end------ */
/* ----news-start------ */
.news_banner {
    padding: 0px 0 100px;
}

.news_detail_banner {
    padding: 0px 0 100px;
}

.lg-con {
    position: relative;
}

.inner-con, .inner-con-two {
    position: absolute;
    bottom: 44px;
    left: 43px;
    color: #fff;
    opacity: 0.8;
}

.inner-con p {
    font-size: 21px;
}

.inner-con a p, .inner-con-two a p {
    color: #ffffff;
}

.devider p:nth-child(2) {
    padding-top: 30px;
    color: #444444;
    font-size: 16px;
    opacity: 0.8;
}

.devider p {
    padding: 10px;
    margin: 0;
}

.devider p:nth-child(3) {
    color: #000000;
    font-size: 21px;
}

.hd-2 {
    display: inline-flex;
    align-items: center;
    padding-bottom: 20px;
}

.hd-2 p {
    padding-right: 30px;
    margin: 0;
    font-size: 16px;
}

.hd-2 h2 {
    border-left: 1px solid #000000;
    padding-left: 30px;
    font-size: 36px;
}

.spacing {
    margin: 15px 0;
}

.spacing_nd {
    margin: 25px 0;
}

.hd-nw-2 {
    display: inline-flex;
    align-items: center;
}

.hd-nw-2 div {
    padding-right: 30px;
    margin: 0;
    font-size: 16px;
}

.hd-nw-2 div h4 {
    text-align: center;
    margin-bottom: 1rem;
}

.hd-nw-2 h2 {
    border-left: 1px solid #000000;
    padding-left: 30px;
    font-size: 36px;
}

.bg-white {
    background: var(--whitecolor);
    padding: 30px;
}

.bg-white h4 {
    font-size: 21px;
    margin-bottom: 1rem;
}

.event-img {
    padding-top: 4rem;
}

.event-img .row {
    --bs-gutter-x: 3rem;
}

.event-img figure {
    margin-bottom: 30px;
}

.event-img figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.event-pdf a {
    background: #f9a455;
    display: inline-block;
    padding: 10px 30px 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
}

.event-pdf a:hover {
    background: #219ad9;
}

.event-pdf a img {
    width: 3rem;
    margin-right: 5px;
}

/* ----news-end------ */

/* Alumni-start */
.alumni_banner {
    position: relative;
}

.alumni_banner figcaption {
    font: normal 1.6rem/2.4rem var(--font-roboto);
    max-width: 35rem;
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    padding: 4rem;
    background: var(--darkorangecolor);
    color: var(--whitecolor);
}

.alumni_talk_sec {
    padding-bottom: 10rem;
}

.alumni_talk_sec h3 {
    color: var(--fontcolor);
    margin-bottom: 2rem;
    margin-top: 5rem;
}

.alumni_talk_sec .table_box thead tr th, .alumni_talk_sec .table_box tbody tr td {
    padding: 1rem 1rem 1.5rem 2rem;
}

.report_pdf img {
    width: 3.5rem;
    display: inline-block;
    padding-right: 0.5rem;
}

/* Alumni-end */

/* active-start */
.active_sec {
    padding-bottom: 90px;
}

.active_sec .row {
    --bs-gutter-x: 2.5rem;
}

.active_box {
    margin-top: 2.5rem;
}

.active_box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: #f9f9f9;
    box-shadow: 0px 2px 4px #00000017;
}

.active_box a p {
    padding: 0;
    font-size: 2rem;
}

.active_box a:hover {
    background: #e8e8e8;
}

.active_box img {
    width: 4rem;
}

/* active-end */

/* placement-start */
.recruiters_list {
    padding-top: 3rem;
}

.recruiters_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.recruiters_list ul li {
    flex-basis: 30%;
}

.recruiters_logo_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.recruiters_logo {
    flex-basis: 18%;
    box-shadow: 0px 0px 7px #00000017;
    margin-bottom: 4rem;
    margin-right: 2rem;
    padding: 1rem;
}

.calendar_btn.placement {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.calendar_btn.placement a {
    margin-right: 2rem;
    width: 35%;
}

/* placement-end */

/* Academics-start */
.academic_sec {
    padding-bottom: 90px;
}

/* .academic_tabs .row {
    --bs-gutter-x: 3.5rem;}
    .academic_tabs .nav-tabs {
        background: var(--greencolor);
        padding: 4rem 2.5rem;
    }
    .academic_tabs .nav-tabs .nav-item{width: 100%;}
    .academic_tabs .nav-tabs .nav-link {
        font-size: 2.1rem;
        line-height: 1.4;
        font-family: var(--font-robotoslab);
        color: var(--whitecolor);
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
        position: relative;
    }
    .academic_tabs .nav-tabs .nav-link:before {
        content: "";
        width: 20%;
        height: 0.1rem;
        background: var(--orangecolor);
        position: absolute;
        bottom: 0;
    }
    .academic_tabs .nav-tabs .nav-link:hover::before{width: 80%;transition: 0.5s;}
    .academic_tabs .nav-tabs .nav-link:hover{color:var(--orangecolor); transition: 0.5s;} */

.alumni_talk_sec.sem_con {
    padding-bottom: 0;
}

.skill_dev {
    margin: 4rem 0rem 2rem;
}

.semester_accordion button.accordion-button {
    padding: 1rem 1.5rem;
}

.specializations_box {
    padding-top: 4rem;
}

.specializations_box .row {
    --bs-gutter-x: 3rem;
}

.specializations_box .col-md-6 {
    display: flex;
    flex-wrap: wrap;
}

.specializations_box_inner {
    width: 100%;
    padding: 4rem;
    background: #f9f9f9;
    box-shadow: 0px 2px 4px #00000017;
    margin-bottom: 3rem;
}

.specializations_box_inner h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    color: var(--greencolor);
    font-family: var(--font-robotoslab);
    margin-bottom: 2rem;
}

.program_outcome .row {
    --bs-gutter-x: 3rem;
}

.program_outcome {
    padding-top: 4rem;
}

.program_outcome h3 {
    color: var(--greencolor);
    margin-bottom: 3rem;
}

.program_outcome_box h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: var(--font-robotoslab);
    font-weight: 700;
    margin: 2rem 0 1rem;
}

.program_outcome_box p {
    font-size: 1.4rem;
    line-height: 1.4;
}

.pedagogies_box {
    padding-top: 4rem;
}

.pedagogies_box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.pedagogies_box ul li {
    flex-basis: 50%;
}

/* Academics-end */

/* research-start */
.detail_thrust_area {
    padding: 0rem;
    background-color: #005479;
    max-width: 1920px;
    margin: auto;
    margin-top: 8rem;
}

.thrust_part {
    display: flex;
    align-content: space-around;
    position: relative;
}

.thrust_part_img {
    width: 65%;
}

.thrust_part_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.thrust_part_contnt {
    width: 35%;
    padding-left: 5rem;
    padding-bottom: 8rem;
}

.thrust_blue_part {
    padding: 6.5rem 0 0rem 0rem;
    width: 39rem;
}

.thrust_blue_part h4 {
    font-size: 3rem;
    font-weight: 500;
    color: var(--whitecolor);
    margin-bottom: 3.6rem;
}

.thrust_blue_part ul li {
    color: var(--whitecolor);
    font-weight: 300;
    margin-top: 2rem;
    padding-right: 0;
    width: 100%;
    padding-left: 20px;
    position: relative;
}

.thrust_blue_part ul li:before {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background: var(--whitecolor);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
    box-shadow: 0px 3px 6px #00000029;
    transition: 0.3s;
}

.calendar_btn {
    width: 33rem;
    margin-top: 3rem;
}

.calendar_btn a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background: var(--greencolor);
    padding: 0.8rem 1.5rem;
}

.calendar_btn a p {
    color: var(--whitecolor);
    padding: 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.calendar_btn a img {
    width: 3rem;
}

.calendar_btn a:hover {
    background: #f9be28;
    transition: 0.5s;
}

.calendar_btn a:hover p {
    color: var(--fontcolor);
    transition: 0.3s;
}

.thrust_blue_part .bordr {
    height: 1px;
    background-color: var(--whitecolor);
    margin: 5rem 0rem;
    width: 100%;
    opacity: 0.4;
}

/* research-end */


/* COURSE DETAILS PAGE 14-1-25  */
section.course_duration {
    padding: 40px 0;
    background: #fdebe7;
}

.course_overView {
    padding: 30px;
    transition: .8s;
    width: 340px;
}

.course_overView {
    background: #0096a1;
}

.course_overView ul li {
    display: block;
    margin: 20px 0;
}

.course_overView ul li.active a {
    color: #febe10;
}

.course_overView ul li a.active {
    color: #febe10;
}

.course_overView li a {
    color: #fff;
    font-size: 15px;
}

.course_overView.fixed2 {
    padding: 30px;
    background: #0096a1;
    position: fixed;
    top: 50px;
    margin-top: 83px;
    width: 340px;
    max-width: 100%;
    z-index: 9;
}

.course_overView li a:hover {
    color: #febe10;
}

/* COL-MD-8 */
.semesters1 {
    border-bottom: 1px solid #0096a1;
    padding: 20px 0;
    min-height: 344px;
}

.semesters1 h4, .semesters1 h5 {
    font-size: 20px;
    color: #0096a1;
    letter-spacing: .5px;
}

.semesters1 h3 {
    font-size: 32px;
    max-width: 200px;
    font-family: 'Roboto Slab', serif;
    color: #f9a455;
    font-weight: 300;
}

.semesters1 h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.semesters1 h4, .semesters1 h5 {
    font-size: 20px;
    color: #0096a1;
    letter-spacing: .5px;
}

.semesters1 p {
    color: #666;
    font-size: 15px;
    max-width: 100%;
    line-height: 26px;
    margin-bottom: 20px;
}

.semesters1 {
    border-bottom: 1px solid #0096a1;
    padding: 20px 0;
    min-height: 344px;
}

.course_banner {
    background-image: url(https://revaeduin.s3.ap-south-1.amazonaws.com/uploads/course/1637056748_5e534c81ef9ed101d32b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    height: 400px;
}

.course_banner:before, .food_court:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.cBanner {
    margin-top: 200px;
    color: #fff;
    max-width: 803px;
    margin-left: auto;
}

.course_banner h3 {
    color: #fff;
    font-size: 36px;
}

section.encountering {
    padding: 45px 0;
}

.technicalSection h3 {
    margin-bottom: 30px;
    color: #0096a1;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
}

.technicalSection {
    padding: 0;
}

.encounteringBox p {
    color: #60636d;
    font-size: 15px;
    line-height: 26px;

}

section.encountering section#course {
    padding: 28px 0;
}

section.tab_accordian.course_accordian h3 {
    margin-bottom: 30px;
}

section.tab_accordian h3 {
    color: #0096a1;
    font-size: 24px;
}

section.tab_accordian.course_accordian ul#tabs {
    background: #0096a1;
    padding: 12px 0;
    height: 100%;
}

section.tab_accordian.course_accordian li {
    margin-right: 0;
    margin-left: 0;
}

.technicalSection .insideBox, body section.tab_accordian li {
    margin: 10px 20px;
}

section.tab_accordian.course_accordian .nav-tabs .nav-link {
    color: #fff;
    border: 0;
    padding: 5px 0;
    text-align: center;
}

section.tab_accordian li.active a {
    font-weight: 600;
    color: #383b43;
}

section.tab_accordian li.active a {
    font-weight: 600;
}

.tab_accordian.course_accordian div#content .card-body {
    padding: 20px 0;
    background: 0 0;
}

section.tab_accordian.course_accordian .insideBox {
    padding: 15px 20px;
    margin: 0;
}

.insideBox p {
    margin: 0;
    font-size: 15px;
    color: #666;
}

.insideBox p {
    position: relative;
    padding-left: 45px;
}

.tab_accordian.course_accordian div#content {
    background: #fdebe7;
    width: 100%;
    height: 100%;
}

.tab_accordian .insideBox {
    margin: 10px 20px;
    padding: 5px 0 15px;
    border-bottom: 1px solid #cecece;
}

.insideBox p span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: #febe10;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    border-radius: 100%;
    top: -4px;
    font-weight: 600;
    color: #333;
}

section.tab_accordian.course_accordian .col-md-2 {
    padding-right: 0;
}

.councelling_page .col-md-8, .tab-content .col-md-8, section.barcelona-sec.counsellors17 .col-md-8, section.barcelona-sec.educational7.memorandum_Understanding .col-md-5, section.research-sec-new-pan li:first-child, section.tab_accordian.course_accordian .col-md-10 {
    padding-left: 0;
}

body div#educational {
    padding: 40px 0 30px 0;
}

.graduation h3 {
    margin-bottom: 40px;
}

div#educational p {
    font-size: 15px;
    color: #666;
}

div#educational .row {
    padding: 14px 0;
}

.peoBox {
    position: relative;
    margin-bottom: 35px;
}

.peoBox:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    bottom: 0;
}

.peoBox:before {
    background: #0096a1;
}


.center_journey p, .course_List p, .curriculum_text p, .digital-servie2 p, body div#educational p {
    font-size: 15px;
    color: #666;
}

.peoBox p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    padding-bottom: 20px;
}

.peoBox {
    min-height: 160px;
}

.tab_accordian.course_accordian .insideBox ul {
    margin-left: 47px;
}

.insideBox ul {
    padding: 0;
    margin: 0 0 0 26px;
}

section.tab_accordian.course_accordian li {
    margin-right: 0;
    margin-left: 0;
}

.insideBox ul li {
    margin-right: 3px;
    margin-bottom: 0;
    font-size: 13px;
    color: #666;
}

section.tab_accordian li {
    margin: 10px 20px;
}

.insideBox:last-child, .tab_accordian .insideBox:last-child, section.faculty1_details .col-md-4 .facultyDetails_box .detailInside h3 {
    border-bottom: 0;
}

div#outcomes {
    padding: 0;
    margin-bottom: 20px;
}

.graduation.outcomes2 {
    background: #fdebe7;
}


.graduation.outcomes2 h3 {
    margin-bottom: 20px;
}

.graduation h3 {
    color: #0096a1;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;

}

.graduation.outcomes2 .peoBox {
    margin-bottom: 40px !important;
}

.peoBox {
    position: relative;
    margin-bottom: 35px;
}


/* NEW */
div#outcomes {
    padding: 0;
}

.outComeHeadr {
    background: #fff;
}

div#outcomes .row {
    padding: 45px 30px 50px;
}

body div#outcomes .row .peoBox {
    border: 0;
}

body div#outcomes .peoBox {
    min-height: 150px;
    border-bottom: 1px solid #a6a7a72e;
    margin-bottom: 15px;
}

.peoBox {
    margin-bottom: 40px !important;
}

.graduation.outcomes2 .peoBox {
    min-height: auto;
}

.peoBox {
    position: relative;
    margin-bottom: 35px;
}

.graduation .col-md-6:nth-child(3) .peoBox, .graduation .col-md-6:nth-child(4) .peoBox, .peoBox {
    min-height: 160px;
}

.graduation h3, body .careerOpp h3, body .technicalSection h3 {
    color: #0096a1;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
}

.content-courses, .councelling_box.inaugurated h3, .feeinfo .sc-table, .graduation h3, .jagruti_role.esports, .research-sc h3, .staff_details h2, section.barcelona-sec.councelling17 figure {
    margin-bottom: 40px;
}

body .outComeHeadr {
    padding: 0 0 10px !important;
}

.outComeHeadr {
    padding: 0 30px 1px;
    background: #fff;
}

body div#educational p {
    font-size: 15px;
    color: #666;
}

.graduation p strong {
    display: block;
    padding: 14px 0;
}

.peoBox {
    position: relative;
    margin-bottom: 35px;
}

.graduation .col-md-6:nth-child(3) .peoBox, .graduation .col-md-6:nth-child(4) .peoBox, .peoBox {
    min-height: 160px;
}

.peoBox:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    bottom: 0;
}

.colorBoxs.colorBox5, .course_overView, .peoBox:before, .searchBox_buttons li a.active, .searchBox_buttons li a:hover, .vie-all.club a:hover, body .ece-teaching-facility {
    background: #0096a1;
}

.ACHIVE-content-apnel h6, .graduation.outcomes2 h3, .ncc_motto h2, .peoBox h5, section.leadership-management.board-governer .col-md-4, section.placements.records-sec2 h2 {
    margin-bottom: 20px;
}

.graduation.outcomes2 h5 span {
    color: #f57f26;
    margin-right: 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 21px;
}

.peoBox h5 {
    font-size: 15.2px;
    color: #666 !important;
}

.peoBox h5 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.isiMateri-quality p:nth-child(2) {
    font-size: 15px;
    text-align: justify;
}

p.listing-qualityp {
    display: flex;
    margin-bottom: 1rem;
}

p.listing-qualityp {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 5px;
}

.careerOpp p, .ncc_motto p, .our-object p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

.isiMateri-quality i {
    padding-right: 10px;
    color: #f57f26;
    font-size: 20px;
    line-height: 25px;
}


.isiMateri-quality span {
    font-weight: 500;
    font-size: 15px;
}

p.listing-qualityp a {
    display: block;
    width: 100%;
}

.isiMateri-quality a, .reva-nest h2, section.about-reva2 ul li:nth-child(4) h3 {
    color: #60636d;
}


.Pancavaktram_logo, .club_society_box, .dean_ywl-rght ul li, .eighties_box ul, .partner_box, .steps p, .trust_wrapper.calendare .col-md-4, body p.listing-qualityp {
    display: flex;
}

#handbook .isiMateri-quality p, #handbook .isiMateri-quality p:nth-child(2) {
    font-size: 15px;
    text-align: left;
}

#accordion .panel-body, #accordion-quality .panel-body-quality {
    border: none;
    font-size: 15px;
    color: #615f5f;
    background-color: #fff;
    line-height: 27px;
}

.listing-qualityp {
    border: 1px dashed #ccc;
    padding: 15px;
}

.careerOpp p, .ncc_motto p, .our-object p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

p.listing-qualityp {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 5px;
}

.careerOpp p, .ncc_motto p, .our-object p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

.listing-qualityp {
    border: 1px dashed #ccc;
    padding: 15px;
}

.admission-button-group, .boys_hostel_banner, div#specific ul {
    margin: 30px 0;
    padding-left: 20px;
}


div#specific li {
    color: #666;
    margin-bottom: 36px;
}

.semesters1 li, .technicalSection li {
    display: block;
    color: #666;
    margin-bottom: 15px;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.semesters1 li:before, .technicalSection li:before, .vision-box li:before {
    position: absolute;
    background: #f9a455;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 5px;
    border-radius: 100%;
}

body .careerOpp, body .technicalSection {
    padding: 0;
}

ul.list3 {
    padding-left: 20px;
}



ul.list3 li {
    width: 46%;
    margin-right: 10px;
}

.semesters1 li, .technicalSection li {
    display: block;
    color: #666;
    margin-bottom: 15px;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.acadmic-calender-box p, .careerOpp.technicalSection li, .examin-block-conten2 p, .placement-text p, .student-club-menu ul li a, .testmoilasText p, section.ranking-panel-boxes .ranking-text li, section.ranking-panel-boxes .ranking-text p {
    color: #666;
}

div#fees {
    padding: 0 !important;
}

.semesters1.fees2 {
    border-bottom: 1px solid #5b5959;
}

.semesters1 {
    border-bottom: 1px solid #0096a1;
    padding: 20px 0;
    min-height: 344px;
}

.semesters1.fees2 h5 {
    margin-bottom: 30px;
}

.semesters1 h4, .semesters1 h5 {
    font-size: 20px;
    color: #0096a1;
    letter-spacing: .5px;
}

.bottom_url li, .footer-panel1 ul li, .office-admission ul, .semesters1 ul, .student-club-menu ul li {
    list-style: none;
}

.semesters1.fees2 .mobile-apply {
    display: none;
}

.mobile-apply {
    margin: 30px 0;
}

.semesters1.fees2 .mobile-apply ul {
    display: flex;
}

.bottom_url li, .footer-panel1 ul li, .office-admission ul, .semesters1 ul, .student-club-menu ul li {
    list-style: none;
}

.semesters1.fees2 .mobile-apply ul li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    text-align: center;
}

.semesters1.fees2 li {
    display: block;
    position: relative;
    padding-top: 7px;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 2px;
    line-height: 1;
    color: #000;
}


.semesters1.fees2 .mobile-apply ul li a {
    padding: 10px 15px;
    color: #fff;
}

.semesters1.fees2 li a {
    color: #009ad9;
    font-weight: 400;
    font-size: 16px;
}

li.apply a {
    padding: 5px 30px 5px 20px;
    background: #febe10;
    display: inline-block;
    font-size: 1rem;
    position: relative;
}

.semesters1.fees2 .mobile-apply ul li:last-child {
    margin-right: 0;
}

.semesters1.fees2 .mobile-apply ul li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    text-align: center;
}

.semesters1.fees2 li {
    display: block;
    position: relative;
    padding-top: 7px;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 2px;
    line-height: 1;
    color: #000;
}

.semesters1.fees2 .mobile-apply ul li a {
    padding: 10px 15px;
    color: #fff;
}

.semesters1.fees2 li a {
    color: #009ad9;
    font-weight: 400;
    font-size: 16px;
}

.semesters1.fees2 li span {
    position: absolute;
    right: 0;
}


section.tab_accordian.course_accordian .nav-tabs .nav-link:hover {
    color: #febe26;
    cursor: pointer;
}



.cBanner {
    margin-top: 200px;
    color: #fff;
    max-width: 803px;
    margin-left: auto;
}

div#educational {
    padding-top: 70px;
}

div#specific {
    padding-top: 80px;
}

div#specific li {
    color: #666666;
}

section.tab_accordian.course_accordian .nav-tabs .nav-item.show .nav-link, section.tab_accordian.course_accordian .nav-tabs .nav-link.active {
    color: #febe10;
    background-color: inherit;
    border: 0;
    font-weight: 600;
}

.semesters1.fees2 ul {
    padding-left: 20px;
}


.tab_accordian.course_accordian .nav {
    display: block;
}


.tab_accordian.course_accordian .card-header {
    background: #faeae6;
    cursor: pointer;
}

.tab_accordian.course_accordian .card-header a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    font-size: 16px;
}

/* Collapse content */
.tab_accordian.course_accordian .collapse {
    background: #faeae6;
    padding: 10px;
}

.tab_accordian.course_accordian .insideBox {
    margin: 10px 0;
}

.tab_accordian.course_accordian .insideBox p {
    font-size: 14px;
    margin: 0;
}

.tab_accordian.course_accordian .insideBox ul {
    list-style-type: none;
    /* padding-left: 20px; */
}

.tab_accordian.course_accordian .insideBox ul li {
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.tab_accordian.course_accordian .tab-pane {
    display: none;
}

.tab_accordian.course_accordian .tab-pane.show {
    display: block;
}

.tab_accordian.course_accordian .tab_accordian {
    margin: 20px;
}

.tab_accordian.course_accordian .tab_accordian .card-body {
    padding: 20px;
}



.tab_accordian.course_accordian .insideBox span {
    font-weight: bold;
}
.d-flex-1{display: flex;}


/* end */
@media (max-width: 991px) {
    .course_overView.sticky {
        position: static !important;
        width: 100%;
    }
}







@media (max-width: 767px) {
    section.tab_accordian.course_accordian .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }

    .tab_accordian .collapse:not(.show) {
        display: none;
    }

    section.tab_accordian.course_accordian .card-header {
        background: #0096a1;
    }

    body .card-header:first-child {
        border-radius: none;
    }

    .course_overView.fixed2, section.tab_accordian.course_accordian .nav-tabs {
        display: none;
    }

    .course_overView.sticky {
        position: static !important;
        width: 100%;
    }

    .isiMateri-quality .row {
        padding: 1rem;
    }

    .tab_accordian .card-header {
        display: block;
    }

    section.tab_accordian.course_accordian .card-header h5 a {
        color: #fff;
        padding: 8px;
    }

    ul.list3 li {
        width: 100%;
    }

    .semesters1.fees2 li {
        font-size: 16px;
    }

    section.tab_accordian.course_accordian .col-md-10 {
        padding-left: 7px;
    }

    .tab_accordian.course_accordian .collapse {
        background-color: #fff;
        padding: 0;
    }

    .tab_accordian.course_accordian .insideBox ul {
        padding-left: 0;
        margin-left: 0;
    }



}


/* 23-05-25 */
.board_members-new .members_cont {
    min-height: 18rem;
}

.board_members-new .vision_box .mission_heading, .vision_box h3 {
    margin-bottom: 0;
}

.vision_wrap-new .vision_box.mission span {
    color: var(--greencolor);
    width: 100%;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem;

}

.pedagogies_box.pedagogies_box_new h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.mbarbs_sec3-new .guidlines_content h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.mbarbs_sec3-new .pedagogies_box {
    margin-bottom: 3rem;
    padding-top: 0;
}

.mbarbs_sec3-new .conference_table h4 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.mbarbs_sec3-new1 .pedagogies_box {
    margin-bottom: 3rem;
    padding-top: 0;
}

.mbarbs_sec3-new1 .regis_fee h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.mbarbs_sec3-new1 .guidlines_content h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.mbarbs_sec31 h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.mbarbs_sec31 .faculty_box h5:after {
    display: none;
}

.facultylist .row {
    margin-bottom: 4rem;
}

.pre_conerence h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.main_pre_conerence {
    margin-bottom: 2rem;
}

.main_pre_conerence span {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--greencolor);
}

/* .ul_full.ul_full-new li {
    display: flex;

} */

@media (max-width: 767px) {
    .nirf_ranking_sec.nirf_ranking_sec-1 .nirf_ranking_sec img {
        width: auto;
    }

    .providing_global.pdt_12.pdb_12.providing_global {
        padding-bottom: 0;
    }

    .providing_global.pdt_12.pdb_12.providing_global .focuses {
        padding: 2rem 6rem;
    }

    .board_members.pdb_12.pdt_10.board_members-new:before {
        height: 100%;
        top: 55px;
    }
.providing_global.pdb_12.providing_global-new{
    padding-bottom: 0;
}
    .board_members.pdb_12.pdt_10.board_members-new h4 {
        color: #fff;
        margin: 0;
    }

    .board_members-new .members_cont {
        min-height: 0;
    }

    .board_members.pdb_12.pdt_10.board_members-new h4 {
        margin: 0;
    }

    .mbarbs_sec3 .pdl_3 {
        padding-left: 0;
        margin-top: 2rem;
    }

    /* .ul_full.ul_full-new li {
        display: block;
    } */
     .mbarbs_sec3.pdb_10.mbarbs_sec31.facultylist .pdb_10, .pdt_10 {
        padding-bottom: 35px;
    }
    .board_members .row.gap{
       --bs-gutter-x: 0 !important;
    }
    .vision_wrap-new .vision_box.mission span{
        font-size: 2rem;
    }
    .vision_box .mission_heading, .vision_box h3{
          font-size: 2rem;
    }
    .vision_wrap.pdt_12.pdb_12.vision_wrap-new .vision_box .font_36{
        margin-bottom: 2rem;
    }
    .guidlines_content p{
        text-align: center;
        font-weight: 600;
    }
    .main_pre_conerence span{
        font-size: 2rem;
    }
        .facultylist .row {
        margin-bottom: 3rem;

    }
    .nirf_ranking_sec.nirf_ranking_sec-1{
        text-align: center;
    }


}


@media (max-width: 575px) {
    .providing_global.pdt_12.pdb_12.providing_global .focuses {
        padding: 2rem 1rem;
    }
    .ul_full.ul_full-new li{
        display: flex;
    }
    .d-flex-1{display: block;}
    .pedagogies_box.new-paper-format p{display: block !important;}
    
}

.reg_fee_link img{width: 300px;}
.mbarbs_sec3-new1{margin-bottom: 6rem;}
.reg_fee_link p a {
font-weight: 500;
    padding-left: 1rem;
}
.reg_fee_link p a:hover {
color: #e37331;
}
.pdf-iframe iframe {
    width: 100%;
    height: calc(100vh - 120px);
}
.pedagogies_box.new-paper-format p a{
        color: #d90f0f;
    font-weight: 600;
}
.country-flag p {
    font-weight: 600;
    font-size: 2rem;
    margin-top: 1rem;
    text-align: center;
}
.country-flag:hover p {
 color: #e37331;
}
.alumni_banner figcaption{
    position: initial;
    max-width: 100%;
}