@font-face {
    font-family: 'manropelight';
    src: url('../fonts/manrope-light-webfont.woff2') format('woff2'),
         url('../fonts/manrope-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'manropemedium';
    src: url('../fonts/manrope-medium-webfont.woff2') format('woff2'),
         url('../fonts/manrope-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'manroperegular';
    src: url('../fonts/manrope-regular-webfont.woff2') format('woff2'),
         url('../fonts/manrope-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'manropebold';
    src: url('../fonts/manrope-bold-webfont.woff2') format('woff2'),
         url('../fonts/manrope-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'manropeextrabold';
    src: url('../fonts/manrope-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/manrope-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'manropeextralight';
    src: url('../fonts/manrope-extralight-webfont.woff2') format('woff2'),
         url('../fonts/manrope-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.header .navbar {
    background: #fff !important;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 16px;
}
.header .navbar-brand {
    /* width: 100%;
    text-align: center; */
}
.headerCover {
    width: 423px;
    height: 423px;
    background: #FFDE02;
    border-radius: 50%;
    outline: 20px solid rgb(255, 192, 0, 0.22);
    margin: auto;
    position: relative;
    overflow: hidden;
}
.outer-circle {
    background-image: linear-gradient(#fff1c7, #f8d775, #fff1c7);
    width: 423px;
    height: 423px;
    outline-style: solid;
    outline-color: transparent;
    border-radius: 50%;
    outline-width: 20px;
    animation: rotateCircle 6s linear infinite;
    padding: 20px;
    display: table;
    overflow: hidden;
}
.inner-circle {
    background: white;
    height: 423px;
    width: 423px;
    outline-style: solid;
    outline-color: transparent;
    border-radius: 50%;
    outline-width: 20px;
    animation: rotateCircle 6s linear infinite reverse;
    display: table;
    text-align: center;
    background: #FFDE02;
    overflow: hidden;
}
.text {
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
    text-align: center;
    color: black;
}  
  @keyframes rotateCircle {
    0% {
      transform: rotate(0);
    }
  
    25% {
      transform: rotate(90deg);
    }
  
    50% {
      transform: rotate(180deg);
    }
  
    75% {
      transform: rotate(270deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }




  
.inner-circle img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
}
a.social {
    text-decoration: none;
    color: #000;
    line-height: 14px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
a.social img {
    margin-left: 3px;
}
.sticky .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff !important;
    box-shadow: 5px 5px 10px #ffd73d;
}
.banner {
    /* height: 87vh;
    width: 100%;
    background: #fff; */
    /* clip-path: ellipse(100% 55% at 48% 44%); */
    background: #faf8f4;
    padding: 75px 0;
  }
  .banner span {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'manropeextrabold';
    display: block;
    margin-bottom: 10px;
  }
  .banner h1 {
    color: #000;
    text-transform: capitalize;
    font-size: 35px;
    font-family: 'manropeextrabold';
    display: inline-block;
  }
  .banner p {
    color: #000;
    font-size: 16px;
    font-family: 'manroperegular';
  }

  .banner picture {
    position: relative;
}
.banner picture:before {
    content: "";
    background: url('../images/dots.png') no-repeat;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 59px;
    animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
.banner picture:after {
    content: "";
    background: url('../images/dots.png') no-repeat;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 59px;
    animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}
  .coverWellness {
    align-items: center;
    /* height: 80vh; */
}
  .services {
    padding-top: 75px;
    background: rgb(255, 255, 255); 
  }
  .slide .card {
    border-radius: 16px;
    border: none;
    background: #f8f8f8;
    background-color: rgb(250 248 244);
    padding: 1.25em;
    text-align: center;
}
.slide .card h5 {
    font-size: 18px;
    color: #000;
    font-family: 'manropeextrabold';
    text-transform: capitalize;
    margin-bottom: 0;
  }
  .slide .card p {
    color: #000;
    font-family: 'manroperegular';
    line-height: 21.86px;
    font-size: 16px;
    margin: 5px 0px;
  }
  .slide .card .icon {
    margin: auto;
    width: auto;
  }
.aboutus {
    background: #faf8f4;
    padding: 75px 0;
}
.commonTitle {
    text-align: center;
    margin-bottom: 30px;
}
.commonTitle h2 {
    color: #000;
    font-family: 'manropebold';
    text-transform: capitalize;
    font-size: 30px;
    display: inline-block;
}

.commonTitle p {
    color: #000;
    font-family: 'manroperegular';
    line-height: 21.86px;
    font-size: 16px;
    margin-bottom: 0;
}
.counter {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.counterBx {
    flex-grow: 1;
    flex-basis: 50%;
    padding: 30px 0;
}
.counterBx:first-child {
    border-bottom: 1px solid #000; 
    border-right: 1px solid #000; 
}
.counterBx:last-child {
    border-top: 1px solid #000; 
    border-left: 1px solid #000; 
}
.counterBx h3 {
    font-family: 'manropebold';
    font-size: 45px;
    color: #000;
    margin-bottom: 0;
}
.counterBx p {
    font-family: 'manropemedium';
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}
.counterBx img {
    margin-bottom: 16px;
}
.pCap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
}
.profile {
    padding: 75px 0;
}
.profileBg {
    width: 100%;
    height: 483px;
    background: #ffdf01;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.profile h4 {
    font-family: 'manropebold';
    color: #000;
    /* font-size: 24px; */
    text-transform: capitalize;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 5px;
}
.profile p {
    font-family: 'manroperegular';
    color: #000;
    font-size: 16px;
    line-height: 22px;
}
.screenshots {
    background: #FFC000;
    padding: 75px 0;
    margin-top: 75px;
}
.getApp {
    padding: 75px 0;
}
.main_accordian {
    padding: 75px 0;
}
.footer {
    background: #FFD73D;
    padding: 16px 0;
}
.fNav a {
    text-decoration: none;
    color: #000;
}
.fNav p {
    margin-bottom: 0;
    color: #000;
    font-family: 'manroperegular';
    font-size: 16px;
}
.footer ul a {
    color: #000;
}
.innerHeader {
    height: auto;
}
.innerContent {
    margin-top: 75px;
}
.startContent ul {
    counter-reset: section;
    list-style-type: none;
}
.startContent  li::before {
    counter-increment: section;
    content: counters(section,".") " ";
}
.startContent {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.startContent:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.privacy_intro li::before {
    content: none;
}
.privacy_intro {
    margin-bottom: 30px;
}
.downArrow {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
}
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}
.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #e9b509;
}
.chevron:first-child:before,.chevron:first-child:after {
    background: #000;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
    opacity: 1;
}
33% {
    opacity: 1;
    transform: translateY(30px);
}
67% {
    opacity: 1;
    transform: translateY(40px);
}
100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
@keyframes pulse {
    to {
        opacity: 1;
    }
}
.typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .10em solid #e9b509; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: 
        typing 3.5s steps(40, end),
        blink-caret .75s step-end infinite;
    }

    /* The typing effect */
    @keyframes typing {
    from { max-width: 0 }
    to { max-width: 100% }
    }

    /* The typewriter cursor effect */
    @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #e9b509; }
    }
@media only screen and (max-width: 767px) { 
    .banner h1 {
        font-size: 25px;
    }
    .slide .card {
        margin-bottom: 16px;
    }
    .counter {
        margin-bottom: 30px;
    }
    .coverWellness {
        height: auto;
        /* padding-bottom: 74px; */
        flex-wrap: wrap-reverse;
        /* margin-bottom: 27px; */
    }
    .banner picture {
        margin-top: 60px;
        display: flex;
    }
    .profileBg {
        padding-bottom: 0;
        height: auto;
    }
    .headerCover {
        width: 323px;
        height: 323px;
        margin-bottom: 60px;
    }
    .main_accordian picture {
        display: inline-block;
        margin-bottom: 30px;
    }
    .outer-circle {
        width: 300px;
        height: 300px;
        margin: auto;
        margin-bottom: 0;
        margin-bottom: 30px;
    }
    .inner-circle {
        width: 300px;
        height: 300px;
    }
    @keyframes rotateCircle {
        0% {
          transform: none;
        }
      
        25% {
          transform: none;
        }
      
        50% {
          transform: none;
        }
      
        75% {
          transform: none;
        }
      
        100% {
          transform: none;
        }
      }
    
}
@media only screen and (max-width: 1180px) and (min-width: 768px) { 
    .banner h1 {
        font-size: 30px;
    }
    .outer-circle {
        width: 350px;
        height: 350px;
    }
    .inner-circle {
        height: 100%;
        width: 100%;
    }
}

.accordion-button:not(.collapsed) {
    background: none;
}
.accordion-button:focus {
    box-shadow: none;
}
button.accordion-button {
    font-size: 16px;
    color: #000;
    font-family: 'manropemedium';
    text-transform: capitalize;
}
button.accordion-button span {
    font-family: 'manropebold';
    margin-left: 10px;
}
.accordion-button:not(.collapsed) {
    color: #000;
}
.flexDiv {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.services .card {
    text-align: start;
    min-height: 225px;
}
.services .card span {
    width: 48px;
    height: 48px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}  
.services .card span i {
    color: #fff;
    font-size: 24px;
}
.services .card .card-body {
    padding: 0;
    padding-top: 1.25em;
}
.accordion {
    --bs-accordion-border-width: 0;
}
.accordion-item {
    border-bottom: 1px solid #ccc;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-body {
    padding-top: 0;
}


.cont-bar{
        text-align: center!important;
}

.customer-service{
    text-align: center;
  
}
.customer-service img{
  
    width: 40px;
}