.empowering-team-heading h1 {
    color: #134A8E;
    text-align: center;
    font-family: "Sora";
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
    max-width: 781px;
    margin: 0 auto;
    padding: 70px 0 12px 0;
}

.empowering-team-heading p {
    color: #6B7280;
    text-align: center;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 781px;
    margin: 0 auto;
}
.empowering-team-heading{
    position: relative;
}

.empowering-team-heading::after{
    position: absolute;
    content: '';
    background: url(../images/hamburg-line.png) repeat;
    width: 100%;
    height: 400px;
    z-index: -1;
    top: 0px;
    opacity: 0.3;
}
.empowering-team-bg-grd{
    position: relative;
}
.empowering-team-bg-grd::after{
    position: absolute;
    content: url(../images/ham-gr1.png);
    top: 0;
    left: 0;
    z-index: -2;
}

.empowering-team-bg-grd::before{
    position: absolute;
    content: url(../images/ham-gr2.png);
    top: 120px;
    right: 0;
    z-index: -2;
}

.empowering-therapist-heading h2 {
    color: #134A8E;
    font-family: "Sora";
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 53px;
    margin-bottom: 24px;
}

.empowering-therapist-info {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.empowering-therapist-info img {
    width: 100%;
}

.etc-txt {
    position: absolute;
    bottom: 24px;
    border-radius: 100px;
    border: 1px solid rgba(216, 216, 216, 0.00);
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    width: 100%;
    max-width: 378px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.etc-txt p {
    color: #FFF;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.empowering-therapist-info .etc-txt{
    transition: 0.2s;
}

.empowering-therapist-info:hover .etc-txt{
    background-color: #27A9E1;
}

.empowering-therapist-info .etc-txt svg{
    transition: 0.2s;
}
.empowering-therapist-info:hover .etc-txt svg{
    transform: rotate(45deg);
}

.empowering-therapist-card-bg .row{
    row-gap: 25px;
}

/* calender css  */

.empower-calender-txt h4{
    color:#134A8E;
    text-align: center;
    font-family: "Sora";
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .empower-calender-txt{
    padding-top: 100px;
  }


  #calendar {
    max-width: 1100px;
    margin: 40px auto;
  }
  
  .popper,
  .tooltip {
    position: absolute;
    z-index: 9999;
    background: #FFC107;
    color: black;
    width: 150px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 10px;
    text-align: center;
  }
  .style5 .tooltip {
    background: #1E252B;
    color: #FFFFFF;
    max-width: 200px;
    width: auto;
    font-size: .8rem;
    padding: .5em 1em;
  }
  .popper .popper__arrow,
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
  }
  
  .tooltip .tooltip-arrow,
  .popper .popper__arrow {
    border-color: #FFC107;
  }
  .style5 .tooltip .tooltip-arrow {
    border-color: #1E252B;
  }
  .popper[x-placement^="top"],
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px;
  }
  .popper[x-placement^="top"] .popper__arrow,
  .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .popper[x-placement^="bottom"],
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px;
  }
  .tooltip[x-placement^="bottom"] .tooltip-arrow,
  .popper[x-placement^="bottom"] .popper__arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .tooltip[x-placement^="right"],
  .popper[x-placement^="right"] {
    margin-left: 5px;
  }
  .popper[x-placement^="right"] .popper__arrow,
  .tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .popper[x-placement^="left"],
  .tooltip[x-placement^="left"] {
    margin-right: 5px;
  }
  .popper[x-placement^="left"] .popper__arrow,
  .tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }

  @media (max-width:767px){
    .empowering-team-heading h1 {
        font-size: 24px;
        padding: 30px 0 5px 0;
    }
    .empowering-team-heading p{
        font-size: 14px;
    }
    .empowering-therapist-heading h2 {
        font-size: 20px;
        padding-top: 20px;
    }
    .empower-calender-txt {
        padding-top: 30px;
    }
  }