/* 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-callout {
  padding: 150px 0 0; }
  #sec-callout .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-callout .round-wave-top, #sec-callout .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-callout .round-wave-top {
    top: -3px; }
  #sec-callout .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-callout p:not(.h4) {
    font-size: 18px; }
  #sec-callout .side-img {
    transform: scale(1.3); }
  #sec-callout .cta-container .clippy-circle {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.11);
    clip-path: circle(50%);
    margin-top: 20px; }
  #sec-callout .btn:not(.btn-primary) {
    color: #FFF; }
  @media screen and (min-width: 1025px) {
    #sec-callout {
      margin-top: 60px;
      padding: 200px 0; }
      #sec-callout .side-img {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scale(1);
        max-width: 43.2%; }
      #sec-callout.reverse-sec .side-img {
        right: 0;
        left: unset; }
      #sec-callout p:not(.h4) {
        font-size: 23px; }
      #sec-callout .cta-container .clippy-circle {
        width: 77px;
        height: 77px; } }

#sec-banner {
  padding: 180px 0 40px; }
  #sec-banner .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(197deg, #334D5B 0%, #406B83 32%, #6296B2 64%, #6795AD 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
  #sec-banner .round-wave {
    position: absolute;
    inset: 0;
    top: unset;
    width: 100% !important; }
  #sec-banner .callout-block-content {
    display: flex;
    position: relative; }
    #sec-banner .callout-block-content::before {
      font-family: 'standard-icons';
      content: '\e91f';
      font-size: 32px;
      font-weight: 500;
      color: #FFF;
      margin-right: 16px; }
    #sec-banner .callout-block-content::after {
      position: absolute;
      z-index: -1;
      inset: 0;
      width: 105%;
      height: 140%;
      left: -24px;
      top: -10px;
      border-radius: 8px;
      content: '';
      background-color: rgba(147, 222, 222, 0.27);
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    #sec-banner .callout-block-content h4 {
      font-weight: 700;
      margin-bottom: 0;
      font-size: 18px; }
    #sec-banner .callout-block-content a {
      display: inline-block;
      font-weight: 400;
      color: #FFF; }
    #sec-banner .callout-block-content:hover::after {
      opacity: 1; }
  #sec-banner .callout-container {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    left: 80px; }
    #sec-banner .callout-container .callout-block {
      position: relative;
      width: 400px;
      height: 290px;
      display: flex;
      justify-content: center;
      align-items: end; }
      #sec-banner .callout-container .callout-block .callout-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden; }
        #sec-banner .callout-container .callout-block .callout-bg picture,
        #sec-banner .callout-container .callout-block .callout-bg img {
          position: relative;
          max-width: 100% !important;
          width: 100% !important;
          max-height: 100% !important;
          height: 100% !important; }
      #sec-banner .callout-container .callout-block .content {
        position: relative;
        bottom: 80px; }
        #sec-banner .callout-container .callout-block .content h4 {
          font-size: 23px;
          font-weight: 700;
          margin-bottom: 0;
          line-height: 1.4; }
        #sec-banner .callout-container .callout-block .content p {
          font-size: 18px;
          margin: 7px 0 6px; }
          #sec-banner .callout-container .callout-block .content p:last-of-type {
            margin: 0; }
        #sec-banner .callout-container .callout-block .content a {
          font-size: 18px;
          font-weight: 700;
          color: #FFF; }
          #sec-banner .callout-container .callout-block .content a:hover {
            color: #334D5C; }
  @media screen and (min-width: 1025px) {
    #sec-banner .callout-block-content::before {
      position: relative;
      bottom: 2px; }
    #sec-banner .callout-block-content h4 {
      font-size: 23px; }
    #sec-banner .callout-block-content a {
      font-weight: 700; } }
  @media screen and (min-width: 769px) and (max-width: 1025px) {
    #sec-banner {
      padding: 300px 0 40px; } }
  @media screen and (max-width: 769px) {
    #sec-banner {
      padding-bottom: 110px; }
      #sec-banner .gradient-bg {
        height: 88%; }
      #sec-banner .callout-container {
        position: absolute;
        z-index: 2;
        bottom: -100px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center; }
        #sec-banner .callout-container .callout-block {
          width: 310px;
          height: 250px; }
          #sec-banner .callout-container .callout-block .content {
            bottom: 40px; }
            #sec-banner .callout-container .callout-block .content h4 {
              font-size: 18px !important;
              max-width: 193px; }
            #sec-banner .callout-container .callout-block .content a, #sec-banner .callout-container .callout-block .content p {
              font-size: 16px !important; } }
  @media screen and (max-width: 641px) {
    #sec-banner .callout-container {
      bottom: -120px; }
      #sec-banner .callout-container .callout-block {
        width: 280px;
        height: 235px; } }

#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-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: 1401px) {
    #sec-fee {
      padding: 25px 0 40px; }
      #sec-fee .side-img {
        top: 25px; } }

#sec-services {
  padding-top: 40px;
  padding-bottom: 40px; }
  #sec-services .h4 {
    color: #52BAB7; }
  #sec-services .content h5 {
    font-weight: 400; }
  #sec-services .card {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(143, 185, 185, 0.62); }
    #sec-services .card i {
      width: 66px;
      height: 66px;
      background-color: rgba(51, 77, 92, 0.07);
      font-size: 40px;
      color: #52BAB7;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
    #sec-services .card h3 {
      font-size: 23px;
      letter-spacing: 0.18px;
      line-height: 1.5;
      margin: 15px 0 10px;
      font-weight: 700; }
    #sec-services .card p {
      margin-bottom: 20px; }
    #sec-services .card a {
      color: #334D5C; }
      #sec-services .card a:hover {
        color: #52BAB7; }
  @media screen and (min-width: 1025px) {
    #sec-services {
      padding-top: 104px;
      padding-bottom: 104px; } }

#sec-fee .gradient-bg {
  background: radial-gradient(circle at center, #6AC9C7 0%, #17A8A6 100%); }

@media screen and (min-width: 1025px) {
  #sec-fee {
    padding: 150px 0 180px; }
    #sec-fee .side-img {
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 50%; } }

@media screen and (min-width: 1025px) and (max-width: 1401px) {
  #sec-fee .side-img {
    top: 100px; } }

#sec-patients {
  padding: 52px 0 97px; }
  #sec-patients .h4 {
    color: #52BAB7; }
  @media screen and (min-width: 1025px) {
    #sec-patients {
      padding: 100px 0 200px; }
      #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; } }

@media screen and (min-width: 1025px) {
  #sec-faqs {
    padding-top: 120px;
    padding-bottom: 30px; }
    #sec-faqs .accordion-item button {
      font-weight: 400; } }

@media screen and (min-width: 1025px) {
  #sec-callout {
    padding: 250px 0 130px; } }
