@font-face {
  font-family: "Helnore";
  src: url("../fonts/Helnore-Regular.woff2") format("woff2"),
    url("../fonts/Helnore-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* improves loading */
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: rgba(11, 10, 10, 1);
  font-size: 18px;
  font-family: "Helnore", sans-serif;
  transition: 0.3s ease-out;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  overscroll-behavior: none;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav ul {
  display: flex;
  gap: 50px;
  align-items: center;
}

.logo img {
  max-width: 120px;
}

.btn {
  border: 1px solid rgba(255, 255, 255, 1) !important;
  padding: 10px 28px 6px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.btn svg {
  margin-top: -4px;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 1) !important;
  background-color: #ffffff00;
  color: rgb(255, 255, 255);
}

.btn-outline:hover {
  background-color: #99bfae;
  color: rgb(255, 255, 255);
}

.btn-primary {
  background-color: #fff;
  color: #99bfae !important;
}

.btn-primary:hover {
  background-color: #99bfae;
  color: rgb(255, 255, 255) !important;

  border-color: #99bfae !important;
}

.btn-primary:hover img {
  filter: invert(1) brightness(2);
}

.header a {
  color: rgba(255, 255, 255, 1);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding-top: 20px;
  transition: 0.4s ease-in;
}

.hero {
  position: relative;
  height: 88vh;
}

.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav .nav-right {
  gap: 20px;
  margin-left: 50px;
}

li.active a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.1) 100%);
}

nav li.active {
  position: relative;
}

nav li.active a {
  padding: 0 2px;
}

.ab-img {
  overflow: hidden;
  border-radius: 8px;
}

.ab-img img {
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  position: absolute;
  object-fit: cover;
}

.hsc {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-in-out;
}

.hsc.animate {
  opacity: 1;
  transform: translateY(0);
}
.h-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 1s ease;
    will-change: transform;
    height: 100vh; /* or your hero height */
    position: relative;
}

.h-slide.slick-active {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}

.h-slide:not(.slick-active) {
    transform: scale(1.1); /* Zooms out slightly = parallax illusion */
}


.h-max {
  max-width: 720px;
  margin: 0 auto;
}

.wist {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 38%;
  color: #99bfae;
}

.section {
  padding: 100px 0;
  position: relative;
}

.ab-img {
  border-radius: 180px;
  height: 220px;
  position: relative;
}

.ab-img.ab-hrzntl {
  height: 100%;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.ab-img.ab-hrzntl img {
  height: 100%;
  object-fit: cover;
  bottom: 0;
}

p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.btn-text {
  color: #99bfae;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.h-max-2 {
  max-width: 450px;
}

.bg-arc {
  position: absolute;
  width: calc(100vw + 25px);
  height: calc(100vw + 25px);
  background: rgb(241, 246, 244);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  /* keep it centered horizontally */
}

.section.about {
  overflow: hidden;
  padding: 140px 0 50px;
}

.section.about .container {
  position: relative;
  z-index: 9;
}

h2 {
  color: #99bfae;
  font-weight: 800;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0%;
}

.container {
  max-width: 1440px !important;
  padding: 0 20px !important;
}

.ab-card.ab-card-left {
  max-width: 400px;
}

.ab-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ab-card.ab-card-right {
  max-width: 412px;
  margin-left: auto;
}

.m-toggle {
  display: none;
  cursor: pointer;
}

h1 {
  color: #99bfae;
  font-weight: 800;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 0%;
}

.btn-text.text-small {
  font-size: 16px;
}

.btn-text.text-small img {
  width: 10px;
}
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  row-gap: 130px;
}
.service-item-wrap {
}
.service-content {
  padding: 35px 30px;
  background: rgb(241, 246, 244);
  border-radius: 6px;
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 60px;
  bottom: -80px;
}

.service-card {
  position: relative;
  width: max-content;
}

.service-img {
  position: relative;
  width: 544px;
  height: 468px;
  overflow: hidden;
  border-radius: 6px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.service-content p {
  font-size: 16px;
}

.green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 9;
}

.cta-section .container {
  position: relative;
  z-index: 9;
  text-align: center;
  color: #fff;
}

.cta-section .container h2 {
  color: #fff;
}

.cta-section .container p {
  font-size: 20px;
}

.h-max-1 {
  max-width: 700px;
}

.cta-section {
  padding: 140px 0;
}

.tst-h {
  font-size: 80px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 96px;
  margin-bottom: 16px;
}

.m-wrap {
  max-width: 800px;
  color: #fff;
  position: relative;
  z-index: 9;
}

.m-wrap h2 {
  color: #fff;
  max-width: 480px;
}

.m-wrap p {
  max-width: 600px;
}

.m-wrap ul li {
  margin-top: 12px;
}

.m-wrap .wist {
  color: #fff;
  margin-bottom: 16px;
}

.m-wrap ul li img,
.leaf-icon {
  width: 24px;
  margin-right: 16px;
}

.leaf-icon {
  filter: brightness(0);
}

.membership {
  background-image: url("../images/membership.jpg");
  background-size: cover;
  position: relative;
}

.membership::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  left: 0;
  top: 0;
  z-index: 9;
}

.btn {
  width: max-content;
}

.btn img {
  margin-top: -4px;
}

.brands-section {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.brands-section {
  background: rgb(255, 255, 255);
}

.brands-section {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.brands {
  display: flex;
}

.brand-item {
  padding: 54px 64px;
}

.brand-img img {
  max-width: 88px;
  width: auto;
  display: block;
}

.footer {
  background-color: #99bfae;
  color: #fff;
}

.contact li img {
  max-width: 16px;
  margin-right: 18px;
}

.contact li {
  margin-top: 12px;
}

h5 {
  font-weight: 700;
}

.ql ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 12px;
}

.footer h5 {
  margin-bottom: 12px;
}

.subscribe input {
  border: 0;
  outline: 0;
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
}

.sub-btn {
  border: 0;
  outline: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub-btn img {
  max-width: 16px;
}

.subscribe {
  position: relative;
  margin-top: 34px;
}

.social-links img {
  width: 45px;
  border-radius: 100%;
  background: rgba(193, 216, 208, 1);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copyright {
  font-size: 14px;
}

.footer .logo img {
  max-width: 100px;
}

.footer .logo {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}

.low-footer {
  padding-top: 50px;
  border-top: 1px solid rgb(255, 255, 255);
  margin-top: 30px;
}

.tst-slider-wrap {
  padding-left: 50px;
  position: relative;
}

.tst-slider {
  background: #99bfae;
  border-radius: 8px;
  padding: 30px;
  color: #fff;
  position: relative;
}

.tst-card {
  display: flex;
  align-items: center;
  gap: 50px;
}

.tst-meta {
  margin-top: 20px;
}

.tst-img img {
  max-width: 172px;
  transform: rotate(0) translateX(0);
  transition: transform 0.8s ease;
  height: auto;
}

.q1,
.q2 {
  position: absolute;
  z-index: 10;
  max-width: 100px;
}

.q1 {
  top: 0;
  left: 70px;
}

.q2 {
  bottom: 0;
  right: 70px;
}

.tst-img {
  position: relative;
}

.tst-img::before {
  content: "";
  width: 156px;
  height: 157px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(241, 246, 244, 1);
  border-radius: 6px;
}

.lleft {
  position: absolute;
  left: 0;
  bottom: 0;
}

.lright {
  position: absolute;
  right: 0;
  bottom: 0;
}

.l-right {
  position: absolute;
  top: -41%;
  right: -10%;
}

.bg-pure {
  background-color: #99bfae;
  padding-bottom: 15px;
}

.hrzntl {
  margin-bottom: -100px;
}

.bg-pure .btn-primary:hover {
  border-color: rgb(255, 255, 255) !important;
}
canvas {
  height: 100%;
}

.inner-page .hsc {
  margin-bottom: 60px;
}
.inner-page .subtitle {
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}

.inner-page .slick-dots {
  display: none !important;
}

.hero.inner-page {
  height: 600px;
}

.hero.inner-page .slick-slide {
  height: 600px;
}

.feature-card {
  background: rgba(241, 246, 244, 1);
  padding: 40px 30px;
  height: 100%;
  min-height: 400px;
  border-radius: 5px;
}
.fc-icon {
  margin-bottom: 20px;
}
.fc-icon img {
  width: 100px;
}

.feature-wrap {
  margin-top: 100px;
}

.choose-img img {
  width: 100%;
}

.mw-list li {
  margin-top: 12px;
}

.packages-section {
  background: rgba(241, 246, 244, 1);
}

.p-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-meta-wrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 30px auto;
}
.p-meta-value {
  font-weight: 600;
}

.package-item {
  padding: 50px 30px 30px;
  text-align: center;
  border: 2px solid rgba(217, 217, 217, 1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.package-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}
.package-item.recommended {
  border-color: #000;
}

.btn-green {
  background-color: #99bfae;
  color: #fff !important;
}
.package-item .btn-green {
  width: 80%;
  justify-content: center;
}

.recommended-badge {
  display: flex;
  align-items: center;
  color: #99bfae;
  font-weight: 800;
  line-height: 0;
  gap: 6px;
  font-size: 14px;
  margin-bottom: 12px;
}
.recommended-badge img {
  width: 18px;
  margin-top: -6px;
}

.service-list {
  padding-bottom: 100px;
}

.service-list .service-content {
  left: 8%;
  width: 90%;
}

.service-list .service-img {
  width: 90%;
  min-height: 400px;
}

.form-wrap {
  max-width: 500px;
  margin-left: 50px;
}
.form-wrap form {
  display: flex;
  flex-direction: column;

}
.form-wrap form input, textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  outline: 0;
  margin-top: 25px;
}
 input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0.5) !important;

  transition: background-color 5000s ease-in-out 0s;
  color: #ffffff !important; /* adjust if needed */
}

.error {
  color: red;
  font-size: 14px;
}


#appointment-form button {
  margin-top: 25px;
}
.form-bg .container {
  text-align: left;
}

.error-msg {
  font-size: 14px;
}

.type-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.type-img {
  min-width: 250px;
  height: 150px;
  position: relative;
}
.type-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
}

.type-card {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  padding: 30px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.arrow-link{
  border: 1px solid rgba(111, 135, 126, 0);
  border-radius: 100%;
}

.arrow-link img {
  width: 40px;
}

.type-card:hover .arrow-link {
  border-color: #006048;
  border-radius: 100%;
  transition: border 0.3s ease;
}

.type-content {
  width: 80%;
}

.type-card:hover {
  transition: all 0.3s ease;
  padding: 30px;
  background-color: rgb(248, 248, 248);
  border-radius: 8px;
}

.os-title {
  font-size: 40px;
  font-weight: 700;
  color: #99bfae;
  line-height: 40px;
}
.os-p {
  font-size: 22px;
}
.os-icon img {
  height: 70px;
}
.os-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ab-card.ab-card-right.meta-cards {
  justify-content: space-between;
}

.btn-view {
  margin-top: 60px;
}
.btn-view .btn {
  padding-left: 60px;
  padding-right: 60px;
}
.os-icon {
  margin-top: -8px;
}

.choose-content {
  margin-top: 10%;
}
.span-small {
  display: block;
  font-size: 16px;
  margin-top: 6px;
}

.apart .m-wrap {
  margin-left: auto;
  background-color: #99bfae;
  padding-left: 50px;
  max-width: 50%;
}
.apart {
  background-image: url("../images/apart-bg.jpg");
  background-repeat: no-repeat;
  background-size: inherit;
  background-color: #99bfae;
  position: relative;
}
.team-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}


.team-img {
  position: relative;
}
.team-img img {
  width: 100%;
}

.service-pin-wrap .slick-dots {
  flex-direction: row;
  position: relative;
  right: unset;
  bottom: unset;
justify-content: center;
}

.service-pin-wrap .slick-dots li {
  background: #000000;
}

.service-pin-wrap .slick-dots li button {
  border: 3px solid #000000;
  border-radius: 100%;
}
.service-pin-wrap .slick-dots li button {
  width: 12px;
  height: 12px;
}
.service-pin-wrap .slick-dots li.slick-active {
  background: #006048;
}

.service-pin-wrap .slick-dots li.slick-active button {
  background-color: #006048;
}

.service-pin-wrap .slick-dots li.slick-active button {
  border: 3px solid #006048;
  border-radius: 100%;
}


.page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(241, 241, 241, 1);
  border-radius: 8px;
}
.page-numbers.current,.page-numbers.current:hover {
  background: #99bfae;
  color: #fff;
  border-color: #99bfae;
}
.next.page-numbers,.prev.page-numbers {
  min-width: 140px;
}
.pagination-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.page-numbers:hover {
  border-color: #99bfae;
  color: #99bfae;
  transition: all 0.3s ease;
}




.paginate_button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(241, 241, 241, 1);
  border-radius: 8px;
}
.paginate_button.current,.paginate_button.current:hover {
  background: #99bfae;
  color: #fff;
  border-color: #99bfae;
}
.next.paginate_button, .previous.paginate_button {
  min-width: 140px;
}
.dataTables_paginate {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.paginate_button:hover {
  border-color: #99bfae;
  color: #99bfae;
  transition: all 0.3s ease;
}
.paginate_button.disabled {
    opacity: 0.5;
}
.col-md-3.mb-4.c-summary_list_item.is-inview {
  transition-delay: 0.4s;
}
.service-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

.service-item.in-view {
  opacity: 1;
  transform: translateY(0);
}
/* .type-card {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}

.type-card.in-view {
  opacity: 1;
  transform: translateY(0);
} */

@media (max-width: 1200px) {
  .nav ul {
    gap: 30px;
  }

  .nav .nav-right {
    margin-left: 20px;
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .m-toggle {
    display: block;
    position: relative;
  }

  .m-toggle .close {
    display: none;
  }

  .m-toggle.show .close {
    display: block;
  }

  .m-toggle.show .list {
    display: none;
  }

  .nav {
    position: fixed;
    background: #fff;
    color: #000;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .header.show .nav {
    opacity: 1;
    visibility: visible;
  }

  .header a {
    color: #000;
  }

  li.active a::before {
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  }

  .header .btn-outline {
    border: 1px solid #99bfae !important;
    background-color: #ffffff00;
    color: rgb(0, 96, 72, 1) !important;
  }

  .header .btn-primary {
    background-color: #99bfae !important;
    color: rgb(255, 255, 255) !important;
  }

  .nav ul {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 100px;
  }

  .nav .nav-right {
    margin-left: 0;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
  }

  .header .btn img {
    display: none;
  }

  .section.about .row {
    justify-content: center;
  }

  .section.about .col-md-4 {
    width: 50%;
  }

  .section.about .col-md-4:nth-child(2) {
    order: 3;
    height: 400px;
    width: 100%;
    margin-top: 50px;
  }

  .ab-img.ab-hrzntl {
    max-width: 100%;
  }

  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .wist {
    font-size: 16px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-section .container p {
    font-size: 16px;
  }

  .col-md-7,
  .col-md-5 {
    width: 100%;
  }

  .tst-slider-wrap {
    padding: 0;
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
  }

  .m-wrap ul li {
    font-size: 16px;
  }

  .m-wrap ul li img,
  .leaf-icon {
    width: 16px;
    margin-right: 10px;
  }

  .footer {
    font-size: 16px;
  }

  .footer .logo {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    order: 1;
  }

  .low-footer {
    flex-direction: column-reverse;
    align-items: center !important;
    gap: 20px;
  }
  .package-wrap {
    margin-top: 30px;
  }
  .apart .m-wrap {
    max-width: 80%;
  }
  .apart {
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .section.about .col-md-4 {
    width: 100%;
  }
  .our-values .col-md-6:first-child {
    order: 2;
  }

  .ab-card.ab-card-left {
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .ab-card.ab-card-right {
    max-width: 100%;
  }

  .ab-img {
    height: 320px;
  }

  .footer .col-md-4:nth-child(2) {
    margin: 30px 0;
  }

  .tst-h {
    font-size: 45px;
    line-height: 56px;
  }
  .package-item .btn-green {
    width: 100%;
  }
  .hero.inner-page {
    height: 500px;
  }

  .hero.inner-page .slick-slide {
    height: 500px;
  }
  .service-list {
    gap: 100px;
    row-gap: 130px;
    grid-template-columns: 1fr;
  }
  .service-list .service-img {
    width: 100%;
  }
  .form-wrap {
    margin: 30px auto 0;
  }
  .form-bg .container {
    text-align: center;
  }

  .meta-center .ab-img.ab-hrzntl {
    height: 300px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .ab-card.ab-card-right.meta-cards {
    gap: 40px;
    max-width: fit-content;
    margin: 0 auto;
  }
  .os-item {
    width: 100%;
    justify-content: space-between;
  }

  .os-content {
    min-width: 180px;
    text-align: left;
  }
  .apart .m-wrap {
    padding-left: 0;
    max-width: 100%;
  }
  .apart {
    background-size: 0;
  }
  .team .col-md-3{
    width: 50%;
  }

.type-card {
  padding: 0 !important;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(217, 217, 217, 1);
}
.type-img {
  height: 100%;
  min-height: 300px;
}
.arrow-link{
  margin-right: 20px;
}
.type-content {
  padding: 30px 0;
}
}

@media screen and (max-width: 567px) {
  .logo img {
    max-width: 80px;
  }
  .service-img {
    width: 345px;
  }
  .service-card:first-child {
    width: 0;
    opacity: 0;
    margin: 0;
  }

  .btn-group {
    flex-direction: column;

    gap: 16px;
  }
  .btn.btn-primary.ms-3 {
    margin: 0 auto !important;
  }

  .tst-card {
    flex-direction: column;
    text-align: center;
  }
  .nav .nav-right {
    flex-direction: column;
    margin-top: 50px;
  }
  .package-wrap {
    grid-template-columns: auto;
  }
  .hero.inner-page {
    height: 400px;
  }

  .hero.inner-page .slick-slide {
    height: 400px;
  }
  .footer {
    padding-bottom: 30px;
  }

  .service-list .service-img {
    height: 400px;
  }

.type-card {
  flex-direction: column;
}
.type-img {
  width: 100%;
}
.type-content {
  padding: 0;
}
.arrow-link {
  margin-right: 0;
  margin-bottom: 30px;
}
	.ql {
  margin-top: 30px;
}
	.hero .slick-slide {
  height: 68vh;
}
}
