<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@font-face {
  font-family: KOZMINPRO-BOLD;
  src: url(../fonts/KOZMINPRO-BOLD.OTF);
}

@font-face {
  font-family: KOZMINPRO-REGULAR;
  src: url(../fonts/KOZMINPRO-REGULAR.OTF);
}
@font-face {
  font-family: KOZGOPRO-REGULAR;
  src: url(../fonts/KOZGOPRO-REGULAR.OTF);
}


/* @font-face {
  font-family: KOZMINPRO-BOLD;
  src: url(../fonts/KOZMINPRO-BOLD.woff);
}

@font-face {
  font-family: KOZMINPRO-REGULAR;
  src: url(../fonts/KOZMINPRO-REGULAR.woff);
}
@font-face {
  font-family: KOZGOPRO-REGULAR;
  src: url(../fonts/KOZGOPRO-REGULAR.woff);
} */


.blog-hero-section {
  height: auto;
  min-height: 60vh;
  background-color: rgba(246, 223, 200, .55);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}


.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}



body {
  font-family: 'KOZGOPRO-REGULAR'; 
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'KOZMINPRO-BOLD';
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
font-family: 'KOZMINPRO-REGULAR';
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
font-family: 'KOZMINPRO-REGULAR';
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
font-family: 'KOZMINPRO-REGULAR';
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p,ul {
  margin-bottom: 10px;
  font-family: 'KOZGOPRO-REGULAR'; 
 color: #555555;
  font-size: 16px;
  line-height: 26px;
}

.hero-section {
  height: 100vh;
}

.column {
  height: 100vh;
  background-image: url('../images/hero-img-1-768x768.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  position: relative;
  z-index: 1;
  margin-right: 100px;
  margin-left: 100px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mktg_overlay)), to(var(--mktg_overlay))), url('../images/design-element-bg-circles.svg');
  background-image: linear-gradient(180deg, var(--mktg_overlay), var(--mktg_overlay)), url('../images/design-element-bg-circles.svg');
  background-position: 0px 0px, 130% 130%;
  background-size: auto, 400px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var( --mktg_color_4);
}

.hero-head.home {
  font-family: 'KOZMINPRO-BOLD';
    color: #2b2b2b;
    font-size: 7vh;
    line-height: 9vh;
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: -10px;
  }

.hero-head {
font-family: 'KOZMINPRO-REGULAR';
  color: #000;

  font-size: 6vh;
  line-height: 8vh;
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 30px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
    font-family: 'KOZGOPRO-REGULAR';  
    font-size: 20px;
  line-height: 26px;
}
.submit {
  padding: 11px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--mktg_color_1);
  background-color: var(--mktg_color_1);
    font-family: 'KOZGOPRO-REGULAR';  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit:hover {
  border-style: solid;
  border-width: 2px;
}

.bookappointmentpopup {
  display: table;
  margin-top: 15px;
  padding: 11px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--mktg_color_1) !important;
  background-color: var(--mktg_color_1) !important;
    font-family: 'KOZGOPRO-REGULAR';  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white !important;
}

.bookappointmentpopup:hover {
  border-style: solid;
  border-width: 2px;
  color: white !important;
}

.image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 150px;
  margin-right: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  background-color: var(--mktg_color_3);
}

.navbar-logo-center {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.navbar-logo-center-container.shadow-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0px;
  padding: 10px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 2px 2px 7px 3px rgba(0, 0, 0, 0.04);
  line-height: 20px;
}

.container {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-wrapper-three {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand-three {
  /* position: absolute; */
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
font-family: 'KOZMINPRO-REGULAR';
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: #c89f87;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link.w--current {
  color: #c89f87;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
font-family: 'KOZMINPRO-REGULAR';
}

.nav-dropdown-toggle {
  /* padding: 5px 30px 5px 10px; */
  padding: 5px 30px 5px 0px;

  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: #c89f87;
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border-radius: 0px;
  margin-left: -15vh;
  box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .2);
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: #c89f87;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  padding: 8px 20px 7px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--mktg_color_1) !important;
  background-color: var(--mktg_color_1) !important;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:active {
  background-color: var(--mktg_color_1) !important;
}

.text-block-2 {
  margin-top: 0px;
  margin-bottom: 20px;
    font-family: 'KOZGOPRO-REGULAR';  font-size: 18px;
  line-height: 20px;
}

.text-block-2.margin-minus-10 {
  margin-top: -10px;
}

.heading-1 {
  position: relative;
  margin-top: 0px;
  padding-top: 10px;
font-family: 'KOZMINPRO-BOLD';
  font-size: 6vh;
  line-height: 7vh;
  font-weight: 400;
}

.div-block-2 {
  padding: 10px 40px;
  background-color: var( --mktg_color_4);
  color: #000;
}

.doctors-section {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/design-element-2.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/design-element-2.svg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 300px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.paragraph {
  overflow: visible;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
    font-family: 'KOZGOPRO-REGULAR';  font-size: 16px;
  line-height: 26px;
}

.image-2 {
  position: absolute;
  left: auto;
  right: -13%;
  bottom: -18%;
  z-index: 0;
  width: 90px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.columns-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-3 {
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 9px 5px rgba(0, 0, 0, 0.11);
  -o-object-fit: cover;
  object-fit: cover;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: var( --mktg_color_3);
}

.div-block-3 {
  position: relative;
  top: 0px;
  z-index: 1;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-top: 20px;
  background-color: transparent;
}

.div-block-4 {
  text-align: center;
}

.service-section {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 248, 245, 0.88)), to(rgba(252, 248, 245, 0.88))), url('../images/leaf-color.svg');
  background-image: linear-gradient(180deg, rgba(252, 248, 245, 0.88), rgba(252, 248, 245, 0.88)), url('../images/leaf-color.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100px;
  background-attachment: scroll, fixed;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  margin-top: 10px;
font-family: 'KOZGOPRO-REGULAR';
  font-size: 3.4vh;
  line-height: 5vh;
  font-weight: 400;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ece5e1;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.div-block-5:hover {
  border-style: solid;
  background-color: var( --mktg_color_4);
}

.image-4 {
  height: 60px;
}

.testimonial-slider-large {
  background: white;
  position: relative;
  padding: 60px 30px 80px;
  border-bottom: 1px solid #e4ebf3;
}

.testimonial-slider-two {
  height: auto;
  background-color: transparent;
}

.testimonial-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonialquote {
  overflow: auto;
  height: 150px;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.testimonial-info-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 73, 90, 0.95)), to(rgba(34, 73, 90, 0.95))), url('../images/hero-img-1-filter768-Ã—-768-px.jpg');
  background-image: linear-gradient(180deg, rgba(34, 73, 90, 0.95), rgba(34, 73, 90, 0.95)), url('../images/hero-img-1-filter768-Ã—-768-px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-6 {
  color: #fff;
  text-align: center;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 20px;
font-family: 'KOZGOPRO-REGULAR';
  font-size: 6vh;
  line-height: 8vh;
  font-weight: 400;
  letter-spacing: 0px;
}

.button-2 {
  padding: 12px 30px;
  background-color: #fff6f0;
    font-family: 'KOZGOPRO-REGULAR';  color: var(--mktg_color_1);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-339 {
  padding-right: 0px;
  padding-left: 0px;
}

.accordian-wrapper {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordian-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #068bbf #068bbf #f3e5dd;
  border-radius: 0px;
  background-color: transparent;
  color: #060a07;
  font-size: 16px;
  cursor: pointer;
}

.faq-question {
  margin-bottom: 0px;
  padding-left: 0px;
    font-family: 'KOZGOPRO-REGULAR';  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.show {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0%;
  /* background-color: var(--mktg_color_2); */
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  /* text-align: center; */
}

.hide {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  background-color: #fff;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

.accordian-content {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: -20px;
  padding: 40px 20px 20px;
  border: 1px none #8fbad5;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 3px 3px 6px 5px rgba(0, 0, 0, 0.09);
  font-size: 15px;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-s-section {
  display: block;
  padding-top: 60px;
  padding-bottom: 80px;
}

.faq-s-section.hide-copy {
  display: none;
}

.footer-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #e4ebf3;
  background-color: var(--mktg_black);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mktg_black)), to(var(--mktg_black))), url('../images/leaf.svg');
  background-image: linear-gradient(180deg, var(--mktg_black), var(--mktg_black)), url('../images/leaf.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100px;
  color: #fff;
  text-align: left;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
    font-family: 'KOZGOPRO-REGULAR';  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
    font-family: 'KOZGOPRO-REGULAR';  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
  opacity: 0.6;
}

.footer-social-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #fff;
  opacity: 0.08;
}

.footer-copyright-center {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.paragraph-2 {
    font-family: 'KOZGOPRO-REGULAR';  font-size: 16px;
  line-height: 26px;
}

.column-5 {
  height: 90vh;
  background-image: url('../images/contact-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-340 {
  position: relative;
  left: -15%;
  width: 115%;
  padding: 40px 40px 60px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/leaf-color.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/leaf-color.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 176px;
  background-repeat: repeat, no-repeat;
  color: #000;
  text-align: left;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social-icon-img {
  height: 18px;
  margin-bottom: 10px;
  opacity: 0.2;
}

.social-icon-img:hover {
  background-color: transparent;
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.social-media-list {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.social-media-fixed-div {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item {
    font-family: 'KOZGOPRO-REGULAR';}

.grid-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 0px;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
font-family: 'KOZGOPRO-REGULAR';
}

.link-block {
  opacity: 0.62;
  color: #000;
  text-decoration: none;
}

.link-block:hover {
  opacity: 1;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-list-item {
  margin-right: 15px;
  font-size: 12px;
}

.image-5 {
  height: 12px;
  margin-top: 3px;
  opacity: 1;
}

.email-and-phone-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 5px 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  line-height: 20px;
}

.image-6 {
  height: 14px;
  opacity: 1;
}

.service-hero {
  height: 80vh;
}

.hero-section-inner-page {
  height: 80vh;
}

.column-inner-img {
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/hero-img-1-768x768.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-inner-img.abt {
  background-image: url('../images/clinic-images-3.jpg');
}

.column-inner-img.contact {
  background-image: url('../images/contact-1.jpg');
}

.column-inner-img.blogs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/blog-1.jpg');
  background-position: 0% 50%;
}

.column-inner-img.testimonial {
  background-image: url('../images/testimonials-1.jpg');
  background-size: cover;
}

.column-inner-img.blog-page {
  background-image: url('../images/blog-1.jpg');
}

.column-inner-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 220, 213, 0.48)), to(rgba(232, 220, 213, 0.48))), url('../images/design-element-bg-circles.svg');
  background-image: linear-gradient(180deg, rgba(232, 220, 213, 0.48), rgba(232, 220, 213, 0.48)), url('../images/design-element-bg-circles.svg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, 300px;
  background-repeat: repeat, no-repeat;
}

.columns-inner-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: var( --mktg_color_4);
}

.img-design-element {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 150px;
  margin-right: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-64 {
  display: inline-block;
  padding-right: 10px;
}

.link-23 {
  color: var(--mktg_color_1);
  font-weight: 500;
  text-decoration: none;
}

.div-block-368 {
  width: 70%;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  text-align: left;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cb847c;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.div-block-330 {
  padding: 20px;
  background-color: transparent;
}

.work-hours-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.white-bg-section {
  margin-right: auto;
  margin-left: auto;
  padding: 80px 100px;
  text-align: justify;
}

.cta-btn {
  display: inline-block;
  width: 200px;
  margin-right: 0px;
  padding: 8px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 0px;
  border-color: #cb847c;
  border-radius: 2px;
  background-color: var(--mktg_color_1);
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-btn:hover {
  background-color: #b26e66;
}

.small-text {
  text-align: left;
}

.text-block-3 {
  display: block;
  color: #c4c4c4;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.text-block-3.disclaimer {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.text-block-42 {
  display: inline-block;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #383a3d;
  font-size: 44px;
  font-weight: 400;
}

.div-block-331 {
  margin-bottom: 40px;
}

.div-block-329 {
  margin-bottom: 10px;
}

.grid-112 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-3 {
  position: relative;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}

.grid-113 {
  position: relative;
  top: 0px;
  display: -ms-grid;
  display: grid;
  height: auto;
  min-height: 100vh;
  margin-top: 80px;
  margin-bottom: 80px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 25% 70%;
  grid-template-columns: 25% 70%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
  width: auto;
  min-height: 200px;
  margin-top: 0vh;
  margin-bottom: 40vh;
  padding: 40px;
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  background-color: #f6f2f2;
}

.div-block-369 {
  position: relative;
}

.container-4 {
  position: relative;
  top: 0px;
  min-height: auto;
  background-color: #fff;
}

.div-block-370 {
  position: relative;
  top: 0vh;
  padding-left: 0px;
}

.link-24 {
font-family: 'KOZGOPRO-REGULAR';
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-24:hover {
  color: #c89f87;
}

.list-item-2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.section-4 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  /* padding-top: 80px; */
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/design-element-2.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/design-element-2.svg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 100px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.section-4.hide-cpoy {
  display: none;
}

.rich-text-block {
  
  /* margin-bottom: 40px; */
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.rich-text-block h3 {
  margin-top: 0px;
  color: var(--mktg_color_1);
}

.rich-text-block p {
  display: inline;
  font-size: 16px;
  line-height: 28px;
}

.rich-text-block ul li{
  list-style-type: none;
 /* list-style-image: url(/images/check-solid.svg);*/
 
}

.rich-text-block ol li{
  list-style-type: decimal;
  margin-left: 0px !important;
 /* list-style-image: url(/images/check-solid.svg);*/
 
}

.rich-text-block ul li::before {
  display: inline;
  position: relative;
  content: 'âœ“';
  font-weight:bolder;
  margin-left: -20px;
  margin-right: 5px;
  color: var(--mktg_color_1);
 /*background: url('/images/check-solid.svg') no-repeat left;*/
 
}
.rich-text-block ol li::before {
  display: inline;
  position: relative;
  margin-left: 0px !important;
  content: '';
  font-weight:bolder;
  margin-right: 5px;

 
}


.service-text-div {
  position: relative;
  top: 0%;
  /* margin-bottom: 10vh; */
}

.img-design-element-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 150px;
  margin-right: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-5 {
  padding: 40px 100px 60px;
  background-color: var( --mktg_color_3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 240, 237, 0.51)), to(rgba(245, 240, 237, 0.51))), url('../images/design-element-2.svg');
  background-image: linear-gradient(180deg, rgba(245, 240, 237, 0.51), rgba(245, 240, 237, 0.51)), url('../images/design-element-2.svg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, 160px;
  background-repeat: repeat, no-repeat;
}

.section-5.mt-100 {
  margin-top: 100px;
}
.separator {
  display: block;
  width: 80%;
  height: 1px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e2e2;
}

.footer-social-icon {
  height: 18px;
}

.footer-head {
  color: #fff;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.footer-head.opacity-0 {
  opacity: 0;
}

.image-7 {
  height: 200px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-link-2 {
  color: var(--mktg_color_2);
  text-decoration: none;
}

.footer-link-2:hover {
  color: #c89f87;
}

.grid-9 {
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-btn-2 {
  display: inline-block;
  width: 200px;
  margin-right: 0px;
  padding: 8px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 0px;
  border-color: #cb847c;
  border-radius: 2px;
  background-color: var(--mktg_color_2);
  color: #000;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-btn-2:hover {
  background-color: #c89f87;
}

.text-block-65 {
  display: block;
  font-weight: 500;
}

.footer-list-item {
  padding-top: 5px;
  padding-bottom: 0px;
  font-weight: 500;
  text-align: left;
}

.footer-div-blocks {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.6;
  text-align: center;
}

.fcbk-social-icon {
  width: 10px;
}

.list-item-6 {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.social-icon {
  width: 12px;
}

.footer-page-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.social-media-icon-block {
  margin-right: 10px;
  padding: 2px 5px;
  border-radius: 10%;
  background-color: #54595f;
  text-decoration: none;
}

.social-media-icon-block:hover {
  background-color: #cb847c;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-media-icons {
  margin-top: 5px;
  margin-bottom: 5px;
}

.html-embed {
  text-align: left;
}

.text-block-66 {
font-family: 'KOZGOPRO-REGULAR';
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.column-7 {
  height: 70vh;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/testimonials-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-8 {
  display: block;
  width:250px;
}

.list-2-copy {
  position: relative;
  width: auto;
  min-height: 200px;
  margin-top: 0vh;
  margin-bottom: 40vh;
  padding: 40px;
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  background-color: #f6f2f2;
}

.stars {
  margin-right: 10px;
  margin-left: 0px;
}

.star-iicon {
  height: 16px;
  margin-right: 5px;
}

.container-6 {
  position: relative;
  z-index: 1;
  background-color: var( --mktg_color_3);
}

.grid-114 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2-copy {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 120px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.design-element-position-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -10%;
  z-index: 0;
  width: 100px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.social-media-list-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  opacity: 1;
}

.social-media-list-item-2 {
  margin-right: 20px;
}

.social-icon-img-2 {
  height: 18px;
  margin-bottom: 10px;
  opacity: 0.74;
}

.social-icon-img-2:hover {
  background-color: transparent;
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.div-block-371 {
  margin-top: 40px;
}

.mob-right-side-list {
  display: none;
}

.button {
  padding: 11px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--mktg_color_1);
  background-color: var(--mktg_color_1);
    font-family: 'KOZGOPRO-REGULAR';  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border-style: solid;
  border-width: 2px;
}

.div-block-366 {
  padding: 20px;
  border-bottom: 1px solid hsla(0, 0%, 44.7%, 0.16);
  background-color: #fff;
}

.text-block-61 {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 50px;
  background-color: var(--mktg_color_1);
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.feature-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/7-Tips-To-Help-You-Choose-The-Perfect-Plastic-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-list-grid {
  margin-top: 40px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-div {
  position: relative;
  box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.11);
}

.blog-date {
  display: inline-block;
  margin-left: 20px;
  color: #a5a5a5;
  font-size: 12px;
}

.heading-102 {
  margin-top: 0px;
  color: #438644;
}

.blog-list-text {
  overflow: hidden;
  height: 110px;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-367 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff6f0;
}

.blogs {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 90px;
}

.button-4 {
  padding: 5px 0px 0px;
  background-color: transparent;
  color: #438644;
  font-weight: 400;
}

.container-7 {
  text-align: left;
}

.read-more-text {
  color: #c89f87;
  font-weight: 400;
}

.blog-link-block {
  color: #000;
  text-decoration: none;
}

.footer-page-links {
  display: block;
  color: #c4c4c4;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.footer-page-links:hover {
  color: var(--mktg_color_2);
}

.footer-page-links.disclaimer {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.paragraph-section {
  overflow: hidden;
  height: auto;
  max-height: 310px;
  min-height: 200px;
  margin-top: 0px;
 margin-bottom: 30px;   
 padding-bottom: 20px;
    font-family: 'KOZGOPRO-REGULAR';  
    font-size: 16px;
  line-height: 26px;
}

.cta-fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  height: 100vh;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-btn-icons {
  height: 18px;
  margin-bottom: 10px;
  opacity: 0.2;
}

.cta-btn-icons:hover {
  background-color: transparent;
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.cta-list {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.why-choose-us {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0.88))), url('../images/leaf-color.svg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url('../images/leaf-color.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 100px;
  background-attachment: scroll, fixed;
}

.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  height: 90vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e1e1ed1), to(#1e1e1ed1)), url('../images/hero-img-1-filter768-Ã—-768-px.jpg');
  background-image: linear-gradient(180deg, #1e1e1ed1, #1e1e1ed1), url('../images/hero-img-1-filter768-Ã—-768-px.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.about-us-section-1 {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/design-element-2.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/design-element-2.svg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 300px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-left-aligned {
  padding: 80px;
  text-align: left;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
}

.column-8 {
  background-image: url('../images/why-choose-us-2.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}


.rich-text-block-2 {
  margin-top: 40px;
}

.column-9 {
  background-color: transparent;
}

.design-element-postion-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 90px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.design-element-postion-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 1%;
  bottom: auto;
  z-index: 0;
  width: 90px;
  -webkit-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
}

.design-element-3 {
  position: absolute;
  left: auto;
  right: -13%;
  bottom: -18%;
  z-index: 0;
  width: 90px;
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.text-block-44 {
  display: block;
  overflow: hidden;
  margin-right: 0px;
  padding-right: 35px;
font-family: 'KOZGOPRO-REGULAR';
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  white-space: nowrap;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-10 {
  width: 150px;
}

.a-slide  {
  width: 20%;
  margin-right: 1.5%;
  margin-bottom: 0px;
  margin-left: 1.5%;
}

.w-slide{
  vertical-align: baseline;
}

.accordian-wrapper-2 {
  margin-top: 10px;
  margin-bottom: 15px;
  box-shadow: 0 1px 4px -2px #6e6e6f;
}

.accordian-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f0ed;
  color: #060a07;
  cursor: pointer;
}

.paragraph-8 {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
}

.show-2 {
  font-size: 25px;
}

.hide-2 {
  display: none;
  font-size: 25px;
}

.accordian-content-2 {
  display: none;
  padding: 20px;
  border: 1px none #8fbad5;
  background-color: #fff;
  font-size: 15px;
}

.slider {
  height: 100vh;
}

.slide {
  background-image: url('../images/hero-img-1-filter768-Ã—-768-px.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/clinic-images-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  width: 100%;
  background-image: url('../images/clinic-images.jpg');
  background-position: 50% 50%;
  background-size: cover;

}

.slider-3 {
  height: 100%;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: grid;
}

.gallery-lightbox {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
}

.columns-8 {
  min-width: 40vw;
}

@media screen and (min-width: 1280px) {
  .gallery-grid-container {
    margin-top: 20px;
  }
  .container {
    display: block;
  }

  .insurances {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .insurances {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .affiliation-logo {
    width: 250px;
  }
  
  .right-arrow {
    width: 20px;
  }
  
  .a-icon {
    color: #5f5f5f;
    font-size: 25px;
  }
  
  .affiliation-mask {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .left-arrow {
    width: 20px;
  }
  
  .a-slider{
    height: auto;
    background-color: transparent !important;
    height: 300px;
  }
  
  
  .navbar-wrapper-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading-4 {
    font-weight: 600;
  }

  .cta-btn {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .heading-5 {
    font-weight: 400;
  }

  .cta-btn-2 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (min-width: 1920px) {
  .blogs {
    margin-right: 160px;
    margin-left: 160px;
  }
}

@media screen and (max-width: 991px) {
  .gallery-grid-container {
    align-self: stretch;
    margin-top: 20px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

  .nav-menu-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonialquote {
    overflow: visible;
  }

  .div-block-339 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .white-bg-section {
    padding: 40px;
  }

  .text-block-3 {
    line-height: 1.8;
  }

  .grid-9 {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 0.75fr 1fr;
    grid-template-columns: 1fr 0.75fr 1fr;
  }

  .footer-page-links {
    line-height: 1.8;
  }
  .insurances {
    padding-right: 3%;
    padding-left: 3%;
  }

  .a-slide {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .slider-2{
    height: 60vh;
  }
  
  .navbar-brand-three {
    padding-left: 0px;
  }

  .nav-menu-three {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-menu-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    height: 270px;
    margin-left: 0;
    overflow: scroll;
    background-color: var(--mktg_color_3);
  }
  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    padding: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-content {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .white-bg-section {
    padding: 40px;
  }

  .grid-112 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-div-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-media-icons {
    display: none;
  }

  .affiliation-logo {
    width: 200px;
  }

}

@media screen and (max-width: 479px) {
  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-thumbnail {
    width: 100%;
  }

  .image-8{
    width: 170px;
  }
  .a-slider{
    height: 200px;
  }
  .section-5.mt-100 {
    margin-top: 80px;
  }

  h1 {
    font-family: 'KOZMINPR6N-MEDIUM';
    font-size: 32px;
    line-height: 36px;
  }

  h2 {
    font-family: 'KOZGOPRO-REGULAR';
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-family: 'KOZGOPRO-REGULAR';
    font-size: 20px;
    line-height: 26px;
  }

  h4 {
    font-family: 'KOZGOPRO-REGULAR';
    font-size: 16px;
    line-height: 22px;
  }

  .hero-section {
    height: auto;
    padding-left: 0px;
  }

  .column {
    height: 70vh;
    background-size: cover;
  }

  .div-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .column-2 {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mktg_overlay)), to(var(--mktg_overlay))), url('../images/design-element-bg-circles.svg');
    background-image: linear-gradient(180deg, var(--mktg_overlay), var(--mktg_overlay)), url('../images/design-element-bg-circles.svg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 150px;
  }

  .columns {
    display: block;
  }

  .hero-head , .hero-head.home{
    font-size: 5vh;
    line-height: 7vh;
  }

  .bookappointmentpopup {
    font-size: 12px;
  }

  .bookappointmentpopup.social-media-link-block {
    padding: 0px;
    border-style: none;
    background-color: transparent !important;
  }

  .body {
    padding-left: 0px;
  }

  .navbar-logo-center {
    margin-top: 5px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper-three {
    display: none;
  }

  .nav-menu-three {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    flex-direction: left;
    align-items: flex-start;
  }

  .nav-link.contact-desktop {
    display: none;
  }

  .heading-1 {
    position: relative;
    z-index: 1;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 5vh;
    line-height: 6.5vh;
  }

  .div-block-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-2 {
    right: 0%;
    bottom: -30%;
    overflow: visible;
    margin-right: 40px;
  }

  .columns-2 {
    display: block;
  }

  .column-3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-4 {
    padding-bottom: 20px;
  }

  .service-section {
    padding-right: 5px;
    padding-left: 5px;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 2.6vh;
    line-height: 4vh;
  }

  .testimonial-slider-large {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonialquote {
    overflow: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .section {
    height: auto;
    padding-bottom: 40px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 3vh;
    line-height: 4.4vh;
  }

  .button-2 {
    font-size: 14px;
  }

  .div-block-339 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .accordian-wrapper {
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
  }

  .accordian-item {
    display: -ms-grid;
    display: grid;
    padding-right: 20px;
    justify-items: stretch;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 90% 10%;
    grid-template-columns: 90% 10%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .faq-question {
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .show {
    font-size: 20px;
  }

  .hide {
    border-radius: 0%;
    color: #000;
  }

  .accordian-content {
    display: none;
  }

  .footer-divider {
    margin-top: 0px;
  }

  .column-5 {
    height: 40vh;
  }

  .div-block-340 {
    left: 0%;
    width: 100%;
    margin-top: -40px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/leaf-color.svg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/leaf-color.svg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, 100px;
  }

  .columns-3 {
    display: block;
  }

  .social-icon-img {
    margin-bottom: 15px;
  }

  .social-media-fixed-div {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .email-and-phone-numbers {
    display: none;
  }

  .hero-section-inner-page {
    height: auto;
    padding-left: 0px;
  }

  .column-inner-img {
    height: 70vh;
    background-size: cover;
  }

  .column-inner-img.blogs {
    background-position: 0% 50%;
  }

  .column-inner-img.blog-page {
    background-position: 50% 0%;
  }

  .column-inner-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mktg_overlay)), to(var(--mktg_overlay))), url('../images/design-element-bg-circles.svg');
    background-image: linear-gradient(180deg, var(--mktg_overlay), var(--mktg_overlay)), url('../images/design-element-bg-circles.svg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, 300px;
    background-repeat: repeat, no-repeat;
  }

  .columns-inner-page {
    display: block;
    height: auto;
  }

  .img-design-element {
    z-index: 0;
  }

  .div-block-368 {
    width: auto;
  }

  .heading-4 {
    font-size: 1.8vh;
    line-height: 1.8vh;
  }

  .white-bg-section {
    padding: 40px 20px 60px;
  }

  .cta-btn {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .text-block-3 {
    color: #dbdbdb;
    text-align: left;
  }

  .heading-5 {
    font-size: 4.5vh;
    line-height: 4.8vh;
  }

  .grid-113 {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .list-2 {
    position: relative;
    top: 0vh;
    min-height: auto;
    margin-bottom: 5vh;
    padding: 20px 20px 0px;
  }

  .section-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .service-text-div {
    margin-bottom: 0vh;
  }

  .img-design-element-copy {
    top: 0%;
  }

  .section-5 {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/design-element-2.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/design-element-2.svg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, 100px;
  }

  .separator {
    display: none;
    width: 100%;
  }

  .footer-link-2 {
    /* text-align: left; */
  }

  .cta-btn-2 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .footer-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-div-blocks {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-page-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .social-media-icons {
    display: none;
    text-align: center;
  }

  .html-embed {
    text-align: center;
  }

  .columns-4 {
    display: block;
    padding-left: 10px;
  }

  .column-7 {
    height: 30vh;
  }

  .list-2-copy {
    position: relative;
    top: 0vh;
    min-height: auto;
    margin-bottom: 5vh;
    padding: 20px 20px 0px;
  }

  .star-iicon {
    height: 16px;
  }

  .grid-114 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-2-copy {
    right: 0%;
    overflow: visible;
    margin-right: 40px;
  }

  .design-element-position-1 {
    right: 0%;
    bottom: -5%;
    overflow: visible;
    margin-right: 40px;
  }

  .mob-right-side-list {
    display: block;
  }

  .button {
    font-size: 12px;
  }

  .blog-list-grid {
    display: block;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-div {
    margin-bottom: 40px;
  }

  .blog-list-text {
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .blogs {
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .footer-page-links {
    color: #dbdbdb;
    text-align: left;
  }

  .paragraph-section {
    height: auto;
    max-height: 310px;
    min-height: 200px;
    margin-bottom: 10px;
  }

  .cta-fixed {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-btn-icons {
    height: 18px;
    margin-bottom: 15px;
    opacity: 0.8;
  }

  .cta-list {
    border-radius: 20px;
    background-color: rgba(252, 237, 229, 0.86);
    box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.1);
  }

  .why-choose-us {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-section {
    height: auto;
    padding-bottom: 40px;
  }

  .about-us-section-1 {
    padding-bottom: 120px;
  }

  .about-us-section-1.amrgin-minus-40 {
    margin-bottom: -40px;
  }

  .div-block-left-aligned {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .columns-5 {
    display: block;
    min-height: auto;
  }

  .column-8 {
    height: 40vh;
    padding-left: 0px;
    background-size: cover;
  }

  .design-element-postion-2 {
    right: 0%;
    bottom: -20%;
    overflow: visible;
    margin-right: 40px;
  }

  .design-element-postion-3 {
    right: 0%;
    bottom: -20%;
    overflow: visible;
    margin-right: 40px;
  }

  .design-element-3 {
    right: 0%;
    bottom: -20%;
    overflow: visible;
    margin-right: 40px;
  }

  .text-block-44 {
    width: 250px;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0px;
  }
  
  .slider {
    height: 70vh;
  }
}

#w-node-f82e0938-f16c-adc8-ad69-25eef45893a6-c1b58d40 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_064b2072-2004-bef2-69a8-ca75e6fa38f3-c1b58d40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_064b2072-2004-bef2-69a8-ca75e6fa3902-c1b58d40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_064b2072-2004-bef2-69a8-ca75e6fa3911-c1b58d40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18f2beb4-3110-010e-188a-baf5fc82801e-e471c381 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_83948408-fa30-ea1f-45b8-e8d0c3f93d14-2a8cb475 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_83948408-fa30-ea1f-45b8-e8d0c3f93d16-2a8cb475 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_83948408-fa30-ea1f-45b8-e8d0c3f93d17-2a8cb475 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb229425-2e15-5dd1-14e2-0c063c4a9668-2a8cb475 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb229425-2e15-5dd1-14e2-0c063c4a966a-2a8cb475 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb229425-2e15-5dd1-14e2-0c063c4a966b-2a8cb475 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d239dc47-9bb5-9b63-6875-8f3efb7da303-ae1b1da6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#\31 .w-node-_185bc02c-57f4-aaef-94cf-709a08570e23-ae1b1da6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a43f6cb2-3741-1cdd-c432-f94aec5fb5a3-dce9c0f5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_290398fc-f170-8649-3dcb-1b9682b58bb4-dce9c0f5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4346b639-40a9-1e46-a86c-8c32550dd697-dce9c0f5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_768aa362-940b-92bc-85d0-fc5ac54fa5e7-80eadb62 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_768aa362-940b-92bc-85d0-fc5ac54fa5f3-80eadb62 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_8934fd29-899d-a5ca-9bab-5eb83bd986b3-41ce585f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8934fd29-899d-a5ca-9bab-5eb83bd986c0-41ce585f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#\31 .w-node-_8934fd29-899d-a5ca-9bab-5eb83bd986c1-41ce585f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91f57da0-0199-e943-d109-4385a5adf5b8-44667599 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_162204c0-a100-9d86-ff39-870d5d16bc24-44667599 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1f4ef808-a31a-5aa0-0bbd-62179747ca85-44667599 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_768aa362-940b-92bc-85d0-fc5ac54fa5f3-80eadb62 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_768aa362-940b-92bc-85d0-fc5ac54fa5d7-80eadb62 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_768aa362-940b-92bc-85d0-fc5ac54fa5db-80eadb62 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_768aa362-940b-92bc-85d0-fc5ac54fa5df-80eadb62 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_768aa362-940b-92bc-85d0-fc5ac54fa5e3-80eadb62 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1c56e80d-c3b9-979e-2b09-f0fc3a53a047-41ce585f {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1c56e80d-c3b9-979e-2b09-f0fc3a53a055-41ce585f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1c56e80d-c3b9-979e-2b09-f0fc3a53a061-41ce585f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1c56e80d-c3b9-979e-2b09-f0fc3a53a06d-41ce585f {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_1c56e80d-c3b9-979e-2b09-f0fc3a53a079-41ce585f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}</pre></body></html>