.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-image: url('../images/BG.svg'), url('../images/Mask-Group-4.svg');
  background-position: 40px 440px, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #436037;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #106847;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

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

.menu-button {
  border-bottom-left-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #f5f5f5;
  border-radius: 0 0 0 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 22px;
  display: flex;
}

.menu-icon {
  color: #90c64c;
  font-size: 30px;
}

.navbar {
  background-color: #ddd0;
}

.brand {
  position: fixed;
  inset: 0% auto auto 0%;
}

.section {
  position: relative;
}

.div-block-2 {
  width: 100%;
  height: 100vh;
  padding: 6px;
  position: relative;
}

.slider {
  border-radius: 20px;
  width: 70%;
  height: 90%;
  margin: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-3 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30vw;
  padding-top: 110px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.slide-nav {
  text-align: left;
  padding-left: 29px;
  font-size: 5px;
}

.appointment-button {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #7ce1d3;
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-size: 18px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 40px;
  min-width: 10px;
  min-height: 10px;
}

.slide {
  z-index: 1;
  background-image: linear-gradient(#00000047, #0000 14%), url('../images/胃鏡1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
}

.div-block-5 {
  z-index: 9;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  margin-right: -32px;
}

.div-block-6 {
  background-color: #fff;
  width: 1px;
  height: 10px;
}

.div-block-5-copy {
  z-index: 9;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 95px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #bbd994;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 87px;
  margin-left: -39px;
  padding-top: 10px;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.div-block-2-copy {
  background-image: url('../images/front-backgroud1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}

.container {
  text-align: center;
  max-width: 1180px;
  position: relative;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 22%;
  display: flex;
  position: relative;
}

.top-services-photo {
  background-image: url('../images/top-side-under.svg'), url('../images/front-Services-photo1.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  border-radius: 10px;
  width: 100%;
  height: 340px;
}

.top-services-photo._2 {
  background-image: url('../images/top-side-under.svg'), url('../images/front-Services-photo2.jpg');
}

.top-services-photo.div-block-3 {
  background-image: url('../images/top-side-under.svg'), url('../images/front-Services-photo3.jpg');
}

.top-services-photo._4 {
  background-image: url('../images/top-side-under.svg'), url('../images/front-Services-photo4.jpg');
}

.top-services-photo._3 {
  background-image: url('../images/top-side-under.svg'), url('../images/front-Services-photo3.jpg');
}

.div-block-10 {
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.section-2 {
  aspect-ratio: 3 / 2;
  background-image: radial-gradient(circle, #c4f1ca, #abebc5 28%, #7de1d3 58%, #7ce1d3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #004009;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.link-block-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 13px 40px;
  font-size: 18px;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  border-bottom: 2px dotted #a7a7a7;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 17px;
  display: flex;
  overflow: hidden;
}

.image-2 {
  border-radius: 25px;
  width: 20%;
}

.image-2._2 {
  margin-top: 60px;
}

.div-block-2-copy-copy {
  background-image: url('../images/top-side-under_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}

.div-block-14 {
  background-color: #f9f9f9;
  background-image: url('../images/front-footer-banner1-icon.svg'), linear-gradient(#dfffd2 29%, #dfffd200 30%);
  background-position: 97% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 20px;
  width: 100%;
  margin-right: 15px;
  padding-bottom: 20px;
  padding-left: 17px;
  padding-right: 0;
  display: flex;
}

.image-3 {
  border-radius: 10px;
  width: 214px;
  max-width: none;
  margin-top: -20px;
}

.front-footer-banner-title {
  color: #0d8e5e;
  text-align: left;
  font-family: Cinzel, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 15px;
  padding-right: 21px;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.div-block-10-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 140px;
  display: grid;
}

.image-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-image: radial-gradient(circle, #b2ec69, #78c64c);
  border-radius: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 26px 45px;
  display: flex;
  position: relative;
}

.image-6 {
  border-radius: 17px;
  width: 100%;
}

.link-block-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5-copy {
  z-index: 9;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.image-7 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 17px;
  height: 100%;
}

.footer {
  background-color: #f5f5f5;
  background-image: url('../images/footer-background.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.link-block-3 {
  color: #000;
  font-size: 18px;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-top: 60px;
  padding-top: 10px;
}

.inner-herobanner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 70%;
  height: 30%;
  margin: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.inner-herobanner.about-us {
  background-image: url('../images/doctor-with-human-colon-anatomy-1.png');
  height: 100%;
}

.inner-herobanner.medical-professionals {
  background-image: linear-gradient(#0000001f, #0000 30%), url('../images/1474.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.inner-herobanner.services {
  background-image: linear-gradient(#0000001f, #0000 30%), url('../images/3807.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.inner-herobanner.the-gut {
  background-image: linear-gradient(#0000001f, #0000 30%), url('../images/colon-is-also-known-as-large-bow.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.inner-herobanner.patient-information {
  background-image: linear-gradient(#0000001f, #0000 30%), url('../images/2148053300.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.inner-herobanner.contact {
  background-image: linear-gradient(#0000001f, #0000 30%), url('../images/111899.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.inner-banner-div {
  width: 100%;
  height: 30vh;
  margin-bottom: 60px;
  padding: 6px;
  position: relative;
}

.inner-section-copy {
  position: relative;
}

.inner-section-copy.aboutus {
  background-image: url('../images/aboutus-bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
}

.div-block-11-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #004009;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
}

.div-block-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: left;
  background-color: #0000004d;
  background-image: url('../images/Ellipse-.svg');
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-height: 440px;
  padding: 59px 81px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-aboutus {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1180px;
  height: 100vh;
  padding-top: 144px;
  padding-bottom: 144px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  line-height: 53px;
  display: grid;
}

.list {
  color: #666;
  text-transform: none;
  font-size: 17px;
  line-height: 35px;
}

.list-item {
  color: #666;
  text-transform: none;
  line-height: 32px;
}

.link-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 25px;
  display: flex;
}

.image-8 {
  width: 50px;
}

.nav-menu {
  background-color: #7ce1d3;
  min-height: 100vh;
  padding-top: 21px;
  padding-left: 23px;
  padding-right: 23px;
  position: fixed;
}

.menu-link {
  font-family: Cinzel, sans-serif;
  font-size: 20px;
}

.menu-link:hover, .menu-link:active, .menu-link:focus, .menu-link:visited {
  color: #fff;
}

.div-block-5-copy {
  z-index: 9;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-blocpy-copy {
  z-index: 9;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 22px;
  display: flex;
}

.div-block-5-copy-copy {
  z-index: 9;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.services-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin-bottom: 40px;
}

.list-copy {
  color: #666;
  text-transform: none;
  flex-flow: wrap;
  font-size: 17px;
  line-height: 35px;
  display: flex;
}

.list-item-2 {
  width: 50%;
}

.contact-us-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 93px;
  margin-bottom: 93px;
  display: grid;
}

.image-9 {
  width: 100%;
}

.div-block-20 {
  padding-left: 60px;
  position: relative;
}

.contact_icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-5-copy-copy {
  z-index: 9;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 95px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.health-leaflets-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  display: grid;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-22.hide {
  display: none;
}

.the-gut-title-a {
  width: 30px;
}

.div-block-5-copy-copy-copy {
  z-index: 9;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.container-copy {
  text-align: center;
  max-width: 960px;
  position: relative;
}

.gut-p-title {
  color: #106810;
  text-align: left;
  font-size: 22px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-11 {
  width: 100%;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  margin-top: 22px;
  line-height: 20px;
  display: flex;
}

.green {
  color: #004009;
}

.text-block {
  color: #004009;
  font-size: 50px;
}

.link-block-5, .lanbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  background-image: url('../images/BG.svg'), url('../images/Mask-Group-4.svg');
  background-position: 40px 440px, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 19px;
  }

  .brand {
    position: absolute;
  }

  .slider {
    height: 50%;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90vw;
    padding-top: 20vh;
  }

  .slide-nav {
    text-align: right;
    padding-right: 20px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-services-photo {
    height: 220px;
  }

  .div-block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    width: 110%;
  }

  .div-block-10-copy {
    flex-flow: column;
    margin-top: 83px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .div-block-16 {
    display: none;
  }

  .footer {
    background-size: auto;
    padding-top: 20px;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .section-3 {
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .inner-herobanner {
    height: 50%;
  }

  .div-block-18 {
    width: 100%;
  }

  .container-aboutus {
    padding-left: 89px;
    padding-right: 89px;
  }

  .div-block-19 {
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
  }

  .image-9 {
    display: flex;
  }

  .div-block-21 {
    text-align: left;
  }

  .container-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .code-embed {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .slider {
    height: 60%;
  }

  .div-block-3 {
    width: 50vw;
    padding-top: 20vh;
  }

  .appointment-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 110px;
    height: 110px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-5 {
    justify-content: flex-start;
  }

  .div-block-5.mobile-hide {
    display: none;
  }

  .div-block-2-copy {
    background-position: 50% 100%;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .top-services-photo {
    background-image: url('../images/top-side-under-mobile.svg'), url('../images/front-Services-photo1.jpg');
    background-position: 100%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
    max-width: 60%;
    height: 170px;
  }

  .top-services-photo._2 {
    background-image: url('../images/top-side-under-mobile.svg'), url('../images/front-Services-photo2.jpg');
    background-position: 100%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
  }

  .top-services-photo.div-block-3 {
    background-image: url('../images/top-side-under-mobile.svg'), url('../images/front-Services-photo3.jpg');
    background-position: 100%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
  }

  .top-services-photo._4 {
    background-image: url('../images/top-side-under-mobile.svg'), url('../images/front-Services-photo4.jpg');
    background-position: 100%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
  }

  .top-services-photo._3 {
    background-image: url('../images/top-side-under-mobile.svg'), url('../images/front-Services-photo3.jpg');
    background-position: 100%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
  }

  .div-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 27px;
    padding-right: 27px;
  }

  .section-2 {
    aspect-ratio: 1;
  }

  .div-block-2-copy-copy {
    background-size: auto;
  }

  .div-block-14 {
    background-image: url('../images/front-footer-banner1-icon.svg'), linear-gradient(#dfffd2 43%, #dfffd200 44%);
    background-position: 97% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
  }

  .front-footer-banner-p {
    display: none;
  }

  .div-block-10-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 27px;
    padding-right: 27px;
  }

  .image-4 {
    transform: rotate(-90deg);
  }

  .services-icon {
    vertical-align: baseline;
    display: none;
  }

  .inner-herobanner {
    height: 60%;
    display: none;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }

  .div-block-5-copy, .div-blocpy-copy {
    justify-content: flex-start;
  }

  .services-image {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    text-align: left;
  }

  .health-leaflets-grid {
    grid-template-columns: 1fr;
  }

  .div-block-22 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-2 {
    height: 90vh;
  }

  .slider {
    background-color: #ddd0;
    width: 80%;
    height: 50vh;
    padding-top: 0;
  }

  .div-block-3 {
    width: 100%;
    padding-top: 20vh;
    padding-left: 0;
  }

  .div-block-5 {
    inset: auto 0% 3%;
  }

  .div-block-5.mobile-hide, .div-block-7 {
    display: none;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .top-services-photo {
    aspect-ratio: 2 / 3;
    width: 30%;
    height: 100px;
  }

  .top-services-photo._2 {
    aspect-ratio: 1;
  }

  .div-block-14 {
    flex-flow: column;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .front-footer-banner-title {
    font-size: 40px;
  }

  .image-7 {
    height: auto;
  }

  .inner-herobanner {
    background-color: #ddd0;
    width: 80%;
    height: 50vh;
    padding-top: 0;
  }

  .inner-herobanner.medical-professionals {
    height: 40%;
  }

  .inner-herobanner.services {
    height: auto;
  }

  .inner-herobanner.the-gut {
    background-size: auto, cover;
    height: 80%;
  }

  .inner-herobanner.patient-information {
    height: 40%;
  }

  .inner-herobanner.contact {
    height: auto;
  }

  .inner-banner-div {
    height: auto;
    margin-bottom: auto;
  }

  .inner-section-copy {
    padding-top: 0;
  }

  .div-block-18 {
    padding: 96px 28px;
    font-size: 16px;
    line-height: 24px;
  }

  .container-aboutus {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-19 {
    grid-template-rows: auto;
    font-size: 30px;
  }

  .div-block-5-copy, .div-blocpy-copy {
    inset: auto 0% 3%;
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .health-leaflets-grid {
    grid-template-columns: 1fr;
  }

  .container-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-23 {
    grid-template-columns: 1fr;
  }

  .image-10 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .text-block {
    font-size: 30px;
  }
}

#w-node-fda11198-f409-e9e9-aace-9ff4f907b188-f258f11c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_26c863d2-2af1-ee89-a0ed-6526d5b6ce7c-f258f11c {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-c6815570-d5f0-defe-3a88-4c6fdd2dbf08-f258f11c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-de484040-8b07-3085-4f26-a35692c45dd6-2d7d9fa0 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-ea2d088c-4113-1993-6fa5-51888e2217a0-2d7d9fa0, #w-node-_81f595c9-63a8-ce06-16e7-22fbfc39a0be-2d7d9fa0, #w-node-df213670-7ea3-de15-6273-626504e6afca-2d7d9fa0, #w-node-_33e8a762-b542-e8a7-1298-1f85d84fc0f1-2d7d9fa0, #w-node-_0345ad8c-050a-992f-9ba2-c221828d8562-2d7d9fa0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d0a3947-7b20-6d84-5813-49b7e076ea5e-35d70e67 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_53178575-ad6a-14a8-3c25-d5044a9327cf-35d70e67, #w-node-bcff08a4-6a32-f834-c1fc-607d2c32a5ce-35d70e67, #w-node-_23f67973-104c-f2a9-e059-5df84efa55e7-35d70e67, #w-node-ab93b008-fad0-d6f5-e447-f50a9a4a2415-35d70e67, #w-node-_62f022ef-0032-83c9-4a9a-130a8705e838-35d70e67 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f99a0722-6160-5d84-4b8d-c6f93a5c168f-f950322f, #w-node-_5bffdb8e-8a4c-1d01-2a28-ab2748edc54f-f950322f, #w-node-_5274840e-b6c4-c3df-4d72-f20a762be865-f950322f, #w-node-_97118bf3-f8fa-3ce1-2bcc-207cbeabd959-f950322f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-d21e82ff, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-c5609916, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-1a56b830, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-aef5f77f, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-0b696678, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-43eec250 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9929d13-b129-6eb7-586a-22923b5da64e-171cf8db, #w-node-ea2d088c-4113-1993-6fa5-51888e2217a0-171cf8db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-786fa2fc, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-6831f833, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-55c02623, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-285e76a7, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-1a06e7dd, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-72adf1db {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fda11198-f409-e9e9-aace-9ff4f907b188-467b1437 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_26c863d2-2af1-ee89-a0ed-6526d5b6ce7c-467b1437 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-c6815570-d5f0-defe-3a88-4c6fdd2dbf08-467b1437 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-de484040-8b07-3085-4f26-a35692c45dd6-89160c79 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-ea2d088c-4113-1993-6fa5-51888e2217a0-89160c79, #w-node-_81f595c9-63a8-ce06-16e7-22fbfc39a0be-89160c79, #w-node-df213670-7ea3-de15-6273-626504e6afca-89160c79, #w-node-_33e8a762-b542-e8a7-1298-1f85d84fc0f1-89160c79, #w-node-_0345ad8c-050a-992f-9ba2-c221828d8562-89160c79, #w-node-a9929d13-b129-6eb7-586a-22923b5da64e-40683430, #w-node-ea2d088c-4113-1993-6fa5-51888e2217a0-40683430, #w-node-f99a0722-6160-5d84-4b8d-c6f93a5c168f-1487ae74, #w-node-_5bffdb8e-8a4c-1d01-2a28-ab2748edc54f-1487ae74, #w-node-_5274840e-b6c4-c3df-4d72-f20a762be865-1487ae74, #w-node-_97118bf3-f8fa-3ce1-2bcc-207cbeabd959-1487ae74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d0a3947-7b20-6d84-5813-49b7e076ea5e-31eb06e2 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_53178575-ad6a-14a8-3c25-d5044a9327cf-31eb06e2, #w-node-bcff08a4-6a32-f834-c1fc-607d2c32a5ce-31eb06e2, #w-node-_23f67973-104c-f2a9-e059-5df84efa55e7-31eb06e2, #w-node-ab93b008-fad0-d6f5-e447-f50a9a4a2415-31eb06e2, #w-node-_189dd9c1-2058-893f-186d-fde694d876dc-31eb06e2, #w-node-_62f022ef-0032-83c9-4a9a-130a8705e838-31eb06e2, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-eaaf9c37, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-94169189, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-62082303, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-3db63c18, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-f7d167b5, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-9ec2879c, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-cae02752, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-5c64b0ba, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-028232d5, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-7ec101ab, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-5ae6a556, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-10087510, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-21ef659f, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-69843e47, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-6dfd8ba5, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-2bc06fe5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-fda11198-f409-e9e9-aace-9ff4f907b188-f258f11c, #w-node-_26c863d2-2af1-ee89-a0ed-6526d5b6ce7c-f258f11c, #w-node-c6815570-d5f0-defe-3a88-4c6fdd2dbf08-f258f11c {
    grid-column: span 6 / span 6;
  }

  #w-node-de484040-8b07-3085-4f26-a35692c45dd6-2d7d9fa0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f99a0722-6160-5d84-4b8d-c6f93a5c168f-f950322f, #w-node-_5bffdb8e-8a4c-1d01-2a28-ab2748edc54f-f950322f, #w-node-_5274840e-b6c4-c3df-4d72-f20a762be865-f950322f, #w-node-_97118bf3-f8fa-3ce1-2bcc-207cbeabd959-f950322f, #w-node-a9929d13-b129-6eb7-586a-22923b5da64e-171cf8db, #w-node-ea2d088c-4113-1993-6fa5-51888e2217a0-171cf8db {
    grid-column: span 1 / span 1;
  }

  #w-node-fda11198-f409-e9e9-aace-9ff4f907b188-467b1437, #w-node-_26c863d2-2af1-ee89-a0ed-6526d5b6ce7c-467b1437, #w-node-c6815570-d5f0-defe-3a88-4c6fdd2dbf08-467b1437 {
    grid-column: span 6 / span 6;
  }

  #w-node-de484040-8b07-3085-4f26-a35692c45dd6-89160c79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9929d13-b129-6eb7-586a-22923b5da64e-40683430, #w-node-ea2d088c-4113-1993-6fa5-51888e2217a0-40683430 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fda11198-f409-e9e9-aace-9ff4f907b188-f258f11c, #w-node-_26c863d2-2af1-ee89-a0ed-6526d5b6ce7c-f258f11c {
    grid-column: span 1 / span 1;
  }

  #w-node-c6815570-d5f0-defe-3a88-4c6fdd2dbf08-f258f11c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d0a3947-7b20-6d84-5813-49b7e076ea5e-35d70e67, #w-node-_53178575-ad6a-14a8-3c25-d5044a9327cf-35d70e67, #w-node-fda11198-f409-e9e9-aace-9ff4f907b188-467b1437, #w-node-_26c863d2-2af1-ee89-a0ed-6526d5b6ce7c-467b1437 {
    grid-column: span 1 / span 1;
  }

  #w-node-c6815570-d5f0-defe-3a88-4c6fdd2dbf08-467b1437 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f99a0722-6160-5d84-4b8d-c6f93a5c168f-1487ae74 {
    grid-column: span 1 / span 1;
  }

  #Laparoscopic-Surgery.w-node-_0f9e5d38-4ebc-9486-df3f-cbc9d733c4ca-1487ae74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bffdb8e-8a4c-1d01-2a28-ab2748edc54f-1487ae74, #w-node-_5274840e-b6c4-c3df-4d72-f20a762be865-1487ae74, #w-node-_97118bf3-f8fa-3ce1-2bcc-207cbeabd959-1487ae74, #w-node-_8d0a3947-7b20-6d84-5813-49b7e076ea5e-31eb06e2, #w-node-_53178575-ad6a-14a8-3c25-d5044a9327cf-31eb06e2 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d0a3947-7b20-6d84-5813-49b7e076ea5e-35d70e67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bcff08a4-6a32-f834-c1fc-607d2c32a5ce-35d70e67, #w-node-_23f67973-104c-f2a9-e059-5df84efa55e7-35d70e67, #w-node-ab93b008-fad0-d6f5-e447-f50a9a4a2415-35d70e67, #w-node-_62f022ef-0032-83c9-4a9a-130a8705e838-35d70e67, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-d21e82ff, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-c5609916, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-1a56b830, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-aef5f77f, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-0b696678, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-43eec250, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-786fa2fc, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-6831f833, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-55c02623, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-285e76a7, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-1a06e7dd, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-72adf1db, #w-node-f99a0722-6160-5d84-4b8d-c6f93a5c168f-1487ae74, #w-node-_5bffdb8e-8a4c-1d01-2a28-ab2748edc54f-1487ae74, #w-node-_5274840e-b6c4-c3df-4d72-f20a762be865-1487ae74, #w-node-_97118bf3-f8fa-3ce1-2bcc-207cbeabd959-1487ae74 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8d0a3947-7b20-6d84-5813-49b7e076ea5e-31eb06e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bcff08a4-6a32-f834-c1fc-607d2c32a5ce-31eb06e2, #w-node-_23f67973-104c-f2a9-e059-5df84efa55e7-31eb06e2, #w-node-ab93b008-fad0-d6f5-e447-f50a9a4a2415-31eb06e2, #w-node-_189dd9c1-2058-893f-186d-fde694d876dc-31eb06e2, #w-node-_62f022ef-0032-83c9-4a9a-130a8705e838-31eb06e2, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-eaaf9c37, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-94169189, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-62082303, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-3db63c18, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-f7d167b5, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-9ec2879c, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-cae02752, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-5c64b0ba, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-028232d5, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-7ec101ab, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-5ae6a556, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-10087510, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-21ef659f, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-69843e47, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-6dfd8ba5, #w-node-_3d9ffa7d-7ead-5ee4-7063-22cb8fac432a-2bc06fe5 {
    grid-column: span 1 / span 1;
  }
}


