.pharma-sec{
    /* display:flex;
    align-items: center;
    justify-content: center; */
    /* padding:50px 0px; */
}
.inner-head h4{
    font-size:25px;
}
.inner-head h4 , .instruments h4, .pharm-faculty h4 , .co-po h4 {
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 30px;
   
    font-size:30px;
}
.inner-head h5 {
    margin-top: -31px;
    border-bottom: 2px solid black;
    margin-bottom: 20px;
    line-height: 63px;
    font-size: 30px;
}
.pharma-about p{
font-size: 16px;
    margin-top: 10px;
    text-align: justify;
    line-height: 30px;
}
.pharma-about{
   padding:50px 0px;

}
.career-sec {
    padding: 0px 0px 50px;
}
.core-com h5 , .vission h5, .mission h5 , .instruments h5 ,.career-sec h5{
   
    font-weight: 600;
    margin-bottom: 10px;
    font-size:25px;
}
.core-com ul li , .vission ul li , .mission ul li, .instruments ul li {
    line-height: 40px;
   
    font-size: 18px;
    list-style-type: disclosure-closed;
    margin-left:20px;
    margin-bottom:10px;
}

.pharma-hod {
    position: relative;
    z-index: 1;
    padding: 100px 0px;
    background-color: #d3d3d38c;
    background: linear-gradient(to top, var(--blue) 40%, #d3d3d38c 31%);
}

.professor-text h5 {
    margin-left: 30px;
   
    line-height: 35px;
    font-size: 30px;
    MARGIN-TOP: 30PX;
    font-weight: bold;
}
.professor-text  p{
padding-top: 30px;
    padding-left: 30px;
    font-size: 20px;
  
    line-height: 37px;
    text-align: justify;
    
}

.professor-name {
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    color: white;
    margin-top: 104px;
    padding: 10px;
    /* margin: 20px 56px; */
    /* margin-top: 28px; */
    text-align: center;
}
.professor-name h3 {
    font-size: 25px;
    font-weight: 600;
    
    line-height: 36px;
}
.professor-name p{
    font-size: 16px;
    line-height: 28px;
    
}

.professor-img img {
    position: relative;
}
.professor-img {
    position: relative;
  
}
.professor-img::after {
    position: absolute;
    content: "";
    height: 110px;
    width: 28%;
    border: 15px solid #49a752;
    left: -15px;
    top: -13px;
    z-index: -1;
}
.professor-text span{
    font-size: 40px;
    color:#49a752;
}
.professor-img::before {
    position: absolute;
    content: "";
    height: 110px;
    width: 28%;
    border: 15px solid #49a752;
    right: -15px;
    bottom: -13px;
    z-index: -1;
}
.professor-img .circle {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: var(--blue);
    bottom: 57%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.pharm-vis-mis {
    padding: 50px 0px;
    background-color: #8080802b;
}
.vission h5, .mission h5, .instruments h5{
    color:var(--blue);
}
.instruments h5{
    font-size: 20px;
    /* color:#f95e00; */
    color:var(--orange);
}
.vission ul li, .mission ul li, .instruments ul li {
    text-align: justify;
    color: #000;
    margin-bottom:10px;
}
.instruments {
    /* background: #6c757d3d; */
    padding: 50px 0px;
}
.pharm-faculty{
    padding:50px 0px;
    background-color: #f8f9fa;
}
.pharm-faculty .table img{
    width:100px;
}
.pharm-faculty .table-bordered thead {
    background: linear-gradient(135deg, var(--blue) 0%, #49a752 100%) !important;
    color:white;
}
.co-po{
    padding:50px 0px;
}

#phram-table:not(.table-number) tr td:first-child:before {
    counter-increment: unset;
    content: unset;
} 
.pharma-pos h5{
    font-size: 30px;
    font-weight: bold;
    color:var(--blue);
    padding:20px 0px;
}
.pharma-pos p{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom:10px;
}
.pharma-pos p span{
    font-size: 18px;
    color:var(--blue);
    line-height: 28px;
    font-weight: bold;
}
.co-po .accordion-body{
    overflow-x: scroll;
}
.co-po .accordion-button:not(.collapsed) {
    color: white;
    background: linear-gradient(to right, #000000ed 95%, #49a752 5%) !important;
    background-color: #000000ed;
    box-shadow: none;
}
.co-po .accordion-button .collapsed{
    color:white;
    background: linear-gradient(to right, #000000ed 95%, #49a752 5%) !important;
    box-shadow: none;
}
.co-po .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.co-po .accordion-button::after {
    filter: brightness(0) invert(1);
}
.co-po .accordion-button.collapsed {
    color:white;
    background: linear-gradient(to right, #000000ed 95%, #49a752 5%) !important;
    box-shadow: none;
}

.academic_regulation .fac-sec .tab-content {
    margin:0px;
}

@media (max-width: 1366px) {
    .inner-head h4, .instruments h4, .pharm-faculty h4, .co-po h4 {
        font-size: 28px;
      }
      .core-com ul li, .vission ul li, .mission ul li, .instruments ul li {

        font-size: 16px;
    }
    .professor-text p {
        font-size: 16px;
        line-height: 34px;
    }
    .professor-name h3 {
        font-size: 23px;
    }
    .instruments h5 {
        font-size: 18px;

    }
}
@media (max-width: 1199px) {
.core-com ul li, .vission ul li, .mission ul li, .instruments ul li {
    line-height: 30px;
    font-size: 16px;
    list-style-type: disclosure-closed;
    margin-left: 16px;
    margin-bottom: 10px;
}
.committee_table_inn .table>:not(caption)>*>* {
    font-size: 14px;
    text-align: center;
    background-color: transparent;
}
}
@media (max-width: 1024px) {
.pharma-hod {
    background: linear-gradient(to top, var(--blue) 41%, #d3d3d38c 31%);
}
.co-po .accordion-button:not(.collapsed) {

    background: linear-gradient(to right, #000000ed 94%, #49a752 5%) !important;
}
.co-po .accordion-button.collapsed {

    background: linear-gradient(to right, #000000ed 94%, #49a752 5%) !important;

}
}
@media (max-width: 991px) {
.pharma-hod 
   .container{
        max-width: 907px !important;
    }
    .pharma-hod {
        background: linear-gradient(to top, var(--blue) 37%, #d3d3d38c 31%);
    }
    .professor-name {
        margin-top: 61px;
    }
    .vission{
        margin-bottom:30px;
    }
    .pharm-faculty .table img {
        width: 80px;
    }
    .co-po .accordion-button:not(.collapsed) {
        background: linear-gradient(to right, #000000ed 91%, #49a752 5%) !important;
    }
    .co-po .accordion-button.collapsed {

        background: linear-gradient(to right, #000000ed 91%, #49a752 5%) !important;
    
    }
}

@media (max-width: 768px) {
.professor-text h5 {
    margin-left: 10px;
    line-height: 30px;
    font-size: 23px;
    MARGIN-TOP: 5PX;

}
.professor-text p {
    font-size: 16px;
    line-height: 34px;
}
}
@media (max-width: 767px) {
.inner-head h5 {
    margin-top: -31px;
    border-bottom: 2px solid black;
    margin-bottom: 20px;
    line-height: 56px;
    font-size: 25px;
}
.pharma-about {
    padding: 50px 0px 30px;
}
.core-com{
    margin-bottom:20px;
}
.pharma-hod .container {
    max-width: 540px !important;
}
.professor-text h5 {
    margin-left: 10px;
    line-height: 30px;
    font-size: 25px;
    MARGIN-TOP: 70PX;
}
.pharma-hod {
    background: linear-gradient(to top, var(--blue) 19%, #d3d3d38c 19%);
}
.co-po .accordion-button:not(.collapsed) {
    background: linear-gradient(to right, #000000ed 88%, #49a752 5%) !important;
}
.co-po .accordion-button.collapsed {

    background: linear-gradient(to right, #000000ed 88%, #49a752 5%) !important;

}
}


@media (max-width: 540px) {
.inner-head h5 {
    font-size: 20px;
}

.inner-head h4{
    font-size: 19px;
}
.pharma-hod {
    padding: 70px 0px
}
.pharma-hod {
    background: linear-gradient(to top, var(--blue) 17%, #d3d3d38c 16%);
}
.pharma-pos h5 {
    font-size: 23px;
    font-weight: bold;
    
    padding: 20px 0px;
}
}

@media (max-width: 492px) {
 .instruments h4, .pharm-faculty h4, .co-po h4 {
    font-size: 25px;
}
.core-com h5,  .instruments h5, .career-sec h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}
.professor-name h3 {
    font-size: 20px;
}
.co-po .accordion-button.collapsed {
      font-size:14px;
    background: linear-gradient(to right, #000000ed 89%, #49a752 5%) !important;
    padding:10px;

}
.co-po .accordion-button:not(.collapsed) {
    padding: 10px;
    background: linear-gradient(to right, #000000ed 89%, #49a752 5%) !important;
    font-size: 14px;
}
.professor-text p {
    font-size: 16px;
    line-height: 30px;
    padding-left:0px;
}
.pharma-hod {
    background: linear-gradient(to top, var(--blue) 20%, #d3d3d38c 19%);
}
.pharma-about p {
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
    line-height: 28px;
}
}
@media (max-width: 470px) {
.inner-head h5 {
    margin-top: -10px;
    line-height: 31px;
   
}
}

@media (max-width: 432px) {
.professor-img::before {
    border: 10px solid #49a752;
    right: -10px;
    bottom: -10px;  
}
.professor-img::after {
    border: 10px solid #49a752;
    left: -10px;
    top: -10px;  
}
.professor-text h5 {
    MARGIN-TOP: 50PX;
}
.accordion-body {
    padding: 10px;
}
}
@media (max-width: 390px) {
.inner-head h5 {
    font-size: 18px;
}
.inner-head h5 {
    margin-top: -12px;
    line-height: 31px;
}
}
@media (max-width: 360px){
.co-po .accordion-button:not(.collapsed) {
    padding: 10px;
    background: linear-gradient(to right, #000000ed 89%, #49a752 5%) !important;
    font-size: 13px;
}
.co-po .accordion-button.collapsed {
    font-size:13px;
  background: linear-gradient(to right, #000000ed 89%, #49a752 5%) !important;
  padding:10px;

}
}


@media (max-width: 320px) {
.core-com ul li, .vission ul li, .mission ul li, .instruments ul li {
    margin-bottom: 5px;
}
}