@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("../../../p.typekit.net/p7a867a86.html?s=1&amp;k=fie1wsk&amp;ht=tk&amp;f=139.175.5474.25136&amp;a=11080810&amp;app=typekit&amp;e=css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* functional breakpoints */
/* COLORS
================================= */
/* Other stuff
================================= */
body {
  color: #422715;
  font-size: 15px;
  font-family: "proxima-nova", cairo, sans-serif;
  overflow-x: hidden; }
  @media (min-width: 1250px) {
    body {
      font-size: 16px; } }
  .show-nav body {
    overflow: hidden; }

* {
  box-sizing: border-box; }

p {
  line-height: 1.4em; }

h1 {
  font-weight: 300;
  font-size: 2.5em; }

h2 {
  font-weight: 300;
  margin-top: 1.2em;
  margin-bottom: 0.8em; }
  .inner-layout h2 {
    margin-top: 1.4em; }
  h2:first-child {
    margin-top: 0; }

a {
  color: #dc6026;
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    color: #574c84; }

h3 {
  font-weight: 300;
  font-size: 1.3em; }
  .inner-layout h3 {
    padding-bottom: 0.3em;
    border-bottom: 1px solid rgba(66, 39, 21, 0.1);
    margin-top: 1.4em; }

.ltr {
  display: inline-block;
  direction: ltr; }

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

.aspect-ratio {
  display: block; }
  .aspect-ratio::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 60%; }
  .aspect-ratio.square::before {
    padding-bottom: 80%; }

.sm-icons {
  display: flex;
  direction: ltr; }
  [dir=rtl] .sm-icons {
    text-align: right;
    justify-content: flex-end; }
  .sm-icons a {
    display: flex;
    font-size: 20px;
    color: #b4a8a1; }
    .sm-icons a + a {
      margin-left: 0.5em; }
    .site-header .sm-icons a + a {
      margin-left: 1em; }
    .sm-icons a svg {
      display: block;
      margin: auto; }

figure {
  margin: 0; }

blockquote, .highlight-box {
  margin: 0;
  padding: 30px 30px;
  background-color: rgba(87, 76, 132, 0.08);
  color: #574c84;
  font-size: 1.3em;
  font-weight: 200; }
  blockquote p:first-child, .highlight-box p:first-child {
    margin-top: 0; }
  blockquote p:last-child, .highlight-box p:last-child {
    margin-bottom: 0; }

blockquote::before {
  content: '“';
  display: block;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.9em;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  color: #574c84; }

.video {
  position: relative;
  width: 100%; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

ul li {
  margin: 0.5em 0; }

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .cover.hover-zoom {
    overflow: hidden; }
    .cover.hover-zoom::before {
      background-image: inherit;
      background-position: inherit;
      background-repeat: inherit;
      background-size: inherit;
      transition: .5s ease;
      will-change: transform; }
    .cover.hover-zoom:hover::before,
    a:hover .cover.hover-zoom::before {
      transform: scale(1.08); }
    .cover.hover-zoom:not(.aspect-ratio) {
      position: relative; }
      .cover.hover-zoom:not(.aspect-ratio)::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .cover.stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.site-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden; }
  .site-wrap > main {
    flex: auto; }

@media (min-width: 1100px) {
  .flex-row {
    display: flex; }
    .flex-row > * {
      flex: 1; }
      [dir=ltr] .flex-row > * {
        margin-left: 60px; }
      [dir=rtl] .flex-row > * {
        margin-right: 60px; }
      .flex-row > *:first-child {
        margin: 0; }
      .flex-row > *.flex-wider {
        flex: 1.5; } }

.wrapper {
  width: calc(100% - 50px);
  margin: auto;
  max-width: 1250px; }
  @media (min-width: 740px) {
    .wrapper {
      width: 90%; } }

/* scrollbars */
::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

::-webkit-scrollbar-thumb {
  background: #362011; }

::-webkit-scrollbar-track {
  background: #f8f7f6; }

.site-header {
  font-size: 0.94em; }
  .site-header .wrapper {
    display: flex;
    align-items: center;
    max-width: none; }
  .site-header .site-logo {
    display: block; }
    .site-header .site-logo img {
      display: block;
      height: 100px; }
  .site-header .header-content {
    flex: auto; }
  .site-header .header-row {
    display: flex;
    justify-content: flex-end;
    align-content: center; }
    .site-header .header-row + .header-row {
      margin-top: 20px; }
  .site-header .header-box {
    display: flex;
    align-items: center;
    line-height: 1.2em; }
    .site-header .header-box p {
      line-height: inherit; }
    [dir=ltr] .site-header .header-box:not(:first-child) {
      margin-left: 40px; }
    [dir=rtl] .site-header .header-box:not(:first-child) {
      margin-right: 40px; }
    .site-header .header-box .icon {
      display: block;
      margin: auto 0;
      color: #dc6026;
      font-size: 20px; }
      [dir=ltr] .site-header .header-box .icon {
        margin-right: .8em; }
      [dir=rtl] .site-header .header-box .icon {
        margin-left: .8em; }
    .site-header .header-box p {
      margin: 0; }
      .site-header .header-box p, .site-header .header-box p a {
        color: #422715; }
      .site-header .header-box p a:hover {
        color: #dc6026; }
  .site-header .appointment .button {
    margin: 0; }
  .site-header .menu .menu-button {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: #55321b;
    border-radius: 2px;
    cursor: pointer; }
    .site-header .menu .menu-button svg.icon {
      color: white;
      display: block;
      margin: auto !important;
      font-size: 26px; }
  [dir="ltr"] .site-header .healthpoint-home.header-box {
    margin-right: -20px; }
  [dir="rtl"] .site-header .healthpoint-home.header-box {
    margin-left: -20px; }
  .site-header .healthpoint-home.header-box .button {
    background-color: #7d4a31;
    border-color: #7d4a31;
    text-align: initial; }
    .site-header .healthpoint-home.header-box .button:hover {
      background-color: #55321b; }
  .site-header .language.header-box a {
    font-weight: 600;
    color: #422715; }
    .site-header .language.header-box a:hover {
      color: #dc6026; }
  @media (max-width: 1099px) {
    .site-header .header-box.appointment {
      position: fixed;
      bottom: 0;
      z-index: 10000;
      margin: 0; }
      [dir='ltr'] .site-header .header-box.appointment {
        right: 0; }
      [dir='rtl'] .site-header .header-box.appointment {
        left: 0; }
      .site-header .header-box.appointment .button {
        border-radius: 0 !important;
        width: 50vw;
        flex-direction: row;
        justify-content: center;
        height: 50px !important;
        box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05) inset; }
        [dir='ltr'] .site-header .header-box.appointment .button .icon {
          margin: -0.1em 0.4em 0 0 !important; }
        [dir='rtl'] .site-header .header-box.appointment .button .icon {
          margin: -0.1em 0 0 0.4em !important; } }
  .site-header .header-box.phone > a {
    display: flex;
    align-items: center;
    font-weight: 600 !important;
    color: #422715; }
  @media (max-width: 1099px) {
    .site-header .header-box.phone {
      position: fixed;
      bottom: 0;
      z-index: 10000;
      margin: 0; }
      [dir='ltr'] .site-header .header-box.phone {
        left: 0; }
      [dir='rtl'] .site-header .header-box.phone {
        right: 0; }
      .site-header .header-box.phone a {
        border-radius: 0 !important;
        width: 50vw;
        flex-direction: row;
        justify-content: center;
        background-color: #f8f7f6;
        padding: 1em 1.2em;
        height: 50px;
        box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05) inset; }
        [dir='ltr'] .site-header .header-box.phone a .icon {
          margin: -0.1em 0.4em 0 0 !important; }
        [dir='rtl'] .site-header .header-box.phone a .icon {
          margin: -0.1em 0 0 0.4em !important; } }
  .site-header .social-media a:hover {
    color: #dc6026; }
  @media (max-width: 1099px) {
    .site-header .header-row:last-child {
      position: absolute;
      height: 0; }
      .site-header .header-row:last-child .hours {
        display: none; }
    .site-header .social-media {
      display: none; }
    .site-header .site-logo img {
      height: 100px; } }
  @media (max-width: 739px) {
    .site-header {
      padding: 10px 0; }
      .site-header .header-row:first-child {
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: flex-start; }
      .site-header .healthpoint-home {
        width: 100%;
        order: 1;
        margin-left: 0 !important;
        margin-right: 0 !important; }
        .site-header .healthpoint-home .button {
          margin-left: 0 !important;
          margin-right: 0 !important; }
      .site-header .healthpoint-home {
        order: 1;
        justify-content: flex-end; }
      .site-header .language {
        order: 3; }
      .site-header .menu {
        order: 2; }
        .site-header .menu .menu-button {
          width: 44px;
          height: 42px; }
      [dir="ltr"] .site-header .site-logo {
        margin-right: 10px; }
      [dir="rtl"] .site-header .site-logo {
        margin-left: 10px; }
      .site-header .site-logo img {
        height: 80px; }
      .site-header .language.header-box {
        font-size: 0.9em;
        margin: 0; }
        [dir="ltr"] .site-header .language.header-box {
          margin-right: -20px;
          margin-left: 0; }
        [dir="rtl"] .site-header .language.header-box {
          margin-left: -20px;
          margin-right: 0; } }
  @media (max-width: 549px) {
    .site-header .site-logo img {
      height: 70px; }
    .site-header .healthpoint-home .button {
      font-size: 12px;
      line-height: 14px;
      max-width: 11em; }
      [dir="rtl"] .site-header .healthpoint-home .button {
        max-width: 13em; } }
  @media (max-width: 399px) {
    [dir="ltr"] .site-header .site-logo {
      margin-left: -10px; }
    [dir="rtl"] .site-header .site-logo {
      margin-right: -10px; }
    .site-header .site-logo img {
      height: 60px; }
    .site-header .menu .menu-button {
      width: 44px;
      height: 42px; } }

.mainMenu {
  position: fixed;
  transition: all 0.3s ease-in-out;
  top: 0;
  width: 300px;
  height: 100vh;
  z-index: 1000;
  padding-top: 70px;
  background-color: #463b70;
  background-color: rgba(66, 39, 21, 0.94);
  color: #fff; }
  [dir=ltr] .mainMenu {
    right: -300px; }
  [dir=rtl] .mainMenu {
    left: -300px; }
  .mainMenu .close_menu {
    position: absolute;
    z-index: 100;
    top: 22px;
    font-size: 26px;
    height: auto;
    cursor: pointer; }
    [dir=ltr] .mainMenu .close_menu {
      left: 20px; }
    [dir=rtl] .mainMenu .close_menu {
      right: 20px; }
    .mainMenu .close_menu svg {
      display: block; }
  .mainMenu .language {
    position: absolute;
    z-index: 100;
    top: 22px;
    height: auto;
    line-height: 26px;
    font-size: 15px;
    cursor: pointer; }
    [dir=ltr] .mainMenu .language {
      left: 60px; }
    [dir=rtl] .mainMenu .language {
      right: 60px; }
    .mainMenu .language a {
      color: #b4a8a1; }
    .mainMenu .language svg {
      display: block; }
  .mainMenu .menuContent {
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .mainMenu .menuContent::-webkit-scrollbar-thumb {
      background: #27170c; }
    .mainMenu .menuContent::-webkit-scrollbar-track {
      background: #492b17; }
    .mainMenu .menuContent .menuwarp {
      margin-top: 30px;
      margin-bottom: 30px;
      padding-bottom: 0px;
      padding-left: 60px;
      padding-right: 60px; }
      @media (max-width: 767px) {
        .mainMenu .menuContent .menuwarp {
          padding-left: 30px;
          padding-right: 30px; } }
    .mainMenu .menuContent ul.root > li {
      margin-top: 15px; }
      .mainMenu .menuContent ul.root > li a {
        font-weight: 300;
        color: #fff;
        font-size: 20px;
        position: relative;
        padding: 0.1em 0; }
      .mainMenu .menuContent ul.root > li > a {
        font-weight: 600;
        display: block;
        color: #ac917a;
        border-bottom: 1px solid #96775d; }
    .mainMenu .menuContent ul.root li > ul {
      padding-bottom: 0;
      margin-top: 8px;
      margin-bottom: 20px;
      padding-left: 15px; }
      [dir=rtl] .mainMenu .menuContent ul.root li > ul {
        padding-left: 0px;
        padding-right: 15px; }
      .mainMenu .menuContent ul.root li > ul li {
        margin-top: 8px; }
    .mainMenu .menuContent ul.root li > ul > li:last-child {
      padding-bottom: 0; }
    .mainMenu .menuContent ul.root li > ul > li > a {
      font-size: 16px;
      line-height: 1.3em; }

@media (min-width: 768px) {
  .mainMenu {
    width: 400px; }
    [dir=ltr] .mainMenu {
      right: -400px; }
    [dir=rtl] .mainMenu {
      left: -400px; } }

@media (max-width: 767px) {
  .mainMenu {
    overflow-y: auto; } }

[dir=ltr].show-nav .mainMenu {
  transform: translateX(-100%); }

[dir=rtl].show-nav .mainMenu {
  transform: translateX(100%); }

.menudarkbg {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 1000;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease; }
  .show-nav .menudarkbg {
    opacity: 1;
    pointer-events: all; }

.isopen.mainMenu {
  display: block; }

.home-hero .cover {
  height: 580px;
  width: 100%;
  align-content: center;
  position: relative;
  overflow: hidden; }
  .home-hero .cover h1 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: right;
    margin: 0;
    font-size: 42px; }
    .home-hero .cover h1 span {
      padding: 10px 30px;
      display: inline-block; }
    .home-hero .cover h1:nth-of-type(1) span {
      background-color: #dc6026; }
    .home-hero .cover h1:nth-of-type(2) span {
      background-color: #2e1b0f; }
  @media (max-width: 767px) {
    .home-hero .cover {
      height: 250px; }
      .home-hero .cover .fly-shape {
        top: -20px;
        width: 130px; }
      .home-hero .cover h1 {
        font-size: 26px; } }

.home-hero .content {
  padding: 30px 0;
  background-color: #55321b;
  color: white; }
  @media (min-width: 740px) {
    .home-hero .content .wrapper {
      display: flex; } }
  .home-hero .content a {
    color: white;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .home-hero .content h3 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px 0;
    color: white;
    text-transform: none; }
    @media (min-width: 740px) {
      .home-hero .content h3 {
        margin: 0; }
        [dir="ltr"] .home-hero .content h3 {
          margin-right: 20px; }
        [dir="rtl"] .home-hero .content h3 {
          margin-left: 20px; } }
  .home-hero .content p {
    margin: 0; }

.home-hero .services {
  background-color: #f5f3f2;
  padding: 30px 80px;
  color: #422715; }
  @media (max-width: 767px) {
    .home-hero .services {
      padding: 30px 55px; } }
  .home-hero .services .owl-carousel .item {
    text-align: center;
    justify-content: center; }
    .home-hero .services .owl-carousel .item a {
      color: #422715; }
    .home-hero .services .owl-carousel .item .warp {
      display: table;
      width: auto;
      margin: 0 auto;
      /*
					.nameBox{
						width: 100%;
					}*/ }
      .home-hero .services .owl-carousel .item .warp .imgBox, .home-hero .services .owl-carousel .item .warp .nameBox {
        display: table-cell;
        vertical-align: middle; }
    .home-hero .services .owl-carousel .item img {
      width: 80px;
      height: 80px;
      margin-left: 15px; }
      @media (max-width: 992px) {
        .home-hero .services .owl-carousel .item img {
          margin-left: 10px; } }
    .home-hero .services .owl-carousel .item p {
      font-weight: 300;
      font-size: 21px;
      margin: 0 0 0 15px;
      text-align: left; }
    @media (max-width: 450px) {
      .home-hero .services .owl-carousel .item .warp {
        display: block;
        width: 100%; }
        .home-hero .services .owl-carousel .item .warp .imgBox, .home-hero .services .owl-carousel .item .warp .nameBox {
          display: block; }
          .home-hero .services .owl-carousel .item .warp .imgBox img, .home-hero .services .owl-carousel .item .warp .nameBox img {
            display: block;
            margin: 0 auto; }
          .home-hero .services .owl-carousel .item .warp .imgBox p, .home-hero .services .owl-carousel .item .warp .nameBox p {
            text-align: center;
            margin-left: 0; } }
  .home-hero .services .owl-carousel .owl-nav .owl-prev {
    width: 34px;
    height: 34px;
    background-image: url(../img/arrow-dark-left.png);
    background-repeat: no-repeat;
    background-size: 34px 34px;
    position: absolute;
    left: -34px;
    top: 50%;
    margin-top: -17px; }
    [dir="rtl"] .home-hero .services .owl-carousel .owl-nav .owl-prev {
      left: auto;
      right: -34px;
      background-image: url(../img/arrow-dark-right.png); }
  .home-hero .services .owl-carousel .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    background-image: url(../img/arrow-dark-right.png);
    background-repeat: no-repeat;
    background-size: 34px 34px;
    position: absolute;
    right: -34px;
    top: 50%;
    margin-top: -17px; }
    [dir="rtl"] .home-hero .services .owl-carousel .owl-nav .owl-next {
      right: auto;
      left: -34px;
      background-image: url(../img/arrow-dark-left.png); }

.home-doctors {
  padding: 50px 0; }
  .home-doctors h1 {
    font-weight: 300;
    color: #422715;
    margin-bottom: 30px;
    padding-left: 30px;
    margin-top: 0; }
  .home-doctors .section-header {
    display: flex;
    justify-content: space-between; }
  .home-doctors .controls {
    text-align: right; }
    @media (min-width: 600px) {
      .home-doctors .controls {
        justify-content: flex-end;
        display: flex;
        align-items: center; } }
    .home-doctors .controls a {
      order: 1;
      display: inline-block;
      color: rgba(66, 39, 21, 0.6);
      border-bottom: 1px solid rgba(66, 39, 21, 0.2);
      margin-top: 10px;
      margin: 20px 0px 20px; }
      @media (min-width: 600px) {
        .home-doctors .controls a {
          margin: auto 20px; } }
  .home-doctors .sliderNav {
    order: 2;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end; }
    [dir="rtl"] .home-doctors .sliderNav {
      padding-right: 0px;
      padding-left: 30px; }
    .home-doctors .sliderNav .owl-prev {
      display: block;
      width: 34px;
      height: 34px;
      background-image: url(../img/arrow-dark-left.png);
      background-repeat: no-repeat;
      background-size: 34px 34px;
      border: 0;
      background-color: transparent; }
      [dir="rtl"] .home-doctors .sliderNav .owl-prev {
        background-image: url(../img/arrow-dark-right.png); }
    .home-doctors .sliderNav .owl-next {
      display: block;
      width: 34px;
      height: 34px;
      background-image: url(../img/arrow-dark-right.png);
      background-repeat: no-repeat;
      background-size: 34px 34px;
      margin-left: 10px;
      border: 0;
      background-color: transparent; }
      [dir="rtl"] .home-doctors .sliderNav .owl-next {
        background-image: url(../img/arrow-dark-left.png);
        margin-left: 0px;
        margin-right: 10px; }
    .home-doctors .sliderNav.disabled {
      display: none; }
  @media (max-width: 767px) {
    .home-doctors h1 {
      padding-left: 0; }
    .home-doctors .sliderNav {
      padding-right: 0; } }
  .home-doctors .owl-carousel .item {
    margin-bottom: 30px; }
    .home-doctors .owl-carousel .item .cover {
      height: 250px;
      position: relative; }
      .home-doctors .owl-carousel .item .cover .play_btn {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px; }
    .home-doctors .owl-carousel .item .title {
      padding: 30px 0 15px 20px; }
      .home-doctors .owl-carousel .item .title p {
        margin: 0;
        color: #211f1e;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase; }
      .home-doctors .owl-carousel .item .title .subTitle {
        font-weight: 300;
        font-size: 12px; }
    .home-doctors .owl-carousel .item .content {
      padding-left: 20px;
      padding-bottom: 20px; }
      .home-doctors .owl-carousel .item .content p {
        color: #211f1e;
        font-size: 16px; }
    .home-doctors .owl-carousel .item .link {
      padding-left: 20px; }

.site-footer {
  background-color: #55321b;
  color: #b4a8a1;
  font-weight: 300;
  font-size: 0.90em; }
  @media (max-width: 1099px) {
    .site-footer > .wrapper {
      padding-bottom: 50px; } }
  .site-footer a {
    color: #cbc2bd;
    font-weight: 500; }
    .site-footer a:hover {
      color: white; }
  .site-footer p {
    margin: 0.4em 0; }
    .site-footer p:last-child {
      margin-bottom: 0; }
  .site-footer h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #d3b886; }
  .site-footer .footer-sitemap {
    font-size: 1.4em;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0; }
    .site-footer .footer-sitemap a {
      font-weight: 300; }
    .site-footer .footer-sitemap ul {
      position: relative;
      z-index: 10; }
    .site-footer .footer-sitemap li + li {
      margin-top: 0.5em; }
    .site-footer .footer-sitemap::before {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      width: 100vw;
      height: 100%;
      background-color: #462916;
      left: 50%;
      transform: translateX(-50%); }
  .site-footer .footer-box {
    margin-top: 40px; }
  .site-footer .footer-sm .sm-icons a {
    width: 2.2em;
    height: 2.2em;
    background-color: #bf9b5d;
    border-radius: 100%;
    color: white; }
  .site-footer .copyrights {
    padding: 20px 0 30px;
    width: 100%; }
    [dir="ltr"] .site-footer .copyrights {
      margin-left: auto; }
    [dir="rtl"] .site-footer .copyrights {
      margin-left: auto; }
  .site-footer .footer-row + .footer-row {
    margin-top: 30px;
    border-top: 1px solid #7c4927; }
  @media (min-width: 500px) {
    .site-footer .footer-row {
      display: flex; }
      .site-footer .footer-row .footer-box {
        flex: 1; }
        .site-footer .footer-row .footer-box + .footer-box [dir=ltr] {
          margin-left: 30px; }
        .site-footer .footer-row .footer-box + .footer-box [dir=rtl] {
          margin-right: 30px; } }
  @media (min-width: 800px) {
    .site-footer .wrapper {
      display: flex;
      justify-content: space-between; }
      .site-footer .wrapper .footer-sitemap {
        width: calc(30% - 40px); }
        [dir="ltr"] .site-footer .wrapper .footer-sitemap {
          padding-left: 20px; }
        [dir="rtl"] .site-footer .wrapper .footer-sitemap {
          padding-right: 20px; } }
    @media (min-width: 800px) and (min-width: 1100px) {
      .site-footer .wrapper .footer-sitemap {
        width: calc(28% - 60px); }
        [dir="ltr"] .site-footer .wrapper .footer-sitemap {
          padding-left: 50px; }
        [dir="rtl"] .site-footer .wrapper .footer-sitemap {
          padding-right: 50px; } }
  @media (min-width: 800px) {
        .site-footer .wrapper .footer-sitemap::before {
          transform: none; }
          [dir="ltr"] .site-footer .wrapper .footer-sitemap::before {
            left: auto;
            right: 0; }
          [dir="rtl"] .site-footer .wrapper .footer-sitemap::before {
            left: 0; }
      .site-footer .wrapper .footer-content {
        width: 70%; } }
    @media (min-width: 800px) and (min-width: 1100px) {
      .site-footer .wrapper .footer-content {
        width: 72%; } }

input, select, textarea {
  outline: none;
  border-radius: 0px;
  font-family: inherit; }

.button,
button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom),
input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom),
input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom) {
  background-color: #dc6026;
  color: white;
  border-radius: 2px;
  border: 1px solid #c85620;
  display: inline-flex;
  align-items: center;
  padding: 0px 14px;
  height: 42px;
  margin: 4px;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  outline: 0px;
  transition: .2s ease;
  box-shadow: none; }
  @media (min-width: 740px) {
    .button.small,
    button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).small,
    input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).small,
    input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).small {
      height: 38px; }
    .button:not(.small),
    button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom):not(.small),
    input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom):not(.small),
    input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom):not(.small) {
      padding: 0px 24px;
      height: 50px; } }
  .button .icon,
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom) .icon,
  input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom) .icon,
  input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom) .icon {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    color: white !important; }
  .button.big,
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).big,
  input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).big,
  input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).big {
    font-size: 18px;
    height: 60px;
    padding: 0px 30px; }
    @media (min-width: 740px) {
      .button.big,
      button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).big,
      input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).big,
      input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).big {
        font-size: 22px;
        height: 76px;
        font-weight: 600;
        padding: 0px 40px; } }
  .button.ghost,
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).ghost,
  input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).ghost,
  input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).ghost {
    background-color: transparent;
    box-shadow: none; }
  .button:hover,
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom):hover,
  input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom):hover,
  input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom):hover {
    color: white;
    background-color: #bf521f; }
  .button:disabled,
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom):disabled,
  input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom):disabled,
  input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom):disabled {
    background-color: #683d21;
    color: #b66b3a;
    pointer-events: none; }
  [data-state="error"] .button.state-labels, [data-state="error"]
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels, [data-state="error"]
  input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels, [data-state="error"]
  input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels {
    background-color: #ed3b12;
    pointer-events: none; }
  [data-state="working"] .button.state-labels, [data-state="working"]
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels, [data-state="working"]
  input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels, [data-state="working"]
  input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels {
    background-color: #b4a8a1;
    pointer-events: none; }
  [data-state="success"] .button.state-labels, [data-state="success"]
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels, [data-state="success"]
  input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels, [data-state="success"]
  input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels {
    background-color: #259c2d;
    pointer-events: none; }
  .button.state-labels .txt,
  button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels .txt,
  input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt,
  input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt {
    display: none; }
    .button.state-labels .txt[data-for="ready"],
    button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels .txt[data-for="ready"],
    input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="ready"],
    input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="ready"] {
      display: block; }
    [data-state="error"] .button.state-labels .txt[data-for="ready"], [data-state="error"]
    button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels .txt[data-for="ready"], [data-state="error"]
    input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="ready"], [data-state="error"]
    input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="ready"] {
      display: none; }
    [data-state="error"] .button.state-labels .txt[data-for="error"], [data-state="error"]
    button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels .txt[data-for="error"], [data-state="error"]
    input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="error"], [data-state="error"]
    input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="error"] {
      display: block; }
    [data-state="working"] .button.state-labels .txt[data-for="ready"], [data-state="working"]
    button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels .txt[data-for="ready"], [data-state="working"]
    input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="ready"], [data-state="working"]
    input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="ready"] {
      display: none; }
    [data-state="working"] .button.state-labels .txt[data-for="working"], [data-state="working"]
    button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels .txt[data-for="working"], [data-state="working"]
    input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="working"], [data-state="working"]
    input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="working"] {
      display: block; }
      [data-state="working"] .button.state-labels .txt[data-for="working"] .icon, [data-state="working"]
      button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels .txt[data-for="working"] .icon, [data-state="working"]
      input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="working"] .icon, [data-state="working"]
      input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="working"] .icon {
        animation-name: spin;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
    [data-state="success"] .button.state-labels .txt[data-for="ready"], [data-state="success"]
    button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels .txt[data-for="ready"], [data-state="success"]
    input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="ready"], [data-state="success"]
    input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="ready"] {
      display: none; }
    [data-state="success"] .button.state-labels .txt[data-for="success"], [data-state="success"]
    button:not([class^="pika-"]):not([class^="fancybox-"]):not([class^="owl-"]):not(.custom).state-labels .txt[data-for="success"], [data-state="success"]
    input[type="submit"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="success"], [data-state="success"]
    input[type="button"]:not([class^="pika-"]):not([class^="fancybox-"]):not(.custom).state-labels .txt[data-for="success"] {
      display: block; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

form .hint {
  font-size: 0.9em;
  line-height: 1.2em; }

form .field-wrap {
  position: relative;
  margin-bottom: 1em;
  display: block; }
  form .field-wrap p {
    margin: 0.5em 0 1em;
    font-weight: 300; }
  form .field-wrap .error-msg {
    position: absolute;
    display: block;
    z-index: 10;
    top: 100%;
    margin-top: -1em;
    right: 10px;
    display: block;
    background-color: white;
    color: #ed3b12;
    background-color: #ed3b12;
    color: white;
    font-size: 0.7em;
    line-height: 1.3em;
    padding: 0.3em 8px;
    white-space: nowrap;
    font-weight: 400;
    display: none; }
    [dir="rtl"] form .field-wrap .error-msg {
      left: auto;
      right: 10px; }
    form .field-wrap .error-msg::before {
      content: '!';
      display: none;
      left: 0;
      font-size: 11px;
      font-weight: 900;
      width: 1.3em;
      height: 1.3em;
      line-height: 1em;
      text-align: center;
      border: 1px solid #ed3b12;
      border-radius: 50%;
      margin-right: 7px; }
      [dir="rtl"] form .field-wrap .error-msg::before {
        margin-right: 0;
        margin-left: 7px; }
    form .field-wrap .error-msg::after {
      position: absolute;
      content: '';
      display: none;
      top: 100%;
      left: 10px;
      border-top: 5px solid #ed3b12;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
      [dir="rtl"] form .field-wrap .error-msg::after {
        left: auto;
        right: 10px; }
  form .field-wrap .checkbox-wrap .error-msg {
    margin-bottom: 2px;
    left: -4px; }
    [dir="rtl"] form .field-wrap .checkbox-wrap .error-msg {
      left: auto;
      right: -4px; }
  form .field-wrap [data-state="error"] ~ .error-msg {
    display: block; }
  form .field-wrap.submit {
    margin-top: 1.6em;
    margin-bottom: 0;
    text-align: center; }

@media (min-width: 400px) {
  form .field-row {
    display: flex;
    align-items: center; }
    form .field-row .field-wrap {
      flex: 1; }
      [dir=ltr] form .field-row .field-wrap {
        margin-left: 20px; }
      [dir=rtl] form .field-row .field-wrap {
        margin-right: 20px; }
      form .field-row .field-wrap:first-child {
        margin-left: 0;
        margin-right: 0; }
      form .field-row .field-wrap.wider {
        flex: 1.5; } }

form .field-wrap > .field-row {
  margin-bottom: 1em; }

form .hidden {
  display: none; }

form .field-wrap.hidden {
  display: none; }

form fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

form input, form select, form button {
  font-size: inherit;
  color: inherit;
  font-family: inherit; }

form [name="emiratesId"] {
  direction: ltr; }

form .label, form label, form .row-label {
  color: #422715;
  font-size: inherit;
  font-weight: 500;
  text-align: inherit;
  padding: 0;
  margin: 0; }

form .row-label {
  margin-right: 1em; }

form .field-wrap > .label:first-child,
form .field-wrap > label:first-child {
  display: block;
  margin-bottom: 0.6em;
  margin-top: 1.5em;
  font-weight: 600;
  text-transform: uppercase; }

form .field {
  border: 1px solid rgba(66, 39, 21, 0.2);
  padding: 0px 1.2em;
  height: 40px;
  line-height: 40px;
  color: inherit;
  font-size: 13px;
  display: block;
  transition: border-color .2s ease;
  border-radius: 2px;
  width: 100%;
  color: #422715;
  transition: 0.2s ease; }
  @media (min-width: 740px) {
    form .field {
      padding: 0px 1.6em;
      height: 50px;
      line-height: 50px; } }
  form .field::placeholder {
    color: rgba(66, 39, 21, 0.6); }
  form .field:focus::placeholder {
    color: rgba(66, 39, 21, 0.9); }
  form .field:hover {
    background-color: white; }
  form .field:focus {
    border: 1px solid rgba(66, 39, 21, 0.7); }
  form .field[data-state="error"] {
    background-color: white;
    border-color: #ed3b12; }

form textarea.field {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  min-height: 100px;
  line-height: 1.4em; }

form select.field {
  padding: 0px 1.3em;
  line-height: 2em; }
  form select.field option {
    color: #422715;
    height: 20px;
    padding: 10px; }
    form select.field option[value="n/a"] {
      color: rgba(66, 39, 21, 0.5); }
    form select.field option[value="n/a"][disabled] {
      color: rgba(66, 39, 21, 0.2); }

form .checkbox-line input {
  margin-right: 1em; }

@media (min-width: 400px) {
  form .field-row > .checkbox-box,
  form .field-row > .radio-box {
    margin: 0; } }

form .checkbox-box, form .radio-box {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  height: 22px;
  margin: 0.6em 0;
  cursor: pointer; }
  [dir="ltr"] form .checkbox-box, [dir="ltr"] form .radio-box {
    padding-left: 34px;
    text-align: left;
    margin-right: 1em; }
  [dir="rtl"] form .checkbox-box, [dir="rtl"] form .radio-box {
    padding-right: 34px;
    text-align: right;
    margin-left: 1em; }
  form .checkbox-box .label, form .radio-box .label {
    margin: 0;
    display: inline-block;
    opacity: 0.8; }
    form .checkbox-box .label a:hover, form .radio-box .label a:hover {
      text-decoration: underline; }
  form .checkbox-box:hover .label, form .radio-box:hover .label {
    opacity: 1; }
  form .checkbox-box input, form .radio-box input {
    position: absolute;
    opacity: 0; }
  form .checkbox-box .check-mark,
  form .checkbox-box .radio-mark, form .radio-box .check-mark,
  form .radio-box .radio-mark {
    display: block;
    position: absolute;
    top: -1px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(66, 39, 21, 0.3);
    transition: .2s ease; }
    [dir="ltr"] form .checkbox-box .check-mark, [dir="ltr"]
    form .checkbox-box .radio-mark, [dir="ltr"] form .radio-box .check-mark, [dir="ltr"]
    form .radio-box .radio-mark {
      left: 0; }
    [dir="rtl"] form .checkbox-box .check-mark, [dir="rtl"]
    form .checkbox-box .radio-mark, [dir="rtl"] form .radio-box .check-mark, [dir="rtl"]
    form .radio-box .radio-mark {
      right: 0; }
  form .checkbox-box .radio-mark, form .radio-box .radio-mark {
    border-radius: 100%; }
  form .checkbox-box:hover .check-mark,
  form .checkbox-box:hover .radio-mark, form .radio-box:hover .check-mark,
  form .radio-box:hover .radio-mark {
    border-color: rgba(66, 39, 21, 0.6); }
  form .checkbox-box .check-mark::after, form .radio-box .check-mark::after {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #422715;
    border: solid #dc6026;
    border-width: 0 2px 2px 0;
    transform: scale(0.8) rotate(60deg);
    transition: .2s ease; }
  form .checkbox-box .radio-mark::after, form .radio-box .radio-mark::after {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    background-color: #422715;
    background-color: #dc6026;
    transform: scale(0);
    transition: .2s ease;
    border-radius: 100%; }
  form .checkbox-box input[type="checkbox"]:checked ~ .check-mark,
  form .checkbox-box input[type="radio"]:checked ~ .radio-mark, form .radio-box input[type="checkbox"]:checked ~ .check-mark,
  form .radio-box input[type="radio"]:checked ~ .radio-mark {
    border-color: #422715; }
  form .checkbox-box input[type="checkbox"]:checked ~ .check-mark::after, form .radio-box input[type="checkbox"]:checked ~ .check-mark::after {
    opacity: 1;
    transform: scale(1) rotate(45deg); }
  form .checkbox-box input[type="radio"]:checked ~ .radio-mark::after, form .radio-box input[type="radio"]:checked ~ .radio-mark::after {
    opacity: 1;
    transform: scale(1); }
  form .checkbox-box input[type="checkbox"]:checked ~ .label, form .radio-box input[type="checkbox"]:checked ~ .label {
    color: #422715;
    opacity: 1; }
  form .checkbox-box input[type="checkbox"].error ~ .checkmark, form .radio-box input[type="checkbox"].error ~ .checkmark {
    border-color: #ed3b12; }
  form .checkbox-box input[type="checkbox"].error ~ .label, form .radio-box input[type="checkbox"].error ~ .label {
    color: #ed3b12; }
  form .checkbox-box + span.error, form .radio-box + span.error {
    margin-top: 4px; }

form select option[disabled] {
  color: #ddd; }

form + .response-box {
  padding: 20px 0;
  border-top: 1px solid #259c2d;
  border-bottom: 1px solid #259c2d;
  font-weight: 500;
  font-weight: 300;
  transition: 0.3s ease;
  opacity: 0; }

form[data-state="success-response"] + .response-box {
  opacity: 1;
  transform: translateY(0px); }

form.collapse[data-state="success-response"] {
  display: none; }

/* Scss Document *Omar Najib */
/* Fonts */
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * proxima-nova:
 *   - http://typekit.com/eulas/00000000000000003b9b093b
 *   - http://typekit.com/eulas/00000000000000003b9b0934
 *   - http://typekit.com/eulas/00000000000000003b9b0932
 *   - http://typekit.com/eulas/00000000000000003b9b0936
 *
 * © 2009-2018 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2018-07-29 11:51:22 UTC"}*/
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff2"), url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("woff"), url("https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n7&amp;v=3") format("opentype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff2"), url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("woff"), url("https://use.typekit.net/af/4838bd/00000000000000003b9b0934/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n4&amp;v=3") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff2"), url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("woff"), url("https://use.typekit.net/af/437c3d/00000000000000003b9b0932/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n3&amp;v=3") format("opentype");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/3331e6/00000000000000003b9b0936/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n5&amp;v=3") format("woff2"), url("https://use.typekit.net/af/3331e6/00000000000000003b9b0936/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n5&amp;v=3") format("woff"), url("https://use.typekit.net/af/3331e6/00000000000000003b9b0936/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&amp;fvd=n5&amp;v=3") format("opentype");
  font-style: normal;
  font-weight: 500; }

.tk-proxima-nova {
  font-family: "proxima-nova",sans-serif; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoona9c1a9c1.eot?23jukl");
  src: url("../fonts/icomoona9c1a9c1.eot?23jukl#iefix") format("embedded-opentype"), url("../fonts/icomoona9c1a9c1.ttf?23jukl") format("truetype"), url("../fonts/icomoona9c1a9c1.woff?23jukl") format("woff"), url("../fonts/icomoona9c1a9c1.svg?23jukl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-sphere:before {
  content: "\e9c9"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-phone:before {
  content: "\f095"; }

.icon-phone-square:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-bell-o:before {
  content: "\f0a2"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-bell:before {
  content: "\f0f3"; }

.icon-mobile:before {
  content: "\f10b"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-life-bouy:before {
  content: "\f1cd"; }

.icon-life-buoy:before {
  content: "\f1cd"; }

.icon-life-ring:before {
  content: "\f1cd"; }

.icon-life-saver:before {
  content: "\f1cd"; }

.icon-support:before {
  content: "\f1cd"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-cc-visa:before {
  content: "\f1f0"; }

.icon-cc-mastercard:before {
  content: "\f1f1"; }

.icon-cc-discover:before {
  content: "\f1f2"; }

.icon-cc-amex:before {
  content: "\f1f3"; }

.icon-cc-paypal:before {
  content: "\f1f4"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

/* VAR */
.cover {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.v-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; }

.w100 {
  width: 100%;
  height: auto; }

.ltr {
  direction: ltr; }

.rtl {
  direction: ltr; }

input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
  border-radius: 0; }

a {
  outline: 0;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

input, textarea, button {
  outline: 0; }

input:focus, textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none; }

@media (min-width: 1260px) {
  .container {
    width: 1230px; }
  .services .owl-carousel {
    max-width: 1200px;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .container {
    padding-right: 0;
    padding-left: 0; } }

.btn-white {
  border: 1px solid #dc6026;
  font-weight: bold;
  padding: 10px 25px;
  color: #55321b;
  font-size: 12px;
  display: inline-block; }
  .btn-white:hover, .btn-white:focus {
    background-color: #dc6026;
    color: white; }

header {
  padding: 30px 0; }
  header .logo {
    max-width: 320px;
    width: 100%;
    height: auto; }
  header .top {
    text-align: right;
    margin-bottom: 20px; }
    header .top .lang a {
      text-transform: uppercase;
      color: #7d4a31;
      font-weight: 600; }
      @media (max-width: 767px) {
        header .top .lang a {
          padding: 10px 0px;
          color: white; } }
  header .top.v-center {
    flex-wrap: nowrap;
    justify-content: flex-end; }
  header .bottom .telNum {
    display: table;
    margin-right: 40px; }
    header .bottom .telNum div {
      display: table-cell;
      vertical-align: middle; }
    header .bottom .telNum img {
      max-width: 20px;
      height: auto;
      margin-right: 10px; }
    header .bottom .telNum p {
      font-size: 12px;
      color: #361000;
      margin-bottom: 0;
      white-space: nowrap; }
      header .bottom .telNum p a {
        color: #361000; }
  header .bottom .workTime {
    display: table;
    margin-right: 40px; }
    header .bottom .workTime div {
      display: table-cell;
      vertical-align: middle; }
    header .bottom .workTime img {
      max-width: 20px;
      height: auto;
      margin-right: 10px; }
    header .bottom .workTime p {
      font-size: 12px;
      color: #361000;
      margin-bottom: 0;
      white-space: nowrap; }
  header .bottom .makeAppointment a {
    border: 1px solid #c25421;
    font-weight: bold;
    padding: 10px 25px 10px 40px;
    background-image: url(../img/calendar_icon.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 15px auto;
    color: white;
    background-color: #dc6026;
    font-size: 12px; }
    header .bottom .makeAppointment a:hover, header .bottom .makeAppointment a:focus {
      background-color: #55321b;
      color: white; }
  header .bottom.v-center {
    flex-wrap: nowrap;
    justify-content: flex-end; }

.insurance_partners .content {
  background-color: #d3b886;
  color: white; }
  .insurance_partners .content .top {
    padding: 30px 0 0 0; }
    @media (max-width: 768px) {
      .insurance_partners .content .top {
        padding: 30px 0; } }
    .insurance_partners .content .top .title p {
      color: #211f1e;
      font-weight: bold;
      text-transform: uppercase; }
    .insurance_partners .content .top .search {
      text-align: right;
      margin-bottom: 25px; }
      @media (max-width: 768px) {
        .insurance_partners .content .top .search {
          text-align: left; } }
      .insurance_partners .content .top .search form {
        display: inline-block;
        position: relative; }
        .insurance_partners .content .top .search form .input {
          border: 0;
          border-bottom: 1px solid #7b663e;
          padding-left: 30px;
          color: #7b663e;
          background-color: transparent; }
        .insurance_partners .content .top .search form .input::placeholder {
          color: #7b663e; }
        .insurance_partners .content .top .search form button {
          background-color: transparent;
          border: 0;
          position: absolute;
          left: 0px;
          top: 0; }
          .insurance_partners .content .top .search form button img {
            width: 15px;
            height: 15px; }
      @media (max-width: 992px) {
        .insurance_partners .content .top .search form {
          max-width: 75%; }
          .insurance_partners .content .top .search form .input {
            width: 100%;
            max-width: 180px; } }
    .insurance_partners .content .top .sliderNav {
      text-align: right;
      margin-left: 30px;
      display: inline-block; }
      .insurance_partners .content .top .sliderNav .owl-prev {
        width: 12px;
        height: 22px;
        background-image: url(../img/insurance_arrow_left.png);
        background-repeat: no-repeat;
        background-size: 12px 22px;
        border: 0;
        background-color: transparent; }
      .insurance_partners .content .top .sliderNav .owl-next {
        width: 12px;
        height: 22px;
        background-image: url(../img/insurance_arrow_right.png);
        background-repeat: no-repeat;
        background-size: 12px 22px;
        margin-left: 15px;
        border: 0;
        background-color: transparent; }
      .insurance_partners .content .top .sliderNav.disabled {
        display: none; }
  .insurance_partners .content .bottom {
    padding: 0 15px 30px 15px; }
    .insurance_partners .content .bottom .insuranceWarp {
      text-align: center; }
      .insurance_partners .content .bottom .insuranceWarp .owl-stage {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap; }
      .insurance_partners .content .bottom .insuranceWarp .item {
        display: inline-block;
        margin: 10px; }
        .insurance_partners .content .bottom .insuranceWarp .item p {
          background-image: url(../img/insurance_item_icon.png);
          background-repeat: no-repeat;
          background-size: 15px 15px;
          background-position: left 15px center;
          background-color: white;
          padding: 5px 15px 5px 35px;
          border-radius: 4px;
          color: #211f1e;
          font-size: 16px;
          margin: 0;
          white-space: nowrap; }

.map_and_healthTips {
  padding: 50px 0; }
  @media (min-width: 740px) {
    .map_and_healthTips .wrapper {
      display: flex;
      justify-content: space-between; }
      .map_and_healthTips .wrapper .col {
        position: relative; }
      .map_and_healthTips .wrapper .col:first-child {
        width: 62%;
        display: flex; }
      .map_and_healthTips .wrapper .col:last-child {
        width: 34%; } }

.googlemap {
  position: relative;
  padding-left: 30px;
  width: 100%; }
  .inner-layout .googlemap {
    margin: 30px 0; }
    .inner-layout .googlemap:first-child {
      margin-top: 0; }
  .googlemap .infoBox {
    position: absolute;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    top: 100px;
    left: 50px;
    padding: 25px 25px 35px 25px;
    z-index: 10;
    color: #211f1e; }
    .googlemap .infoBox .title {
      font-weight: bold;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .googlemap .infoBox .content {
      font-weight: 300;
      margin-bottom: 20px; }
  @media (max-width: 739px) {
    .googlemap {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 30px; }
      .googlemap .infoBox {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 0; } }
  .googlemap #map_canvas {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0; }
    @media (max-width: 739px) {
      .googlemap #map_canvas {
        position: relative;
        height: 250px !important; } }
  @media (max-width: 739px) {
    .googlemap #map_wrapper::before {
      display: none !important; } }

.box-carousel {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  background-color: #f0ecea;
  color: black;
  position: relative; }
  .map_and_healthTips .box-carousel {
    margin-top: 0;
    margin-bottom: 0; }
  .sidebar .box-carousel {
    max-width: 400px; }
  .box-carousel.health_tips .title {
    text-transform: uppercase; }
  .box-carousel .title {
    padding: 15px 20px; }
    .box-carousel .title h4 {
      font-weight: bold;
      line-height: 1.2em;
      margin: 10px 0 4px; }
    .box-carousel .title h5 {
      font-size: 0.8em;
      line-height: 1.1em;
      opacity: 0.5;
      flex: auto;
      margin: 0; }
  .box-carousel .content {
    padding: 0 20px 10px 20px;
    margin: 0; }
  .box-carousel .link {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px; }
    .box-carousel .link a {
      display: inline-block; }
  .box-carousel .carousel-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none; }
  .box-carousel .sliderNav {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 20px;
    z-index: 10; }
    [dir="rtl"] .box-carousel .sliderNav {
      text-align: left; }
    .box-carousel .sliderNav .owl-prev {
      width: 34px;
      height: 34px;
      background-image: url(../img/arrow-light-left.png);
      background-repeat: no-repeat;
      background-size: 34px 34px;
      border: 0;
      background-color: transparent;
      pointer-events: all; }
      [dir="rtl"] .box-carousel .sliderNav .owl-prev {
        margin-left: 0;
        margin-right: 10px;
        background-image: url(../img/arrow-light-right.png); }
    .box-carousel .sliderNav .owl-next {
      width: 34px;
      height: 34px;
      background-image: url(../img/arrow-light-right.png);
      background-repeat: no-repeat;
      background-size: 34px 34px;
      margin-left: 10px;
      border: 0;
      background-color: transparent;
      pointer-events: all; }
      [dir="rtl"] .box-carousel .sliderNav .owl-next {
        margin-left: 0;
        margin-right: 10px;
        background-image: url(../img/arrow-light-left.png); }
    .box-carousel .sliderNav.disabled {
      display: none; }

/*Popup*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.inner-layout {
  border-top: 1px solid rgba(66, 39, 21, 0.1);
  padding-top: 30px; }
  @media (min-width: 1100px) {
    .inner-layout {
      padding-top: 50px; } }
  .inner-layout .section-title {
    color: #55321b;
    text-transform: uppercase;
    font-weight: 400; }
    .inner-layout .section-title .icon {
      color: #dc6026; }
      [dir=ltr] .inner-layout .section-title .icon {
        margin-right: 6px; }
      [dir=rtl] .inner-layout .section-title .icon {
        margin-left: 6px; }
  .inner-layout header {
    padding: 0;
    margin-bottom: 30px; }
    .inner-layout header h1 {
      margin-top: 10px;
      margin-bottom: 30px; }
      .inner-layout header h1 + h4 {
        margin-top: -1.5em;
        font-weight: 400;
        color: rgba(85, 50, 27, 0.8); }
    .inner-layout header p {
      font-weight: bold;
      font-size: 1.12em; }
  .inner-layout .hero {
    margin-bottom: 30px; }
  .inner-layout figure:not(:last-child), .inner-layout blockquote:not(:last-child), .inner-layout .video:not(:last-child), .inner-layout .highlight-box:not(:last-child) {
    margin-bottom: 30px; }
  .inner-layout figure:not(:first-child), .inner-layout blockquote:not(:first-child), .inner-layout .video:not(:first-child), .inner-layout .highlight-box:not(:first-child) {
    margin-top: 30px; }
  .inner-layout > .wrapper > .content {
    margin-bottom: 30px; }
    .inner-layout > .wrapper > .content p:first-child {
      margin-top: 0; }
    .inner-layout > .wrapper > .content p:last-child {
      margin-bottom: 0; }
  .inner-layout.wide-hero {
    padding-top: 30px; }
    @media (min-width: 740px) {
      .inner-layout.wide-hero .hero figure::before {
        padding-bottom: 40%; } }
    @media (min-width: 1100px) {
      .inner-layout.wide-hero .hero figure::before {
        padding-bottom: 24%; } }
  .inner-layout.default > .wrapper > .sidebar {
    margin-bottom: 30px; }
    @media (min-width: 740px) {
      .inner-layout.default > .wrapper > .sidebar figure, .inner-layout.default > .wrapper > .sidebar blockquote, .inner-layout.default > .wrapper > .sidebar .video, .inner-layout.default > .wrapper > .sidebar .highlight-box {
        max-width: 460px; } }
  @media (min-width: 740px) {
    .inner-layout.default > .wrapper {
      position: relative;
      display: flex;
      justify-content: space-between; }
      .inner-layout.default > .wrapper > .content {
        width: calc(180px + ((100% - 330px) / 12 * 7)); } }
    @media (min-width: 740px) and (min-width: 1100px) {
      .inner-layout.default > .wrapper > .content {
        width: calc(150px + ((100% - 330px) / 12 * 6)); } }
    @media (min-width: 740px) and (min-width: 1250px) {
      .inner-layout.default > .wrapper > .content {
        width: calc(120px + ((100% - 330px) / 12 * 5)); } }
  @media (min-width: 740px) {
      .inner-layout.default > .wrapper > .sidebar, .inner-layout.default > .wrapper .hero {
        width: calc(120px + ((100% - 330px) / 12 * 5)); } }
    @media (min-width: 740px) and (min-width: 1100px) {
      .inner-layout.default > .wrapper > .sidebar, .inner-layout.default > .wrapper .hero {
        width: calc(150px + ((100% - 330px) / 12 * 5)); } }
    @media (min-width: 740px) and (min-width: 1250px) {
      .inner-layout.default > .wrapper > .sidebar, .inner-layout.default > .wrapper .hero {
        width: calc(180px + ((100% - 330px) / 12 * 6)); } }
  @media (min-width: 740px) {
      .inner-layout.default > .wrapper:first-child .sidebar::before {
        content: '';
        display: block;
        padding-bottom: 70%;
        margin-bottom: 10px; }
        [dir=ltr] .inner-layout.default > .wrapper:first-child .sidebar::before {
          margin-right: -5vw; }
        [dir=rtl] .inner-layout.default > .wrapper:first-child .sidebar::before {
          margin-left: -5vw; } }
    @media (min-width: 740px) and (min-width: 1400px) {
      [dir=ltr] .inner-layout.default > .wrapper:first-child .sidebar::before {
        margin-right: -70px; }
      [dir=rtl] .inner-layout.default > .wrapper:first-child .sidebar::before {
        margin-left: -70px; } }
  @media (min-width: 740px) {
      .inner-layout.default > .wrapper .hero {
        position: absolute;
        top: 0; }
        [dir=ltr] .inner-layout.default > .wrapper .hero {
          right: 0; }
        [dir=rtl] .inner-layout.default > .wrapper .hero {
          left: 0; }
        [dir=ltr] .inner-layout.default > .wrapper .hero figure {
          margin-right: -5vw; }
        [dir=rtl] .inner-layout.default > .wrapper .hero figure {
          margin-left: -5vw; } }
    @media (min-width: 740px) and (min-width: 1400px) {
      [dir=ltr] .inner-layout.default > .wrapper .hero figure {
        margin-right: -70px; }
      [dir=rtl] .inner-layout.default > .wrapper .hero figure {
        margin-left: -70px; } }
  @media (min-width: 740px) {
    .inner-layout.default.doctor-profile:first-child .sidebar::before {
      padding-bottom: 90%; } }

.service-thumbs {
  background-color: rgba(203, 194, 189, 0.2);
  padding-top: 40px;
  padding-bottom: 10px; }

ul.service-thumbs-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  ul.service-thumbs-list li {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media (max-width: 549px) {
      [dir=ltr] ul.service-thumbs-list li {
        margin-left: 20px; }
        [dir=ltr] ul.service-thumbs-list li:nth-child(2n + 1) {
          margin-left: 0; }
      [dir=rtl] ul.service-thumbs-list li {
        margin-right: 20px; }
        [dir=rtl] ul.service-thumbs-list li:nth-child(2n - 1) {
          margin-right: 0; } }
    @media (min-width: 550px) {
      ul.service-thumbs-list li {
        margin-bottom: 30px; }
        [dir=ltr] ul.service-thumbs-list li {
          margin-left: 30px; }
        [dir=rtl] ul.service-thumbs-list li {
          margin-right: 30px; } }
    @media (min-width: 550px) and (max-width: 849px) {
      ul.service-thumbs-list li {
        width: calc(33.3333% - 20px); }
        [dir=ltr] ul.service-thumbs-list li:nth-child(3n + 1) {
          margin-left: 0; }
        [dir=rtl] ul.service-thumbs-list li:nth-child(3n + 1) {
          margin-right: 0; } }
    @media (min-width: 850px) and (max-width: 1249px) {
      ul.service-thumbs-list li {
        width: calc(25% - 22.5px); }
        [dir=ltr] ul.service-thumbs-list li:nth-child(4n + 1) {
          margin-left: 0; }
        [dir=rtl] ul.service-thumbs-list li:nth-child(4n + 1) {
          margin-right: 0; } }
    @media (min-width: 1250px) {
      ul.service-thumbs-list li {
        width: calc(20% - 24px); }
        [dir=ltr] ul.service-thumbs-list li:nth-child(5n + 1) {
          margin-left: 0; }
        [dir=rtl] ul.service-thumbs-list li:nth-child(5n + 1) {
          margin-right: 0; } }
  ul.service-thumbs-list .service-thumb {
    position: relative;
    display: block;
    text-align: center;
    box-shadow: 0 0 2px rgba(203, 194, 189, 0.2), 1px 1px 0px rgba(203, 194, 189, 0.2);
    padding: 16px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: .3s ease; }
    @media (min-width: 740px) {
      ul.service-thumbs-list .service-thumb {
        padding: 25px 15px; } }
    ul.service-thumbs-list .service-thumb::after {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      border: 2px solid rgba(220, 96, 38, 0.7);
      opacity: 0;
      transition: .2s ease; }
    ul.service-thumbs-list .service-thumb.active {
      pointer-events: none; }
      ul.service-thumbs-list .service-thumb.active::after {
        opacity: 1; }
    ul.service-thumbs-list .service-thumb:hover {
      box-shadow: 0 0 3px rgba(203, 194, 189, 0.7), 2px 2px 1px rgba(203, 194, 189, 0.5); }
    ul.service-thumbs-list .service-thumb.active, ul.service-thumbs-list .service-thumb:hover {
      background-color: white; }
      ul.service-thumbs-list .service-thumb.active .service-icon, ul.service-thumbs-list .service-thumb:hover .service-icon {
        transform: scale(1.1);
        filter: brightness(1.1); }
      ul.service-thumbs-list .service-thumb.active .service-title, ul.service-thumbs-list .service-thumb:hover .service-title {
        transform: translateY(3px);
        color: #422715; }
  ul.service-thumbs-list .service-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
    transition: .3s ease; }
    @media (min-width: 740px) {
      ul.service-thumbs-list .service-icon {
        width: 80px;
        height: 80px; } }
    @media (min-width: 1100px) {
      ul.service-thumbs-list .service-icon {
        width: 86px;
        height: 86px; } }
  ul.service-thumbs-list .service-title {
    font-weight: bold;
    margin-top: 20px;
    display: block;
    color: #422715;
    line-height: 1.3em;
    color: #55321b;
    transition: .3s ease; }
    @media (min-width: 1250px) {
      ul.service-thumbs-list .service-title {
        font-size: 1.1em; } }

.doctors-thumbs h2 {
  font-weight: 300;
  font-size: 1.6em;
  text-transform: uppercase;
  border-bottom: 6px solid rgba(180, 168, 161, 0.3);
  padding-bottom: 0.2em; }

ul.doctors-thumbs-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  ul.doctors-thumbs-list li {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
    @media (max-width: 549px) {
      [dir=ltr] ul.doctors-thumbs-list li {
        margin-left: 20px; }
        [dir=ltr] ul.doctors-thumbs-list li:nth-child(2n + 1) {
          margin-left: 0; }
      [dir=rtl] ul.doctors-thumbs-list li {
        margin-right: 20px; }
        [dir=rtl] ul.doctors-thumbs-list li:nth-child(2n - 1) {
          margin-right: 0; } }
    @media (min-width: 550px) {
      ul.doctors-thumbs-list li {
        margin-bottom: 30px; }
        [dir=ltr] ul.doctors-thumbs-list li {
          margin-left: 30px; }
        [dir=rtl] ul.doctors-thumbs-list li {
          margin-right: 30px; } }
    @media (min-width: 550px) and (max-width: 849px) {
      ul.doctors-thumbs-list li {
        width: calc(33.3333% - 20px); }
        [dir=ltr] ul.doctors-thumbs-list li:nth-child(3n + 1) {
          margin-left: 0; }
        [dir=rtl] ul.doctors-thumbs-list li:nth-child(3n + 1) {
          margin-right: 0; } }
    @media (min-width: 850px) and (max-width: 1249px) {
      ul.doctors-thumbs-list li {
        width: calc(25% - 30px);
        width: calc(60px + ((100% - 330px) / 12 * 3)); }
        [dir=ltr] ul.doctors-thumbs-list li:nth-child(4n + 1) {
          margin-left: 0; }
        [dir=rtl] ul.doctors-thumbs-list li:nth-child(4n + 1) {
          margin-right: 0; } }
    @media (min-width: 1250px) {
      ul.doctors-thumbs-list li {
        width: calc(20% - 30px);
        width: calc(30px + ((100% - 270px) / 10 * 2)); }
        [dir=ltr] ul.doctors-thumbs-list li:nth-child(5n + 1) {
          margin-left: 0; }
        [dir=rtl] ul.doctors-thumbs-list li:nth-child(5n + 1) {
          margin-right: 0; } }
  ul.doctors-thumbs-list .doctor-thumb {
    position: relative;
    display: block;
    color: #422715;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .3s ease; }
    ul.doctors-thumbs-list .doctor-thumb::after {
      content: '';
      display: none;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      border: 2px solid rgba(87, 76, 132, 0.7);
      opacity: 0;
      transition: .2s ease; }
    ul.doctors-thumbs-list .doctor-thumb figure {
      margin-bottom: 20px; }
      ul.doctors-thumbs-list .doctor-thumb figure::before {
        padding-bottom: 80%; }
    ul.doctors-thumbs-list .doctor-thumb .cta {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.76em;
      margin-top: 1.5em;
      flex: none;
      position: relative;
      padding-top: .6em; }
      ul.doctors-thumbs-list .doctor-thumb .cta::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        content: '';
        display: block;
        border-top: 1px solid #dc6026;
        opacity: 0.4;
        transform-origin: bottom;
        transition: 0.3s ease; }
    ul.doctors-thumbs-list .doctor-thumb > *:nth-last-child(2) {
      flex: auto; }
    ul.doctors-thumbs-list .doctor-thumb:hover .cta::before {
      opacity: 1;
      transform: scaleY(3); }
  ul.doctors-thumbs-list .doctor-visiting-dates,
  ul.doctors-thumbs-list .doctor-ot-dates {
    font-size: 0.9em;
    margin: 8px 0 0;
    font-weight: 400; }
    ul.doctors-thumbs-list .doctor-visiting-dates b,
    ul.doctors-thumbs-list .doctor-ot-dates b {
      font-size: 0.8em;
      text-transform: uppercase;
      display: block;
      color: #574c84;
      margin-bottom: 2px; }
  ul.doctors-thumbs-list .doctor-visiting-dates {
    border-top: 1px dotted rgba(180, 168, 161, 0.7);
    padding-top: 10px;
    margin-top: 10px; }
  ul.doctors-thumbs-list .doctor-name {
    font-weight: bold;
    line-height: 1.2em;
    margin: 0px 0 4px; }
  ul.doctors-thumbs-list .doctor-title {
    font-size: 0.8em;
    line-height: 1.1em;
    opacity: 0.5;
    font-weight: 400; }

.blog-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .blog-thumbs > li {
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 550px) and (max-width: 849px) {
      .blog-thumbs > li {
        width: calc(50% - 15px); }
        [dir=ltr] .blog-thumbs > li:nth-child(2n - 1) {
          margin-right: 30px; }
        [dir=rtl] .blog-thumbs > li:nth-child(2n - 1) {
          margin-left: 30px; } }
    @media (min-width: 850px) {
      .blog-thumbs > li {
        width: calc(100%/3 - 20px); }
        [dir=ltr] .blog-thumbs > li {
          margin-right: 30px; }
        [dir=rtl] .blog-thumbs > li {
          margin-left: 30px; }
        [dir=ltr] .blog-thumbs > li:nth-child(3n) {
          margin-right: 0px; }
        [dir=rtl] .blog-thumbs > li:nth-child(3n) {
          margin-left: 0px; } }
  .blog-thumbs a.post-thumb {
    display: block;
    position: relative; }
  .blog-thumbs figure {
    margin: 0px !important; }
  .blog-thumbs .post-thumb-overlay {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 0.6em 1em 0.4em;
    background-color: rgba(87, 76, 132, 0.9);
    max-width: 90%; }
  .blog-thumbs .post-title {
    margin: 0;
    font-weight: 500;
    font-size: 1em; }
  .blog-thumbs .post-author {
    font-size: 0.9em;
    margin: 4px 0 0 0;
    opacity: 0.6; }
