/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-50-50 {
  padding-top: 40px;
  padding-bottom: 80px; }
  #sec-50-50 .h4 {
    color: #52BAB7; }
  @media screen and (min-width: 1025px) {
    #sec-50-50 {
      padding-top: 80px;
      padding-bottom: 80px; } }

#sec-fee {
  padding: 120px 0 70px;
  overflow-y: hidden; }
  #sec-fee .gradient-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #2F4F60 0%, #34627B 50%, #3C6C88 100%);
    z-index: -1;
    width: 100%;
    height: 100%; }
    #sec-fee .gradient-bg picture,
    #sec-fee .gradient-bg img {
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  #sec-fee .round-wave-top, #sec-fee .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-fee .round-wave-top {
    top: -3px; }
  #sec-fee .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-fee .side-img {
    position: relative;
    top: 70px; }
  @media screen and (min-width: 1025px) and (max-width: 1401px) {
    #sec-fee {
      padding: 90px 0; } }
  @media screen and (min-width: 1025px) {
    #sec-fee {
      padding: 25px 0 40px; }
      #sec-fee .side-img {
        top: 25px; } }
  @media screen and (min-width: 1025px) and (max-width: 1700px) {
    #sec-fee {
      padding: 90px 0 90px; }
      #sec-fee .side-img {
        top: 90px; } }

#sec-faqs {
  padding-bottom: 50px; }
  #sec-faqs .h4 {
    color: #F66868; }
  #sec-faqs .accordion-item {
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D9D9D9; }
    #sec-faqs .accordion-item button {
      padding: 0;
      background-color: transparent;
      border: none;
      color: #334D5C;
      display: flex;
      text-align: start;
      font-weight: 400; }
      #sec-faqs .accordion-item button i {
        margin-right: 18px;
        font-size: 26px; }
      #sec-faqs .accordion-item button.active {
        font-weight: 700; }
        #sec-faqs .accordion-item button.active i {
          color: #F66868; }
          #sec-faqs .accordion-item button.active i::before {
            content: '\e928'; }
    #sec-faqs .accordion-item .accordion-body {
      display: none;
      margin-top: 22px; }
  @media screen and (min-width: 1025px) {
    #sec-faqs {
      padding-top: 77px;
      padding-bottom: 150px; }
      #sec-faqs .accordion-item button {
        font-size: 18px;
        align-items: center; }
        #sec-faqs .accordion-item button i {
          font-size: 30px; }
      #sec-faqs .accordion-item .accordion-body {
        display: none;
        margin-top: 22px; } }

#sec-services {
  padding: 180px 0;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  #sec-services .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, #6AC9C7 0%, #17A8A6 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
  #sec-services .round-wave-top, #sec-services .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-services .round-wave-top {
    top: -3px; }
  #sec-services .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-services .content {
    max-width: 674px; }
    #sec-services .content h2, #sec-services .content h5 {
      color: #FFF; }
  #sec-services .carousel .owl-stage {
    display: flex; }
  #sec-services .carousel .card {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62); }
    #sec-services .carousel .card i {
      width: 66px;
      height: 66px;
      background-color: rgba(61, 108, 136, 0.63);
      font-size: 40px;
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      #sec-services .carousel .card i.icon-BD-bridge {
        font-size: 28px; }
    #sec-services .carousel .card h5 {
      font-size: 23px;
      letter-spacing: 0.18px;
      line-height: 1.5;
      margin: 15px 0 10px;
      font-weight: 700;
      color: #FFF; }
    #sec-services .carousel .card p {
      margin-bottom: 20px;
      color: #FFF; }
    #sec-services .carousel .card .btn {
      margin-top: 20px;
      color: #FFF; }
      #sec-services .carousel .card .btn::after {
        margin-left: 8px; }
    #sec-services .carousel .card:hover i {
      background-color: rgba(255, 255, 255, 0.63); }
    #sec-services .carousel .card:hover .btn {
      color: #334D5C; }
      #sec-services .carousel .card:hover .btn::after {
        color: #334D5C;
        margin-left: 18px; }
  #sec-services .carousel .custom-nav-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px; }
    #sec-services .carousel .custom-nav-wrapper .cta-wrapper a {
      margin-top: 0; }
    #sec-services .carousel .custom-nav-wrapper .owl-nav {
      display: flex;
      gap: 36px; }
      #sec-services .carousel .custom-nav-wrapper .owl-nav button {
        padding: 0;
        background-color: transparent;
        border: none;
        font-size: 48px;
        color: #FFF;
        font-weight: 700; }
        #sec-services .carousel .custom-nav-wrapper .owl-nav button.disabled {
          color: rgba(255, 255, 255, 0.6); }
        #sec-services .carousel .custom-nav-wrapper .owl-nav button:not(.disabled):hover {
          color: #F66868; }
  #sec-services .side-img {
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 42.70%;
    width: 100%;
    z-index: -1; }
  @media screen and (max-width: 1025px) {
    #sec-services .side-img {
      position: relative;
      top: unset;
      bottom: -110px;
      width: 100%;
      max-width: 100%; }
      #sec-services .side-img picture,
      #sec-services .side-img img {
        max-width: 100% !important;
        width: 100% !important; } }
  @media screen and (min-width: 769px) and (max-width: 1025px) {
    #sec-services .side-img {
      top: 120px; } }
  @media screen and (max-width: 769px) {
    #sec-services {
      padding: 102px 0; }
      #sec-services .carousel .custom-nav-wrapper {
        margin-top: 28px;
        flex-direction: column-reverse;
        align-items: start; }
        #sec-services .carousel .custom-nav-wrapper .owl-nav {
          margin-bottom: 25px; } }

#sec-patients {
  padding: 52px 0 97px; }
  #sec-patients .h4 {
    color: #52BAB7; }
  #sec-patients ul {
    margin-bottom: 25px; }
    #sec-patients ul li::before {
      color: #F66868; }
  @media screen and (min-width: 1025px) {
    #sec-patients {
      padding: 85px 0 120px; }
      #sec-patients .side-img {
        position: absolute;
        inset: 0;
        right: unset;
        max-width: 50%; }
        #sec-patients .side-img picture,
        #sec-patients .side-img img {
          max-width: 100% !important;
          max-height: 100% !important;
          width: 100% !important;
          height: 100% !important;
          object-fit: contain; } }

.reverse-50 {
  padding-top: 80px;
  padding-bottom: 80px; }
  .reverse-50 .h4 {
    color: #F66868; }
  @media screen and (min-width: 1025px) {
    .reverse-50 {
      padding-top: 130px;
      padding-bottom: 130px; } }

@media screen and (min-width: 1025px) {
  #sec-fee {
    padding: 180px 0 105px; }
    #sec-fee .side-img {
      position: absolute;
      left: 0;
      bottom: 0;
      max-width: 50%;
      display: flex;
      align-items: end; } }

#sec-faqs {
  padding-bottom: 70px;
  padding-top: 70px; }
  @media screen and (min-width: 1025px) {
    #sec-faqs {
      padding-top: 77px;
      padding-bottom: 150px; } }
