.choose-txt h5 {
    font-size: 59px;
    line-height: 75px;
    color: #fff;
    font-family: 'Graphik';
    font-weight: 200;
    text-transform: capitalize;
    width: 96%;
    padding: 20px 0px;
}
.bg-choose 
{
background: #000;
padding: 30px 0px;
}
.choose-txt span h2 {
    font-size: 59px;
    line-height: 75px;
    color: #fefefe;
    font-family: 'Graphik';
    font-weight: 200;
  display: inline-block;
}
.choose-txt span  {
    font-size: 59px;
    line-height: 60px;
    color: #fefefe;
    font-family: 'Graphik';
    font-weight: 200;
  display: inline-block;
}

.choose-txt {
    color: #fff !important;
}
.choose-txt h4 {
    color: #B3F52B !important;
}
.choose-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.choose-txt p {
    color: #fff;
    /* text-align: justify; */
    font-family: Graphik;
    font-style: normal;
   font-size: 23px;
    line-height: 35px;
  padding-top:40px;
}
.approach-text p {
    color: #000000;
    font-family: Graphik;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
  margin-top:40px;
    /* text-transform: lowercase; */
}
.choose-txt {
    width: 70%;
}
.choose-img {
    width: 30%;
}
.approach-text {
    width: 70%;
}
.approach-img {
    width: 30%;
}
.approach-text h5 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-family: 'Graphik';
    font-weight: 400;
    text-transform: capitalize;
    width: 70%;
    padding: 20px 0px;
}

section.our-approach h4.sub-title {
    padding-bottom: 25px;
}
section.bg-choose h4.sub-title {
    padding-bottom: 25px;
}
.accordion-scent .accordion-title {
    color: #000;
    font-family: Graphik;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 115.5%; /* 46.2px */
    text-transform: capitalize;
  }
  .accordion-scent .accordion-item-scent {
   
    padding: 0px 0px;
  }
    .approach-text span {
    font-size: 59px;
    line-height: 65px;
    color: #000;
    font-family: 'Graphik';
    font-weight: 200;
    display: inline-block;
      padding-bottom: 0px;
}
.approach-text span h2 {
    font-size: 59px;
    line-height: 60px;
    color: #000;
    font-family: 'Graphik';
    font-weight: 200;
    display: inline-block;
}
    .accordion-scent button {
      position: relative;
      display: block;
      text-align: left;
      width: 100%;
      padding: 1em 0;
      color: var(--text);
      font-size: 1.15rem;
      font-weight: 400;
      border: none;
      background: none;
      outline: none;
      border-bottom: 1px solid #979292;
      padding: 15px 0px;
      margin-bottom: 0px;
    }
    
    .accordion-scent button:hover,
    .accordion-scent button:focus {
      cursor: pointer;
      color: var(--blue);
    }
    
    .accordion-scent button:hover::after,
    .accordion-scent button:focus::after {
      cursor: pointer;
      color: var(--blue);
      border: 1px solid var(--blue);
    }
    
   .accordion-scent {
    padding: 20px 0px;
}
    
    .accordion-scent .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 0;
      border-radius: 22px;
      padding: 15px;
    }
    
    .accordion-scent button[aria-expanded='true'] {
      color: var(--blue);
    }
    
    .accordion-scent button[aria-expanded='true'] .icon::after {
      width: 0;
    }
    
    .accordion-scent button[aria-expanded='true'] + .accordion-content-scent {
      opacity: 1;
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding-top: 20px;
    }
    
    .accordion-scent .accordion-content-scent {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 200ms linear;
      will-change: opacity, max-height;
      padding-left: 60px;
    }
    
    .accordion-scent .accordion-content-scent p {
        color: #000;
        font-family: Graphik;
        font-style: normal;
        font-weight: 300;
     font-size: 23px;
    line-height: 35px;
    }


    .accordion-scent .icon {
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 0;
      }
      
      .accordion-scent .icon .open-image {
        display: none;
      }
      
      .accordion-scent .icon .close-image {
        display: inline-block;
        width: 27px;
      }
      
      .accordion-scent button[aria-expanded='true'] .icon .open-image {
        display: inline-block;
        width: 35px;
      }
      
      .accordion-scent button[aria-expanded='true'] .icon .close-image {
        display: none;
      }
    .our-approach {
        padding: 35px 0px;
    }
    span.acco-num {
        font-size: 27px;
        font-weight: 200;
        display: inline-block;
        padding-right: 35px;
 color: #000000;
    }
/*--*/

    /*--*/
    .approach-img {
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
  }
    .choose-img{
      width: 30%;
      position: relative;
  }
  .pill-container {
    position: relative;
  }
  
  .pill {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: limegreen;
    display: inline-block;
    position: absolute;
    transform-origin: center;
    animation: changeToPills 4s ease-in-out infinite, rotateToCenter 4s ease-in-out infinite;
  }
  
  .pill:nth-child(1) {
    top: -109px;
    left: 0;
    animation: changeToPills 4s ease-in-out infinite, rotateToCenter 4s ease-in-out infinite, changeColor1 4s ease-in-out infinite;
  }
  
  .pill:nth-child(2) {
    top: 0;
    left: -100px;
    animation: changeToPills 4s ease-in-out infinite, rotateToCenter 4s ease-in-out infinite, changeColor2 4s ease-in-out infinite;
  }
  
  .pill.middle {
    top: 0;
    left: 0px;
    animation: changeToPills 4s ease-in-out infinite, rotateToCenter 4s ease-in-out infinite, changeColor3 4s ease-in-out infinite;
  }
  
  .pill:nth-child(4) {
    top: 100px;
    left: 0px;
    animation: changeToPills 4s ease-in-out infinite, rotateToCenter 4s ease-in-out infinite, changeColor4 4s ease-in-out infinite;
  }
  
  .pill:nth-child(5) {
    top: 0;
    left: 110px;
    animation: changeToPills 4s ease-in-out infinite, rotateToCenter 4s ease-in-out infinite, changeColor5 4s ease-in-out infinite;
  }
  
  @keyframes changeToPills {
    0%, 100% {
      border-radius: 50%;
      width: 90px;
      height: 90px;
    }
    50% {
      border-radius: 75px;
      width: 60px;
      height: 110px;
    }
  }
  
  @keyframes rotateToCenter {
    0%, 100% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg);
    }
  }
  
  @keyframes changeColor1 {
    0%, 100% {
      background-color: #B3F52B;
    }
    50% {
      background-color: black;
    }
  }
  
  @keyframes changeColor2 {
    0%, 100% {
      background-color: #B3F52B;
    }
    50% {
      background-color: black;
    }
  }
  
  @keyframes changeColor3 {
    0%, 100% {
      background-color: black;
    }
    50% {
      background-color: #B3F52B;
    }
  }
  
  @keyframes changeColor4 {
    0%, 100% {
      background-color: #B3F52B;
    }
    50% {
      background-color: black;
    }
  }
  
  @keyframes changeColor5 {
    0%, 100% {
      background-color: #B3F52B;
    }
    50% {
      background-color: black;
    }
  }
  
  
    @media (max-width:1440px){
        .choose-txt p {
            font-size: 23px;
            /* line-height: 189.5%; */
            line-height: 35px;
        }
        .approach-text p {
                font-size: 23px;
            line-height: 35px;
        }
        .accordion-scent .accordion-content-scent p {
               font-size: 23px;
            line-height: 35px;
        }

    }
    @media only screen and (min-width:768px) and (max-width:991px){
        .accordion-scent .accordion-title {
            font-size: 19px;
        }
    }
      @media screen and (max-width:767px) {
        .approach-text {
            width: 100%;
        }
        .approach-img {
            width: 100%;
            min-height: 355px;
        }
        .choose-txt {
            width: 100%;
        }
        .choose-img {
            width: 100%;
        }
        .accordion-scent .accordion-content-scent {
            padding-left: 0px;
        }
        .accordion-scent .accordion-title {
            color: #000;
            font-family: Graphik;
            font-size: 18px;
        }
        span.acco-num {
            font-size: 18px;
            padding-right: 10px;
          }
            .choose-img {
                width: 100% !important;
                position: relative;
                min-height: 400px;
            }
            .approach-text h5 {
              font-size: 26px;
              padding: 20px 0px;
              width: 100%;
          }
          .choose-txt h5 
            {
              font-size: 26px;
              padding: 20px 0px;
              width: 100%;
          }
          .pill:nth-child(1) {
            top: -109px;
            left: -59px;}
            .pill:nth-child(5) {
              top: 0;
              left: 45px;}
              .pill.middle {
                top: 0;
               left: -53px;
      }
        .pill:nth-child(4) {
    top: 100px;
          left: -56px;}
        
        .pill:nth-child(2) {
        top: 0;
        left: -154px;}
    }
.round-pattern::before {
    animation: moveImage 9s linear infinite alternate, changeImage 2s linear infinite alternate;
}
