.heading-wrap {
  display: flex;

  flex-direction: column;

  margin-bottom: 50px;
}

.heading-wrap span {
  background: var(--powder-blue);

  display: inline-flex;

  color: var(--white);

  font-family: var(--font-noto-sans);

  font-size: 14px;

  line-height: 24px;

  border-radius: 50px;

  padding: 2px 11px;

  text-transform: capitalize;

  font-weight: 500;

  margin-bottom: 16px;

  width: fit-content;
}

.heading-wrap h2 {
  font-family: var(--font-inter);

  font-size: 48px;

  line-height: 60px;

  font-weight: 600;

  text-transform: capitalize;

  color: var(--deep-navy-blue);
}

.secondary_btn {
  font-family: var(--font-inter);

  background: transparent;

  color: var(--hey-blue);

  border: 1px solid var(--hey-blue);

  border-radius: 50px;

  display: inline-flex;

  padding: 11px 24px;

  font-size: 16px;

  line-height: 24px;

  text-transform: capitalize;

  justify-content: center;

  align-items: center;
}

.secondary_btn:hover {
  background: var(--hey-blue);

  color: var(--white);

  text-decoration: none;

  border: 1px solid var(--hey-blue);
}

/* banner */

.hero-layout {
  position: relative;

  background-color: transparent;

  background-image: linear-gradient(180deg, #d5e3f7 0%, #ffffff 100%);

  padding: 50px 0px;
}

.hero-layout::before {
  content: "";

  display: block;

  position: absolute;

  background-image: url("../images/banner_bg.webp");

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  inset: 0;
}

.hero-layout .container {
  width: 100%;

  max-width: 1450px !important;
}

.hero-layout .hero-wrap {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.hero-layout .hero-wrap .hero-left {
  max-width: 540px;

  width: 100%;
}

.hero-layout .hero-wrap .hero-left img {
  width: 100%;

  max-width: 496px;

  height: auto;
}

.hero-layout .hero-wrap .hero-right,
.hero-wrap .hero-right .hero-content {
  display: flex;

  align-items: start;

  gap: 16px;

  flex-direction: column;
}

.hero-wrap .hero-right .hero-content h2 {
  font-family: var(--font-inter);

  font-size: 80px;

  line-height: 90px;

  font-weight: 800;

  color: var(--black);

  max-width: 96%;

  width: 100%;
}

.hero-wrap .hero-right .hero-content h2 span {
  background: #1f5fff;

  background: linear-gradient(to right, #1f5fff 0%, #739bff 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.hero-wrap .hero-right .hero-content p {
  font-family: var(--font-inter);

  font-size: 20px;

  font-weight: 400;

  color: #000;

  display: block;
}

.hero-links {
  display: flex;

  justify-content: space-between;

  gap: 12px;

  flex-wrap: wrap;

  margin-bottom: 15px;

  width: 100%;
}

.hero-links .hero-wrap {
  width: 100%;

  max-width: calc((100% / 3) - 14px);
}

.hero-links .hero-wrap a {
  background: var(--grayish-blue);

  padding: 15px 15px;

  border-radius: 16px;

  display: inline-flex;

  align-items: center;

  gap: 10px;

  width: 100%;
}

.hero-links .hero-wrap a span {
  font-family: var(--font-inter);

  font-size: 20px;

  color: var(--black);
}

.hero-links .hero-wrap a:hover {
  background: var(--hey-blue);
}

.hero-links .hero-wrap a:hover span {
  color: var(--white);
}

/* temporory design0-start */

.single-location-page {
  width: 100%;

  max-width: 703px;

  background: var(--white);

  padding: 5px 18px;

  border-radius: 90px;

  margin: 30px auto;

  box-shadow: 0px 4px 10.6px 0px rgba(0, 0, 0, 0.08);
}

.single-location-page .row .map-search-row-col {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 0px;
}

.map-address_search_section {
  display: flex;
  flex-direction: column;
}
.map-address_search_section label {
  display: inline-block;
  font-family: var(--font-inter) !important;
  color: var(--gray40);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1px;
  margin-top: 5px;
  line-height: 24px;
}

.map-address_search_section input,
.map-address_search_section select {
  font-family: var(--font-noto-sans);
  font-size: 14px;
  border: none;
  background: var(--white);
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 500;
  line-height: 100%;
  color: var(--black);
  padding: 5px 5px 5px 0px;
}

.map-address_search_section select {
  appearance: none;
}

.map-search-row-col button {
  max-width: 50px;
  width: 100%;
  height: 50px;
  background: var(--hey-blue);
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  border: none;
  transition: all 0.3s ease-in-out;
  padding: 6px 15px;
}

.map-search-row-col button i {
  color: var(--white);
}

.map-search-row-col button:focus,
.map-search-row-col button:hover {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.map-address-search-toggle-options {
  display: none;
}

/* temporory design-end */

.featured-list-layout {
  padding: 30px 0px;
}

.feature-list-wrap {
  display: flex;

  /* align-items: center; */

  justify-content: space-between;

  padding: 20px 20px;

  gap: 18px;

  border-radius: 20px;

  background-color: var(--white);

  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);

  overflow: hidden;
}

.feature-list {
  position: relative;

  display: flex;

  align-items: center;

  gap: 20px;
}

.feature-list::before {
  content: "";

  position: absolute;

  left: -16px;

  border-right: 1px solid #d8dde1;

  display: block;

  height: 100px;
}

.feature-list:first-child::before {
  display: none;
}

.feature-list::after {
  content: "";

  position: absolute;

  top: -40px;

  right: -15px;

  background-color: #77d9fc;

  clip-path: path(
    "M10.4894 37.1807L0.162615 19.0907L10.6418 0.940146L31.4894 0.807604L41.8188 18.9401L31.3395 37.0907L10.4894 37.1807ZM0.800446 19.089L10.792 36.6565L30.984 36.5565L41.1784 18.8993L31.169 1.3626L10.977 1.46256L0.800446 19.089Z"
  );

  width: 45px;

  height: 45px;

  animation: spin 4s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.feature-list .box-icon {
  background: var(--ghost-white);

  width: 100%;

  max-width: 70px;

  min-height: 70px;

  max-height: 70px;

  height: 100%;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.feature-list .box-icon img {
  width: 30px;

  height: 30px;
}

.feature-list .media-body {
  display: flex;

  justify-content: center;

  gap: 14px;

  flex-direction: column;
}

.feature-list .media-body h3 {
  font-family: var(--font-inter);

  font-size: 18px;

  line-height: 24px;

  font-weight: 500;

  color: var(--deep-navy-blue);
}

.feature-list .media-body p,
.feature-list .media-body a {
  font-family: var(--font-inter);

  font-size: 14px;

  font-weight: 400;

  line-height: 20px;

  color: var(--gray40);
}

.feature-list .media-body a {
  color: var(--carribean-green);
}

.process_content {
  position: relative;

  display: block;

  background-image: url("../images/progress_bg.webp");

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  height: 100%;

  border-top: 1px solid #d8dde1;
}

.process-layout {
  padding: 60px 0px;

  position: relative;
}

.process-layout .heading-wrap {
  align-items: center;

  justify-content: center;

  text-align: center;
}

.process-wrap {
  position: relative;

  display: flex;

  justify-content: space-between;

  gap: 20px;

  row-gap: 40px;
}

.process-wrap .process-step {
  position: relative;

  width: 100%;

  max-width: 248px;

  display: flex;

  flex-direction: column;

  gap: 50px;
}

.process-wrap .process-step::after {
  content: "";

  display: block;

  background-image: url("../images/process-arrow.webp");

  background-size: cover;

  background-repeat: no-repeat;

  width: 141px;

  height: 129px;

  position: absolute;

  top: 0%;

  right: -120px;
}

.process-wrap .process-step:nth-child(even)::after {
  transform: rotateX(180deg);

  top: 20%;
}

.process-wrap .process-step:last-child::after {
  display: none;
}

.process-wrap .process-step .step-image {
  position: relative;

  width: 100%;

  max-width: 176px;

  height: auto;

  margin: 0 auto;
}

.process-wrap .process-step .step-image .step_image-item {
  position: relative;

  max-width: 176px;

  min-height: 136px;

  max-height: 136px;

  height: 100%;

  width: 100%;

  margin: 0 auto;

  border-radius: 99px;

  overflow: hidden;
}

.process-wrap .process-step:nth-child(odd) .step-image .step_image-item {
  border: 2px solid var(--carribean-green);
}

.process-wrap .process-step:nth-child(even) .step-image .step_image-item {
  border: 2px solid var(--hey-blue);
}

.process-wrap .process-step .step-image img {
  width: 100%;

  height: 100%;

  border-radius: inherit;

  transition: 0.4s ease-in-out;
}

.process-wrap .process-step:hover .step-image img {
  transform: scale(1.08);
}

.process-wrap .process-step .step-image span.step-number {
  font-size: 24px;

  font-weight: 600;

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  color: var(--white);

  border-radius: 99px;

  position: absolute;

  top: 0;

  right: 0;

  z-index: 99;
}

.process-wrap .process-step:nth-child(odd) .step-image span.step-number {
  background-color: var(--carribean-green);
}

.process-wrap .process-step:nth-child(even) .step-image span.step-number {
  background-color: var(--hey-blue);
}

.process-wrap .step-content h3 {
  font-family: var(--font-inter);

  font-size: 20px;

  line-height: 28px;

  font-weight: 600;

  color: var(--deep-navy-blue);

  text-align: center;

  margin-bottom: 12px;
}

.process-wrap .step-content p {
  font-family: var(--font-inter);

  font-size: 16px;

  line-height: 26px;

  font-weight: 400;

  color: var(--blue-gray);

  text-align: center;
}

section.services-layout {
  padding: 90px 0px;
}

.service_content .heading-wrap {
  flex-direction: row;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 20px;
}

.services-list-row {
  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 20px;

  margin-bottom: 20px;
}

.services-list-row .service-item ,.services-list-row .service-items   {
  position: relative;

  width: 100%;

  max-width: calc((100% / 4) - 17px);

  padding: 16px;

  background-color: var(--white);

  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);

  border-radius: 20px;

  z-index: 2;

  transition: 1s ease-in-out;

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;

  /* height: 100%; */
}

.services-list-row .service-item.curtain-open:before {
  content: " ";

  background: #02122a;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 0.8;

  z-index: -1;

  border-radius: 20px;
}

.services-list-row .service-item:after {
  content: "";

  position: absolute;

  inset: 0;

  background-color: #ffffff;

  transform: scaleX(1);

  /* transform-origin: left; */

  border-radius: 18px;

  transition: transform 0.4s ease-in-out;

  z-index: -1;
}

.services-list-row .service-item.curtain-open:after {
  transform: scaleX(0);
}

.services-list-row .service-item .service-icon , .services-list-row .service-items .service-icon {
  width: 50px;

  height: 50px;

  background-color: var(--white);

  border: 2px solid var(--alice-blue);

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  margin-bottom: 20px;
}

.service-icon img {
  width: 30px;

  height: 30px;

  transition: 0.4s ease-in-out;
}

.services-list-row .service-item.curtain-open .service-icon img , .services-list-row .service-items:hover .service-icon img {
  transform: rotateY(180deg);
}

.services-list-row .service-item .service-content a,
.services-list-row .service-item .service-content h3 , .services-list-row .service-items .service-content a,
.services-list-row .service-items .service-content h3 {
  font-family: var(--font-inter);

  font-size: 24px;

  line-height: 1.417;

  font-weight: 600;

  color: var(--deep-navy-blue);

  margin-bottom: 4px;

  transition: 0.4s ease-in-out;
}

.services-list-row .service-item.curtain-open .service-content h3,
.services-list-row .service-item.curtain-open .service-content h3 {
  color: var(--white);
}

.services-list-row .service-item .service-content p , .services-list-row .service-items .service-content p {
  font-family: var(--font-inter);

  font-size: 16px;

  line-height: 24px;

  margin-bottom: 22px;

  font-weight: 400;

  color: var(--black);

  transition: 0.4s ease-in-out;
}

.services-list-row .service-item.curtain-open .service-content p {
  color: var(--white);
}

.our_promises {
  padding: 90px 0px;
}

.our_promises .promises_content {
  display: flex;

  gap: 20px;
}

.our_promises .promises_content .promises-layout-wrap {
  width: 100%;

  padding-right: 34px;
}

.our_promises .promises_content .promises-image {
  position: relative;

  padding-top: 45.853%;

  width: 100%;

  border-radius: 20px;
}

.our_promises .promises_content .promises-image img {
  position: absolute;

  inset: 0;

  width: 100%;

  max-width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 20px;
}

.promises-layout-wrap .heading-wrap h2 {
  font-size: 36px;

  line-height: 1.2;
}

.promises-wrap {
  position: relative;
}

.promises-wrap:before {
  content: "";

  height: 70%;

  width: 1px;

  background-color: var(--carribean-green);

  position: absolute;

  top: 49px;

  left: 25px;

}
.choose-feature-wrap {
  position: relative;
}

.promises-layout-wrap .choose-feature {
  display: flex;

  gap: 15px;

  margin-bottom: 23px;
}

.promises-layout-wrap .choose-feature .box-number {
  max-width: 50px;

  width: 100%;

  height: 50px;

  line-height: 50px;

  border: 1px solid var(--carribean-green);

  color: var(--carribean-green);

  text-align: center;

  border-radius: 999px;

  font-size: 24px;

  font-weight: 600;

  background-color: var(--white);

  transition: 0.4s ease-in-out;
}

.promises-layout-wrap .choose-feature:hover .box-number {
  background-color: var(--carribean-green);

  color: var(--white);
}

.promises-layout-wrap .choose-feature .media-body {
  padding: 0px 0px 34px;

  border-bottom: 1px solid #d8dde1;

  width: 100%;
}

.promises-layout-wrap:last-child .choose-feature .media-body {
  border: none;
}

.promises-layout-wrap .choose-feature .media-body h3 {
  font-family: var(--font-inter);

  font-size: 24px;

  line-height: 1.4;

  font-weight: 600;

  padding-top: 5px;

  margin-bottom: 15px;

  color: var(--deep-navy-blue);
}

.promises-layout-wrap .choose-feature .media-body p {
  font-family: var(--font-inter);

  font-size: 16px;

  font-weight: 400;

  line-height: 1.5;

  color: var(--blue-gray);
}

.about_layout {
  position: relative;

  padding: 90px 0px;

  overflow: hidden;
}

.about_layout::before {
  content: "";

  display: block;

  background-image: url("../images/pattern_shape_2.webp");

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0px;

  left: 0px;

  max-width: 900px;

  max-height: 500px;

  /* z-index: -1; */
}

.about_layout::after {
  content: "";

  display: block;

  background-image: url("../images/pattern_shape_2.webp");

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;

  height: 100%;

  position: absolute;

  bottom: 0px;

  right: 0px;

  max-width: 900px;

  max-height: 500px;

  /* z-index: -1; */
}

.about_content {
  position: relative;

  display: flex;

  gap: 20px;

  margin-bottom: 40px;
}

.about_content::after {
  content: "";

  display: block;

  background-image: url("../images/ct-scan-2.webp");

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0px;

  right: -12%;

  max-width: 128px;

  max-height: 128px;

  animation: jumpAni 7s linear infinite;
}

.about_content .about-content_inner {
  width: 100%;

  padding-right: 60px;
}

.about_content .about-image {
  position: relative;

  padding-top: 36.149%;

  width: 100%;

  border-radius: 20px;
}

.about_content .about-image img {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 20px;
}

.about_content .heading-wrap {
  margin-bottom: 24px;
}

.about_content .heading-wrap h2 {
  font-size: 24px;

  line-height: 30px;
}

.about_content .about-text {
  margin-bottom: 60px;
}

.about_content .about-text p {
  display: inline;

  font-family: var(--font-inter);

  font-size: 16px;

  font-weight: 400;

  line-height: 20px;

  color: var(--blue-gray);
}

.about_content .about-text a {
  color: var(--carribean-green);
}

.about-features ul.features-ul {
  display: inline-grid;

  grid-template-columns: auto auto;

  gap: 10px 40px;
}

.about-features ul.features-ul li {
  display: flex;

  align-items: center;

  gap: 10px;

  font-family: var(--font-inter);

  font-size: 16px;

  line-height: 100%;

  font-weight: 500;

  color: var(--deep-navy-blue);
}

.about-features ul.features-ul li i {
  font-size: 24px;

  color: var(--carribean-green);

  line-height: 26px;
}

.about-extra {
  position: relative;

  display: flex;

  align-items: center;

  gap: 20px;
}

.about-extra::before {
  content: "";

  display: block;

  background-image: url("../images/health-insurance-1.webp");

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;

  height: 100%;

  position: absolute;

  bottom: 0px;

  left: -12%;

  max-width: 128px;

  max-height: 128px;

  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.about-extra .about-extra-left {
  position: relative;

  width: 100%;

  padding-right: 60px;
}

.about-extra .about-extra-left .about_extra_image {
  position: relative;

  width: 100%;

  padding-top: 71%;
}

.about-extra .about-extra-left .about_extra_image img {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 20px;
}

.about-extra-right {
  width: 100%;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  border-radius: 30px;

  border: 2px solid var(--powder-blue);

  position: relative;
}

.about-extra-right::before {
  content: "";

  display: block;

  position: absolute;

  top: 0px;

  left: 50%;

  transform: translateX(-50%);

  width: 1px;

  height: 100%;

  background-color: var(--powder-blue);
}

.about-extra-right::after {
  content: "";

  display: block;

  position: absolute;

  left: 0px;

  top: 50%;

  transform: translateY(-50%);

  width: 100%;

  height: 1px;

  background-color: var(--powder-blue);
}

.about-extra-right .stat-box {
  padding: 40px 10px;

  text-align: center;
}

.about-extra-right .stat-box h3 {
  font-family: var(--font-inter);

  font-size: 45px;

  line-height: 1.125;

  font-weight: 600;

  color: var(--deep-navy-blue);
}

.about-extra-right .stat-box p {
  font-family: var(--font-inter);

  font-size: 16px;

  line-height: 20px;

  color: var(--blue-gray);
}

.partner-slider {
  padding: 40px 0px;
}

.partner-slider .partner-item {
  text-align: center;
}

.partner-slider .partner-item img {
  width: auto;

  object-fit: cover;

  margin: 0 auto;

  filter: brightness(0);

  opacity: 0.7;

  transition: 0.4s ease-in-out;
}

.partner-slider .partner-item:hover img {
  opacity: 1;

  filter: brightness(0.9);
}

.partner-slider .slick-track {
  display: flex;

  align-items: center;

  gap: 20px;
}

.experience_layout {
  padding: 120px 0px;
}

.experience_header {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.experience_header .experience-header-wrap {
  display: flex;

  flex-direction: column;

  margin-bottom: 49px;
}

.experience_header .experience-header-wrap span {
  display: flex;

  flex-direction: column;

  font-family: var(--font-noto-sans);

  font-size: 18px;

  font-weight: 500;

  color: var(--carribean-green);

  margin-bottom: 20px;

  padding-top: 5px;

  text-transform: uppercase;

  line-height: 28px;
}

.experience_header .experience-header-wrap span::before {
  content: "";

  background-image: url("../images/title_icon.svg");

  background-repeat: no-repeat;

  background-size: cover;

  max-width: 30px;

  width: 100%;

  height: 31px;
}

.experience_header .experience-header-wrap h2 {
  font-size: 48px;

  line-height: 1.125;

  text-transform: capitalize;

  font-weight: 600;

  margin-bottom: 24px;

  color: var(--deep-navy-blue);
}

.experience-arrows button {
  display: inline-block;

  padding: 0;

  background-color: var(--smoke-white);

  color: var(--deep-navy-blue);

  border: 1px solid #d8dde1;

  width: 56px;

  height: 56px;

  border-radius: 8px 8px 8px 8px;

  font-size: 18px;

  line-height: 20px;

  cursor: pointer;
}

.experience-arrows button:focus{
  background-color: var(--hey-blue);
  border: 1px solid var(--hey-blue);
}

.experience-services-ul {
  display: flex;

  gap: 24px;

  margin-bottom: 48px;
}

.experience-services-ul li.experience-service-item {
  flex: 100%;

  box-sizing: border-box;

  transition: all 0.3s linear;

  background-color: var(--pale-blue);

  border-radius: 30px;

  height: 483px;

  text-align: center;

  cursor: pointer;

  text-align: left;

  overflow: hidden;
}

.experience-services-ul li.experience-service-item.active,
.experience-services-ul li.experience-service-item.active:nth-child(even) {
  flex: 215%;

  background: var(--white);

  box-shadow: 0px 6px 30px rgba(2, 29, 53, 0.07);
}

.experience-services-ul li.experience-service-item:nth-child(even) {
  background-color: var(--grayish-orange);
}

.experience-service-info {
  padding: 30px 30px 40px 40px;
}

li.experience-service-item
  .experience-service-info
  .experience-service-content {
  visibility: hidden;

  opacity: 0;

  width: 100%;

  max-height: 0;

  overflow: hidden;
}

.experience-service_wrap .service-icon {
  padding: 30px 40px;

  border-bottom: 3px solid var(--white);
}

.experience-service_wrap .service-icon img {
  max-width: 30px;

  width: 100%;

  height: 30px;
}

li.experience-service-item.active .experience-service_wrap .service-icon {
  border-bottom: 3px solid var(--smoke-white);
}

.experience-service-info > .experience-service-title {
  margin: auto;

  writing-mode: vertical-lr;

  /* padding: 30px 2px; */
}

h3.experience-service-title {
  font-family: var(--font-inter);

  font-size: 24px;

  line-height: 1.417;

  font-weight: 600;

  color: var(--deep-navy-blue);
}

li.experience-service-item.active
  .experience-service-info
  > .experience-service-title {
  display: none;
}

li.experience-service-item.active
  .experience-service-info
  .experience-service-content {
  visibility: visible;

  opacity: 1;

  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 20px;

  overflow: visible;

  height: 100%;

  max-height: fit-content;
}

.experience-service-info .experience-service-content p {
  font-family: var(--font-inter);

  font-size: 16px;

  line-height: 1.75;

  font-weight: 400;

  color: var(--blue-gray);
}

.experience-service-info .experience-service-content ul {
  display: flex;

  flex-direction: column;

  gap: 6px;
}

.experience-service-info .experience-service-content ul li {
  display: flex;

  align-items: center;

  justify-content: start;

  gap: 8px;

  font-family: var(--font-inter);

  font-size: 16px;

  line-height: 1.75;

  color: var(--deep-navy-blue);
}

.experience-service-info .experience-service-content ul li::before {
  content: "\f00c";

  font-family: "Font Awesome 6 Pro";

  color: var(--carribean-green);
}

.experience-info-prompt p {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  background-color: var(--smoke-white);

  padding: 14px;

  border-radius: 30px;

  font-family: var(--font-inter);

  font-size: 16px;

  line-height: 1.75;

  color: var(--blue-gray);

  width: 100%;

  flex-wrap: wrap;
}

.experience-info-prompt a {
  position: relative;

  color: var(--hey-blue);

  font-weight: 600;

  text-transform: capitalize;

  line-height: 20px;
}

.experience-info-prompt a:before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 1px;

  background-color: var(--hey-blue);

  transition: all ease 0.4s;
}

.experience-info-prompt a:hover::before {
  background-color: var(--hey-blue);

  width: 45px;
}

.news-layout  {
  padding: 60px 0px 120px;

  background-image: url("../images/blog_bg_1.webp");

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;

  height: 100%;
}

.news_content .heading-wrap {
  display: flex;

  align-items: end;

  justify-content: space-between;

  flex-wrap: wrap;

  flex-direction: row;

  gap: 20px;
}

.news_content .heading-wrap .news-btn-wrap .primary_btn {
  padding: 21px 30px;

  border-radius: 8px 8px;
}

.news_content .blog-box {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;
}

.news_content .blog-box .blog-item {
  display: flex;

  flex-direction: column;

  max-width: calc((100% / 3) - 14px);

  width: 100%;

  border-radius: 20px;

  padding: 30px;

  background-color: var(--white);

  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
}

.news_content .blog-box .blog-item .blog-content {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  height: 100%;
}

.news_content .blog-meta {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 18px;
}

.news_content .blog-content .blog-title {
  margin-bottom: 24px;
}

.news_content .blog-meta a {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  padding-right: 10px;

  margin-right: 10px;

  font-family: var(--font-inter);

  font-size: 14px;

  line-height: 20px;

  color: var(--blue-gray);
}

.news_content .blog-meta a:hover,
.news_content .blog-meta a i {
  color: var(--carribean-green);
}

.news_content .blog-meta a:not(:last-child)::after {
  content: "";

  height: 16px;

  width: 1px;

  background-color: #d8dde1;

  position: absolute;

  top: 50%;

  right: 0;

  margin-top: -8px;
}

.news_content .blog-content h3.blog-title-text {
  font-family: var(--font-inter);

  font-size: 24px;

  line-height: 1.417;

  font-weight: 600;

  color: var(--deep-navy-blue);

  margin-bottom: 20px;

  display: inline; /* important to limit width */

  /* underline effect with background */

  background-image: linear-gradient(
    to left,

    var(--carribean-green),
    var(--carribean-green)
  );

  background-repeat: no-repeat;

  background-position: 0 100%; /* bottom left */

  background-size: 0% 2px;

  transition: background-size 0.5s ease-in-out, color 0.5s ease-in-out;

  overflow: hidden;
}

.news_content .blog-content h3.blog-title-text:hover {
  background-size: 100% 2px;

  color: var(--carribean-green);
}

.news_content .read-more .primary_btn {
  border-radius: 8px 8px;
}

.patient-image img {
  width: 100%;

  height: 100%;
}

.blog-image a {
  position: relative;

  padding-top: 60%;

  display: block;
}

.blog-image a img {
  position: absolute;

  inset: 0px;

  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: top;
}

.blog-image {
  margin-bottom: 16px;
}

.patient-layout-inner {
  margin: 115px 0px 0px;

  background-color: var(--sky-blue);
}

.patient-layout-inner .patient-content {
  display: flex;

  justify-content: space-between;

  gap: 20px;
}

.patient-layout-inner .patient-content .heading-wrap {
  margin-top: 50px;
}

.patient-layout-inner .patient-content .heading-wrap .primary_btn {
  background-color: var(--hey-blue) !important;
}

.patient-image {
  margin-top: -110px;
}

.patient-layout-inner .heading-wrap span {
  border-radius: none;

  background-color: transparent;

  color: var(--black);

  padding: 0px;

  font-family: var(--font-inter);

  font-size: 16px;

  line-height: 1.75;
}

.testimonial-section {
  padding: 120px 0px;

  background: linear-gradient(
    90deg,
    rgb(5 144 201 / 8%) 0%,

    rgba(255, 255, 255, 1) 100%
  );
}

.testimonial-layout-inner .heading-wrap {
  align-items: center;

  text-align: center;
}

.testimonial-layout-inner .ts-item {
  display: flex !important;

  flex-direction: column;

  height: auto !important;

  background: #fff !important;

  border: 1px solid #edf0f3;

  border-radius: 50px;

  padding: 40px;
}

.testimonial-slider .ts-item-content {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  height: 100%;
}

.testimonial-slider.slick-slider .slick-track {
  display: flex;

  gap: 20px;
}

.testimonial-slider .ts-item-text {
  font-family: var(--font-inter);

  font-size: 16px;

  line-height: 1.75;

  font-weight: 500;

  color: var(--deep-navy-blue);
}

.testimonial-slider .ts_client_info {
  display: flex;

  align-items: center;

  gap: 20px;

  margin-top: 35px;
}

.testimonial-slider .ts-item-image img {
  width: 56px;

  height: 56px;

  border-radius: 50%;
}

.testimonial-section .ts_client_name h3 {
  font-family: var(--font-inter);

  font-size: 20px;

  line-height: 1.75;

  font-weight: 600;

  color: var(--deep-navy-blue);
}

.testimonial-section .ts_client_name p {
  font-family: var(--font-inter);

  font-size: 14px;

  line-height: 1.75;

  font-weight: 400;

  color: var(--blue-gray);
}

.testimonial-slider .slick-dots , .image-layout-inner .slick-dots {
  display: flex;

  justify-content: center;

  align-items: center;

  bottom: -75px;
}

.image-layout-inner .slick-dots{
  bottom: -35px;
}

.testimonial-slider .slick-dots li , .image-layout-inner .slick-dots li {
  position: relative;

  display: inline-block;

  width: auto;

  height: auto;

  margin: 0 5px;

  padding: 0;

  cursor: pointer;
}

.testimonial-slider .slick-dots li button , .image-layout-inner .slick-dots li button  {
  font-size: unset;

  line-height: unset;

  display: block;

  width: auto;

  height: auto;

  padding: 3px;

  cursor: pointer;

  color: transparent;

  border: 1px solid transparent;

  outline: none;

  background: transparent;

  border-radius: 50%;

  transition: 0.4s ease-in-out;
}

.testimonial-slider .slick-dots li.slick-active button , .image-layout-inner .slick-dots li.slick-active button {
  border: 1px solid var(--carribean-green);

  transform: scale(1);
}

.testimonial-slider .slick-dots li button:before , .image-layout-inner .slick-dots li button:before {
  content: "" !important;

  position: relative !important;

  display: flex !important;

  align-items: center !important;

  font-size: unset !important;

  line-height: unset !important;

  width: 10px !important;

  height: 10px !important;

  background-color: var(--blue-gray) !important;

  color: black !important;

  border-radius: 50%;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  transition: 0.4s ease-in-out;
}

.testimonial-slider .slick-dots li.slick-active button:before , .image-layout-inner .slick-dots li.slick-active button:before  {
  background-color: var(--carribean-green) !important;

  opacity: 1;
}

/* Footer CTA */

.footer-cta-layout_section {
  padding: 50px 0px;
}

.footer_cta_inner_content {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 20px;
}

.footer-cta_content-wrapper {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  height: 100%;
}

.footer_cta_inner_content .footer-cta_layout {
  border: 1px solid #cedad0;

  border-radius: 16px;

  padding: 22px 20px;

  width: 100%;

  max-width: calc((100% / 3) - 14px);

  display: flex;

  flex-direction: column;

  gap: 10px;
}

.footer-cta_icon {
  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  max-width: 50px;

  height: 50px;

  border: 1px solid #cedad0 !important;

  border-radius: 50%;
}

.footer-cta_icon img {
  max-width: 20px;

  width: 100%;

  height: 20px;
}

.footer-cta_text p {
  font-family: var(--font-inter);

  font-size: 20px;

  line-height: 35px;

  font-weight: 600;

  color: var(--black);

  margin-bottom: 10px;
}

.footer-cta_btn .primary_btn {
  background-color: var(--hey-blue) !important;
}

@media screen and (max-width: 1780px) {
  .about_content::after {
    right: -8%;

    max-width: 90px;

    max-height: 90px;
  }

  .about-extra::before {
    left: -8%;

    max-width: 90px;

    max-height: 90px;
  }
}

@media screen and (max-width: 1580px) {
  .about_content::after {
    top: -10%;

    right: 0;

    max-width: 50px;

    max-height: 50px;
  }

  .about-extra::before {
    bottom: -20%;

    left: 0;

    max-width: 50px;

    max-height: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .hero-wrap .hero-right .hero-content h2 {
    max-width: 99%;

    font-size: 75px;

    line-height: 100%;
  }

  .patient-layout-inner .patient-content .heading-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 1380px) {
  .hero-wrap .hero-right .hero-content h2 {
    max-width: 100%;

    font-size: 65px;

    line-height: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .hero-wrap .hero-right .hero-content h2 {
    max-width: 100%;

    font-size: 55px;

    line-height: 100%;
  }

  .hero-links .hero-wrap {
    width: 100%;

    max-width: calc((100% / 2) - 10px);
  }

  .hero-links .hero-wrap a {
    padding: 10px;
  }

  .hero-links .hero-wrap a span {
    font-size: 18px;

    line-height: 24px;
  }

  .process-wrap .process-step::after {
    width: 100px;

    height: 89px;

    top: 0%;

    right: -70px;
  }
}

@media screen and (max-width: 1199px) {
  .feature-list {
    flex-direction: column;

    gap: 25px;
  }

  .feature-list .media-body {
    justify-content: space-between;

    align-items: center;

    text-align: center;

    padding: 10px;

    height: 100%;
  }

  .feature-list::before {
    left: -10px;

    top: 40%;

    height: 155px;
  }

  .process-wrap .process-step::after {
    width: 60px;

    height: 49px;

    top: 0%;

    right: -40px;
  }

  .promises-wrap:before {
    top: 30px;
  }

  .about_content .about-content_inner,
  .about-extra .about-extra-left {
    padding-right: 0px;
  }

  .experience-services-ul li.experience-service-item {
    height: 550px;
  }
}

@media screen and (max-width: 1024px) {
  /* .single-location-page .row .map-search-row-col {
    flex-wrap: wrap;
  } */

  .hero-layout .hero-wrap .hero-right {
    width: 100%;
  }

  .hero-links .hero-wrap a span {
    font-size: 16px;

    line-height: 20px;
  }

  .process-wrap .process-step::after {
    display: none;
  }

  .process-wrap {
    flex-wrap: wrap;
  }

  .process-wrap .process-step {
    max-width: calc((100% / 2) - 10px);

    width: 100%;

    gap: 20px;
  }

  .heading-wrap h2 {
    font-size: 36px;

    line-height: 45px;
  }

  .services-btn-wrap {
    width: 100%;

    text-align: end;
  }

  .services-list-row .service-item ,.services-list-row .service-items  {
    max-width: calc((100% / 2) - 10px);

    width: 100%;
  }

  .about-extra-right .stat-box h3 {
    font-size: 30px;

    line-height: 45px;
  }

  .experience_header .experience-header-wrap h2 {
    font-size: 36px;

    line-height: 1.125;
  }

  .experience-arrows button {
    width: 46px;

    height: 46px;
  }

  .experience-services-ul li.experience-service-item {
    height: 600px;

    flex: 70%;
  }

  .experience-service_wrap .service-icon {
    padding: 20px;
  }

  .news_content .heading-wrap .news-btn-wrap .primary_btn {
    padding: 14px 16px;
  }

  .news_content .blog-content h3.blog-title-text {
    font-size: 22px;
  }

  .news_content .blog-box {
    justify-content: center;
  }

  .news_content .blog-box .blog-item {
    max-width: calc((100% / 2) - 10px);
  }

  .patient-layout-inner .patient-content {
    flex-wrap: wrap;

    flex-direction: column;
  }

  .patient-image {
    margin-top: 0px;

    width: 100%;
  }

  .patient-layout-inner .patient-content .heading-wrap {
    width: 100%;

    max-width: 100%;

    text-align: center;

    align-items: center;
  }

  .process-layout,
  section.services-layout,
  .our_promises,
  .experience_layout {
    padding: 40px 0px;
  }

  .about_layout {
    padding: 70px 0px;
  }

  .patient-layout-inner {
    margin: 40px 0px 0px;
  }

  .testimonial-section {
    padding: 50px 0px;
  }

  .testimonial-slider .slick-dots {
    bottom: -50px;
  }
}

@media screen and (max-width: 991px) {
  .our_promises .promises_content {
    flex-wrap: wrap;
  }

  .our_promises .promises_content .promises-layout-wrap {
    padding: 0;
  }

  .our_promises .promises_content .promises-image {
    padding-top: 100%;
  }

  .experience-service-info {
    padding: 20px;
  }

  .experience-arrows {
    display: none;
  }

  .experience_header {
    justify-content: center;

    align-items: center;

    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .primary_btn {
    padding: 10px 16px;
  }

  .secondary_btn {
    padding: 8px 20px;

    font-size: 14px;

    line-height: 20px;
  }

  .hero-layout .hero-wrap {
    flex-direction: column-reverse;
  }

  .hero-links {
    display: none;
  }

  .hero-wrap .hero-right .hero-content h2 {
    max-width: 100%;

    font-size: 40px;

    line-height: 100%;
  }

  .hero-layout .hero-wrap .hero-left {
    width: 100%;
  }

  .hero-layout .hero-wrap .hero-left img {
    margin: 0 auto;
  }

  .hero-wrap .hero-right .hero-content p {
    font-size: 16px;

    line-height: 20px;
  }

  .single-location-page {
    margin: 20px auto;
  }

  .feature-list-wrap {
    flex-wrap: wrap;

    row-gap: 10px;
  }

  .feature-list::before {
    display: none;
  }

  .feature-list {
    border-top: 1px solid #d8dde1;

    padding-top: 10px;

    width: 100%;

    max-width: 100%;
  }

  .feature-list:first-child {
    border-top: none;
  }

  .feature-list::after {
    top: 0px;

    right: -45px;
  }

  .experience_header .experience-header-wrap {
    margin-bottom: 20px;
  }

  .heading-wrap h2,
  .promises-layout-wrap .heading-wrap h2,
  .experience_header .experience-header-wrap h2 {
    font-size: 30px;

    line-height: 45px;

    margin-bottom: 10px;
  }

  .testimonial-layout-inner .heading-wrap {
    margin-bottom: 20px;
  }

  .experience_header .experience-header-wrap span {
    margin-bottom: 0px;

    font-size: 16px;

    line-height: 20px;
  }

  h3.experience-service-title {
    font-size: 20px;

    line-height: 24px;
  }

  .services-list-row .service-item .service-content a,
  .services-list-row .service-item .service-content h3 ,.services-list-row .service-items .service-content a,
  .services-list-row .service-items .service-content h3 {
    font-size: 22px;
  }

  .promises-wrap:before {
    left: 20px;
  }

  .promises-layout-wrap .choose-feature .box-number {
    max-width: 40px;

    width: 100%;

    height: 40px;

    line-height: 40px;

    font-size: 20px;
  }

  .promises-layout-wrap .choose-feature .media-body {
    padding-bottom: 20px;
  }

  .promises-layout-wrap .choose-feature .media-body h3 {
    font-size: 22px;

    line-height: 28px;

    margin-bottom: 10px;
  }

  section.services-layout,
  .our_promises {
    padding: 40px 0px;
  }

  .about_content {
    flex-wrap: wrap;

    gap: 24px;
  }

  .about-extra {
    flex-wrap: wrap;
  }

  .about_content .about-image,
  .about-extra .about-extra-left .about_extra_image {
    padding-top: 100%;
  }

  .about_layout {
    padding: 5 0px 0px;
  }

  .about_content::after {
    top: 0;
  }

  .about-extra::before {
    bottom: -7%;
  }

  .experience-services-ul {
    flex-wrap: wrap;

    flex-direction: column;
  }

  .experience-service_wrap {
    display: flex;
  }

  .experience-service_wrap .service-icon {
    border-bottom: none;

    border-right: 3px solid var(--white);

    width: 100%;

    display: block;

    max-width: fit-content;
  }

  .experience-service-info > .experience-service-title {
    writing-mode: horizontal-tb;
  }

  .experience-services-ul li.experience-service-item {
    height: auto;

    flex: 1;
  }

  li.experience-service-item.active .experience-service_wrap .service-icon {
    border-bottom: none;

    border-right: 3px solid var(--smoke-white);
  }

  li.experience-service-item.active .experience-service-info {
    width: 100%;
  }

  .experience_header .experience-header-wrap {
    justify-content: center;

    width: 100%;

    align-items: center;
  }

  .news_content .blog-box .blog-item {
    max-width: 100%;

    width: 100%;
  }

  .news_content .blog-content h3.blog-title-text {
    font-size: 18px;
  }

  .news_content .heading-wrap .news-btn-wrap .primary_btn {
    padding: 10px 10px;
  }

  .news-layout {
    padding: 60px 0px;
  }

  .footer_cta_inner_content .footer-cta_layout {
    max-width: calc((100% / 2) - 10px);
  }

  .footer-cta_text p {
    font-size: 18px;

    line-height: 30px;
  }
}

@media screen and (max-width: 575px) {
  .process-wrap .process-step {
    width: 100%;

    max-width: 100%;
  }

  .heading-wrap h2 {
    font-size: 30px;

    line-height: 40px;
  }

  .process-wrap .process-step .step-image span.step-number {
    font-size: 18px;

    font-weight: 600;

    width: 50px;

    height: 50px;

    line-height: 50px;
  }

  .services-list-row .service-item , .services-list-row .service-items {
    max-width: 100%;

    width: 100%;
  }

  .heading-wrap h2,
  .promises-layout-wrap .heading-wrap h2,
  .experience_header .experience-header-wrap h2,
  .promises-layout-wrap .heading-wrap h2 {
    font-size: 28px;

    line-height: 1.2;
  }

  section.services-layout,
  .our_promises {
    padding: 20px 0px;
  }

  .promises-layout-wrap .choose-feature {
    margin-bottom: 10px;
  }

  .footer_cta_inner_content .footer-cta_layout {
    max-width: 100%;
  }

  .single-location-page {
    border-radius: 50px;
    padding: 10px 18px;
  }

  .single-location-page .row .map-search-row-col {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    border-radius: 10px;
    padding: 12px;
  }

  .map-search-row-col button {
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .heading-wrap h2,
  .promises-layout-wrap .heading-wrap h2,
  .experience_header .experience-header-wrap h2,
  .promises-layout-wrap {
    font-size: 28px;

    line-height: 1.2;
  }

  .heading-wrap h2 {
    font-size: 24px;

    line-height: 32px;
  }

  .promises-wrap:before {
    top: 15px;
  }
}
