/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
*{
    padding: o;
    margin: 0;
    box-sizing: border-box;
    font-family: 'poppins' sans-serif;
}

.hero-section{
    background-image: url('../images/Directory-Banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tel-directory-main{
    min-height: calc(100vh - 86px);
    max-height: calc(100vh - 86px);
    overflow: auto;
}

.hero-section .hero-section-content .hero-section-heading .top-main-heading .sub-heading {
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 600;
    color: #01411c;
}

.telephone-directory-main .search-and-heading #directory-search{
    padding: 10px 16px;
    width: 350px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.telephone-directory-main .content-main .cards-main-section .directory-card {
    max-width: 300px;
    width: 100%;
    box-shadow: 0px 4px 12px #e4e4e4;
    margin-bottom: 32px;
}

.telephone-directory-main .content-main .cards-main-section .directory-card .card-header img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.telephone-directory-main .content-main .cards-main-section .directory-card .card-header .person-designation {
    color: #6F7772;
}

.telephone-directory-main .content-main .cards-main-section .directory-card .card-content {
    background-color: #EEF6F1;
    border-radius: 10px;
    height: 150px;
}

.telephone-directory-main .content-main .cards-main-section .directory-card .card-content .internal-phone-number {
    color: #6F7772;
}

.telephone-directory-main .content-main .cards-main-section .directory-card .card-content .personal-number {
    color: #6F7772;
}

.telephone-directory-main .content-main .cards-main-section .directory-card .card-content .personal-pa {
    color: #6F7772;
}

.telephone-directory-main .content-main .cards-main-section .directory-card .card-content .internal-phone-number span {
    color: #000;
}

.telephone-directory-main .content-main .cards-main-section .directory-card .card-content .personal-number span {
    color: #000;
}

.telephone-directory-main .content-main .cards-main-section .directory-card .card-content .personal-pa span {
    color: #000;
}