.specials-and-promo-cont{
       width: 50%;
    margin: 0 auto;
}

.promo-img{
    width: 500px;
    height: auto;
    display: block;
    margin: 0 auto 90px;
}

.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 {
  background-color: #eceff1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

h1 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -2.5px;
}

h2 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -1.2px;
}

h3 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1px;
}

h4 {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

h6 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 9.8px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

p {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #000;
  text-decoration: none;
}

a:hover {
  border-bottom-color: rgba(0, 112, 201, 0);
  color: #75bf42;
}

li {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

strong {
  font-weight: 600;
}

blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 0px 0px 10px 30px;
  border-left: 5px none #e2e2e2;
  background-image: url('../images/quote-sign-03.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
blockquote p {
    margin-bottom: 10px !important;
}
blockquote cite {
    font-size:16px;
    font-family: Montserrat, sans-serif;
}

.all-content {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100vw;
  padding: 25px;
}

.all-content.bgcolor-white {
  position: relative;
  padding: 0px;
}

.content-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 100px 90px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content-section.bgcolor-yellow {
  position: relative;
  height: 100%;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #dadada;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.64)), to(rgba(255, 255, 255, 0.64))), url('../images/cent-area-focus.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), url('../images/cent-area-focus.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.display-3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0px;
}

.image-gallery-with-ligthbox {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 100%;
  height: 80px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 11.8px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.icon-visibility {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: block;
  width: 72px;
  height: 72px;
  padding: 18px;
  -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;
  border-radius: 1000px;
  background-color: rgba(17, 17, 17, 0.3);
}

.slider {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.slider-arrow {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 79.2%, 0.3);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #000;
  font-size: 16px;
}

.slider-arrow:hover {
  background-color: #000;
  box-shadow: none;
  color: #fff;
}

.button {
  position: relative;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin-top: 33px;
  padding: 21px 30px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: rgba(17, 17, 17, 0.1);
  border-radius: 110px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(31, 32, 32, 0.1);
  background-color: #000;
  color: #fff;
}

.button.red {
  padding: 21px 42px;
  border-radius: 100px;
  background-color: #058eae;
  color: #fff;
}

.button.red:hover {
  background-color: #000;
}

.grid-2-col-2-row {
  overflow: hidden;
  width: 100%;
  padding: 13px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: minmax(200px, 50%) minmax(200px, 50%);
  grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
}

.cover-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
  padding: 100px 25px 25px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.horizontal {
  position: relative;
  z-index: 1;
  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;
}

.cover-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
}

.cover-image.image-2 {
  background-image: -webkit-linear-gradient(180deg,hsla(0,0%,100%,0.8),hsla(0,0%,100%,0.8)),url('../images/cent-services-hero.jpg');
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0.8),hsla(0,0%,100%,0.8)),url('../images/cent-services-hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  
}

/*Start Secondary Page Headers*/
.cover-image.sleep-image {
  height: auto;
/*
  background-image: -webkit-linear-gradient(180deg,hsla(0,0%,100%,0.8),hsla(0,0%,100%,0.8)),url('../images/cent-sleep-secondary-hero.jpg');
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0.8),hsla(0,0%,100%,0.8)),url('../images/cent-sleep-secondary-hero.jpg');
*/
    background-image: -webkit-linear-gradient(180deg,hsla(0,0%,100%,0.8),hsla(0,0%,100%,0.8)),url('../images/cent-sleep-secondary-hero-2025.jpg');
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0.8),hsla(0,0%,100%,0.8)),url('../images/cent-sleep-secondary-hero-2025.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
/*Services & Hearing */
/*.page-id-10 .cover-image.sleep-image,
.page-id-24 .cover-image.sleep-image {
     background-image: -webkit-linear-gradient(180deg,hsla(0,0%,100%,0.8),hsla(0,0%,100%,0.8)),url('../images/hearing-secondary-hero.jpg');
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0.8),hsla(0,0%,100%,0.8)),url('../images/hearing-secondary-hero.jpg');
}*/


/*End Secondary Page Headers*/
.mask {
  overflow: visible;
}

.mask.hero-homepage {
  position: absolute;
}

.padding {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 17% 30px 30px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.padding.bgcolor-light-grey {
  position: relative;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eceff1;
}

.padding.menu {
  overflow: auto;
  padding-top: 0%;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-v1 {
  height: 50px;
  background-color: #fff;
  letter-spacing: -0.4px;
}

.text-field-v1:focus {
  border: 1px solid #000;
}

.text-field-v1::-webkit-input-placeholder {
  color: #000;
}

.text-field-v1:-ms-input-placeholder {
  color: #000;
}

.text-field-v1::-ms-input-placeholder {
  color: #000;
}

.text-field-v1::placeholder {
  color: #000;
}

.submit-button {
  height: 50px;
  margin-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 2.5px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  font-size: 10.6px;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #ef5350;
}

.bgcolor-yellow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #ffd54f;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 3px;
  -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;
  border-bottom-style: none;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.big {
  width: 39px;
  height: 39px;
  margin-right: 13px;
}

.horizontal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.underline-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  margin-left: 2px;
  padding: 15px 30px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 17, 17, 0.1);
  border-radius: 2px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  text-align: center;
}

.tab-link:hover {
  border-color: #000;
  color: #000;
}

.tab-link.w--current {
  overflow: hidden;
  border-color: #000;
  background-color: transparent;
  opacity: 1;
  color: #000;
}

.logo-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 228px;
  height: 100%;
  padding: 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;
  border-bottom-style: none;
}

.logo-wrapper.w--current {
  width: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-image-black {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.background-image.image-3 {
  background-image: url('../images/fouroom-webflow-template-27.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.image-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, hsla(0, 0%, 100%, 0)), color-stop(48%, hsla(0, 0%, 100%, 0.32)), color-stop(85%, hsla(0, 0%, 100%, 0))), url('../images/cent-hero-4.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0.32) 48%, hsla(0, 0%, 100%, 0) 85%), url('../images/cent-hero-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image.image-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, hsla(0, 0%, 100%, 0)), color-stop(49%, hsla(0, 0%, 100%, 0.74)), color-stop(85%, hsla(0, 0%, 100%, 0))), url('../images/cent-hero-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0.74) 49%, hsla(0, 0%, 100%, 0) 85%), url('../images/cent-hero-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image.image-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, hsla(0, 0%, 100%, 0)), color-stop(49%, hsla(0, 0%, 100%, 0.48)), color-stop(85%, hsla(0, 0%, 100%, 0))), url('../images/cent-hero-5.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0.48) 49%, hsla(0, 0%, 100%, 0) 85%), url('../images/cent-hero-5.jpg');
  background-position: 50% 80px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -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: #fff;
}

.preloader-icon {
  position: relative;
  z-index: 1;
  display: none;
  width: 50px;
}

.link-with-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom-style: none;
  text-align: left;
}

.link-with-image:hover {
  color: #000;
}

.preloader-second-background {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  background-color: #e4ded9;
}

.button-icon {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 20px;
  margin-right: 7px;
  margin-left: 7px;
  -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;
  font-size: 20px;
}

.button-label {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  text-transform: none;
}

.margin-list-item {
  margin-right: 12px;
  margin-left: 12px;
}

.margin-list-item:hover {
  color: #75bf42;
}

.bgcolor-light-grey {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #eceff1;
}

.utility-page-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  max-width: 400px;
  padding: 50px;
  -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;
  text-align: center;
}

.utility-page-form {
  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;
}

.navigation-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  background-color: #fff;
  box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.15);
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 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;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  letter-spacing: -0.6px;
}

.preloader-logo {
  position: relative;
  width: 20vw;
}

.button-scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-bottom-style: none;
  border-radius: 1000px;
  background-color: #fff;
  background-image: url('../images/baseline-keyboard_arrow_down-24px.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-scroll-down:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(31, 32, 32, 0.1);
  background-color: #ef5350;
  color: #fff;
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 100vh;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.display-none {
  display: none;
}

.navi-dropdown {
  position: static;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
  -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;
  border-bottom-style: none;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.accordion-item-trigger:hover {
  background-color: #eceff1;
  color: #058eae;
}

.accordion-item-content {
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bgcolor-white {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.slide {
  width: 100%;
  height: 100%;
}

.navigation-layer-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  font-family: Poppins, sans-serif;
}

.navigation-layer-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.navigation-layer-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/cent-menu-img.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hamburger-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  padding: 20px;
  -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;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
  cursor: pointer;
}

.hamburger-menu:hover {
  background-color: #058eae;
}

.hamburger-menu.w--open {
  background-color: #75bf42;
}

.close-menu {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9999;
  width: 100px;
  height: 100px;
  padding: 30px;
  cursor: pointer;
}

.icon {
  position: relative;
  z-index: 1;
}

.navigation-accordion-wrapper {
  overflow: scroll;
  height: 90%;
  margin-bottom: 15px;
}

.navigation-accordion-wrapper::-webkit-scrollbar {
  display: none;
}

.nav-background {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  letter-spacing: 0px;
}

.link-block:hover {
  color: #058eae;
}

.link-block.search {
  width: 60px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/lupa_gray.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 350ms ease, border-color 300ms ease, color 300ms ease;
  transition: opacity 350ms ease, border-color 300ms ease, color 300ms ease;
}

.link-block.search:hover {
  opacity: 0.49;
}

.link-block.phone-number {
  width: auto;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #058eae;
  font-size: 19px;
  font-weight: 500;
}

.link-block.phone-number.footer-link {
  height: auto;
  margin-bottom: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #75bf42;
  font-size: 15px;
}
a.link-block.phone-number.footer-link:hover {
    color:#058eae;
}

.link-block.app {
  color: #75bf42;
  font-weight: 500;
}

.link-block.app:hover {
  color: #058eae;
}

.nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 91px;
  -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;
}

.main {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  letter-spacing: 0px;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1.5px;
}

.hero-subtitle {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.team-card {
  position: relative;
  width: 100%;
  /*height: 100%;*/
}

.team-wrapper {
  position: relative;
  display: block;
  width: 95%;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.team-name {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 36px;
}

.team-name.dark {
  margin-bottom: 11px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.team-reverse {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  border: 3px none #7731c3;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 142, 174, 0.85)), to(rgba(5, 142, 174, 0.85)));
  background-image: linear-gradient(180deg, rgba(5, 142, 174, 0.85), rgba(5, 142, 174, 0.85));
  box-shadow: 1px 0 1px 0 hsla(0, 0%, 82.7%, 0.37);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  color: #fff;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.team-info {
  padding: 23px 10px 10px;
}

.team-member {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-color: #058eae;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services {
  display: block;
  width: 100%;
  height: 380px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-image: url('../images/cent-center-sleep-3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services.sinus {
  background-image: url('../images/cent-center-sinis.jpg');
  background-size: cover;
}

.services.thyroid {
  background-image: url('../images/cent-center-thyroid-2.jpg');
  background-size: cover;
}

.services.neck {
  background-image: url('../images/cent-center-thyroid-cancer.jpg');
  background-size: cover;
}

.services.allergy {
  background-image: url('../images/cent-center-allergy.jpg');
  background-size: cover;
}

.services.asthma {
  background-image: url('../images/home-asthma.jpg');
  background-size: cover;
}

.services.hearing {
  background-image: url('../images/cent-center-hearing.jpg');
  background-size: cover;
}

.services.pediatric {
  background-image: url('../images/cent-center-pediatrics.jpg');
  background-size: cover;
}

.services.testimonials {
  background-image: url('../images/cent-center-testimonials.jpg');
  background-size: cover;
}

.services.cosmetic-hp {
  background-image: url('../images/cosmetic-479.jpg');
  background-size: cover;
}

.services.reconstructive-hp {
  background-image: url('../images/reconstructive-479.jpg');
  background-size: cover;
}

.centers-text-div {
  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;
}

.centers-link {
  margin: 5px 12px;
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.centers-link:hover {
  color: #ccf0b4;
}

.centers-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centers-wrapper._2nd {
  margin-top: 52px;
}

.home-title {
  margin-top: 0px;
  margin-bottom: 73px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 74px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1.5px;
}

.home-title.secondary-title {
  margin-bottom: 42px;
  font-size: 60px;
  line-height: 70px;
  text-align: left;
  letter-spacing: 0px;
}

.home-title.secondary-title.smaller-title {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 46px;
  text-align: left;
  letter-spacing: 0px;
}

.quick-links-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 26px 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.quick-link-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom-style: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 11px 0 rgba(9, 93, 112, 0.16);
}

.quick-link-button:hover {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #75bf42;
}

.quick-text {
  padding-right: 22px;
  padding-left: 22px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quick-secondary-text {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
}

.cent-arrow {
  width: 19px;
  margin-right: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.call {
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.call:hover {
  color: #000;
}

.call.bl {
  display: block;
  border-bottom-style: none;
  font-size: 19px;
  line-height: 31px;
  letter-spacing: 0px;
}

.callout-icon {
  width: 120px;
  height: 120px;
  border-radius: 10px 0px 0px 10px;
}

.testimonial-name {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rea-more {
  margin-top: -2px;
  border-bottom-style: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #75bf42;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.rea-more:hover {
  color: #058eae;
}

.quote {
  width: 40px;
  margin-right: 0px;
}

.top-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 97%;
  height: 470px;
  padding-right: 63px;
  padding-left: 63px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #bbb;
  background-color: hsla(0, 0%, 100%, 0.93);
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.testimonial-wrapper.review-widget {
  max-width: 320px;
    min-width:320px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 31px;
  -webkit-box-pack: justify;
  -webkit-justify-content: normal;
  -ms-flex-pack: justify;
  justify-content: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
    height:auto;
    margin-bottom: 20px;
}

._5-stars {
  margin-bottom: 0px;
  margin-left: 16px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.slider-testimonial-div {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.image-10 {
  width: 50px;
}

.widget-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.slide-nav-2 {
  position: relative;
  margin-top: 15px;
  padding-top: 18px;
  opacity: 0.5;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
}

.mask-2 {
  overflow: visible;
}

.home-paragraph {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 31px;
  font-weight: 500;
  letter-spacing: 0px;
}

.home-paragraph.year {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 14px;
}

.home-paragraph.ajax-para {
  color: #242424;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.home-paragraph.name {
  margin-bottom: 4px;
  font-family: 'Playfair Display', sans-serif;
  color: #3b4144;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

.home-paragraph.blog-para {
  margin-top: 27px;
  font-size: 13px;
  line-height: 25px;
  text-align: left;
}

.home-paragraph.list {
  margin-top: 0px;
  margin-bottom: 0px;
}

.home-paragraph.main-secondary-para {
  text-align: left;
}

.home-paragraph.apnea-quastions {
  font-weight: 700;
}

.widget-line {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.26);
}

.arrow-none {
  display: none;
}

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

.top-margin.medium {
  margin-top: 30px;
}

.testimonial-container-cet {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 56px 90px 105px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.doctors {
  max-width: 1440px;
  margin-bottom: 0%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
    background-color: #fff;
}

.doctors-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 100px 90px 120px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.53)), to(hsla(0, 0%, 100%, 0.53))), url('../images/cent-doctors-background.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.53), hsla(0, 0%, 100%, 0.53)), url('../images/cent-doctors-background.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-wrapper-cent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  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;
  background-color: #fff;
}

.tebs {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tab-pane {
  height: 100%;
  border: 1px none #000;
  background-color: #fff;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-2.erty {
  margin-bottom: 7px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 31px;
  line-height: 33px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.tab-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 20px 17px 20px 22px;
  -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: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  background-color: rgba(0, 0, 0, 0.74);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.tab-link-2:hover {
  background-color: #fff;
  color: #454a4b;
}

.tab-link-2.w--current {
  margin-right: 0px;
  border-style: none;
  border-color: #000;
  background-color: #fff;
  background-image: none;
  color: #000;
}

.div-block-7 {
  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;
}

.div-block-8 {
  padding: 0 50px 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-7 {
  margin-left: 12px;
  padding: 15px 30px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, border-color 300ms ease, color 300ms ease;
  transition: background-color 350ms ease, border-color 300ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
}

.button-7:hover {
  border-color: #75bf42;
  background-color: #058eae;
  color: #fff;
}

.cert {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: 'Playfair Display', sans-serif;
  color: #058eae;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
}

.half-section-div {
  width: 50%;
  height: 830px;
  float: left;
}

.half-section-div.image-side {
  float: left;
  background-image: url('../images/pierre-chatel-innocenti-669676-unsplash.jpg');
  background-position: 0px 0px;
  background-size: 700px;
}

.half-section-div.image-side._2 {
  background-image: url('../images/cent-reputation.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-section-div.image-side._3 {
  background-image: url('../images/cent-love-us.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-section-div.image-div-homepage {
  float: left;
  background-image: url('../images/cent-trust.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.big-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-bottom: 35px;
  margin-left: 0%;
  padding: 80px 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;
  border-style: solid;
  border-width: 2px;
  border-color: #75bf42;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 160px;
  font-weight: 700;
  text-align: center;
}

.top-padding {
  margin-top: 30px;
}

.centered-color-block {
  position: relative;
  top: 50%;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.centered-color-block.more {
  width: 80%;
}

.section {
  padding: 0px 15px 120px;
}

.section.no-padding {
  padding-bottom: 0px;
}

.section.no-padding.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-title {
  margin-top: 0px;
  margin-bottom: 31px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 95px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.ent-section {
  padding-top: 76px;
  padding-right: 10%;
  padding-left: 10%;
}

.big-letter {
  margin-right: 10px;
  float: left;
  color: #75bf42;
  font-size: 55px;
  line-height: 50px;
}

.welcome-div {
  max-width: 1440px;
}

.section-2 {
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 61px 40px 47px;
  -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;
}

.logo-cont{
  max-width: 750px;
}

.blog-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #ebebeb;
  color: #666;
  font-weight: 500;
}

.blog-section.gray {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}

.div-blog-image {
  position: static;
  display: block;
  overflow: visible;
  height: 300px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-image: url('../images/cent-blog-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.div-blog-image.blog-2 {
  background-image: url('../images/cent-blog-2.jpg');
  background-size: cover;
}

.div-blog-image.blog-3 {
  background-image: url('../images/cent-blog-3.jpg');
  background-size: cover;
}

.button-wrapper {
  margin-top: 42px;
}

.button-wrap a {
  min-width: 200px;
}

.container-3 {
  position: static;
  z-index: 1;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.blog-content {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0px 30px;
  border: 1px solid #e4ecf6;
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}
.blog-content p {
    margin-top: 27px;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    }
.blog-content a.moretag.ui-read-more {
    border:none;
    border-top:1px solid #e4ecf6;
    text-align: center;
    max-width:100%;
    width:100% !important;
}
.div-block-2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-wrapper-2 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.24);
  border-radius: 4px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.blog-wrapper-2.in-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #e6e6e6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.blog-wrapper-2.in-blog:hover {
  border-bottom-width: 0px;
  box-shadow: 0 5px 10px 0 rgba(82, 91, 115, 0.12);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.section-content-tittle {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.link-blog-wrapper {
  width: 100%;
  border-bottom-style: none;
}

.categorie-title {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  background-color: transparent;
  -webkit-transition: background-color 350ms ease, border-color 300ms ease, color 300ms ease;
  transition: background-color 350ms ease, border-color 300ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.categorie-title:hover {
  background-color: #058eae;
  color: #fff;
  text-decoration: none;
}

.categorie-title.readmore {
  border-left: 1px solid #eee;
  border-right-style: none;
  border-bottom-style: none;
}

.categorie-title.readmore:hover {
  text-decoration: none;
}

.blog-wrapper {
  position: relative;
  width: 33.33%;
  height: 100%;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 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;
  text-align: center;
}

.section-intro.adress-div {
  margin-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.map-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.map-div.sm {
  height: 600px; 
}

.text-grey {
  font-family: Montserrat, sans-serif;
  color: #2c3340;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
}

.text-grey.hours {
  margin-right: 18px;
  margin-left: 18px;
  font-size: 13px;
  line-height: 25px;
  width: 50%;
}

.location-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px 60px;
  -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;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.52)), to(hsla(0, 0%, 100%, 0.52))), url('../images/cent-map-background.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.52), hsla(0, 0%, 100%, 0.52)), url('../images/cent-map-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.map-2 {
    position:relative;
  display: block;
  width: 96%;
  height: 240px;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
}
.map-2 iframe {
  width: 100%;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
  background-color: transparent;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.side-paddings.contact-wrapper {
  -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;
}

.footer-city-title {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
}

.div-block-10 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mapy-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v3-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    flex-direction: column;
  padding-right: 15px;
  padding-left: 15px;
  -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-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  -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;
}

.logo-icon {
  width: 200px;
  margin-right: 6px;
  margin-left: -2px;
}

.logo-icon-2{
    width: 275px;
}

.footer-v3-left-2{
    flex-direction: row;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -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;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.brand.footer-v3-brand {
  margin-bottom: 19px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-style: none;
}

.footer-v3-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e1e6ee;
  color: #a9b0be;
  font-size: 11px;
  line-height: 16px;
}

.link-2 {
  color: #75bf42;
}

.link-2:hover {
  color: #058eae;
}

.div-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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-v3-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-v3-bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-icons-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-left: -3px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v3-link {
  margin-right: 6px;
  margin-left: 6px;
  padding: 6px 12px;
  border-bottom-style: none;
  border-radius: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #3b3d3f;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.footer-v3-link:hover {
  background-color: #f5f6f8;
  color: #2c3340;
}

.footer-section {
  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;
  background-color: #fff;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #3f3f3f;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  color: #3f3f3f;
}

.right-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-border._20 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.top-border._20.apnea-quiz-text {
  margin-top: 1px;
}

.top-border._15 {
  margin-top: 15px;
}

.text-box {
  width: 100%;
  max-width: 100%;
  padding-left: 5%;
}

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

.secondary-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  min-height: auto;
  padding: 0px 0%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin:0 auto 20px auto;
}
.post {width:100%;}
.sidebar {
    margin-top:20px;
    margin-bottom:60px;
}
.pillar-links {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    line-height: 2;
    min-width: 300px;
    margin-left: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.pillar-links a:hover {
    color:#058eae;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.service-links {
    display: flex;
    width: 300px;
    flex-wrap: wrap;
    margin-left: 60px;
    margin-top:50px;
}
.service-link {
    flex-basis:50%;
    background-color: #058eae;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    cursor:pointer;
    font-family: Montserrat, sans-serif;
}
.service-link span {
    padding:5px;
    display: block;
}
.service-link:hover {
    color:#fff;
    background-color: #75bf42;
}
.text-box-2 {
  width: 90%;
  max-width: 100%;
  margin-bottom: 26px;
}

.text-box-2.sleep-apnea-box, .callout-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  margin-top: 17px;
  margin-bottom: 83px;
  margin-left: 0%;
  padding: 36px;
  -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;
  background-color: #fff;
  box-shadow: 1px 0 17px -8px #000;
    margin:20px auto;
}

.list-item {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
}

.list-2 {
  margin-top: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0px;
}

.list-2.rt {
  margin-top: 28px;
  margin-bottom: 34px;
}

.menu-text {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
}

.doc-image {
  width: 150px;
}

.vertical {
  position: absolute;
  width: 14px;
  height: 1.5px;
  margin-bottom: -1px;
  background-color: #111;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.flex-no-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.accordion-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 50px 24px 0px;
  -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-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  text-decoration: none;
}

.accordion-trigger:hover {
  color: #75bf42;
  text-decoration: none;
}

.all-caps-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #058eae;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.all-caps-link:hover {
  opacity: 0.8;
  color: #75bf42;
}

.accordion-content {
  overflow: hidden;
  padding: 12px 25px 28px 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #eceff1;
}

.accordion-wrapper {
  margin-bottom: 15px;
}

.open-close-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
}

.horizontal-2 {
  position: absolute;
  top: 9px;
  width: 14px;
  height: 2px;
  background-color: #111;
}

.chapter-set {
  margin-bottom: 0%;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-content {
  margin-top: 40px;
  color: #75bf42;
  text-align: left;
}

.expand-text {
  margin-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.chapter-image {
  width: 290px;
}

.close-text {
  margin-right: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.nev-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.secondary-learn-more-button {
  position: static;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin-top: 9px;
  margin-left: 5%;
  padding: 21px 30px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: rgba(17, 17, 17, 0.1);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  transition: background-color 300ms ease, color 300ms ease, border 150ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.secondary-learn-more-button:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(31, 32, 32, 0.1);
  background-color: #000;
  color: #fff;
}

.seconary-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  margin: 110px auto 0 auto;
  height: 475px;
  min-height: auto;
  padding: 165px 25px 25px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #eceff1;
  flex-wrap:wrap; 
}

.secondary-padding {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.secondary-page-content {
  overflow: hidden;
  padding: 12px 25px 28px 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #eceff1;
}

.list-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-11 {
  margin-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-12 {
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-link {
  border-bottom-style: none;
  border-bottom-color: rgba(5, 142, 174, 0);
  color: #058eae;
}

.list-link:hover {
  color: #75bf42;
}

.link-3 {
  color: #058eae;
}

.link-3:hover {
  color: #75bf42;
}

.button-schedule {
  margin-top: 6px;
  margin-left: 12px;
  padding: 15px 30px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, border-color 300ms ease, color 300ms ease;
  transition: background-color 350ms ease, border-color 300ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
}

.button-schedule:hover {
  border-color: #75bf42;
  background-color: #058eae;
  color: #fff;
}

.hyperlink {
  color: #058eae;
}

.hyperlink:hover {
  color: #75bf42;
  text-decoration: underline;
}

.image-11 {
  margin-bottom: 32px;
}

a.button-7.w-button.help {
  margin-bottom: 75px;
}

.button-wrap {
  display: flex;
}
a.button.w-inline-block.button-blue {
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgb(3, 132, 166);
  color: #fff;
}
a.button.w-inline-block.button-green {
  margin-left: 5px;
  background-color: #75bf42;
  color: #fff;
}

 #navigation.header_nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation.header_nav ul li{
  width: auto;
  text-align: left;
  float: left;
  height:100%;
  border-bottom: none;
}
.header_nav .menu-top-navigation-container{
  height:100%;
}
.header_nav .menu{
  height:100%;
}
#navigation.header_nav ul li a{
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 4px;
  margin-left: 4px;
  padding: 0 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-style: none;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0;
  font-weight:400;
}

#navigation.header_nav ul li:hover a{
  width: auto;
  background-color: unset;
}
.header_nav .holder{
  display: none !important;
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 1000;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  transform: rotate(180deg);
  transition: all 350ms ease;
}

.header_nav .sub-menu li{
  width:100% !important;
}
#navigation.header_nav ul li ul{
  position: absolute;
  width: 200px !important;
}
#navigation.header_nav ul li:hover > ul{
  position: absolute;
  display: block;
  box-shadow: 0 0.5rem 0.5rem #00000050;
}

#navigation.header_nav li .sub-menu li a{
  width: 100% !important;
  margin: 0;
  font-size: 13px;
  padding: 15px 0;
  font-weight: 400;
  text-decoration: unset;
  background: none !important;
}

.mob {
  display: none;
}

.service-item img {
  height:unset !important;
}

.anchor {
  padding-top: 80px;
  margin-top: -80px;
}
.embed-container.video {
  max-width: 562px;
  padding-bottom: 315px;
}

#HBIFRAME-update{
  height: 1500px;
}

@media (max-width: 1520px){
  #HBIFRAME-update{
    height: 2350px;
  }
}

@media (max-width: 1201px) {
  #navigation.header_nav ul li a {
    padding: 0 4px;
    margin-right: 3px;
    margin-left: 3px;
  }
  .link-block {
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 2px;
    padding-left: 2px;
  }
  .logo-wrapper {
    width: 180px; 
  }
}

@media (max-width: 1060px) {

}

@media (max-width: 1050px) {
  #navigation.header_nav ul li a{
    margin-right: 0;
    margin-left: 0;
  }
  .link-block.phone-number{
    font-weight: 16px;
  }
  .nev-div {
    display: none;
  }
}
@media (max-width: 991px) {
  .header_nav .holder{
    top:25px;
  }
  p {
    width: 100%;
  }
  .all-content {
    padding: 10px;
  }
  .content-section {
    overflow: hidden;
    padding: 40px 20px;
  }
  .display-3 {
    font-size: 14px;
  }
  .image-gallery-with-ligthbox {
    min-height: 60vh;
  }
  .navigation {
    width: auto;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
  }
  .grid-2-col-2-row {
    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;
  }
  .cover-wrapper {
    padding: 60px 10px 10px;
  }
  .padding {
    padding: 56% 20px 20px;
  }
  .padding.menu {
    padding-top: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .horizontal-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      margin:0 auto;
  }
  .logo-wrapper.w--current {
    width: 230px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .background-image.image-1 {
    background-position: 0px 0px, 29% 50%;
  }
  .background-image.image-3 {
    background-position: 0px 0px, 65% 50%;
  }
  .button-label {
    font-size: 14px;
  }
  .preloader-logo {
    width: 30vw;
  }
  .nav-menu {
    overflow: auto;
    width: 100%;
  }
  .navi-dropdown {
    position: static;
    overflow: auto;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hamburger-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .icon {
    width: 30px;
  }
  .navigation-accordion-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block {
    margin-right: 2px;
    margin-left: 2px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 11px;
      text-align: center;
  }
  .link-block.search {
    width: 46px;
    background-size: 22px;
  }
  .link-block.phone-number {
    padding-right: 3px;
    padding-left: 3px;
    font-size: 15px;
  }
  .nav-div {
    margin-right: 68px;
  }
  .main {
    font-size: 20px;
    line-height: 23px;
  }
  .hero-title {
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1px;
  }
  .hero-title.secondary-hero-title {
    font-size: 40px;
  }
  .hero-subtitle {
    font-size: 17px;
    line-height: 22px;
  }
  .team-name.dark {
    font-size: 18px;
    line-height: 25px;
  }
  .team-info {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .services {
    height: 140px;
  }
  .centers-wrapper._2nd {
    margin-top: 15px;
  }
  .home-title {
    margin-bottom: 42px;
    font-size: 49px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  .home-title.secondary-title {
    font-size: 50px;
    line-height: 55px;
  }
  .home-title.secondary-title.smaller-title {
    font-size: 25px;
    line-height: 31px;
  }
  .quick-links-section {
    overflow: hidden;
    padding: 40px 20px 8px;
  }
  .quick-link-button {
    height: 120px;
    margin-bottom: 20px;
  }
  .testimonial-wrapper {
    height: 520px;
    padding-right: 38px;
    padding-left: 38px;
  }
  ._5-stars {
    width: 170px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slide-nav-2 {
    width: 100%;
    text-align: left;
  }
  .home-paragraph {
    font-size: 14px;
    line-height: 30px;
  }
  .home-paragraph.blog-para {
    font-size: 12px;
    line-height: 20px;
  }
  .home-paragraph.main-secondary-para {
    line-height: 27px;
  }
  .review-section {
    overflow: hidden;
    padding: 40px 20px;
  }
  .doctors-section {
    overflow: hidden;
    padding: 40px 20px;
  }
  .hero-wrapper-cent {
    padding: 60px 10px 10px;
  }
  .tabs-menu-2 {
    width: 260px;
  }
  .heading-2.erty {
    font-size: 25px;
    line-height: 33px;
  }
  .tab-link-2 {
    padding: 23px 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cert {
    font-size: 16px;
    line-height: 21px;
  }
  .half-section-div {
    width: 100%;
    height: 620px;
    float: none;
  }
  .half-section-div.image-side {
    float: none;
  }
  .half-section-div.image-side._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 490px;
  }
  .half-section-div.image-side._3 {
    height: 490px;
  }
  .half-section-div.image-div-homepage {
    height: 490px;
    float: none;
  }
  .big-number {
    height: 140px;
    font-size: 120px;
  }
  .centered-color-block {
    width: 85%;
  }
  .centered-color-block.more {
    padding-right: 0px;
  }
  .section.no-padding.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .content-title {
    font-size: 60px;
    line-height: 65px;
  }
  .ent-section {
    padding-right: 4%;
    padding-left: 4%;
  }
  .section-2 {
    padding: 27px 52px 12px;
  }
  .blog-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-wrapper {
    margin-top: 0px;
  }
  .container-3 {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-wrapper-2 {
    margin-bottom: 40px;
  }
  .blog-wrapper-2.in-blog {
    margin-bottom: 10px;
  }
  .blog-wrapper {
    width: 100%;
  }
  .section-intro {
    max-width: 500px;
    margin-bottom: 56px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .section-intro.adress-div {
    max-width: 100%;
  }
  .map-div.sm {
    height: unset;
  }
  .text-grey {
    font-size: 12px;
    line-height: 23px;
  }
  .text-grey.hours {
    font-size: 12px;
    line-height: 23px;
  }
  .location-section {
    padding: 24px 8px 80px;
  }
  .map-2 {
    height: unset;
  }
  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-city-title {
    font-size: 29px;
  }
  .footer-v3-left {
    padding-right: 8px;
    padding-left: 8px;
  }
  .logo-icon {
    width: 270px;
  }
  .footer-v3-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }
  .footer-v3-bottom-info {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .social-icons-small {
    margin-right: 44px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .right-secondary {
    padding-right: 30px;
    padding-bottom: 1px;
    padding-left: 30px;
  }
  .text-box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .secondary-wrapper {
    padding: 10px;
  }
  .text-box-2 {
    width: 101%;
  }
  .text-box-2.sleep-apnea-box, .callout-box {
    width: 100%;
    margin-bottom: 68px;
  }
  .menu-text {
    display:none;
  }
 
        .secondary-wrapper {
        flex-direction: column;
    }
    .pillar-links {
        margin-left:0;
    }
    .service-links {
        width:100%;
        margin-left:0;
    }
  .seconary-title-wrapper {
    height: 315px;
    padding: 85px 10px 10px;
  }
  .secondary-padding {
    padding-top: 5%;
  }
  .secondary-page-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .list-link {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .button-wrap {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .content-section {
    overflow: hidden;
  }
  .display-3 {
    font-size: 13px;
  }
  .image-gallery-with-ligthbox {
    min-height: 100vh;
  }
  .navigation {
    height: auto;
    padding-left: 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;
  }
  .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .grid-2-col-2-row {
    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;
  }
  .horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cover-image.sleep-image {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .padding.bgcolor-light-grey {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding.menu {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .logo-wrapper {
    overflow: visible;
    width: 180px;
    height: auto;
    padding: 5px 10px 0px 10px;
  }
  .logo-wrapper.w--current {
    overflow: visible;
    width: 230px;
    margin-top: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .accordion-item-trigger {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation-layer-content {
    padding: 0px;
  }
  .navigation-layer-image {
    display: none;
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .close-menu {
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .navigation-accordion-wrapper {
    height: 80%;
    padding-top: 38px;
  }
  .nav-background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block {
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
  }
  .link-block.search {
    display: none;
  }
  .link-block.phone-number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
  }
  .nav-div {
    width: auto;
    height: auto;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .main {
    font-size: 16px;
  }
  .hero-title {
    font-size: 66px;
    line-height: 61px;
    letter-spacing: -0.4px;
  }
  .hero-title.secondary-hero-title {
    font-size: 30px;
  }
  .hero-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .team-wrapper {
    margin-bottom: 8px;
  }
  .team-name.dark {
    font-size: 15px;
    line-height: 19px;
  }
  .home-title {
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: -0.4px;
  }
  .home-title.secondary-title {
    margin-bottom: 23px;
    font-size: 42px;
    line-height: 52px;
  }
  .home-title.secondary-title.smaller-title {
    font-size: 21px;
    line-height: 26px;
  }
  .quick-links-section {
    overflow: hidden;
  }
  .call.bl {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-wrapper {
    width: 100%;
    height: 360px;
    margin-bottom: 24px;
  }
  .slide-nav-2 {
    margin-top: 0px;
    padding-left: 10px;
  }
  .mask-2 {
    overflow: hidden;
  }
  .home-paragraph {
    font-size: 13px;
    line-height: 23px;
  }
  .home-paragraph.ajax-para {
    line-height: 23px;
  }
  .top-margin.medium {
    margin-top: 16px;
  }
  .review-section {
    overflow: hidden;
  }
  .doctors-section {
    overflow: hidden;
  }
  .tabs-menu-2 {
    width: 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-2.erty {
    font-size: 33px;
    line-height: 34px;
  }
  .tab-link-2 {
    padding: 24px 18px;
    border-style: none;
    border-color: #000;
    font-size: 13px;
    line-height: 17px;
  }
  .tab-link-2.w--current {
    border-style: none;
    border-color: #000;
  }
  .div-block-8 {
    padding: 31px;
  }
  .cert {
    font-size: 14px;
    line-height: 23px;
  }
  .half-section-div {
    height: 500px;
  }
  .half-section-div.image-side._2 {
    height: 360px;
  }
  .half-section-div.image-side._3 {
    height: 360px;
  }
  .half-section-div.image-div-homepage {
    height: 360px;
  }
  .big-number {
    width: 90px;
    height: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 60px;
  }
  .centered-color-block.more {
    padding-right: 40px;
  }
  .section {
    padding-bottom: 90px;
  }
  .content-title {
    font-size: 50px;
    line-height: 55px;
  }
  .blog-section.gray {
    padding-top: 73px;
    padding-bottom: 57px;
  }
  .div-blog-image {
    height: 270px;
  }
  .container-3 {
    height: auto;
    border-bottom: 1px none #000;
  }
  .blog-content {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-intro {
    margin-bottom: 33px;
  }
  .map-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .map-div.sm {
    height: auto;
  }
  .text-grey {
    font-size: 14px;
    line-height: 24px;
  }
  .location-section {
    padding-bottom: 11px;
  }
  .map-2 {
    margin-top: 0px;
  }
  .wrapper.side-paddings.contact-wrapper {
    -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;
  }
  .mapy-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-v3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-icon {
    width: 240px;
  }
  .brand.footer-v3-brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-v3-menu {
    width: auto;
    padding: 24px 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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-v3-link {
    margin-right: 8px;
    margin-left: 0px;
  }
  .right-secondary {
    width: 100%;
    min-height: auto;
    padding-top: 17px;
    padding-right: 17px;
    padding-left: 17px;
  }
  .top-border._20 {
    margin-bottom: 4px;
  }
  .text-box {
    width: 100%;
    max-width: 100%;
  }
  .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-box-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 9px;
  }
  .text-box-2.sleep-apnea-box, .callout-box {
    margin-top: 35px;
    margin-bottom: 49px;
  }
  .list-item {
    line-height: 18px;
  }
  .doc-image {
    width: 120px;
  }
  .secondary-padding {
    padding-top: 9%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .list-link {
    font-size: 13px;
    line-height: 23px;
  }
}

@media (max-width: 479px) {
  .page-id-7096 .post, .page-id-7324 .post{
    order: 2;
  }
  .page-id-7096 .sidebar, .page-id-7324 .sidebar{
    order: 1;
  }
  #HBIFRAME-update {
    height: 3250px;
  }
  .mob {
    display: block;
  }
  #post-10 .flex-wrapper {flex-direction:column;}

  .link-block.phone-number.mob {
    color: #75bf42;
}

  .flex_nav_mob {
    display: flex;
}
  .navigation {
    padding-bottom: 0px;
  }
    .background-image.image-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, hsla(0, 0%, 100%, 0)), color-stop(49%, hsla(0, 0%, 100%, 0.48)), color-stop(85%, hsla(0, 0%, 100%, 0))), url('../images/cent-hero-5-479.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 17%, hsla(0, 0%, 100%, 0.48) 49%, hsla(0, 0%, 100%, 0) 85%), url('../images/cent-hero-5-479.jpg');
  background-position: 0px 0px, 50% 50%;
}
    
  .cover-image.sleep-image {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .logo-wrapper.w--current {
    overflow: visible;
    width: 190px;
  }
  .button-label {
    font-size: 12px;
    line-height: 15px;
  }
  .button-wrap {
    flex-wrap: wrap;
}
  a.button.w-inline-block.button-blue {
    margin: auto;
    margin-top: 8px;
  }
  a.button.w-inline-block.button-green {
    margin: auto;
    margin-top: 8px;
  }
  .link-block {
    height: auto;
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 9px;
    text-align: center;
  }
    .link-block.w-inline-block.portal {
        display:none;
    }
  .link-block.phone-number {
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 17px;
    line-height: 15px;
  }
  .link-block.app {
    height: auto;
  }
  .nav-div {
    -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;
  }
  .hero-title {
    font-size: 48px;
    line-height: 44px;
  }
  .hero-title.secondary-hero-title {
    font-size: 18px;
  }
  .hero-subtitle {
    padding-right: 39px;
    padding-left: 39px;
  }
  .team-card {
    width: auto;
  }
  .team-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 21px;
    margin-left: 0px;
  }
  .team-name.dark {
    font-size: 20px;
    line-height: 21px;
  }
  .team-member {
    width: auto;
  }
  .services {
    height: 230px;
  }
  .centers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-title {
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 35px;
  }
  .home-title.secondary-title {
    font-size: 28px;
    line-height: 36px;
  }
  .home-title.secondary-title.smaller-title {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 22px;
  }
  .quick-link-button {
    height: 90px;
  }
  .quick-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .quick-secondary-text {
    font-size: 10px;
    line-height: 12px;
  }
  .call {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0px;
  }
  .callout-icon {
    width: 90px;
    height: 90px;
  }
  .testimonial-wrapper {
    height: 460px;
    margin-bottom: 10px;
    padding-right: 27px;
    padding-left: 27px;
  }
  .home-paragraph {
    margin-top: 10px;
    font-size: 12px;
    line-height: 27px;
  }
  .home-paragraph.ajax-para {
    font-size: 12px;
    line-height: 17px;
  }
  .top-margin.medium {
    margin-top: 2px;
  }
  .tebs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-2.erty {
    font-size: 19px;
    line-height: 20px;
  }
  .tab-link-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
  }
  .div-block-8 {
    padding: 12px 22px 22px;
  }
  .cert {
    font-size: 15px;
    line-height: 17px;
  }
  .half-section-div.image-side._2 {
      background-image: url('../images/cent-reputation-479.jpg');
    height: 200px;
  }
  .half-section-div.image-side._3 {
      background-image: url('../images/cent-love-us-479.jpg');
    height: 200px;
  }
  .half-section-div.image-div-homepage {
      background-image: url('../images/cent-trust-479.jpg');
    height: 200px;
  }
  .centered-color-block.more {
    width: 80%;
    padding-right: 0px;
  }
  .section {
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
    background-color: #fff;
  }
  .content-title {
    font-size: 30px;
    line-height: 35px;
  }
  .ent-section {
    padding-top: 43px;
  }
  .section-2 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .blog-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-section.gray {
    padding-top: 40px;
    padding-bottom: 36px;
  }
  .div-blog-image {
    height: 160px;
  }
  .container-3 {
    position: relative;
    height: auto;
  }
  .blog-wrapper-2 {
    width: auto;
  }
  .blog-wrapper-2.in-blog {
    margin-bottom: 20px;
  }
  .section-intro {
    margin-bottom: 8px;
  }
  .section-intro.adress-div {
    padding-right: 2px;
    padding-left: 2px;
  }
  .map-div.sm {
    margin-bottom: 34px;
  }
  .text-grey {
    font-size: 13px;
    line-height: 19px;
  }
  .text-grey.hours {
    margin-right: 0px;
    margin-left: 0px;
  }
  .location-section {
    padding-top: 15px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-city-title {
    margin-bottom: 1px;
    font-size: 24px;
  }
  .div-block-10 {
    -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;
  }
  .logo-icon {
    width: 220px;
  }
  .footer-v3-bottom {
    -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;
    text-align: left;
  }
  .footer-v3-menu {
    text-align: center;
  }
  .footer-v3-bottom-info {
    margin-top: 20px;
    -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-icons-small {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .right-secondary {
    width: 100%;
  }
  .top-border._20 {
    margin-top: 7px;
  }
  .top-border._15 {
    margin-top: 2px;
  }
  .text-box {
    width: 100%;
  }
  .secondary-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-box-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-box-2.sleep-apnea-box, .callout-box {
    margin-top: 15px;
    margin-bottom: 45px;
  }
  .list-item {
    padding-left: 0px;
  }
  .accordion-trigger {
    padding-top: 20px;
    padding-bottom: 0%;
  }
  .nev-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
      margin:5px 10px 10px 5px;
  }
  .seconary-title-wrapper {
    height: 230px;
    padding: 30px 10px 10px;
  }
  .secondary-padding {
    padding-top: 20%;
  }
  .secondary-page-content {
    padding-right: 12px;
    padding-left: 12px;
  }
  .list-link {
    font-size: 12px;
    line-height: 20px;
  }
}

#w-node-dcdd5f3ccbca-d0deafa5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-5629f89c133e-d0deafa5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

