.hr-team {
    padding-top: 100px;
    margin-bottom: -100px;
    position: relative;
    z-index: 11;
}
.extra-area {
    background: var(--color-3);
    padding: 130px 0 0px 0;
    position: relative;
    z-index: 1;
}
.extra-area .map-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.extra-area .map-shape img {
    max-width: 450px;
}
.extra-area .dental-shape {
    position: absolute;
    top: 80px;
    left: 70px;
}
.extra-area .dental-shape img {
    max-width: 255px;
}
.hr-team-card {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.hr-team-card .hr-team-img {
    text-align: center;
    padding: 35px 0 30px 0;
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: center;
}
.hr-team-card .hr-team-img img {
    background: #d9deec;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    border: 8px solid #fff;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.hr-team-card .hr-team-content {
    background-color: rgb(255, 255, 255);
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: none;
}
.hr-team-card .hr-team-content .hr-doc-info {
    padding: 0 30px 20px 30px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.hr-team-card .hr-team-content .hr-doc-info .hr-doc-name a {
    font-size: 22px;
    color: #333333;
    margin-bottom: 8px;
    font-weight: 700;
}
.hr-team-card .hr-team-content .hr-doc-info .hr-sector {
    font-size: 17px;
    color: #636363;
    margin-bottom: 10px;
    display: block;
    font-family: var(--font-02);
}
.hr-team-card .hr-team-content .hr-doc-info .doc-inform {
    font-size: 17px;
    line-height: 27px;
    color: #636363;
    font-family: var(--font-02);
}
.hr-team-card .hr-team-content .hr-doc-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    list-style-type: none;
}
.hr-team-card .hr-team-content .hr-doc-social li {
    margin-right: 10px;
}
.hr-team-card .hr-team-content .hr-doc-social li a {
    height: 30px;
    width: 30px;
    border: 1px solid #787878;
    border-radius: 50%;
    display: block;
    line-height: 30px;
    font-size: 17px;
    color: #787878;
    transition: all 0.3s ease;
}
.hr-team-card .hr-team-content .hr-doc-social li:last-child {
    margin-right: 0;
}
.hr-team-card .hr-circle-shape {
    height: 370px;
    width: 370px;
    border-radius: 50%;
    background: var(--color-3);
    position: absolute;
    top: -30%;
    z-index: 1;
    left: -30%;
    transition: all 0.3s ease;
}
.hr-team-card:hover .hr-circle-shape {
    background: var(--color-4);
}
.hr-team-card .hr-team-content .hr-doc-social li a:hover {
    background: var(--color-4);
    color: #fff;
    border: 1px solid var(--color-4);
}
.hr-team-slider .swiper-pagination {
    display: flex;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: -30px;
    justify-content: center;
    z-index: 11;
}
.hr-team-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 0px;
    background: #fff;
    border: 2px solid var(--color-3);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
    width: 25px;
    height: 8px;
    border-radius: 30px;
}
.swiper-pagination-bullet-active {
    background: var(--color-4)!important;
    border: 2px solid var(--color-4)!important;
    width: 40px!important;
}
@media (max-width: 1600px) {
    .extra-area .dental-shape {
        left: 20px;
        max-width: 180px;
        max-height: 220px;
    }
}
@media (max-width: 1400px) {
    .extra-area .dental-shape {
        left: 0px;
    }
    .extra-area .dental-shape img {
        max-width: 150px;
    }
}