<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Font*/
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&amp;family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&amp;display=swap");

:root {
  --lm-font: "Radio Canada Big", sans-serif;
  --lm-font-alt: "Didact Gothic", sans-serif;
  --lm-color-first: #ef0808;
  --lm-color-second: #000000;
  --lm-color-third: #006ad3;
  --lm-color-four: #cca800;
  --lm-color-five: #d00040;
  --lm-color-six: #7700c2;
  --lm-color-light: #ffffff;
  --lm-color-lite-dark: #323232;
  --lm-color-dark: #000000;
  --lm-color-neon: #f8de08;
  --lm-color-gray: #f5f5f5;
  --lm-linear-bg: linear-gradient(to bottom, #ef207a 0%, #ef207a 100%);
}

body {
  transition: all 3s ease-out;
  overflow-x: hidden;
  font-family: var(--lm-font-alt);
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  transition: width 0.8s ease-in-out;
}

/*================================================
              Reset/Normalize CSS
=================================================== */

.lm-main-wrapper {
  background: #f4efeb;
}

.overlay {
  position: relative;
  z-index: 0;
}

.social-icon-line {
  flex-grow: 1;
  height: 3px;
  background-color: black;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.overlay:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.text-white {
  color: var(--lm-color-light);
}

.text-black {
  color: var(--lm-color-dark);
}

.text-base {
  color: var(--lm-color-first);
}

.text-second {
  color: var(--lm-color-second) !important;
}

.bg-white {
  background: var(--lm-color-light);
  background-color: var(--lm-color-light);
}

.bg-black {
  background: var(--lm-color-dark);
}

.bg-base {
  background: var(--lm-color-first);
}

.bg-second {
  background: var(--lm-color-second) !important;
}

.bg-linear {
  background-image: var(--lm-linear-bg);
}

.bg-gray {
  background-color: var(--lm-color-gray);
}

.custom-height {
  height: 100%;
}

.custom-width {
  width: 100%;
}

.h-90 {
  height: 90% !important;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--lm-color-lite-dark);
  font-family: var(--lm-font-alt);
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: var(--lm-font);
  color: var(--lm-color-third);
  padding-bottom: 10px;
}

h1 {
  font-size: 80px;
  line-height: 78px;
  font-weight: 700;
  margin: 0;
  color: var(--lm-color-first);
  font-family: var(--lm-font);
  padding-bottom: 5px;
  text-transform: uppercase;
}

h2 {
  font-size: 60px;
  line-height: normal;
  font-weight: 700;
  margin: 0;
  padding-bottom: 5px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 3px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 3px;
}

h5 {
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 3px;
  font-weight: 700;
}

h6 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: var(--lm-color-second);
}

.fs-7 {
  font-size: 16px !important;
}

.small-heading {
  color: var(--lm-color-dark);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
.small-heading.white {
  color: var(--lm-color-light);
}

.lm-sec-title {
  font-size: 60px;
  line-height: 60px;
  color: var(--lm-color-dark);
  font-family: var(--lm-font);
  width: 100%;
  text-align: start;
  text-transform: uppercase;
}

.lm-sec-title.secondary {
  max-width: 75%;
}

.lm-sec-title.two {
  font-size: 45px;
  line-height: 40px;
}

.lm-sec-title.three {
  font-size: 32px;
  line-height: 30px;
}

.lm-sec-title.four {
  font-size: 24px;
  line-height: 28px;
}

ol,
ul,
dl {
  margin: 10px 0;
  padding: 0;
}

.sub-head {
  font-size: 28px;
  line-height: 34px;
}

.text-white {
  color: var(--lm-color-light) !important;
}

.text-black {
  color: var(--lm-color-dark) !important;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
}

.lm-sec-padding {
  padding: 4% 0;
}

.lm-container-padding {
  padding: 80px;
}

.lm-row-padding {
  padding: 2% 0;
}

.lm-col-right-padding {
  padding-right: 80px;
}

.lm-col-left-padding {
  padding-left: 80px;
}

.lm-right-padding {
  padding-right: 50px;
}

.lm-left-padding {
  padding-left: 50px;
}

.lm-main-wrapper ul li a {
  color: var(--lm-color-light);
}

.fw-bold {
  font-weight: 500 !important;
}

.btn {
  padding: 10px 35px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: var(--lm-color-second);
  transition: all 0.5s ease-out;
  position: relative;
  color: var(--lm-color-light);
  margin: 10px 0;
  text-transform: capitalize;
  box-shadow: 0 0px 20px rgba(51, 51, 51, 0.2);
}

.btn:focus,
.btn:active {
  box-shadow: none;
}

.btn:hover {
  color: var(--lm-color-light);
  background: var(--lm-color-first);
  box-shadow: 0 0px 20px rgba(51, 51, 51, 0.3);
}

.btn-one {
  padding: 16px 40px;
  text-transform: uppercase;
  background: rgb(203, 150, 96);
  background: linear-gradient(180deg, rgba(203, 150, 96, 1) 0%, rgba(249, 194, 117, 1) 100%);
}

.btn-one:hover {
  background: rgb(203, 150, 96);
  background: linear-gradient(0deg, rgba(203, 150, 96, 1) 0%, rgba(249, 194, 117, 1) 100%);
}

.lm-list li {
  padding: 6px 0 6px 40px;
  position: relative;
  font-size: 20px;
  transition: all 0.5s ease;
  list-style: none;
}

.lm-list li:before {
  position: absolute;
  content: "";
  background: var(--lm-color-light);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 16px;
  top: 17px;
  transition: all 0.5s ease;
}

.lm-list-alt li {
  padding: 8px 0 8px 40px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--lm-color-lite-dark);
  transition: all 0.5s ease;
  list-style: none;
}

.lm-list-alt li:before {
  position: absolute;
  content: "";
  background: var(--lm-color-dark);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 16px;
  top: 17px;
  transition: all 0.5s ease;
}

.bold-text {
  font-size: 24px;
  line-height: 36px;
}

.min-width-0 {
  min-width: 0 !important;
}

.lm-hero-btn {
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--lm-color-light);
  min-width: 150px;
  background: var(--lm-color-first);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lm-hero-btn img {
  width: 20px;
}

.lm-hero-btn.secondary {
  background: var(--lm-color-second);
}

.lm-hero-btn.secondary:hover {
  color: var(--lm-color-light);
  background: var(--lm-color-first);
}

.lm-hero-btn:hover {
  color: var(--lm-color-light);
  background: var(--lm-color-second);
}

.lm-hero-btn-two {
  padding: 15px 43px;
  background: #515151;
}

.lm-hero-btn-two:before {
  background: var(--lm-color-first);
}

.font-18 {
  font-size: 18px;
  line-height: 26px;
}

.font-16 {
  font-size: 16px;
  line-height: 26px;
}

.color-text {
  color: var(--lm-color-first);
}

.section-overlap {
  transform: translateY(-100px);
}

.swiper-custom-prev img,
.swiper-custom-next img {
  width: 55px;
}

.swiper-custom-prev img {
  transform: rotate(180deg);
}

.swiper-button-disabled img {
  opacity: 0.5;
}

.form-area .lm-hero-btn {
  outline: none;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 15px;
}

.form-area .form-control,
.form-area .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

/*================================================
              Header Section Start
=================================================== */

.navbar-brand img {
  width: 100%;
}

.navbar {
  height: 120px;
}

.navbar-nav .btn.nav-btn {
  background-color: var(--lm-color-first);
  color: var(--lm-color-light);
  border: none;
  transition: all ease-in-out 0.4s;
}

.navbar-nav .btn.nav-btn:hover {
  background-color: var(--lm-color-four);
}

.navbar-nav .btn {
  padding: 4px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 2px;
  background-color: var(--lm-color-second);
  display: block;
  position: relative;
}

.navbar-nav .nav-item {
  font-size: 16px;
  color: var(--lm-color-dark);
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-nav .nav-item .lm-hero-btn {
  height: 36px;
  min-width: 36px;
}

.navbar-nav .nav-item img {
  width: 18px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--lm-color-second);
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  transform: rotate(0deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.w-fit-content {
  width: fit-content !important;
}

/*================================================
              Banner Section Start
=================================================== */
.lm-banner-sec {
  height: 650px;
  background-image: url("../images/featured/main-banner.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.lm-banner-sec .primary-btn {
  padding: 7px 20px;
  font-size: 14px;
}

.lm-banner-sec .primary-btn img {
  width: 10px;
}

.lm-banner-sec .primary-btn.call-btn {
  margin-bottom: 0px;
}

.lm-banner-sec .banner-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.lm-banner-sec .banner-content {
  width: 100%;
  max-width: 560px;
}

.lm-banner-sec .banner-content p {
  color: var(--lm-color-second);
  font-weight: 400;
  max-width: 500px;
  width: 100%;
}

/*================================================
              LM Section Two
=================================================== */

.service-section .lm-sec-title {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.service-section .service-item {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 1px 25px -8px rgba(0, 24, 31, 0.24);
  margin-bottom: 20px;
  /* display: flex;
  align-items: center;
  max-width: 350px;
  gap: 10px;
  width: 100%; */
}

.service-section .service-item.flex-wise {
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0px 1px 25px -8px rgba(0, 24, 31, 0.24);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  max-width: 350px;
  gap: 10px;
  width: 100%;
}

/* .service-section .service-item.flex-wise:last-child {
  margin-bottom: 0px;
} */

.service-section .service-item h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 5px;
}

.service-section .service-item.flex-wise h4 {
  padding-bottom: 0px;
}

.service-section .service-item img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.service-section .service-item.flex-wise img {
  width: 64px;
  height: 64px;
  margin-bottom: 0px;
}

.service-section .service-item h4.one {
  color: var(--lm-color-third);
}
.service-section .service-item h4.two {
  color: var(--lm-color-four);
}
.service-section .service-item h4.three {
  color: var(--lm-color-five);
}
.service-section .service-item h4.four {
  color: var(--lm-color-first);
}
.service-section .service-item h4.five {
  color: var(--lm-color-six);
}

/*================================================
             Doctor Section
=================================================== */
.doctor-section .lm-sec-title {
  max-width: 650px;
  width: 100%;
  margin-bottom: 10px;
}

.doctor-section .lm-sec-heading p {
  max-width: 580px;
  width: 100%;
}

.doctor-section .doctor-info {
  background: linear-gradient(to left, #d6d6d6 24%, #ffffff 37%);
}
.doctor-section .lm-thumb {
  position: absolute;
  right: 160px;
  bottom: 0px;
  width: 480px;
}

/*================================================
              Feature Section Four
=================================================== */
.feature-section {
  background: linear-gradient(to bottom, #f5f5f5 70%, #fe6604 70%);
}

.feature-section .lm-sec-title {
  color: var(--lm-color-dark);
  margin-bottom: 10px;
}

.feature-section .lm-content .lm-card {
  background: var(--lm-color-light);
  padding: 15px;
  margin-top: 15px;
  border-radius: 10px;
}

.feature-section .lm-content ul li {
  list-style: none;
  margin-bottom: 3px;
  font-weight: 500;
}

.feature-section .lm-content ul li:last-child {
  margin-bottom: 0px;
}

.feature-section .lm-content ul li img {
  width: 35px;
}

.feature-section .lm-thumb {
  position: relative;
  margin-top: 10px;
}

.feature-section .lm-thumb .lm-hero-btn {
  width: fit-content;
  /* transform: translateY(-70px); */
  position: absolute;
  bottom: -80px;
  left: 0;
  border: 1px solid #fff;
  background: var(--lm-color-second);
}

/*================================================
              LM Section Six
=================================================== */

.instruction-area .lm-thumb img {
  border-radius: 10px;
}

/*================================================
              LM Section Seven
=================================================== */
.lm-sec-seven {
  background: #f5f5f5;
}

/*================================================
              LM Section Eight
=================================================== */

.lm-sec-eight .location-info {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.lm-sec-eight .location-info img {
  width: 40px;
}

/* Scroll To Top */

.scroll-top {
  position: relative;
}

.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.scrollToTop span {
  font-size: 20px;
}

.scrollToTop span {
  color: var(--lm-color-light);
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 0;
}

.scrollToTop span img {
  width: 25px;
}

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 4px;
  margin-bottom: 5px;
  background: var(--lm-color-first);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

/*================================================
              RESPONSIVE STYLES
=================================================== */
@media (max-width: 1370px) {
  .container {
    max-width: 960px;
  }

  .fs-6,
  .fs-7 {
    font-size: 14px !important;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .lm-sec-title {
    font-size: 50px;
    line-height: 50px;
  }

  .lm-banner-sec {
    height: 550px;
  }

  .lm-banner-sec .banner-content {
    width: 100%;
    max-width: 500px;
  }

  .lm-banner-sec .banner-content p {
    max-width: 420px;
  }

  .feature-section .lm-thumb {
    margin-top: 60px;
  }

  .service-section .service-item p {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .lm-sec-five .section-bottom {
    transform: translateY(0px);
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .navbar {
    height: auto;
  }

  h1 {
    font-size: 48px;
    line-height: 48px;
  }

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

  .doctor-section .lm-sec-title,
  .doctor-section .lm-sec-heading p {
    max-width: 100%;
    text-align: center;
  }

  .lm-sec-title {
    font-size: 40px;
    line-height: 40px;
  }
  .lm-banner-sec {
    height: 300px;
    background-image: none;
    background-color: #f5f5f5;
    padding: 40px 0px;
  }

  .lm-banner-sec .banner-content {
    max-width: 100%;
  }
  .lm-banner-sec .banner-content p {
    max-width: 100%;
  }

  /* .navbar-brand img {
    width: 160px;
  } */
  .service-section .lm-sec-title {
    max-width: 500px;
  }

  .swiper-custom-prev img,
  .swiper-custom-next img {
    width: 45px;
  }
}

@media (max-width: 768px) {
  /* Tablet Styles */
  .h-90 {
    height: auto !important;
  }
  p {
    font-size: 16px;
  }
  .lm-hero-btn {
    padding: 8px 30px;
    min-width: 200px;
  }

  .lm-banner-sec.doctor-section {
    background-image: none;
    background-color: #f5f5f5;
  }
  .service-section .service-item.flex-wise {
    margin-bottom: 15px;
    padding: 10px;
    gap: 6px;
  }

  .service-section .service-item.flex-wise img {
    width: 40px;
    height: 40px;
  }
  .service-section .service-item h4 {
    font-size: 18px;
  }

  .lm-sec-three .lm-sec-heading,
  .lm-sec-three .lm-sec-heading .lm-sec-title {
    text-align: center;
    margin-bottom: 0px;
  }

  .lm-sec-three .lm-sec-wrapper {
    background: var(--lm-color-light);
  }
  .lm-sec-three .lm-sec-wrapper .lm-content {
    width: 100%;
  }

  .feature-section .lm-thumb {
    margin-top: 20px;
  }

  .feature-section .lm-thumb .lm-hero-btn {
    position: static;
    bottom: 0px;
    left: 0;
    border-radius: 25px;
    margin: 15px auto 0px;
  }

  .feature-section .lm-content p,
  .feature-section .lm-sec-title {
    text-align: center;
  }

  .lm-hero-btn img {
    width: 25px;
  }
  .lm-sec-title {
    font-size: 28px;
    line-height: 30px;
  }
  .lm-sec-title.secondary {
    max-width: 100%;
  }

  .lm-sec-title.three {
    font-size: 24px;
    line-height: 30px;
  }

  .swiper-custom-prev img,
  .swiper-custom-next img {
    width: 32px;
  }
}

@media (max-width: 480px) {
  /* Mobile Small Styles */
  .lm-sec-padding {
    padding: 7% 0;
  }

  .navbar-brand img {
    width: 50%;
    padding: 5px 0px;
  }

  p {
    font-size: 14px;
  }

  .form-control {
    font-size: 16px;
  }

  .lm-banner-sec {
    padding: 25px 0px;
    height: auto;
  }
  /* .navbar-brand img {
    width: 120px;
    padding: 5px 0px;
  } */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar .nav-item:last-child {
    padding-bottom: 20px;
  }
  .service-section .service-item {
    margin-bottom: 15px;
  }
  .lm-hero-btn {
    padding: 8px 10px;
    min-width: 140px;
    font-size: 13px;
  }

  .lm-hero-btn img {
    width: 20px;
  }
}
</pre></body></html>