.common-h3 {
    font-family: var(--primary-font2);
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 36px;
    color: #124A80;
    display: inline-block;
    width: 100%;
}
.faculty_list {
    padding: 8rem 0 5rem 0;
    margin-top: 3rem;
}
.faculty_info {
    padding: 2rem;
    background: var(--primary-color5);
    position: relative;
    min-height: 175px;
}
.faculty_info h6 {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--primary-color4);
    font-family: var(--primary-font2);
    margin: 0;
}
.faculty_info span {
    font-size: 1rem;
    color: var(--primary-color4);
    font-family: var(--primary-font1);
    font-weight: 700;
    margin: 0.5rem 0 0.4rem 0;
    display: block;
}
.faculty_info p {
    font-size: 1rem;
    line-height: 1.4;
    color: var(--primary-color4);
    font-family: var(--primary-font1);
    font-weight: 300;
    font-style: italic;
    margin: 0;
}
.faculty {
    margin-bottom: 5rem;
}
.faculty_info:before {
    content: "";
    width: 55px;
    height: 9px;
    background: #e2000f;
    position: absolute;
    top: -5px;
    left: 34px;
}
.faculty figure,
.school_jaipur_campus figure,
.research_advisory figure {
    overflow: hidden;
}
.faculty img,
.school_jaipur_campus img,
.research_advisory figure img {
    transform: scale(1);
    transition: all 0.5s;
}
.faculty a:hover img,
.school_jaipur_campus a:hover img,
.research_advisory a:hover img {
    transform: scale(1.1);
}
.faculty_detail {
    margin: 4rem 0 3rem 0;
}
.faculty_detail:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #707070;
    width: 55px;
    height: 1px;
    top: -35px;
}
.faculty_detail h2 {
    font-size: 2.2rem;
    font-family: var(--primary-font2);
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--primary-color4);
    margin: 0;
}
.faculty_detail p {
    font-size: 1rem;
    margin: 0.8rem 0 2.2rem 0;
    font-family: var(--primary-font1);
    letter-spacing: 0px;
    color: #444444;
    font-weight: 600;
}
.faculty_detail_info:before {
    content: "";
    width: 100%;
    background: #7b1113;
    height: 437px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.faculty-large {
    box-shadow: 13px 18px 18px #00000029;
    margin-right: 3rem;
}
.faculty_detail_info {
    padding-top: 5rem;
    z-index: 1;
    padding-bottom: 60px;
}
.faculty-text p,
.faculty_text_li li {
    font-size: 1rem;
    font-family: var(--primary-font1);
    line-height: 1.5;
    font-weight: 400;
}
.faculty-text p {
    color: var(--primary-color5);
}
.faculty_detail li a {
    font-size: 1.1rem;
    color: #404040;
}
.faculty_detail .list-unstyled li a {
    text-transform: lowercase;
}
.faculty_detail li a:hover {
    color: #7b1113;
}
.faculty_detail li a img {
    margin-right: 1rem;
}
.faculty_detail ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 80px;
}
.faculty-text-main {
    margin-left: 3rem;
}
.faculty_detail ul li:nth-of-type(2) {
    display: none;
}
.faculty_text_li_inner {
    margin-top: -100px;
    margin-left: 15rem;
}
.faculty_text_li {
    margin-bottom: 5rem;
}
.faculty_text_li li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    color: #444444;
    font-weight: 400;
}
.faculty_text_li li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f3be34;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.moretext {
    display: none;
}
.moreless-button {
    color: var(--primary-color5);
    font-size: 40px;
    font-weight: 200;
}
.moreless-button:hover {
    color: var(--primary-color3);
}
.contact {
    margin-top: 3rem;
    position: relative;
}
.contact iframe {
    width: 100%;
    height: 1000px;
}
.nirwan_univ_main {
    max-width: 548px;
}
.nirwan_univ {
    padding: 3rem;
    background: #7b1113;
}
.write_us {
    background: var(--primary-color5);
    padding: 3rem;
}
.write_us .form-control {
    padding: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    font-size: 1rem;
    color: #404040;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    font-family: var(--primary-font1);
}
.write_us ::-webkit-input-placeholder {
    font-size: 1rem;
    color: #404040;
}
.write_us::-moz-placeholder {
    font-size: 1rem;
    color: #404040;
}
.write_us :-ms-input-placeholder {
    font-size: 1rem;
    color: #404040;
}
.write_us :-moz-placeholder {
    font-size: 1rem;
    color: #404040;
}
.write_us input[type="submit"],
.write_us button {
    transition: 0.5s ease all;
    box-shadow: 0px 5px 10px #0000001f;
    background: #ffb548;
    border: none;
    color: #000000;
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 32px;
    display: inline-block;
    font-family: var(--primary-font3);
}
.write_us [type="submit"]:hover,
.write_us button:hover {
    background-color: var(--primary-bgcolor4);
    color: #fbf6f6;
}
.nirwan_univ p,
.nirwan_univ ul li a {
    margin: 0;
    color: #fbf6f6;
    font-size: 1.1rem;
    font-weight: 300;
}
.nirwan_univ ul li a:hover {
    color: var(--primary-color3);
}
.nirwan_univ ul li a img {
    margin-right: 1rem;
}
.nirwan_univ ul li {
    margin-bottom: 1rem;
}
.nirwan_univ ul li:last-child {
    margin-bottom: 0rem;
}
.nirwan_univ ul {
    margin: 1.5rem 0 2rem 0;
}
.two_btns a {
    transition: 0.5s ease all;
    font-family: var(--primary-font1);
    background: #024764;
    padding: 0.6rem 1.5rem;
    display: inline-block;
    color: var(--primary-color5);
    font-size: 1rem;
    font-weight: 400;
    margin-right: 0.4rem;
}
.two_btns a:hover {
    background-color: #ffb548;
    color: #000;
}
.campus_banner {
    position: relative;
}
.jaipur_campus {
    padding: 5rem 0 7rem 0;
}
.campus_banner_text blockquote {
    background: #024764;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0px;
    color: var(--primary-color5);
    font-family: var(--primary-font1);
    padding: 3rem;
    margin: 0;
    max-width: 662px;
}
.campus_banner_text {
    position: absolute;
    top: 50%;
    max-width: 590px;
    transform: translateY(-50%);
}
.common_a {
    text-decoration: none;
    background: #ffb548;
    padding: 8px 25px;
    font-weight: 800;
    font-family: var(--primary-font3);
    font-size: 21px;
    display: inline-block;
    color: #000;
}
.campus_banner_text a {
    position: absolute;
    bottom: -22px;
    left: 4rem;
}
.jaipur_campus p,
.dept_top p {
    font-weight: 300;
    font-family: var(--primary-font2);
    font-size: 2.2rem;
    letter-spacing: 0px;
    color: #7b1113;
    margin: 1rem 0 2rem 0;
    line-height: 1.3;
}
.campus-h3 {
    font-size: 3rem;
}
.programms {
    background: var(--primary-color5);
    padding: 2rem;
    width: 350px;
    min-height: 460px;
}
.programms h4,
.programms1 h4 {
    font-family: var(--primary-font2);
    font-weight: 400;
    font-size: 26px;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
}
.programms h4:after,
.programms1 h4:after {
    content: "";
    background: #124A80;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.program_right {
    margin-left: -6rem;
}
.programms-inner li {
    font-size: 18px;
    letter-spacing: 0px;
    color: #404040;
    font-family: var(--primary-font1);
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}
.programms-inner label {
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    font-family: var(--primary-font1);
    margin-bottom: 0.7rem;
}
.programms-inner label span {
    font-weight: 400;
    font-style: italic;
}
.programms-inner li:last-child {
    border-bottom: 1px solid #dcdcdc;
}
.programms-inner {
    margin-bottom: 1rem;
}
.offering_program {
    margin-top: 5rem;
}
.offering_program h3 {
    margin-bottom: 4rem;
}
.programms-inner p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #404040;
    font-family: var(--primary-font1);
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0.6rem;
}
.school_jaipur_campus {
    margin: 6rem 0;
}
.school_jaipur_campus a p {
    font-family: var(--primary-font1);
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: var(--primary-color5);
    background: rgb(184 49 49 / 86%);
    padding: 1rem;
    max-width: 70%;
    position: relative;
    bottom: 55px;
    line-height: 1.3;
    margin-bottom: 0;
}
.school_jaipur_campus a img {
    box-shadow: 0px 5px 10px #00000012;
}
.school_jaipur_campus a {
    transition: 0.5s ease all;
    margin-top: 2rem;
    display: block;
}
.school_jaipur_campus a:hover p {
    background: rgb(81 45 68 / 83%);
}
.school_jaipur_campus .col-lg-4:nth-child(5) p {
    max-width: 50%;
}
.home_section2 {
    background: var(--primary-bgcolor1) url(../images/pic-bg1.jpg) center no-repeat;
    padding: 0px;
    position: relative;
    height: 616px;
    background-size: cover;
}
.adm_2023 {
    background: #fbf6f6;
    padding: 0 35px 45px;
}
.adm_2023 h2 {
    color: #7b1113;
    font-family: var(--primary-font2);
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 3rem;
}
.adm_2023 ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 15px;
}
.adm_2023 ul {
    padding: 0;
}
.adm_2023 ul li a {
    text-decoration: none;
    color: #404040;
    font-size: 18px;
}
.btn_apply a {
    text-decoration: none;
    background: #ffb548;
    padding: 8px 25px;
    font-weight: 700;
    color: #000;
    font-family: var(--primary-font3);
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    box-shadow: 0px 5px 10px #0000001f;
}
.home_section2 h4 {
    font-size: 15rem;
    color: #fbf6f6;
    font-family: var(--primary-font4);
    position: absolute;
    bottom: -13px;
    left: 0;
    letter-spacing: -13px;
}
.notice-anounce {
    background: var(--primary-color5);
    padding: 35px 35px 90px;
    position: relative;
}
.notice-anounce h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 35px;
}
.notice-anounce blockquote {
    font-size: 36px;
    color: #7b1113;
    font-family: var(--primary-font2);
    padding-right: 90px;
    line-height: 40px;
    margin: 18px 0 25px;
}
.home_date {
    font-size: 16px;
    color: #404040;
}
.notice-anounce a {
    color: #404040;
    text-decoration: none;
    font-size: 16px;
}
.notice-anounce a img {
    margin: 0 12px;
}
.home_section2 .col-md-8 {
    width: 58%;
    background: #fbf6f6;
    padding: 0 35px;
}
.home_section2 .col-md-4 {
    position: relative;
}
.aprovel_excellence {
    margin-top: 30px;
}
.home_panel1 p {
    font-size: 18px;
    position: relative;
    padding-bottom: 17px;
    margin: 0;
    line-height: 21px;
    color: #000;
}
.home_panel1 p:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #7b1113;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home_panel1 h3 {
    font-size: 7.5rem;
    font-weight: 100;
    color: var(--primary-color2);
    line-height: 7.5rem;
}
.institute_program {
    padding: 6rem 0 8rem 0;
}
.aprovel_carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.aprovel_carousel .owl-item p {
    color: #404040;
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0 20px;
    line-height: 21px;
    font-family: var(--primary-font1);
    width: calc(100% - 135px);
    vertical-align: middle;
}
.institute_excellence {
    margin: 3rem 0;
}
.program_institute_right {
    margin-left: 5rem;
}
.institute_excellence p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}
.programms1 {
    background: var(--primary-color5);
    padding: 2rem 0 0 !important;
    min-height: 170px;
    height: 100%;
}
.program_institute_right .row .programms1 h4 {
    padding-left: 2rem;
}
.programms h4:after,
.programms1 h4:after {
    left: 2rem !important;
}
.programms1 .programms-inner {
    height: 200px;
    overflow-y: auto;
    padding: 0 2rem 2rem;
}
.programms1 .programms-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.programms1 .programms-inner::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.programms1 .programms-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    margin-right: -30px;
    background-color: #092A49;
}
.aprovel_excellence h4 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    font-size: 24px;
    font-family: var(--primary-font1);
}
.aprovel_carousel button {
    margin: 15px 7px 0 7px;
}
.home_section3 {
    background: #fbf6f6;
    padding: 170px 0;
}
.home_section3 h2 {
    text-align: center;
    color: #7b1113;
    font-family: var(--primary-font2);
    font-weight: bold;
    margin-bottom: 45px;
    font-size: 3rem;
}
.home_placements {
    background: var(--primary-color5) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 9px #00000029;
    padding: 45px 45px 15px;
    position: relative;
}
.placement-pic {
    width: 730px;
    position: relative;
    left: -130px;
}
.home_placements ul {
    display: flex;
    list-style: none;
    padding: 35px 0 0;
}
.placement-box h3 {
    font-size: 7rem;
    color: #024764;
    font-weight: 100;
    position: relative;
    padding: 25px 0 5px;
    margin: 0;
    line-height: 100px;
}
.placement-box b {
    position: relative;
    padding-bottom: 23px;
    display: block;
    margin-bottom: 35px;
    font-size: 18px;
}
.placement-box b:after {
    width: 115px;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #7b1113;
    left: 0;
}
.placement-box p {
    font-size: 24px;
    color: #7b1113;
    font-family: var(--primary-font2);
    padding-right: 50px;
    font-weight: 300;
}
.placement-box h3:after {
    width: 115px;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    background: #7b1113;
    left: 0;
}
.home_section4 {
    background: url(../images/background-black.jpg) no-repeat;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 70px;
}
.quote-icon {
    display: flex;
    margin-right: 50px;
    width: 250px;
}
.testimonial-block {
    display: flex;
    align-items: flex-start;
    padding: 0 29px 0 90px;
}
.quote-detail h3 {
    color: var(--primary-color5);
    font-family: var(--primary-font2);
    padding-right: 0;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 42px;
    font-weight: normal;
}
.quote-detail h5 {
    color: var(--primary-color5);
    margin: 0px;
    font-family: var(--primary-font4);
    font-weight: 400;
}
.quote-detail p {
    color: var(--primary-color5);
    font-size: 15px;
}
.dept_top {
    margin-bottom: 3rem;
    display: inline-block;
}
.breadcrumb_list span {
    font-family: var(--primary-font1);
    font-size: 30px;
    line-height: 42px;
    color: #000;
    margin-top: 3rem;
    display: block;
}
.dept_banner {
    padding-top: 6rem;
}
.dept_banner p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #404040;
    margin: 2rem auto;
    font-family: var(--primary-font1);
    max-width: 85%;
}
.dept_research {
    background: #1d1d1d;
    padding: 5rem 0 7rem 0;
}
.dept_top p {
    color: var(--primary-color5);
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.reserch_text {
    box-shadow: 0px 5px 9px #0000001a;
    padding: 3rem 10rem 3rem 3rem;
}
.yellow-color {
    background: #b97e07;
}
.pink-color {
    background: #7b1113;
}
.reserch_text h6 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--primary-color5);
    font-family: var(--primary-font1);
    font-weight: 400;
    margin: 0;
}
.reserch_text span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--primary-color5);
    font-family: var(--primary-font1);
    font-weight: 500;
    width: 100%;
    display: inline-block;
    margin: 1.7rem 0 0.5rem 0;
}
.reserch_text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--primary-color5);
    font-family: var(--primary-font1);
    font-weight: 400;
    margin: 0;
}
.dept_program {
    padding: 5rem 0;
}
.offer_ug {
    background: var(--primary-color5);
    padding: 2rem;
}
.counselling-cell .col-lg-5 {
    padding-right: 0;
    width: 39%;
}
.counselling-cell .col-lg-7 {
    padding-left: 0;
    width: 61%;
}
.social_initiatives {
    padding-right: 6rem;
}
.social_initiatives_text p {
    max-width: 80%;
    margin: 3rem 0 0 4rem;
}
.social_initiatives_text p:nth-last-of-type(1) {
    margin-top: 20px;
}
.our_events h4 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    color: var(--primary-color5);
    margin: 0;
    background: #7b1113;
    border: 1px solid #707070;
    padding: 3rem;
    font-family: var(--primary-font2);
    font-weight: 300;
}
.our_events {
    max-width: 90%;
    margin: -45px auto 0px auto;
    position: relative;
}
.our_events .col-lg-8 {
    margin-top: 3rem;
    padding-left: 2rem;
}
.our_events .col-lg-8 p:not(:nth-last-of-type(1)) {
    padding-bottom: 20px;
}
.social-lab figure {
    margin-top: 3rem;
}
.library.library-society .col-right h3:nth-of-type(1) {
    margin-top: 00px;
}
.lab-facilities .phd_doctor {
    margin: 3rem 0 1rem 0;
}
.social_left h3 {
    font-size: 30px;
    line-height: 42px;
}
.counselling figure {
    margin-right: 3rem;
}
.social_left h3 {
    margin: 0;
}
.social_left p {
    margin: 2.5rem 0 0 0;
}
.counselling {
    padding-bottom: 6rem;
}
.research_disciplines {
    padding: 6rem 0;
}
.research_disciplines_next {
    padding: 2rem 0;
}
.disciplines_left ul {
    margin-top: 4rem;
}
.disciplines_left li a {
    color: #57bfeb;
    font-weight: 500;
    padding-left: 10px;
}
.disciplines_left li,
.object li {
    position: relative;
    padding-left: 25px;
    font-family: var(--primary-font1);
    width: 31%;
    vertical-align: top;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #404040;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    margin-right: 1rem;
    display: inline-block;
}
.disciplines_left li:before,
.object li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 9px;
    background: #7b1113;
    border-radius: 50%;
}
.disciplines_left li:last-child {
    width: 63%;
    border: 0;
}
.disciplines_left p {
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
}
.disciplines_left h3 {
    margin-bottom: 15px;
}
.research_advisory .row {
    max-width: 85%;
    margin: 0 auto;
}
.research_advisory .col-lg-4 {
    padding: 0px 1.7rem;
    margin-top: 3rem;
}
.research_advisory .col-lg-4 p {
    transition: 0.5s ease all;
    font-size: 21px;
    line-height: 30px;
    font-family: var(--primary-font2);
    letter-spacing: 0px;
    color: #024764;
    font-weight: 400;
    padding: 1rem 0 3rem 0;
    border-bottom: 1px solid #e2000f;
    margin-bottom: 0rem;
}
.research_advisory a:hover p {
    color: #e2000f;
}
.led_events h4 {
    background-color: #024764;
    border-color: #024764;
}
.library.training_infra .col-right h3:nth-of-type(1) {
    font-weight: 400;
}
.creative_students .box {
    background: #fff;
    padding: 5rem;
    width: 658px;
    position: relative;
    z-index: 1;
}
.creative_students {
    padding: 5rem 0;
}
.objective_students p {
    padding: 0 3rem;
    margin-bottom: 4rem;
    font-size: 21px;
    line-height: 32px;
}
.object h6 {
    font-size: 21px;
    color: #024764;
    font-family: var(--primary-font2);
    line-height: 30px;
    font-weight: 400;
    min-height: 120px;
}
.object {
    background: #fff;
    padding: 2.5rem;
    height: 100%;
}
.objective_students {
    padding: 0 0 7rem 0px;
}
.object li {
    width: 100%;
    border: 0;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding: 0 0 0 30px;
}
.lab-facilities.social-lab {
    padding-top: 60px;
}
.object1,
.object1 figure,
.object1 figure img,
.counselling,
.counselling figure,
.counselling figure img {
    height: 100%;
}
.object1 figure img,
.counselling figure img {
    object-fit: cover;
    object-position: top;
}
.research_advisory h3 {
    padding-top: 60px;
}
#ro-mid-head {
    padding-top: 30px;
}
.research_disciplines_next.disciplines ul {
    margin-top: 0rem;
}
.research__policy.anti_ragging .btn {
    margin-top: 40px;
}
.research__policy.anti_ragging table tr td {
    font-size: 16px;
}
.scholarship__section .admission_faq p:nth-of-type(1) {
    color: #7b1113;
}
.scholarship__section .admission_faq table .notes td {
    padding: 30px 0;
}
.course_box.modules_section .nav-item button {
    font-size: 18px;
    padding-bottom: 30px;
}
.container .course_box.modules_section .nav-tabs .nav-link p {
    font-size: 14px;
}
.course_box.modules_section .accordion-body ul li {
    width: 100%;
}
.course_box.modules_section .nav-tabs .nav-link.active {
    padding-bottom: 8px;
}
.academic-calender.patents__section table tr td {
    padding: 20px 0;
}
.outline_course .course_box.modules_section .nav-tabs .nav-link.active {
    border-bottom: none;
}
.news_banner .iqac__img img {
    border: 2px solid #00000029;
    box-shadow: 0px 5px 9px #00000029;
}
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}
.event_detail_page {
    padding-top: 1px;
}
.apply_now_sec .form-control {
    margin: 10px 0;
}
.apply_now_sec .form-control td label {
    padding-right: 10px;
}
.apply_now_sec .add_btn.submit {
    margin: 40px 0;
}
.apply_now_sec .form-group p {
    padding-top: 20px;
}
table.caldayheading td .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}
.form-container input[type="text"],
.form-container input[type="password"] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}
.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
    background-color: #ddd;
    outline: none;
}
.form-container .btn {
    background-color: #04aa6d;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}
.event_details iframe {
    padding: 15px 0 30px 0;
}
.ladership_detail .t-center {
    padding: 0 0 10px;
}
@media (max-width: 1599px) {
    .disciplines_left li,
    .object li {
        font-size: 16px;
    }
    .object li {
        margin-bottom: 1rem;
    }
    .social_left h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .social_left p {
        margin: 1.2rem 0 0 0;
    }
    .objective_students {
        padding-bottom: 5rem;
    }
    .creative_students {
        padding: 4rem 0;
    }
    .counselling figure {
        margin-right: 2rem;
    }
    .social_initiatives_text p {
        max-width: 90%;
        margin: 2rem 0 0 2rem;
    }
    .faculty_list {
        padding-top: 60px;
    }
    .research_advisory .col-lg-4 p {
        font-size: 19px;
        line-height: 27px;
    }
    .program_institute_right {
        margin-left: 20px;
    }
    .program_institute_right .row .programms1 {
        width: 100%;
        padding: 25px 20px;
    }
    .research_advisory .col-lg-4 {
        padding: 0 0.8rem;
    }
    .program_institute_right .row .programms1 h4 {
        font-size: 22px;
    }
    .program_institute_right .row .programms1 a {
        font-size: 16px;
        color: #404040;
    }
    .institute_excellence p {
        font-size: 20px;
    }
    .institute_excellence {
        margin: 2rem 0;
    }
    .institute_section .home-sectioncontent1 {
        padding: 30px 22px;
    }
    .campus_banner_text blockquote {
        font-size: 35px;
    }
    .ladership_detail .col-right ul li.font-36 {
        font-size: 26px;
        line-height: 1.4;
    }
    .research_advisory .row {
        max-width: 90%;
    }
    .research_advisory .col-lg-4 p {
        padding: 1rem 0 2rem 0;
    }
    .rrp-bottom ul li {
        padding-bottom: 25px;
    }
    .research__policy {
        padding: 60px 0;
    }
    .research__policy .rrp-bottom p {
        padding: 0 0 10px;
    }
    .rrp-hr {
        margin: 30px 0;
    }
    .phd-table {
        padding-bottom: 80px;
    }
    .news_banner.phd-research {
        padding-top: 70px;
    }
    .campus-h3 {
        font-size: 30px;
    }
    .program_institute_right .row .programms1 h4 {
        margin-bottom: 30px;
    }
    .social_left h3 {
        font-size: 24px;
    }
    .faculty_text_li_inner {
        margin-top: -70px;
    }
    .faculty_list_li {
        margin-bottom: 2rem;
    }
    .common-h3 {
        margin-bottom: 30px;
    }
}
@media (max-width: 1399px) {
    .section_title h1 {
        font-size: 2.5rem;
    }
    .programms h4,
    .programms1 h4 {
        font-size: 22px;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }
    .programms-inner li {
        font-size: 15px;
    }
    .aprovel_excellence .item {
        display: flex;
        flex-direction: column;
    }
    .aprovel_excellence .item img {
        width: 70px;
    }
    .aprovel_excellence .item p {
        width: 100%;
        margin: 20px 0 0;
    }
    .aprovel_excellence h4 {
        font-size: 20px;
    }
    .institute_excellence p {
        line-height: 1.5;
        font-size: 18px;
    }
    .institute_section .home_panel1 {
        width: 100%;
        margin: 0px;
    }
    .institute_excellence {
        margin: 25px 0;
    }
    .institute_section .home_panel1 p {
        max-width: 100%;
    }
    .programms {
        padding: 1.5rem;
        width: 270px;
        min-height: 350px;
    }
    .school_jaipur_campus a p {
        font-size: 1.2rem;
        bottom: 45px;
    }
    .campus_banner_text blockquote {
        font-size: 26px;
        max-width: 500px;
        padding: 30px;
    }
    .campus_banner_text a {
        font-size: 18px;
    }
    .creative_students {
        padding: 50px 0;
    }
    .campus-h3,
    .home_section7 h2,
    .common-h3 {
        font-size: 36px;
    }
    .jaipur_campus p,
    .dept_top p {
        font-size: 1.8rem;
    }
    .programms-inner label {
        font-size: 16px;
    }
    .faculty-large {
        margin-right: 0rem;
    }
    .placement-pic {
        width: 585px;
    }
    .faculty_detail_info {
        padding-bottom: 30px;
    }
    .programms1 {
        width: auto;
    }
    .program_institute_right {
        margin-left: 0rem;
    }
    .our_events h4 {
        font-size: 27px;
        line-height: 36px;
        padding: 2rem;
    }
    .creative_students .box {
        padding: 2rem;
        width: 530px;
    }
    .lab-facilities.social-lab {
        padding-top: 30px;
    }
    .disciplines_left li {
        width: 30%;
    }
    .campus-h3,
    .home_section7 h2,
    .common-h3 {
        font-size: 30px;
    }
    .research_advisory .row {
        max-width: 100%;
    }
    .research_advisory .col-lg-4 {
        padding: 0px 1.5rem;
    }
    .social_initiatives {
        padding-right: 2rem;
    }
    .social_initiatives_text p {
        max-width: 100%;
        margin: 1rem 0 0 2rem;
        font-size: 15px;
    }
    .research_disciplines {
        padding: 4rem 0;
    }
    .research_advisory h3 {
        padding-top: 40px;
    }
    .faculty_info {
        padding: 1.5rem;
    }
    .faculty_info h6 {
        font-size: 18px;
    }
    .faculty_info span,
    .faculty_info p {
        font-size: 14px;
    }
    .faculty_info:before {
        left: 25px;
    }
    .campus-h3,
    .home_section7 h2,
    .common-h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .faculty_list_li {
        margin-bottom: 20px;
    }
    .faculty_detail h2 {
        font-size: 28px;
    }
    .faculty_detail {
        margin: 30px 0 40px;
    }
}
@media (max-width: 1199px) {
    .social_left h3 {
        font-size: 22px;
        line-height: 1.3;
    }
    .faculty_text_li_inner {
        margin-top: 20px;
    }
}
@media (max-width: 991px) {
    .programms1 {
        min-height: 100px;
        padding: 20px;
    }
    .faculty_list_li li {
        max-width: 100%;
    }
    .faculty-text p {
        color: #404040;
    }
    .faculty_detail_info .faculty-text h3 {
        color: #404040 !important;
    }
    .moreless-button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #7b1113;
        width: 40px;
        height: 40px;
    }
    .programms1 {
        height: 100%;
    }
    .faculty_text_li_inner {
        margin: 30px 0;
    }
    .faculty_detail_info .d-flex.justify-content-center {
        justify-content: flex-start !important;
    }
    .faculty-text-main {
        margin: 30px 0 0px;
    }
    .programms h4,
    .programms1 h4 {
        margin-bottom: 25px;
    }
    .write_us,
    .nirwan_univ {
        padding: 2rem;
    }
    .nirwan_univ .common-h3 {
        margin-bottom: 30px;
    }
    .program_institute_right .col-lg-4 {
        margin-bottom: 20px;
    }
    .institute_section .home_panel1 p {
        max-width: 209px;
    }
    .counselling-cell .col-lg-5 {
        width: 100%;
    }
    .counselling-cell .col-lg-7 {
        width: 100%;
        padding: 0 12px;
    }
    .creative_students {
        padding: 45px 0;
    }
    .library.training_infra {
        padding: 10px 0;
    }
    .counselling-cell .col-lg-7 img {
        width: 100%;
    }
    .lab-facilities .phd_doctor {
        margin: 2rem 0 0.5rem;
    }
    .counselling-cell .social_initiatives_text p {
        max-width: 100%;
        margin: 35px 0 0 0px;
    }
    .research_advisory .col-lg-4 p {
        font-size: 18px;
        padding-bottom: 1.5rem;
    }
    .lab-facilities.social-lab {
        padding: 45px 0;
    }
    .research_disciplines {
        padding: 45px 0;
    }
    .disciplines_left ul {
        margin-top: 40px;
    }
    .research_disciplines_next {
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .faculty_detail h2 {
        font-size: 24px;
    }
    .faculty_detail p {
        margin-bottom: 20px;
    }
    .counselling-cell {
        padding: 50px 0;
    }
    .research_disciplines .col-12.text-center {
        padding: 0px;
    }
    .research_advisory .col-lg-4 p {
        font-size: 16px;
        padding-bottom: 1.1rem;
        line-height: 1.5;
    }
    .faculty_detail ul {
        flex-direction: column;
        gap: 20px;
    }
    .disciplines_left ul {
        margin-top: 30px;
    }
    .campus_banner figure {
        height: 400px;
    }
    .our_events h4 {
        font-size: 24px;
    }
    .campus_banner figure img {
        height: 100%;
        object-fit: cover;
    }
    .research_disciplines .col-lg-4 {
        width: 100%;
        margin-top: 30px;
    }
    .research_advisory h3 {
        padding-top: 0px;
    }
    #ro-mid-head {
        padding-top: 10px;
    }
    #disciplines_bottom ul li {
        margin-bottom: 0px;
    }
    .disciplines_left li {
        width: 47%;
        padding-bottom: 10px;
        margin: 0 0 10px;
    }
    .disciplines_left ul {
        justify-content: space-between;
    }
    .disciplines_left p {
        font-size: 19px;
    }
    .campus-h3,
    .home_section7 h2,
    .common-h3 {
        color: #024764;
    }
    .research_advisory h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }
    .disciplines_left li:last-child {
        width: 100%;
    }
    .research_disciplines .col-lg-4 {
        padding: 0px;
    }
    .nirwan_univ_main {
        max-width: 90%;
        margin: 0 auto;
    }
    .contact_inner {
        left: 0px;
    }
    .write_us,
    .nirwan_univ {
        padding: 30px 22px;
    }
    .campus_banner_text {
        position: relative;
        top: 50%;
        max-width: 590px;
        transform: translateY(-50%);
        padding-top: 10px;
    }
    .two_btns a {
        margin-bottom: 10px;
    }
    .programms1 .programms-inner {
        height: 170px;
        overflow-y: auto;
        padding: 0 2rem 0rem;
    }
    .program_institute_right .col-lg-4 {
        margin-bottom: 0px;
    }
}
@media (max-width: 575px) {
    .campus_banner_text blockquote {
        max-width: 90%;
    }
    .campus_banner figure {
        height: 320px;
    }
    .lab-facilities.social-lab figure {
        margin-top: 30px;
        height: 250px;
    }
    .lab-facilities.social-lab figure img {
        height: 100%;
        object-fit: cover;
    }
    .ladership_detail .col-right ul li.font-36 {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media (max-width: 420px) {
    .campus_banner figure {
        height: 250px;
    }
    .faculty_detail ul.list-unstyled li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .disciplines_left li {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .campus-h3,
    .home_section7 h2,
    .common-h3 {
        font-size: 26px;
    }
}
