@media only screen and (min-width: 3840px) and (min-height: 2159px) {

    /***************************people container********************************/
    .peopleContainer {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    section .peopleContainer .peopleflex-container .same {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* width: 190px; */
        font-size: 50px !important;
        margin-left: 50px;
        /* text-align: center; */
    }

    section .peopleContainer .peopleflex-container .four-staff {
        display: flex;
        flex-direction: row;
        width: 2600px !important;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 5px;
    }

    section .peopleContainer .peopleflex-container .four-staff .separate-staff {
        width: 575px !important;
    }

    section .peopleContainer .peopleflex-container .four-staff .separate-staff img {
        width: 350px;
        height: 350px;
        margin-bottom: 20px;
        border: 2px solid rgb(91, 89, 87);
        border: 2px solid darkgoldenrod;
        border-radius: 50%;
    }

    section .peopleContainer .peopleflex-container .four-staff .separate-staff p {
        text-align: center;
        font-size: 40px !important;
        line-height: 50px !important;
        color: black;
    }

    /*****************code for people separate profile page************************/
    section .peopleStaffContainer .peoplestaff-flex-container .separate-staff img {
        width: 350px;
        height: 350px;
        margin-bottom: 5px;
        border: 2px solid darkgoldenrod;
        border-radius: 50%;
    }

    body section .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details p,
    body section .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details ul li {
        width: 2600px !important;
        font-size: 45px !important;
        line-height: 80px !important;
    }

    .separate-staff .staff-name {
        font-size: 45px !important;
    }

    .separate-staff .staff-designation {
        line-height: 60px !important;
        /* color: red; */
        font-size: 45px !important;
    }

    .separate-staff .staff-email {
        font-size: 47px !important;
        margin-top: 40px !important;
    }

    /*************staff profile's social icon**************/

    .separate-staff .social-icons-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 20vh;
    }

    .separate-staff .social-icons-container .social-icons {
        display: flex;
        width: 650px;
        justify-content: center;
        align-items: center;
    }

    .separate-staff .social-icons-container .social-icons .common {
        width: 120px;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        position: relative;
        padding: 10px;
        margin: 0px 7px;
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.5);
        transition: 0.3s all ease-in-out;
        text-decoration: none;
    }

    .separate-staff .social-icons-container .icon {
        width: 74px !important;
        height: 74px !important;
        border: 2px solid transparent !important;
        border-radius: 0px !important;
        transition: o.3s all ease-in-out;
    }

    .separate-staff .social-icons-container .common span {
        position: absolute;
        color: black;
        transform: translateY(0px) !important;
        font-size: 45px !important;
        padding: 25px 30px;
        border-radius: 5px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);

        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .separate-staff .social-icons-container .common span::before {
        position: absolute;
        content: '';
        border-left: 25px solid transparent !important;
        border-right: 25px solid transparent !important;
        border-top: 25px solid var(--common) !important;
        bottom: -23px;
        left: 50%;
        transform: translateX(-50%);
    }

    .separate-staff .social-icons-container .common span {
        background-color: var(--common);
    }

    .separate-staff .social-icons-container .common:hover {
        background-color: var(--common);
    }

    .separate-staff .social-icons-container .common:hover span {
        transform: translateY(-180px) !important;
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}

@media only screen and (min-width: 2560px) and (min-height: 1439px) {

    /***************************people container********************************/
    .peopleContainer {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .peopleContainer .peopleflex-container .same {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* width: 190px; */
        font-size: 34px !important;
        margin-left: 50px;
        /* text-align: center; */
    }

    .peopleContainer .peopleflex-container .four-staff {
        display: flex;
        flex-direction: row;
        width: 1800px !important;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 5px;
    }

    .peopleContainer .peopleflex-container .four-staff .separate-staff {
        width: 360px;
    }

    .peopleContainer .peopleflex-container .four-staff .separate-staff img {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
        border: 2px solid rgb(91, 89, 87);
        border: 2px solid darkgoldenrod;
        border-radius: 50%;
    }

    .peopleContainer .peopleflex-container .four-staff .separate-staff p {
        text-align: center;
        font-size: 25px !important;
        line-height: 40px !important;
        color: black;
    }

    /*****************code for people separate profile page************************/
    .peopleStaffContainer .peoplestaff-flex-container .separate-staff img {
        width: 200px;
        height: 200px;
        margin-bottom: 5px;
        border: 2px solid rgb(91, 89, 87);
        border: 2px solid darkgoldenrod;
        border-radius: 50%;
    }

    section .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details p,
    section .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details ul li {
        width: 1800px !important;
        font-size: 30px !important;
        line-height: 70px !important;
    }

    .staff-name {
        font-size: 30px !important;
    }

    .staff-designation {
        line-height: 50px !important;
        font-size: 30px !important;
    }

    .staff-email {
        font-size: 40px !important;
        margin-top: 40px !important;
    }

    /*************staff profile's social icon**************/

    .social-icons-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 20vh;
    }

    .social-icons-container .social-icons {
        display: flex;
        width: 450px;
        justify-content: center;
        align-items: center;
    }

    .social-icons-container .social-icons .common {
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        position: relative;
        padding: 10px;
        margin: 0px 7px;
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.5);
        transition: 0.3s all ease-in-out;
        text-decoration: none;
    }

    .social-icons-container .icon {
        width: 54px !important;
        height: 54px !important;
        border: 2px solid transparent !important;
        border-radius: 0px !important;
        transition: o.3s all ease-in-out;
    }

    .social-icons-container .common span {
        position: absolute;
        color: black;
        transform: translateY(0px) !important;
        font-size: 25px !important;
        padding: 25px 30px;
        border-radius: 5px;
        visibility: hidden;
        opacity: 0 !important;
        -webkit-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);

        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .social-icons-container .common span::before {
        position: absolute;
        content: '';
        border-left: 25px solid transparent !important;
        border-right: 25px solid transparent !important;
        border-top: 25px solid var(--common) !important;
        bottom: -23px;
        left: 50%;
        transform: translateX(-50%);
    }

    .social-icons-container .common span {
        background-color: var(--common);
    }

    .social-icons-container .common:hover {
        background-color: var(--common);
    }

    .social-icons-container .common:hover span {
        transform: translateY(-130px) !important;
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

}

@media only screen and (min-width: 1920px) {

    /***************************people container********************************/
    .peopleContainer {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .peopleContainer .peopleflex-container .same {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* width: 190px; */
        font-size: 27px;
        margin-left: 50px;
        /* text-align: center; */
    }

    .peopleContainer .peopleflex-container .four-staff {
        display: flex;
        flex-direction: row;
        width: 1200px;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 5px;
    }

    .peopleContainer .peopleflex-container .four-staff .separate-staff p {
        text-align: center;
        font-size: 16px;
        line-height: 12px;
        color: black;
    }

    /*****************code for people separate profile page************************/
    .peopleStaffContainer .peoplestaff-flex-container {
        width: 1300px;
    }

    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details p,
    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details ul li {
        width: 1300px !important;
        font-size: 22px !important;
        line-height: 50px !important;
    }

    .staff-designation {
        line-height: 25px;
    }

    /* .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details {
            font-size: 16px;
            color: red;
        } */
    .staff-name {
        font-size: 22px;
    }

    .staff-designation {
        line-height: 22px;
        font-size: 22px;
    }

    .staff-email {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    #people-title .people-title {
        width: 700px;
        height: 1.6em;
        font-size: 18px;
    }

    /***************************people container********************************/
    .peopleContainer {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .peopleContainer .peopleflex-container .same {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        /* width: 25%; */
    }

    #current-staff {
        width: 20%;
    }
    
    #research-scholar {
        width: 27%;
    }
    
    #student-alumni {
        width: 25%;
    }
    
    #past-associates {
        width: 24%;
    }

    .peopleContainer .peopleflex-container .four-staff {
        display: flex;
        flex-direction: row;
        width: 700px;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 5px;
    }

    .peopleContainer .peopleflex-container .four-staff .separate-staff p {
        text-align: center;
        font-size: 10px;
        line-height: 8px;
        color: black;
    }

    .people-title {
        font-weight: 500;
        width: 826px;
    }

    /*****************code for people separate profile page************************/
    .peopleStaffContainer .peoplestaff-flex-container {
        width: 700px;
    }

    .staff-designation {
        line-height: 12px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  
    section {
            transform: translateY(20px);
        }
    
      /****************photo container**********************/

      .peopleContainer .peopleflex-container .same {
        font-size: 20px;
        /* width: 510px; */
        width: 27%;
        margin-left: 0px;
    }
 
    .peopleContainer .peopleflex-container .four-staff {
        display: flex;
        flex-direction: row;
        width: 500px;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 5px;
    }

    .peopleContainer .peopleflex-container .four-staff .separate-staff {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        margin: 5px;
        padding: 5px;
    }

    .peopleContainer .peopleflex-container .four-staff .separate-staff p {
        text-align: center;
        font-size: 10px;
        line-height: 8px;
        color: black;
    }

    .peopleContainer .peopleflex-container .four-staff .separate-staff img {
        width: 100px;
        height: 100px;
        margin-bottom: 5px;
        border: 2px solid darkgoldenrod;
        border-radius: 50%;
    }

    /*****************code for people separate profile page************************/
    .peopleStaffContainer .peoplestaff-flex-container {
        width: 500px;
    }

    .staff-designation {
        font-size: 12px;
        line-height: 12px;
    }

    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details p,
    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details ul li {
        font-size: 12px;
        line-height: 20px;
        color: black;
    }
    
    .social-icons-container {
        margin-top: -30px;
    }

    #current-staff {
        width: 22%;
    }
    
    #research-scholar {
        width: 28%;
    }
    
    #student-alumni {
        width: 25%;
    }
    
    #past-associates {
        width: 25%;
    }

}

@media only screen and (min-width: 480px) and (max-width: 640px) {
  
    section {
        transform: translateY(20px);
    }
    
     /*****************photo container******************/

     .peopleContainer .peopleflex-container .same {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* width: 250px; */
        /* width: 100%; */
        /* margin-left: 30px; */
        font-size: 19px;
    }

    #current-staff {
        width: 70%;
    }
    
    #research-scholar {
        width: 70%;
    }
    
    #student-alumni {
        width: 70%;
    }
    
    #past-associates {
        width: 70%;
    }

    .peopleContainer .peopleflex-container .four-staff {
        display: flex;
        flex-direction: column;
        width: 300px;
        justify-content: space-around;
        align-items: center;
        padding: 10px;
        margin: 5px;
    }

    /*****************code for people separate profile page************************/
    .peopleStaffContainer .peoplestaff-flex-container {
        width: 400px;
    }

    .staff-designation {
        font-size: 12px;
        line-height: 12px;
    }

    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details p,
    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details ul li {
        font-size: 12px;
        line-height: 20px;
    }
       
    .social-icons-container {
        margin-top: -30px;
    }
}

@media only screen and (min-width: 390px) and (max-width: 480px) {
   
    section {
        transform: translateY(20px);
    }
     /*****************photo container******************/
     .peopleContainer .peopleflex-container .same {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 17px;
        /* width: 200px; */
        margin-left: 72px;
        
    }
    #current-staff {
        width: 55%;
    }
    
    #research-scholar {
        width: 55%;
    }
    
    #student-alumni {
        width: 55%;
    }
    
    #past-associates {
        width: 55%;
    }

    .peopleContainer .peopleflex-container .four-staff {
        display: flex;
        flex-direction: column;
        width: 300px;
        justify-content: space-around;
        align-items: center;
        padding: 10px;
        margin: 5px;
    }

    
    /*****************code for people separate profile page************************/
    .peopleStaffContainer .peoplestaff-flex-container {
        width: 360px;
    }

    .staff-designation {
        font-size: 12px;
        line-height: 12px;
    }

    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details p,
    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details ul li {
        font-size: 11px;
        line-height: 20px;
    }

    /*************staff profile's social icon**************/
    .social-icons-container {
        margin-top: -30px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 389px) {

    section {
        transform: translateY(20px);
    }
      
    
    .peopleContainer .peopleflex-container .same {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* width: 200px; */
        font-size: 19px;
        margin-left: 65px;
    }

    #current-staff {
        width: 55%;
    }
    
    #research-scholar {
        width: 55%;
    }
    
    #student-alumni {
        width: 55%;
    }
    
    #past-associates {
        width: 55%;
    }

    .peopleContainer .peopleflex-container .four-staff {
        display: flex;
        flex-direction: column;
        width: 250px;
        justify-content: space-around;
        align-items: center;
        padding: 10px;
        margin: 5px;
    }

    /*****************code for people separate profile page************************/
    

    .peopleStaffContainer .peoplestaff-flex-container {
        width: 250px;
    }

    .peopleStaffContainer .peoplestaff-flex-container .separate-staff {
        width: 230px;
    }

    .staff-designation {
        font-size: 12px;
        line-height: 12px;
    }

    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details p,
    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details ul li {
        font-size: 11px;
        line-height: 20px;
    }

    .largerName {
        font-size: 11px;
    }

    /*************staff profile's social icon**************/

    .social-icons-container {
        margin-top: -30px;
    }

}

@media only screen and (min-width: 0px) and (max-width: 279px) {
 
    section {
        transform: translateY(20px);
    }

    .peopleContainer .peopleflex-container .same {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* width: 190px; */
        font-size: 16px;
        margin-left: 50px;
        /* text-align: center; */
    }

    #current-staff {
        width: 55%;
    }
    
    #research-scholar {
        width: 55%;
    }
    
    #student-alumni {
        width: 55%;
    }
    
    #past-associates {
        width: 55%;
    }
                         
    .peopleContainer .peopleflex-container .four-staff {
        display: flex;
        flex-direction: column;
        width: 210px;
        justify-content: space-around;
        align-items: center;
        padding: 10px;
        margin: 5px;
    }

    .largerName {
        font-size: 10px;
    }

    /*****************code for people separate profile page************************/

    .peopleStaffContainer .peoplestaff-flex-container {
        width: 200px;
    }

    .peopleStaffContainer .peoplestaff-flex-container .separate-staff {
        width: 170px;
    }

    .staff-designation {
        font-size: 11px;
        line-height: 12px;
    }

    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details p,
    .peopleStaffContainer .peoplestaff-flex-container .separate-staff .staff-details ul li {
        font-size: 10px;
        line-height: 20px;
    }

    .largeName {
        font-size: 11px;
    }

    .largerName {
        font-size: 9px;
    }

    .designationBig {
        font-size: 10px;
    }

}