.team-member.style-2 {
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.team-member.style-2 .team-images {
    position: relative;
    overflow: inherit;
    border-radius: 0;
    width: 50%;
}

.team-member.style-2 .team-desc {
    flex-shrink: 0;
    padding: 30px 0 30px 30px;
}

.light-bg .team-member.style-1 .team-images {
    box-shadow: none;
}

.team-member.style-2 .team-desc ul.team-media {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin: 20px 0;
    padding: 20px 0;
}

.team-member.style-2 .team-desc ul.team-media li {
    margin-bottom: 10px;
}
ul.list-unstyled.team-media img {
    width: 20px !important;
    width: 20px !important;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
}

.team-member.style-2 .team-desc ul.team-media li:last-child {
    margin-bottom: 0;
}

.team-member.style-2 .team-desc ul.team-media li a {
    font-weight: 500;
    font-size: 15px;
}

.team-member.style-2 .team-desc ul.team-media li i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
    color: var(--themeht-primary-color);
}

.team-member.style-2 .team-social-icon li a {
    background: var(--themeht-light-color);
}

.team-member.style-2 .team-social-icon li a:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.team-single-box {
    background: var(--themeht-white-color);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.team-contact {
    padding: 30px;
    background: var(--themeht-dark-color);
}

.team-meta li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: var(--themeht-white-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

.team-meta li:last-child {
    margin-bottom: 0;
}

.team-meta li span {
    margin-right: 10px;
    font-weight: 500;
    color: var(--themeht-white-color);
}

.team-meta li a {
    color: var(--themeht-white-color);
}

.team-images img {
    border: none;
        border-radius: 4px 0 0 4px;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
}

.treatments .tab-pane img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 0;
    max-width: 100%;
}

.cs_card.cs_style_2 {
    padding: 10px 0 10px 10px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
  }
  @media (max-width: 991px) {
    .cs_card.cs_style_2 {
      padding: 10px 10px 40px 10px;
    }
  }
.cs_card_thumb img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.cs_card_text {
    max-width: 500px;
    margin-left: 30px;
  }
.cs_card_title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .cs_card_subtitle {
    margin-bottom: 28px;
  }
.cs_list.cs_style_1 {
    margin-bottom: 35px;
  }
  .cs_card.cs_style_2 hr {
    margin-bottom: 40px;
  }
  .cs_list.cs_style_1 li {
    padding-left: 40px;
    position: relative;
}

.cs_list.cs_style_1 li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #004250 !important;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.cs_mp0 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs_list.cs_style_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.cs_card_text .cs_iconbox_title {
    margin-bottom: 16px;
}
.cs_card_text a.btn {
    padding: 10px 20px;
    border-radius: 30px;
}
.team-desc h4 a {
    color: #004250 !important;
}

.team-desc span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.team-desc span:before { 
    content: "";
    background-color: #addb8f;
    position: absolute;
    left: 0px;
    top: 50%;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
}