/* 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 10, but if you do -- maybe just use a custom class  :)  */
#sec-intro {
  padding-top: 50px;
  padding-bottom: 80px; }
  #sec-intro .card {
    padding: 92px 35px 60px;
    background-color: #1A3A6B;
    border-radius: 5px; }
    #sec-intro .card .card-img {
      width: 129px;
      height: 129px;
      box-shadow: 0px 3px 6px #00000029;
      background-color: #1A3A6B;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      inset: 0;
      bottom: unset;
      left: 50%;
      transform: translate(-50%, -42%);
      border-radius: 50%; }
    #sec-intro .card h4 {
      font-size: 16px;
      letter-spacing: 3.42px;
      line-height: 1.8; }
    #sec-intro .card .tel_link {
      color: #FFFFFF;
      font-size: 14px;
      margin-top: 46px;
      font-family: "Montserrat", "Open Sans", sans-serif; }
      #sec-intro .card .tel_link:hover {
        color: #5EB1E0; }
    #sec-intro .card p {
      font-size: 16px;
      font-family: "Montserrat", "Open Sans", sans-serif; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 110px;
      padding-bottom: 136px; }
      #sec-intro .card {
        padding: 92px 71px 60px; }
        #sec-intro .card h4, #sec-intro .card p {
          font-size: 18px; } }

#sec-types {
  padding-bottom: 80px; }
  #sec-types .card {
    background-color: #1A3A6B;
    padding: 40px 25px;
    border-radius: 5px; }
    #sec-types .card h4 {
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 35px;
      font-size: 18px;
      max-width: 411px; }
      #sec-types .card h4::after {
        background-color: #5EB1E0;
        height: 4px;
        width: 111px;
        position: absolute;
        bottom: 0;
        left: 0;
        content: ''; }
    #sec-types .card ul {
      font-family: "Montserrat", "Open Sans", sans-serif; }
      #sec-types .card ul li {
        margin-bottom: 15px; }
  #sec-types .btn-primary i::before {
    color: #FFFFFF !important; }
  @media screen and (min-width: 1025px) {
    #sec-types {
      padding-bottom: 134px; }
      #sec-types .card {
        padding: 64px 59px; } }

#sec-brands {
  padding-top: 70px;
  padding-bottom: 80px;
  /* Equal-height cards, matching #sec-related-products on single-product.scss */
  /* .product-card comes from woocommerce/content-product.php, which the carousel now renders. */ }
  #sec-brands h2 {
    margin-bottom: 10px; }
  #sec-brands h4 {
    letter-spacing: 0;
    font-weight: 400;
    text-transform: unset;
    margin-bottom: 0; }
  #sec-brands .owl-carousel {
    position: relative; }
    #sec-brands .owl-carousel .owl-nav {
      display: flex;
      justify-content: center;
      margin-top: 38px; }
      #sec-brands .owl-carousel .owl-nav button {
        width: 47px;
        height: 47px;
        background-color: transparent;
        border: 1px solid #1A3A6B;
        font-size: 10px;
        margin-right: 25px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #sec-brands .owl-carousel .owl-nav button span {
          font-size: 50px;
          position: relative;
          top: -5px;
          font-weight: 400; }
        #sec-brands .owl-carousel .owl-nav button:last-of-type {
          margin-right: 0; }
        #sec-brands .owl-carousel .owl-nav button:hover {
          color: #5EB1E0;
          border-color: #5EB1E0; }
    #sec-brands .owl-carousel .owl-dots {
      margin-top: 44px;
      display: none;
      justify-content: center; }
      #sec-brands .owl-carousel .owl-dots button {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #ACACAC;
        margin-right: 15px; }
        #sec-brands .owl-carousel .owl-dots button:last-of-type {
          margin-right: 0; }
        #sec-brands .owl-carousel .owl-dots button.active {
          background-color: #D6D6D6; }
  #sec-brands .owl-stage {
    display: flex; }
  #sec-brands .related-product {
    height: 100%;
    display: flex; }
  #sec-brands .card,
  #sec-brands .product-card {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 40px 32px 40px 21px;
    box-shadow: 0px 0px 20px #0000000D;
    border-radius: 10px; }
    #sec-brands .card picture,
    #sec-brands .card img,
    #sec-brands .product-card picture,
    #sec-brands .product-card img {
      margin: 0 auto; }
    #sec-brands .card h3,
    #sec-brands .product-card h3 {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      margin: 50px 0 21px;
      line-height: 1.4;
      text-transform: unset; }
    #sec-brands .card p,
    #sec-brands .product-card p {
      font-size: 14px;
      margin-bottom: 10px; }
    #sec-brands .card a,
    #sec-brands .product-card a {
      font-weight: 700;
      font-size: 14px;
      width: fit-content; }
  #sec-brands .cta {
    padding-bottom: 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(26, 58, 107, 0.22); }
  @media screen and (min-width: 1025px) {
    #sec-brands {
      padding-top: 157px;
      padding-bottom: 112px; }
      #sec-brands .owl-carousel .owl-nav {
        justify-content: space-between;
        position: absolute;
        width: 100%;
        bottom: 50%;
        margin-top: 0; }
        #sec-brands .owl-carousel .owl-nav button {
          margin-right: 0; }
          #sec-brands .owl-carousel .owl-nav button.owl-prev {
            position: relative;
            transform: translateX(-50%);
            left: -50px; }
          #sec-brands .owl-carousel .owl-nav button.owl-next {
            position: relative;
            transform: translateX(50%);
            right: -50px; }
      #sec-brands .owl-carousel .owl-dots {
        display: flex; }
      #sec-brands .cta {
        padding-bottom: 110px;
        margin-bottom: 102px; } }
  @media screen and (min-width: 1025px) and (max-width: 1540px) {
    #sec-brands .owl-carousel .owl-nav {
      display: none; } }
  @media screen and (min-width: 769px) {
    #sec-brands .owl-carousel {
      height: 96%; }
      #sec-brands .owl-carousel .owl-stage-outer {
        height: 100% !important; }
        #sec-brands .owl-carousel .owl-stage-outer .owl-stage, #sec-brands .owl-carousel .owl-stage-outer .owl-item {
          height: 100% !important; } }

#sec-side {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #FFFFFF; }
  #sec-side.body-bg {
    background-color: #F7F8FC; }
  @media screen and (min-width: 1025px) {
    #sec-side {
      padding-top: 97px;
      padding-bottom: 102px; } }

#sec-faqs {
  padding-top: 70px;
  padding-bottom: 97px; }
  #sec-faqs h2 {
    margin-bottom: 5px; }
  #sec-faqs a {
    margin-top: 40px; }
  #sec-faqs h4 {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: unset; }
  #sec-faqs .faq-item {
    padding-bottom: 4px;
    margin-bottom: 24px;
    border-bottom: 3px solid #f2f2f2; }
    #sec-faqs .faq-item h5 {
      margin-bottom: 17px;
      line-height: 1.8; }
    #sec-faqs .faq-item .answer {
      padding-left: 50px;
      margin-bottom: 17px; }
    #sec-faqs .faq-item button {
      width: 100%;
      font-size: 16px !important;
      border: 0;
      background: transparent;
      color: #1A3A6B;
      font: inherit;
      font-weight: 500;
      text-align: left;
      display: flex; }
      #sec-faqs .faq-item button i {
        color: #5EB1E0;
        margin-right: 21px;
        font-size: 23px;
        position: relative;
        top: 6px; }
        #sec-faqs .faq-item button i::before {
          content: '\e912'; }
      #sec-faqs .faq-item button[aria-expanded="true"] i::before {
        content: '\e90e'; }
  @media screen and (min-width: 1025px) {
    #sec-faqs {
      padding-top: 150px;
      padding-bottom: 115px; }
      #sec-faqs .faq-item {
        padding-bottom: 5px;
        margin-bottom: 22px; }
        #sec-faqs .faq-item button {
          font-size: 18px !important; }
        #sec-faqs .faq-item .answer {
          padding-left: 55px; }
        #sec-faqs .faq-item button i {
          margin-right: 23px;
          font-size: 24px;
          top: 5px; } }

#sec-faqs {
  padding: 0 !important; }
  #sec-faqs h4 {
    margin-bottom: 20px; }
