body {
  background-image: url('../images/background-overlay.svg'), url('../images/Artboard.png');
  background-position: 50% 0%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 62.5%;
  line-height: 200%;
}

p {
  margin-bottom: 10px;
  font-size: 2.1em;
  line-height: 165%;
}

a {
  color: #017692;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 2.1em;
  line-height: 175%;
}

.header-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 69px;
  padding-top: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #017692;
  background-image: url('../images/Artboard.png');
  background-position: 0px 0px;
  background-size: auto;
}

.page-wrapper {
  padding-top: 69px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.header-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
  font-weight: 300;
}

.section {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2-section-heading {
  margin-bottom: 30px;
  color: #017692;
  font-size: 3.2em;
  font-weight: 400;
}

.h2-section-heading.service-heading-margin {
  margin-bottom: 5px;
}

.header-block {
  text-align: center;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrapper.wrap-children {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  margin-top: 20px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 175%;
  text-align: center;
}

.testimonial {
  margin-bottom: 40px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-primary-heading {
  margin-top: 40px;
  color: #4a4a4a;
  font-size: 7.2em;
  line-height: 85%;
}

.h1-sub-heading {
  color: #017692;
  font-size: 58.33%;
  font-weight: 400;
}

.large-coloured-text {
  color: #017692;
  font-size: 2.4em;
  font-weight: 300;
}

.header-bar-logo {
  width: 47px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.intro-logo {
  margin-top: 10px;
  margin-bottom: 20px;
}

.h3-small-heading {
  margin-bottom: 20px;
  color: #4a4a4a;
  font-size: 2.4em;
  font-weight: 600;
}

.heeader-bar-brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a4a4a;
  font-size: 2em;
  text-decoration: none;
}

.blue-text {
  color: #017692;
}

.semi-bold {
  font-weight: 600;
}

._90-width {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.reduce-width {
  max-width: 823px;
  margin-right: auto;
  margin-left: auto;
}

.images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 956px;
  margin: 40px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.images-wrapper.reduce-size {
  max-width: 890px;
}

.circle-image-200 {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.circle-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.h4-circle-heading {
  margin-top: 30px;
  color: #4a4a4a;
  font-size: 1.8em;
  font-weight: 600;
}

.circle-image-256 {
  width: 256px;
  height: 256px;
}

.h4-list-heading {
  margin-top: 40px;
  font-size: 2.1em;
  line-height: 175%;
  font-weight: 600;
}

.h3-testimonial-heading {
  color: #017692;
  font-size: 1.8em;
  line-height: 175%;
  font-weight: 600;
}

.h3-price-heading {
  color: #4a4a4a;
  font-size: 2.1em;
  line-height: 175%;
  font-weight: 600;
}

.price-number {
  margin-top: -5px;
  color: #017692;
  font-size: 4.8em;
  line-height: 100%;
  font-weight: 300;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-price-text {
  color: #9b9b9b;
  font-size: 1.8em;
  font-weight: 300;
}

.price-link {
  font-size: 1.6em;
}

.div-block-4 {
  color: #9b9b9b;
  line-height: 200%;
  text-align: left;
}

.from-text {
  font-size: 1.4em;
  line-height: 200%;
  font-weight: 300;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-card-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-card-flex-wrapper.wrap-children {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin-top: 20px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 175%;
  text-align: center;
}

.button {
  margin-top: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 33px;
  border: 1px solid #017692;
  border-radius: 100px;
  background-color: transparent;
  background-image: url('../images/calendar-alt.svg');
  background-position: 11px 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
  color: #017692;
  font-size: 1.6em;
  font-weight: 400;
}

.button.play-button {
  margin-top: 12px;
  background-image: url('../images/play.svg');
  background-position: 12px 50%;
}

.button.contact-button {
  display: none;
}

.button.close-button {
  display: none;
}

.one-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-contact {
  font-weight: 400;
}

.mobile-contact-infomation {
  display: none;
}

.side-button {
  position: fixed;
  left: 0%;
  top: 126px;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30px;
  margin-top: 200px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #017692;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #fff;
  font-size: 1.6em;
  line-height: 175%;
  text-decoration: none;
}

.mobile-desktop-detetction {
  display: none;
}

.bullet {
  font-size: 20px;
}

.bullet.blue-bullet {
  position: relative;
  top: 3px;
  display: inline-block;
  color: #017692;
  font-size: 26px;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: -69px;
  right: auto;
  bottom: auto;
  z-index: -10;
  width: 100%;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1.8em;
  }
  .header-bar {
    z-index: 10;
    padding-right: 20px;
    padding-left: 20px;
  }
  .social-icon-link {
    display: none;
  }
  .div-block {
    position: relative;
    font-size: 1em;
  }
  .section.what-is-section-padding {
    margin-top: -10px;
    padding-top: 0px;
  }
  .section.service-section {
    margin-top: 0px;
    padding-top: 0px;
  }
  .h2-section-heading {
    font-size: 2.8em;
  }
  .h2-section-heading.service-heading-margin {
    margin-bottom: -10px;
  }
  .h1-primary-heading {
    margin-top: 25px;
    font-size: 6.4em;
  }
  .large-coloured-text {
    font-size: 2em;
  }
  .intro-logo {
    width: 70px;
  }
  .h3-small-heading {
    font-size: 2em;
  }
  .reduce-width {
    max-width: 85%;
  }
  .images-wrapper {
    max-width: 95%;
  }
  .images-wrapper.reduce-size {
    max-width: 90%;
  }
  .circle-image-200 {
    width: 100%;
    height: auto;
  }
  .circle-wrapper {
    margin-top: -15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .h4-circle-heading {
    font-size: 1.6em;
  }
  .circle-image-256 {
    width: 100%;
    height: auto;
  }
  .h4-list-heading {
    font-size: 1.8em;
  }
  .h3-testimonial-heading {
    font-size: 1.6em;
  }
  .h3-price-heading {
    font-size: 1.8em;
  }
  .features {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button.contact-button {
    position: relative;
    z-index: 2;
    display: block;
    min-height: 30px;
    margin-top: 0px;
    padding-left: 40px;
    background-color: #017692;
    background-image: url('../images/comments.svg');
    background-position: 12px 50%;
    background-size: auto 50%;
    color: #fff;
  }
  .button.close-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    padding: 0px;
    border-radius: 100%;
    background-color: #017692;
    background-image: url('../images/close.svg');
    background-position: 50% 50%;
    background-size: 50%;
    color: #fff;
  }
  .image-2 {
    width: 100%;
  }
  .one-third {
    padding-right: 20px;
    padding-left: 20px;
  }
  .desktop-contact {
    display: none;
  }
  .mobile-contact-infomation {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5;
    display: none;
    width: 100%;
    height: 100vh;
    padding-top: 69px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/Artboard.png');
    background-position: 0px 0px;
    background-size: auto;
    opacity: 0;
    text-align: center;
  }
  .mobile-contact-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4em;
    line-height: 200%;
  }
  .mobile-contact-social-icons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-social-icon-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #017692;
    border-radius: 100%;
  }
  .mobile-social-icon {
    width: 20px;
    height: 20px;
  }
  .mobile-contact-icon {
    width: 67px;
    margin-top: 7.5%;
  }
  .mobile-desktop-detetction {
    display: block;
  }
  .bullet.blue-bullet {
    font-size: 1em;
  }
  .div-block-5 {
    top: -100px;
  }
  .footer-image {
    width: 67px;
  }
  .body {
    background-image: url('../images/mobile-bg.png'), url('../images/Artboard.png');
    background-position: 50% 50px, 0px 0px;
  }
    ul {
        font-size:1.8em;
    }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.8em;
  }
  .header-bar {
    height: 50px;
    min-height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-wrapper {
    padding-top: 50px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .h2-section-heading.service-heading-margin {
    margin-bottom: -25px;
  }
  .h2-section-heading.h2-mobile-margin {
    margin-bottom: 15px;
  }
  .flex-wrapper.mobile-hide {
    display: none;
  }
  .service-card {
    min-width: 100%;
  }
  .testimonial.top-margin-mobile {
    margin-top: -17px;
  }
  .h1-primary-heading {
    font-size: 6.4em;
  }
  .large-coloured-text {
    font-size: 1.6em;
  }
  .intro-logo {
    width: 52px;
  }
  .h3-small-heading {
    font-size: 2em;
  }
  .heeader-bar-brand-link.w--current {
    font-size: 1.7em;
  }
  .reduce-width {
    max-width: 100%;
  }
  .images-wrapper {
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .circle-wrapper {
    width: 50%;
    padding-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .h4-circle-heading {
    margin-top: 10px;
    font-size: 1.4em;
  }
  .circle-image-256 {
    margin-top: -9px;
  }
  .h3-price-heading.top-margin {
    margin-top: 28px;
  }
  .features {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button.contact-button {
    margin-top: 0px;
  }
  .button.close-button {
    margin-top: 0px;
  }
  .one-third {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .one-third.mobile-hide {
    display: none;
  }
  .mobile-contact-icon {
    width: 52px;
  }
  .side-button {
    display: none;
  }
  .bullet.blue-bullet {
    font-size: 1em;
  }
  .footer-image {
    width: 52px;
  }
  .mobile-link {
    color: #4a4a4a;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1.6em;
  }
  ul {
    font-size: 1.6em;
  }
  .header-bar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .h2-section-heading {
    margin-top: 0px;
    font-size: 2em;
  }
  .h2-section-heading.service-heading-margin {
    margin-bottom: 0px;
  }
  .service-card {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .h1-primary-heading {
    margin-top: 20px;
    font-size: 3.2em;
  }
  .large-coloured-text {
    font-size: 1.6em;
  }
  .heeader-bar-brand-link.w--current {
    font-size: 1.6em;
  }
  .blue-text.mobile-hide {
    display: none;
  }
  .h4-list-heading {
    font-size: 1.6em;
  }
  .h3-testimonial-heading {
    font-size: 1.2em;
  }
  .h3-price-heading {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .h3-price-heading.top-margin {
    margin-top: 15px;
  }
  .mobile-contact-content {
    font-size: 1.8em;
  }
  .bullet.blue-bullet {
    display: none;
  }
  .body {
    background-image: url('../images/mobile-background.png'), url('../images/Artboard.png');
    background-position: 50% 0px, 0px 0px;
    background-size: 100%, 50px;
  }
}

