/* 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-intro {
  padding: 140px 0 30px;
  overflow: hidden; }
  #sec-intro .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-intro .content .h3 {
    font-size: 29px;
    color: #93DEDE;
    font-weight: 700;
    margin-bottom: 5px; }
  #sec-intro .content ul {
    margin: 25px 0 41px; }
  #sec-intro .content .callout-block {
    display: flex;
    position: relative; }
    #sec-intro .content .callout-block::before {
      font-family: 'standard-icons';
      content: '\e91f';
      font-size: 32px;
      font-weight: 500;
      color: #FFF;
      margin-right: 16px; }
    #sec-intro .content .callout-block::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-intro .content .callout-block h4 {
      font-weight: 700;
      margin-bottom: 0;
      font-size: 18px; }
    #sec-intro .content .callout-block a {
      display: inline-block;
      font-weight: 400; }
      #sec-intro .content .callout-block a:hover {
        color: #FFF; }
    #sec-intro .content .callout-block:hover::after {
      opacity: 1; }
  #sec-intro .content h4 {
    font-size: 18px;
    font-weight: 500; }
    #sec-intro .content h4 a {
      color: #FFF; }
      #sec-intro .content h4 a:hover {
        color: #52BAB7; }
  #sec-intro .content .btn {
    font-size: 18px; }
  #sec-intro .round-wave {
    position: absolute;
    inset: 0;
    top: unset;
    width: 100% !important; }
  @media screen and (min-width: 1025px) {
    #sec-intro .content {
      padding-left: 35px; }
      #sec-intro .content h4 {
        font-size: 23px; }
      #sec-intro .content .callout-block::before {
        position: relative;
        bottom: 2px; }
      #sec-intro .content .callout-block h4 {
        font-size: 23px; }
      #sec-intro .content .callout-block a {
        font-weight: 700; } }
  @media screen and (min-width: 769px) {
    #sec-intro {
      padding: 210px 0 140px; } }
  @media screen and (min-width: 1700px) {
    #sec-intro {
      padding-bottom: 120px; } }
  @media screen and (max-width: 769px) {
    #sec-intro .gradient-bg {
      height: 88%; } }

#sec-compassionate {
  padding: 20px 0 0px; }
  #sec-compassionate .h4 {
    color: #52BAB7; }
  #sec-compassionate ul li {
    font-weight: 400; }
    #sec-compassionate ul li::before {
      color: #F66868; }
  #sec-compassionate .callout-container {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    left: 0; }
    #sec-compassionate .callout-container .callout-block {
      position: relative;
      width: 450px;
      height: 322px;
      display: flex;
      justify-content: center;
      align-items: end; }
      #sec-compassionate .callout-container .callout-block .callout-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        overflow: hidden; }
        #sec-compassionate .callout-container .callout-block .callout-bg picture,
        #sec-compassionate .callout-container .callout-block .callout-bg img {
          position: relative;
          max-width: 100% !important;
          width: 100% !important;
          max-height: 100% !important;
          height: 100% !important; }
      #sec-compassionate .callout-container .callout-block .content {
        position: relative;
        bottom: 80px; }
        #sec-compassionate .callout-container .callout-block .content h4 {
          font-size: 23px;
          font-weight: 700;
          margin-bottom: 0;
          line-height: 1.4; }
        #sec-compassionate .callout-container .callout-block .content p {
          font-size: 18px;
          margin: 7px 0 6px; }
          #sec-compassionate .callout-container .callout-block .content p:last-of-type {
            margin: 0; }
        #sec-compassionate .callout-container .callout-block .content a {
          font-size: 18px;
          font-weight: 700;
          color: #FFF; }
          #sec-compassionate .callout-container .callout-block .content a:hover {
            color: #334D5C; }
  #sec-compassionate .cta-container a {
    margin-right: 38px;
    margin-top: 16px; }
  @media screen and (min-width: 1025px) {
    #sec-compassionate ul {
      padding-left: 10px; } }
  @media screen and (max-width: 769px) {
    #sec-compassionate {
      padding-bottom: 80px; }
      #sec-compassionate .callout-container {
        position: absolute;
        z-index: 2;
        bottom: 10px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center; }
        #sec-compassionate .callout-container .callout-block {
          width: 310px;
          height: 250px; }
          #sec-compassionate .callout-container .callout-block .content {
            bottom: 40px; }
            #sec-compassionate .callout-container .callout-block .content h4 {
              font-size: 18px !important;
              max-width: 193px; }
            #sec-compassionate .callout-container .callout-block .content a, #sec-compassionate .callout-container .callout-block .content p {
              font-size: 16px !important; }
      #sec-compassionate ul li:last-of-type {
        margin-bottom: 0; }
      #sec-compassionate .btn-primary {
        margin-top: 30px !important; } }

#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 h5 {
      font-size: 23px;
      letter-spacing: 0.18px;
      line-height: 1.5;
      margin: 15px 0 10px;
      font-weight: 700; }
    #sec-services .carousel .card p {
      margin-bottom: 20px; }
    #sec-services .carousel .card a {
      margin-top: 20px;
      color: #FFF; }
      #sec-services .carousel .card a::after {
        margin-left: 8px; }
      #sec-services .carousel .card a:hover {
        color: #F66868; }
        #sec-services .carousel .card a:hover::after {
          color: #F66868;
          margin-left: 14px; }
  #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: 130px 0 102px; }
      #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 {
      font-size: 16px;
      padding: 10px 20px;
      max-width: 450px;
      border: 1px solid #E6E6E6;
      align-items: center; }
      #sec-patients ul li a {
        color: #334D5C;
        font-weight: 400; }
        #sec-patients ul li a:hover {
          color: #F66868; }
      #sec-patients ul li::before {
        font-size: 22px;
        font-weight: 500;
        position: relative;
        margin-right: 15px; }
      #sec-patients ul li:first-of-type::before {
        content: '\e922'; }
      #sec-patients ul li:nth-of-type(2)::before {
        content: '\e926'; }
      #sec-patients ul li:last-of-type::before {
        content: '\e920'; }
  @media screen and (min-width: 1025px) {
    #sec-patients {
      padding: 40px 0 80px; }
      #sec-patients ul li {
        font-size: 18px; }
        #sec-patients ul li::before {
          font-size: 25px;
          margin-right: 17px; }
      #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; } }

#sec-convenience {
  padding-bottom: 70px; }
  #sec-convenience h4 {
    font-size: 18px;
    font-weight: 400; }
  #sec-convenience .h4 {
    color: #F66868; }
  #sec-convenience .cta-container {
    margin-top: 20px;
    display: flex;
    gap: 40px; }
  @media screen and (min-width: 1025px) {
    #sec-convenience {
      padding: 90px 0; }
      #sec-convenience h4 {
        font-size: 24px; }
      #sec-convenience picture,
      #sec-convenience img {
        position: relative;
        right: -30px; } }

#sec-testimonials {
  padding: 190px 0 120px !important; }
  #sec-testimonials .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #6795AD 0%, #6296B2 50%, #406B83 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
    #sec-testimonials .gradient-bg .round-wave-top, #sec-testimonials .gradient-bg .round-wave-bottom {
      position: absolute;
      inset: 0;
      bottom: unset;
      width: 100% !important;
      z-index: -1; }
    #sec-testimonials .gradient-bg .round-wave-top {
      top: -3px; }
      #sec-testimonials .gradient-bg .round-wave-top img {
        transform: scaleY(-1);
        transform-origin: center; }
    #sec-testimonials .gradient-bg .round-wave-bottom {
      top: unset;
      bottom: -3px;
      z-index: 2; }
  #sec-testimonials .side-quote {
    position: absolute;
    right: 0;
    top: -90px;
    z-index: -1; }
  #sec-testimonials .side-bottom-dot {
    position: absolute;
    right: -30px;
    bottom: 150px; }
  #sec-testimonials h4 {
    font-size: 18px; }
  #sec-testimonials .card {
    margin-top: 30px; }
    #sec-testimonials .card .profile-data {
      margin-right: 42px; }
      #sec-testimonials .card .profile-data img {
        width: fit-content; }
      #sec-testimonials .card .profile-data .star-container {
        margin: 20px 0 18px; }
        #sec-testimonials .card .profile-data .star-container i {
          font-size: 20px;
          color: #FFDB15;
          margin-right: 8px; }
          #sec-testimonials .card .profile-data .star-container i:last-of-type {
            margin-right: 0; }
      #sec-testimonials .card .profile-data .title {
        font-size: 16px;
        letter-spacing: 0.13px;
        font-weight: 700;
        text-align: center; }
    #sec-testimonials .card .content {
      padding-bottom: 45px;
      border-bottom: 1px solid #B1B1B1;
      margin-top: 25px; }
      #sec-testimonials .card .content img {
        width: 30px; }
  #sec-testimonials .carousel .owl-item {
    min-height: 320px; }
  #sec-testimonials .carousel .custom-nav-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px;
    width: 80%;
    margin-left: auto; }
    #sec-testimonials .carousel .custom-nav-wrapper .cta-wrapper a {
      margin-top: 0; }
    #sec-testimonials .carousel .custom-nav-wrapper .owl-nav {
      display: flex;
      gap: 36px; }
      #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button {
        padding: 0;
        background-color: transparent;
        border: none;
        font-size: 48px;
        color: #FFF;
        font-weight: 700; }
        #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button.disabled {
          color: rgba(255, 255, 255, 0.6); }
        #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button:not(.disabled):hover {
          color: #F66868; }
  @media screen and (min-width: 1025px) {
    #sec-testimonials {
      padding: 265px 0 180px !important; }
      #sec-testimonials .side-img {
        position: absolute;
        inset: 0;
        right: unset;
        top: 42%;
        transform: translateY(-50%);
        max-width: 42.40%; }
      #sec-testimonials h4 {
        font-size: 23px;
        max-width: 790px; } }
  @media screen and (max-width: 1025px) {
    #sec-testimonials .side-quote {
      max-width: 141px;
      right: 36px;
      top: -55px; }
    #sec-testimonials .side-img {
      padding: 0 35px; }
    #sec-testimonials .profile-data {
      margin-bottom: 20px; }
      #sec-testimonials .profile-data img {
        width: 80px !important; }
      #sec-testimonials .profile-data .title {
        text-align: start !important; }
    #sec-testimonials .star-container {
      margin: 13px 0 !important; }
    #sec-testimonials .profile-content {
      margin-left: 19px; }
    #sec-testimonials .carousel .custom-nav-wrapper {
      flex-direction: column-reverse;
      margin-top: 20px;
      width: 100%;
      justify-content: start;
      align-items: start; }
      #sec-testimonials .carousel .custom-nav-wrapper .owl-nav {
        margin-bottom: 40px; }
        #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button {
          font-size: 38px; } }
  @media screen and (max-width: 769px) {
    #sec-testimonials .gradient-bg {
      height: 90%; }
    #sec-testimonials .gradient-bg .round-wave-top img {
      transform: none !important; } }

#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: 98px; }
      #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-friendlier {
  padding: 150px 0 0; }
  #sec-friendlier .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-friendlier .round-wave-top, #sec-friendlier .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-friendlier .round-wave-top {
    top: -3px; }
  #sec-friendlier .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-friendlier p:not(.h4) {
    font-size: 18px; }
  #sec-friendlier .side-img {
    transform: scale(1.3); }
  @media screen and (min-width: 1025px) {
    #sec-friendlier {
      margin-top: 60px;
      padding: 200px 0 150px; }
      #sec-friendlier .side-img {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scale(1.1);
        max-width: 40%; }
      #sec-friendlier p:not(.h4) {
        font-size: 23px; } }
