@font-face {
    font-display: swap;
    font-family: 'Adobe Garamond Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Adobe Garamond Pro'), url('/wp-content/themes/dona-2018/assets/dist/fonts/AGaramondPro-Regular.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: 'Adobe Garamond Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Adobe Garamond Pro'), url('/wp-content/themes/dona-2018/assets/dist/fonts/AGaramondPro-Italic.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: 'Adobe Garamond Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Adobe Garamond Pro'), url('/wp-content/themes/dona-2018/assets/dist/fonts/AGaramondPro-Bold.woff') format('woff');
}
@font-face {
    font-display: swap;
    font-family: 'Adobe Garamond Pro';
    font-style: italic;
    font-weight: 700;
    src: local('Adobe Garamond Pro'), url('/wp-content/themes/dona-2018/assets/dist/fonts/AGaramondPro-BoldItalic.woff') format('woff');
}

@media screen and (max-width: 767px) {
    .modal-content {
        margin: auto;
        max-width: 90%;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  color: var(--bs-heading-color);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.mark, mark {
  background-color: #fff3cd00;
  color: #212529;
  
  padding: 0.1875em;
}

.nav-link {
  background: none;
  border: 0;
  color:#ffffff;
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg)
    var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color)
    var(--bs-border-color) var(--bs-body-bg);
  border-bottom: 1px solid #dee2e6;
  border-bottom: var(--bs-nav-tabs-border-width) solid
    var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-radius: 50px;
  padding: 5px 15px;
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
}

.collapse-procedure:not(.show) {
  display: block;
  height: 300px;
  overflow: hidden;
}
#summary {
  font-size: 14px;
  line-height: 1.5;
}
svg.footer-icon {
  fill: #a4885d;
  width: 20px;
}
#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary .collapsing {
    min-height: 180px!important;
}

#summary  button.collapsed:after  {
    content: '+ Read More';
}

#summary button:not(.collapsed):after {
    content: '- Read Less';
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #a4885d;
  isolation: isolate;
  background-color: #a4885d;
  color: black;
  border-radius: 50px;
  padding: 5px 15px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #a4885d;
  border-color: #a4885d;
  color: #000;
  border-radius: 50px;
  padding: 5px 15px;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--bs-nav-pills-link-active-bg);
  color: var(--bs-nav-pills-link-active-color);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: 1rem;
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  padding-left: 0;
  padding-right: 0;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  border-bottom-color: currentcolor;
  color: var(--bs-nav-underline-link-active-color);
  font-weight: 700;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar-brand img {
  max-width: 220px;
}



// Small devices (landscape phones, 576px and up)
@media only screen and (max-width: 576px) { 
  .mob-header{
    width: 100%;
  }
  
 }


a {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}
#wrapper,
body {
  overflow-x: clip !important;
}
.h1,
.h2,
.h3,
body,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.h1,
h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.h1,
.h2,
h1,
h2 {
  font-family: adobe garamond pro, serif;
  font-weight: 700;
}
.h2,
h2 {
  font-size: 42px;
}
.h3,
h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-family: adobe garamond pro, serif;
}
p {
  font-size: 18px;
  margin-bottom: 16px;
}
a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.text-muted {
  color: #6c757d;
}
.section-title {
  font-size: 42px;
  font-weight: 400;
}
.kapulaga {
  font-family: Kapulaga;
}
.garamond {
  font-family: adobe garamond pro, serif;
}
.fs-18 {
  font-size: 18px;
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
  .h1,
  h1 {
    font-size: 35px;
  }
  .h2,
  h2 {
    font-size: 25px ;
  }
  .h3,
  h3 {
    font-size: 20px ;
  }
  .section-planning .inner-content h2, .section-planning .inner-content h3, .section-planning .inner-content h4 {
    font-size: 15px !important;
   
}

}

.social-media_icons {
  display: flex;
  flex-wrap: wrap;
  gap: 36.5px;
}
.social-media_icons a {
  font-size: 24px;
}
.social-media_icons svg path {
  fill: #A4885D;
}
footer {
  background-color: #000;
}


header {
  width: 100%;
}
header.menu-is-open {
  background-color: #000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header .navbar-brand img {
    max-width: 265px !important;
  }
}
@media screen and (min-width: 768px) {
  header {
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-color: #000;
  }
  header nav {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  header .navbar-brand img {
    max-width: 200px !important;
  }
}
.home .navbar,
.home .navbar .mega-menu-wrap {
  background-color: #000 !important;
}
.home #main {
  margin-top: 0 !important;
}
.home #main main {
  border-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .hero-banner .wp-block-cover__background {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner {
    align-items: end !important;
    min-height: 45vh !important;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .hero-banner .wp-image-38205 {
    max-width: 15%;
  }
  .hero-banner .h2,
  .hero-banner h2 {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  #main {
    margin-top: 159px;
  }
}
#main main {
  border-top: 3px solid #A4885D;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #main main {
    border-top: 2px solid #A4885D;
  }
}

html {
  margin-top: 0 !important;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: none;
  }
}
footer #menu-footer-menu {
    display: flex
;
}

#menu-footer-menu {
    text-decoration: unset;
    list-style: none;
}
.site-main ol,
.site-main ul {
  list-style: disc none outside !important;
  list-style: initial !important;
  margin-bottom: 1rem !important;
  padding-left: 2rem !important;
}

.blog-post .h1,
.blog-post .h2,
.blog-post .h3,
.blog-post .h4,
.blog-post .h5,
.blog-post .h6,
.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
  font-weight: 400;
}
.blog-post ul.cat {
  padding-left: 0 !important;
}
.blog-post ul.cat li {
  margin-bottom: 0.5rem !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .blog-post ul.cat li {
    margin-bottom: 5px;
  }
  .blog-post ul.cat li.author {
    display: none;
  }
}
.blog-post ul.cat li:before {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.blog-post ul.cat li:first-child:before {
  display: none;
}
.blog-post ul.cat a,
.blog-post ul.cat li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .blog-post ul.cat a,
  .blog-post ul.cat li {
    font-size: 14px !important;
  }
}
.blog-post ul.cat .btn-primary {
  background-color: #A4885D;
  border: 1px solid #A4885D !important;
  border-radius: 99px;
  color: #fff;
  padding: 4px 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}
.blog-post ul.cat .btn-primary:hover {
  background-color: #fff !important;
  color: #A4885D !important;
}
.blog-post p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.blog-post p.date {
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  .blog-post p.date {
    font-size: 14px !important;
  }
}
.blog-post p.cat {
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  .blog-post p.cat {
    font-size: 14px !important;
  }
  .blog-post {
    max-width: none !important;
  }
}
.single-post .h1,
.single-post h1 {
  font-weight: 400;
}
.single-post .h2,
.single-post .h3,
.single-post .h4,
.single-post .h5,
.single-post .h6,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-weight: 600;
}
.single-post .h2 span,
.single-post .h3 span,
.single-post .h4 span,
.single-post .h5 span,
.single-post .h6 span,
.single-post h2 span,
.single-post h3 span,
.single-post h4 span,
.single-post h5 span,
.single-post h6 span {
  font-weight: 600 !important;
}
.single-post .h2,
.single-post h2 {
  margin-top: 20px !important;
}
.single-post ul.cat {
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .single-post ul.cat li {
    margin-bottom: 5px;
  }
}
.single-post ul.cat a,
.single-post ul.cat li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.single-post ul.cat .btn-primary {
  background-color: #A4885D;
  border: 1px solid #A4885D !important;
  border-radius: 99px;
  color: #fff;
  padding: 4px 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}
.single-post ul.cat .btn-primary:hover {
  background-color: #fff !important;
  color: #A4885D !important;
}
.blog-post-item {
  border-bottom: 1px solid rgba(143, 114, 66, 0.5);
}


.navbar {
  background-color: #000;
  border-bottom: solid 2px $white;
  position: relative;
  z-index: 2;
      }

    
.pt-4 {
  padding-top: 1.5rem !important;
}
.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.black {
  color: #090401;
}

.bg-black {
  background-color: #090401;
}

.brown {
  color: #512100;
}

.bg-brown {
  background-color: #512100;
}

.brown-light {
  color: #A4885D;
}

.bg-brown-light {
  background-color: #A4885D;
}

.brown-lighter {
  color: #e4dad0;
}

.bg-brown-lighter {
  background-color: #e4dad0;
}

.gray {
  color: #f2f2f2;
}

.bg-gray {
  background-color: #f2f2f2;
}

.gray-light {
  color: #ababab;
}

.bg-gray-light {
  background-color: #ababab;
}

.gray-lighter {
  color: #e5e5e5;
}

.bg-gray-lighter {
  background-color: #e5e5e5;
}

.brown-dark {
  color: #605954;
}

.bg-brown-dark {
  background-color: #605954;
}

body,
html {
  font-family: adobe-garamond-pro, serif;
}

html {
  font-size: 16px;
}

body {
  font-size: 1.375rem;
  font-family: adobe-garamond-pro, serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.h1,
h1 {
  font-size: 2.625rem;
}

@media (min-width: 768px) {

  .h1,
  h1 {
      font-size: 3.25rem;
  }
}

.h2,
h2 {
  font-size: 1.625rem;
}

@media (min-width: 768px) {

  .h2,
  h2 {
      font-size: 1.875rem;
  }
}

@media (min-width: 992px) {

  .h2,
  h2 {
      font-size: 2.375rem;
  }
}

.h3,
h3 {
  font-size: 1.375rem;
}

@media (min-width: 768px) {

  .h3,
  h3 {
      font-size: 1.875rem;
  }
}

.h4,
h4 {
  font-size: 1.625rem;
}

.h5,
h5 {
  font-size: 1.375rem;
}

.h6,
h6 {
  font-size: 1.25rem;
}

p {
  font-family: futura-pt, sans-serif;
  margin-bottom: 25px;
  font-weight: lighter;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

iframe {
  border: 0;
}



.font-semi-bold {
  font-weight: 400;
}

.section-categories {
  border-top: 1px solid #A4885D;
  border-bottom: 1px solid #A4885D;
}

.section-categories ul {
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  scrollbar-width: none !important;
}



.section-categories li a {
  font-size: 1.25rem;
  padding: 10px 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
  display: inline-block;
  text-decoration: none;
}

.section-categories li a.active,
.section-categories li a:hover {
  color: #A4885D;
}

@media (min-width: 992px) {

  .section-categories li a.active,
  .section-categories li a:hover {
      border-right: 1px solid #A4885D;
      border-left: 1px solid #A4885D;
  }
}

.section-categories li.small a {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .section-categories li+li a {
      margin-left: -1px;
  }
}

.section-categories .combine-tabs li:first-child a {
  padding-left: 0;
  border: 0;
  font-size: 41px;
  font-weight: 700;
}

.section-categories .nav-tabs {
  border-bottom-width: 0px;
  padding-bottom: 1px;
}

@media (max-width: 767px) {
  .footer .block-wrapper {
      padding: 30px 0 15px;
      border-top: 1px solid #ababab;
      border-bottom: 1px solid #ababab;
  }
}

.footer p {
  font-size: 1rem;
}

.footer h6 {
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer .sub-menu {
      padding-bottom: 20px;
      float: none;
  }
}

.footer .sub-menu h3 {
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .footer .sub-menu h3 {
      margin-bottom: 15px;
  }
}

.footer .sub-menu a[data-toggle="collapse"] {
  padding: 0;
  text-decoration: none;
  display: block;
  cursor: default;
  position: relative;
}

.footer .sub-menu a[data-toggle="collapse"].collapsed .add-icon {
  transform: none;
}

@media (min-width: 768px) {
  .footer .sub-menu .collapse-wrapper {
      height: auto !important;
      display: block !important;
  }
}

.footer .sub-menu .collapse-wrapper a {
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  color: #fff;
}

.footer .sub-menu .add-icon {
  position: absolute;
  top: 50%;
  width: 20px;
  right: 0;
  margin-top: -10px;
  transform: rotate(180deg);
  transition: all 0.25s ease-in-out 0s;
}

@media (min-width: 768px) {
  .footer .sub-menu .add-icon {
      display: none;
  }
}

.footer li {
  line-height: 1.1;
}

@media (max-width: 767px) {
  .footer li {
      margin-bottom: 15px;
  }
}



@media (max-width: 767px) {
  .footer .row-lower {
      line-height: 2;
  }
}

.social-icons a {
  padding: 0 18px;
  color: #A4885D;
  font-size: 1.625rem;
}

.social-icons a:first-child {
  padding-left: 0;
}

label {
  font-family: futura-pt, sans-serif;
  margin-bottom: 20px;
  font-weight: lighter;
  width: 100%;
}

hr {
  max-width: 1320px;
}

@media (min-width: 1367px) {
  hr {
      max-width: 1400px;
  }
}



@media (max-width: 991px) {
  .header {
      position: relative;
      z-index: 2;
  }
}

@media (min-width: 1200px) {
  .header {
      position: -webkit-sticky;
      position: sticky;
      z-index: 1020;
      top: -130px;
  }
}


.modal-body {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal-content .modal-body a {
  font-weight: 700;
}

.modal-content .modal-header {
  border: 0;
 
}

.modal-content .close {
  color: #000;
  opacity: 1;
  font-size: 30px;
  margin-top: -2rem;
}

div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

#breadcrumbs {
  font-size: 14px;
  color: #707070;
}

#breadcrumbs a+span {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background: url("../images/icons/arrow-right.svg") center/contain no-repeat;
}

#breadcrumbs .breadcrumb_last {
  color: #000;
  font-weight: 500;
}

.read-more {
  position: relative;
}

.read-more:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  height: 40px;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 68%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 68%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 68%, #fff 100%);
}

@media (max-width: 767px) {
  .slick-dots {
      bottom: auto;
      top: 98%;
      padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .postid-1752 .slick-dots {
      bottom: -55px;
      padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .slick-dotted.slick-slider {
      margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .postid-1752 .slick-dotted.slick-slider {
      margin-bottom: 60px;
  }
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube .play-button,
.youtube img {
  cursor: pointer;
}

.youtube .play-button,
.youtube .play-button:before,
.youtube img {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}



.font-sans-serif {
  font-family: futura-pt, sans-serif;
}

.grecaptcha-badge {
  display: none;
}

.btn {
  font-size: 1.0625rem;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 35px;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
  border: 0;
  border-radius: 0;
  position: relative;
  font-family: futura-pt, sans-serif;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out 0s;
}

@media (min-width: 992px) {
  .btn {
      font-size: 0.9375rem;
      padding: 0 25px;
  }
}
.info-popup p{
  display: flex;
      color: #2a2c25;
    flex-direction: row;
      justify-content: center;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .info-popup img{
    margin-top: -60px;
  }
  .info-popup h2{
    margin-bottom: 5px;
    font-size: 33px;
  }
  iframe#J7dsQIw6Dckg6llfPh5d_1722574357551 {
      max-width: 600px;
  }
  div#popmake-39672 {
      background-color: #fffffff7;
      border-color: white;
      border-radius: 60px;
  }
@media (max-width: 767px) {
  .btn {
      font-size: 0.9375rem;
      padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .btn.btn-sm {
      padding: 0 25px;
      height: 40px;
      line-height: 40px;
  }
}

.btn.btn-block,
.btn.btn-fullwidth {
  width: 100% !important;
}

.btn.btn-black {
  background-color: #090401;
  color: #fff;
}

.btn.btn-black:hover {
  background-color: #fff;
  color: #090401;
  transition: all 0.25s ease-in-out 0s;
}

.btn.btn-outline {
  border: 1px solid #A4885D;
  color: white;
    background-color: #A4885D;
}

.btn.btn-outline:active,
.btn.btn-outline:focus,
.btn.btn-outline:hover {
  background-color: #A4885D;
}

.btn.btn-outline {
  border: 1px solid #A4885D;
  color: white;
    background-color: #A4885D;
}

.btn.btn-outline-brown:active,
.btn.btn-outline-brown:focus,
.btn.btn-outline-brown:hover {
  background-color:#897348;
  color: #090401;
}

.btn.btn-brown {
  color: #090401;
  background-color:#897348;
}


.section-planning {
  padding-top: 20px !important;
}

.section-planning .inner-content {
  font-size: 1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}

@media (max-width: 767px) {
  .section-planning {
      padding-top: 20px;
  }
}

.section-planning p {
  display: block;
}

.section-planning .small {
  font-size: 0.875rem;
}



.img-wrapper-breasts:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: -moz-linear-gradient(to top, #fff, transparent);
  background: -webkit-linear-gradient(to top, #fff, transparent);
  background: linear-gradient(to top, #fff, transparent);
}

@media (min-width: 768px) {
  .section-find-out .inner-content {
      background-image: none !important;
  }
}

@media (min-width: 992px) {
  .section-form .map img {
      max-width: none;
  }
}

.section-form .inner-content {
  max-width: 570px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.75);
  padding: 20px;
}
.gold-italic {
  color: #b79054;
}
@media (min-width: 992px) {
  .section-form .inner-content {
      padding: 70px;
      margin-top: -50px;
  }
}
.wp-container-2.wp-container-2 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1270px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.mega-indicator {
  display: none !important;
}
.navbar .mega-menu-wrap .submenu-wrapper .container .d-flex {
  align-items: start;
  margin-top: 80px;
  width: 100%;
}
a{
text-decoration: none !important;
}
#mega-menu-primary_menu{
justify-content: center !important;
}
ul#mega-menu-primary_menu li {
  padding: 0 0px !important;
}

h3.rltdpstsplgn_posts_title {
  font-size: 1rem!important;
  font-weight: 300;
  margin-bottom: 0px!important;
}
.section-planning .inner-content h3 {
text-transform: capitalize;
}
.section-planning .inner-content h2, .section-planning .inner-content h4 {
text-transform: capitalize;
}
.navbar .mega-menu-wrap .submenu-wrapper{
margin-left: -25px !important;
width: 112%;
overflow-x:  hidden;
}

@media screen and (max-width: 800px){
.flex-mobile{
  display:flex;
  justify-content: center;
  padding-top:20px;
  padding-bottom:15px;
}
.opt-image{
  max-width:60%;
  align-self:center;
}
.col-lg.text-lg-center {
  flex-direction: column;
  text-align:center;
  padding-bottom:20px;
}
.hustle-layout-body {
  padding-top: 25px!important;
}
}



@media (max-width: 800px){.mr-2, .mx-2 {
  margin-bottom: 0.5rem;
}} 

/*@media (max-width: 991px){
.header {
  position: fixed;
  width: 100%;
  z-index: 2;
top:0;
}
}
@media (max-width: 767px){
.header .header-top {
  padding: 4px 0;
}}
*/
@media screen and (min-width: 800px) {
.edd-header{padding-left: 75px;}
}
@media screen and (max-width: 800px) {
.work-ofart{margin-top:25px; margin-bottom:25px;}
}

.work-ofart{display: flex!important;
  flex-direction: column;
  justify-content: center;}

html, body {
overflow-x: hidden;
}
.float{
 z-index: 999;
position:fixed;
width:100%;
height:50px;
bottom:0px;	
background-color:#A4885D;
color:#FFF;
border-color:red;
border-width:2px;
border-style: solid;
border:50px;
text-align:center;
box-shadow: 2px 2px 3px #999;
}

.my-float{
margin-top:15px;
}

.ott{display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px){
.ott{
  height: 200px;
  
}
}
@media screen and (min-width: 600px){
.ott{
  height: 250px;
  
}
}


@media screen and (min-width: 800px) {
.home-about-img { padding-left:50px;}
}
.header .header-bottom .menu>li>a {
  font-weight: 500;
  float: none;
  display: inline-block;
  width: auto;
  transition: all .25s ease-in-out 0s;
  font-size: 1.1rem;
  padding: 17px 15px;
    color: #dadada;
}
.black-bg {
  background-color: #393e42;
}
.opt-in-header {
  color: #b2963a;
  font-size: 2.25rem;
font-family:'adobe-garamond-pro';
}

.read-more:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  height: 40px;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 68%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 68%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 68%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.active .read-more-wrapper[data-readmore] {
  transition: height 300ms;
  overflow: hidden;
}
.golden-sec {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  text-align: left;
  background-color: #A4885D;
  border-radius: 15px;
}
.golden-sec p {
color:white!important;
font-size: 18px;
  margin-bottom: 16px;
font-family "Futura PT", sans-serif;
}

.golden-sec h2 {
  /* font-size: 28px; */
  /* color: #fff; */
  /* margin-bottom: 12px; */
  /* font-size: 28px; */
  color: #fff;
  /* margin-bottom: 12px; */
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}
.black-bg {
  background-color: #20252d;
}
.gold{
  color:#A4885D;
}
.gold-bg{
  background-color:#A4885D;
}
.golden-sec h3{font-size:30px; color: #000; font-weight: normal; font-family: "futura-pt",sans-serif;}
.golden-sec p{font-size: 18px; color: #000;}
.golden-sec a.btn{text-transform: none;}
.bright { border-right: 1px solid rgba(86, 70, 36, 0.44) }
.golden-sec.homep p { min-height: 85px; }
.golden-sec.homep h2 { border-bottom: 1px solid rgba(86, 70, 36, 0.44);padding-bottom: 10px; }

.section-about{background-position: 80% center;}
.header .header-bottom .menu > li.menu-item-has-children > a::after{right:0px;}

@media (min-width: 992px) {
  .header .header-bottom .menu>li>a {
  padding: 17px 15px	}
.header .header-bottom .menu>li>.sub-menu>li>.sub-menu>li>a {
  font-size: .9375rem;
  color: #fff;
  padding: 10px 30px;
  display: block;
  font-family: futura-pt, sans-serif;
}
.header .header-bottom .menu>li>.sub-menu>li>.sub-menu>li>a:hover {
  text-decoration: none;
  background-color: #A4885D
}
.btn-outline-brown:hover{
  color:#A4885D;
}
.header .header-bottom .menu ul.sub-menu ul.sub-menu {
  padding-left: 20px;
}

.header .header-bottom .menu ul.sub-menu li{position:relative}
.header .header-bottom .menu ul.sub-menu ul.sub-menu {
  box-shadow: 0 1px 5px -2px #fff;
  background-color: #090401;
  color: inherit;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  display: block !important;
  position: absolute;
  top: 0;
left: 100%;
  right: auto;
  white-space: nowrap;
  z-index: 1;
}
.header .header-bottom .menu ul.sub-menu > li:hover .sub-menu{display:block;opacity: 1;
  visibility: visible;}

.header .header-bottom .menu > li:last-child ul.sub-menu ul.sub-menu {
left: auto;
  right: 100%;
}
}
@media only screen and (max-width:991px){
.bright { border-right: 1px solid transparent; margin-bottom: 20px; }
.golden-sec.homep p {min-height: auto;}
.header .header-bottom .menu ul.sub-menu ul.sub-menu { position: static;display: block !important;}
.header .header-top .side-menu .sub-menu .sub-menu {display: block !important;padding-top:15px;margin-bottom: -15px;padding-left:20px;}
}
@media only screen and (max-width:767px){
.section-about{background: none !important;}
}

@media only screen and (max-width:767px){
.golden-sec-top h2{font-size:20px;}
.golden-sec h3{font-size:25px;}
.golden-sec p{font-size: 16px;}	
}

.tk-adobe-garamond-pro { font-family: "adobe-garamond-pro",serif; }
.tk-futura-pt { font-family: "futura-pt",sans-serif; }
.img-wrapper-breasts{display:none;}
.presto-player__wrapper button.plyr__control.plyr__control--overlaid {
  background-color: #020202a8!important;
  
}
black font-semi-bold {
font-family:adobe-garamond-pro,serif;
}
.section-procedures h2 {
  font-family: 'adobe-garamond-pro';
 font-size:32px;
}
.floating {
  /* position: fixed; */
  /* margin-right: 30px; */
  /* float: right; */
  /* z-index: 11111; */
  /* padding-right: 0px; */
  /* vertical-align: baseline; */
  /* display: block; */
  position: fixed;
  /* width: 60px; */
  /* height: 60px; */
  bottom: 10px;
  right: 30px;
  background-color: #20252d;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
z-index:999;
}
.fa-commenting:before {
content: "\f27a";
}
@media screen and (max-width: 480px){
.saboxplugin-wrap .saboxplugin-gravatar {
  float: left;
  padding: 20px 13px;
  text-align: center;
  margin: 0 auto;
  display: block;
}}


.img-wrapper {
  background-color: white;
  background: content-box;
}
.section-procedures .blurb:before {
  content: '';
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50px;
  left: 0;
  height: 190px;
  border: 1px solid #A4885D;

}
svg.instagram {
  fill: #a4885d;
  width: 30.86px;
}
.section-planning .inner-content a strong, .section-planning .inner-content a, .section-planning .inner-content li strong, .section-planning .inner-content li {
  font-size: 16px !important;
  font-family: 'futura pt';
  font-weight: 400 !important;
  margin-bottom: 5px;
}

h2.black.font-semi-bold.h2 {
  color: #A4885D;
}
.header .header-bottom .menu ul.sub-menu ul.sub-menu {
  display: none;
  width: 350px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
}
.ftwp-fixed-to-post {display:none;}
.section-categories li a {
 
  text-transform: uppercase!important;
}

.section-planning .inner-content h2, .section-planning .inner-content h3, .section-planning .inner-content h4  {
  
  font-family: 'Open Sans';
font-size: 15px;
font-weight: 500;
 margin-bottom: 10px;
}
.section-planning .inner-content h4,h5  {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 500;
   margin-bottom: 10px;

 
}
@media (min-width: 768px){
.section-planning .inner-content h2, .section-planning .inner-content h3 {
  font-size: 15px!important;
  font-weight: 500;
}}
  .section-planning .inner-content h2 a,.section-planning .inner-content  h3 {
    font-size: 15px!important;
    font-weight: 500!important;
  }
.rm-link {
  border: 1px solid #A4885D;
  color: white;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  white-space: nowrap;
  padding: 0 25px;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  position: relative;
  font-family: 'adobe-garamond-pro';
  text-transform: capitalize;
  transition: all .25s ease-in-out 0s;
  margin-top: 5px;
  margin-bottom: 0px;
  border-radius: 50px;
  left: 0%;
}
.section-planning .inner-content .btn  {
  
  font-family: 'adobe-garamond-pro';
  text-transform: none;
  transition: all .25s ease-in-out 0s;
  margin-top: 15px;
    font-weight: 600;

}

.gold-header h2   {
font-size: 1.9rem;
font-weight: 700;
 margin-bottom: 10px;
    margin-top: 50px;
  padding-bottom: 3px;
  line-height: 1.43em;

text-transform:uppercase;
 border-bottom: 0.5px solid black;
color:#A4885D;
  width: fit-content;
font-family: 'adobe-garamond-pro'!important;
margin-top: 50px;
  margin-bottom: 30px;
}

.section.section-md.section-enquire.bg-brown-lighter {
  display: none;
}
.btn {
  box-shadow: 2px 4px 4px 0 rgba(1,1,1,.15);
  border-radius: 9999px;
margin-top: 20px;
}
.h1, h1 {
  font-size: 35px;
  margin-bottom: 20px;
}
.h1, .h2, h1, h2 {
  font-family: adobe garamond pro, serif;
  font-weight: 400;
}
header {
  position: relative;
}
#main {
  margin-top: 0px;
}
.section.section-md {
  padding: 20px 0;
}
.navbar .mega-menu-wrap .submenu-wrapper {
  background-color: #000!important;
  min-height: 697px;
  padding-bottom: 150px;
  padding-top: 0px!important;
  position: relative;
}
.title {
  z-index: 1;
}
p {
  font-family: Helvetica, Arial, sans-serif;;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
}
.section-planning .inner-content {
  font-size: 1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}
.grey-section {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
  text-align: left;
  background-color: #f2f2f2;
padding: 40px 10px 40px;
}
.blog-thumbnail {
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);
  transition: .2s ease;
}
.embed-responsive.embed-responsive-16by9.mb-3.mb-lg-0 {
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);
  transition: .2s ease;
width:fit-content;
height:fit-content;
margin-top:40px;
line-height: 0;
}
@media(hover: hover) {
              .hover-down:hover,.hover-down:hover img {
                  transform:translateY(5px);
                  box-shadow: none
              }

              .footer a:hover,.header a:hover {
                  text-shadow: 0 0 10px #fff!important
              }
          }
.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.01); 
}

header {
  position: relative;
}
ul {
  font-family: Helvetica, Arial, sans-serif;
  /* margin-bottom: 16px; */
  font-weight: 400;
  font-size: 14px;
}

iframe#hover-down {
  height: 200px;
 
}

h2, h3, h1{
text-transform:capitalise!important;
}


.section.section-sm.section-procedure-videos {
  padding-bottom: 8px;
}
h2.black.my-5.text-uppercase {
  margin-bottom: 8px!important;
}
li {
  width: 100%;
}
.section.section-md.section-hero {
  padding-top: 28px!important;
}
.section-hero h1 {
  margin-bottom: 8px;
}

.mob{display:block;
    padding-bottom: 8px;
 }



.container.categories-menu {
 
  padding-top: 40px;
  padding-bottom: 40px;
}


.section.section-sm.section-procedure-videos {
  padding-top: 0px;
}
.request_consultation {
  background-color: #070710;
  width: 100%;
  position: relative;
 display: flex;
  justify-content: center;
}

.bg-dk-blue{
background-color:#070710;
}

.section-planning {
  padding-top: 20px !important;
}
.margin-top{
margin-top:20px;
}

.simple-banner-text {
  text-align: center;
  background-color: #A4885D;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
.simple-banner-text a {
  color: red;
}
select.ff-el-form-control:not([size]):not([multiple]) {
  height: 55px!important;
}
.section.section-md.section-hero {
  border-bottom: #A4885D;
  border-bottom-width: medium;
  border-bottom-style: solid;
}
a.text-white.text-decoration-none {
  color: #fff;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 300;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.video-block {
  margin-bottom: 60px;
}

.section-options .img-wrapper {
padding-bottom: 30%;}


@media screen and (min-width: 768px) {
.navbar .mega-menu-wrap {
  width: 100% !important;
}
}

.b-border {
  border-color: #A4885D;
  border-style: solid;
  border-left-width: 0;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1.5px;
}
.t-border {
  border-color: #A4885D;
  border-style: solid;
  border-left-width: 0;
  border-right-width: 0px;
  border-top-width: 1.5px;
  border-bottom-width: 0px;
}

#menu-footer-menu {
  text-decoration: unset;
  list-style: none;
}
.menu-item {
  text-decoration: unset;
  list-style: none;
}


.consultation-non-surgical {
  /* max-width: 981px; */
  /* margin: 0 auto; */
  color: #fff;
  /* left: 0; */
  /* top: auto; */
  width: 100%;
  position: relative;
  /* transform: translate(7%, 15%); */
  text-align: center;
}
.section-categories li a {
  font-size: 15px;
  
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .25s ease-in-out 0s;
  display: inline-block;
  text-decoration: none;

font-weight:400;
 
}



.section.section-sm.section-procedure-videos {
  padding-bottom: 8px;
}
h2.black.my-5.text-uppercase {
  margin-bottom: 8px!important;
}

.section.section-md.section-hero {
  padding-top: 28px!important;
}
.section-hero h1 {
  margin-bottom: 8px;
}

.mob{display:block;
    padding-bottom: 8px;
 }



.container.categories-menu {
 
  padding-top: 40px;
  padding-bottom: 40px;
}


.section.section-sm.section-procedure-videos {
  padding-top: 0px;
}


.sml-btn{
  height: auto;
  line-height: 20px;
  padding: 5px 20px;
  font-size: 12px;

}
.medium-btn{

    height: auto;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 14px;
}
button#readmore {
  border-width: 0px;
}

.request_consultation_non_surgical {
  background-color: #070710;
  width: 100%;
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-end{
display:flex;
    align-items: flex-end!important;
}
@media screen and (max-width: 767px) {
  header {
      background-color: #000;
  }
}
@media screen and (max-width: 767px) {
   .navbar-brand img {
      max-width: 200px !important;
  }
img.woa-logo {
  max-width: 100px;
  margin-top: 150px;
}
.consultation-image {
 
background-position-x: 50%;
}
.request_consultation {
  
  min-height: 620px;
  overflow: hidden;

}
.consultation-logo{
  display:none;
}
body .request_consultation {
     
      justify-content: flex-start;
      
  }
}
.clinic-wrp {
    padding: 3% 5%;
    box-sizing: border-box;
    color: #fff;
}
.section-faq .card {
    border: none;
}
.navbar {
  background-color: #000;
  border-bottom: 0.5px solid #736045;
  position: relative;
  z-index: 2;
}
.bg-dark{
  background-color: #070710;
}


footer li {font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
}
li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px){
.section-categories ul {
  overflow-y: clip;
  white-space: nowrap;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

}
.list-unstyled.d-flex.mb-0.nav.nav-tabs {
  display: flex;
  justify-content: space-evenly;
}
.align-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-philosophy .top_content {
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
  background-color: #727272;
  background-position: 70%;
  position: relative;
}
.btn.btn-outline-brown {
  border: 1px solid #897348;
  color: white;
  background-color: #897348;
}


element {
-ms-overflow-style: none; /* for Internet Explorer, Edge */
scrollbar-width: none; /* for Firefox */
overflow-y: scroll;
}
element::-webkit-scrollbar {
display: none; /* for Chrome, Safari, and Opera */
}
.consultation-content {
  z-index: 1;
    margin-right: -50px;
}
.gold-border {
  border-style: solid;
  border-width: medium;
  border-color: #A4885D;
  border-left-width: 0px;
  border-right-width: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.section-categories ul {
  touch-action: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
}
html {
scrollbar-width: none;
}
body::-webkit-scrollbar {
display: none;
}
::-webkit-scrollbar
{
width: 0;
height: 0.6rem;
}

::-webkit-scrollbar-track
{
background: white;
}

::-webkit-scrollbar-thumb
{
background: hsl(0, 0%, 60%);
}
.no-bottom-margin{
margin-bottom:0px;
}
ul.sub-menu {
  padding-left: 0px;
}
.footer-menu-title {
  font-family: 'Open Sans'!important;
  font-size: 14px!important;
  line-height: 1;
  text-transform: uppercase;
}
.footer-menu-item{
margin-left: 10px;
}
.hero-banner {
     background-color: #181819;
}
a.btn.btn-black.new-button {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: none;
}

.swiper-slide.small {
  height: 75px;
  display: block;
  align-content: center;
  flex-direction: column;
  justify-content: center;
align-items: center;
text-align: center;}


.swiper-slide:hover {
      border-right: 1px solid #A4885D;
      border-left: 1px solid #A4885D;
  }
.flex-center{
align-content: center;
  
  justify-content: center;
align-items: center;
text-align: center;
}
.procedure-video {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2);
  transition: .2s ease;
  width: fit-content;
  height: fit-content;
  line-height: 0;
}
.section-categories {
  border-top: 0px solid #A4885D;
  border-bottom: 0px solid #A4885D;
  margin-bottom: 0px;
  font-family: 'Open Sans';
  background-color: #000000;
}
.section-categories li {

  
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans';
}
section.section-md.section-hero {
  padding-top: 10px !important;
}
.section.section-md.section-hero {
  padding-top: 10px !important;
}
.about-our-clinic {
  /* font-size: 18px; */
  color: #A4885D;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bl-bg {
  background-color: #222a35;
}
.bg-dk{
    background-color:#141218;
 }
.bg-gry{
background-color: #727272;
}
ul.list-unstyled.d-flex.justify-content-left.justify-content-lg-center.mb-0.nav.nav-tabs li {
  width: auto;
  margin-bottom:0px;
}

 .bg-dk{
    background-color:#141218;
 }
 
.swiper-slide.small {
  height: 75px;
  display: block;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: auto !important;
  margin-left: 20px;
  margin-right: 20px;
}
.about-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px!important;
  color: white !important;
  font-weight: 400;
}
video {
  width: 100%;
}
@media only screen and (max-width: 600px) {
.consultation-content{
  margin-right: 0px;
  padding-bottom: 0px;
  }

}

.ebook-homepage {
  max-width: 100%;
  background-color: #1c1c1c;
  background-size: contain;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}
.ebook-row {
  max-width: 1200px;
  position: relative;
}
.ebook-top-line {
  color: #A4885D;
  font-family: "Adobe Garamond Pro";
  font-size: 30px;
}
.ebook-bottom-line {
  color: white;
  font-family: "Adobe Garamond Pro";
  font-size: 40px;
}
.ebook-bg-row {
  width: 100%;
  position: absolute;
  display: flex;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}

p.ebook-text {
  margin-bottom: 5px;
}
img.ebook-logo {
  width: 300px;
}
.pad-80{
  padding: 80px 0px;
}
.wp-block-atbs-tabs .tabs-titles{
	background-color: #20252D;
}

footer{
	border-top:1px solid #20252D;
	padding-top:40px;
}

section.instagram-feed{
	padding-bottom:100px;
}


.about-hr {
  width: 80px;
  align-self: center;
  height: 5px;
  background-color: #A4885D !important;
  color: #A4885D;
  border: none;
  border: 1px solid #A4885D;
  border-radius: 7px 7px 7px 7px;
  z-index: 1;
  margin-bottom: 16px;
}

.ebook-main{
margin-bottom: 40px;
  }

  .tb-border {
    border-color: #A4885D;
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0px;
    border-top-width: 1.5px;
    border-bottom-width: 1.5px;
}
.home-headline {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 5px;
  font-family: "Open Sans", sans-serif;
}
.home-headline-top{
  font-size:70px; margin-bottom:0px; font-weight:400;
}
.home-headline-bottom{
  font-family: 'adobe garamond pro';

}
.homepage-banner-image{
  margin-left: -80px;
  z-index: 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
.homepage-banner-image{
margin-left: 0px;
z-index: 0;
position: relative;
  }
  img.banner-image {
    width: 100%;
    margin-top: -50px;
}
}
.home-row-header{
  display: flex;
    flex-direction: column;
    padding: 40px 0px;
    justify-content: center;
    align-items: center;
    margin-right: -80px;
    margin-top:-100px;
}@media only screen and (max-width: 600px) {
  .home-row-header{
    display: flex;
      flex-direction: column;
      padding: 40px 0px;
      justify-content: center;
      align-items: center;
      margin-right: 0px;
      margin-top: 0px;
  }
  }
  img.asps-about {
    width: 200px;
  }
    .underline-text:after {
      content: ""; /* This is necessary for the pseudo element to work. */ 
      display: block; /* This will put the pseudo element on its own line. */
      margin: 0 auto; /* This will center the border. */
      width: 100px; /* Change this to whatever width you want. */
      border-bottom: 2px solid #A4885D; /* This creates the border. Replace black with whatever color you want. */
      margin-left: 0;
  }
  .img-size{
    max-width:100;
  }
  .garamond{
    font-family: adobe garamond pro, serif;
  }
  a.btn {
    margin: 10px 0px;
    max-width: fit-content;
    align-self: center;
}
.mobp{
  margin: 0px 5px;
}
.mg-5{
  --bs-gutter-y: 3rem;
  --bs-gutter-x: 3rem;

}
@media only screen and (max-width: 600px) {

  .mg-5{
    --bs-gutter-y: 3rem;
    --bs-gutter-x: 1.5rem;
  
  }
}
.footer-sub-menu{
  margin-top:10px!important;
}
.mtb{
  margin:20px 0px!important;
}
.mb{
  margin-bottom:20px!important;
}
.mt{
  margin-top:20px!important;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: #f4f4f400!important;
  content: " *";
  margin-left: 3px;
}

.mw-90{
  max-width: 90%;
}
.ml-0{
  margin-left:0px!important;
}
div#sidebar {
    display: none;
}
.ml-0{
  margin-left:0px!important;
}
.pl-0{
  margin-left: 0px!important;
}
a.nav-item.nav-link.footer-menu {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-left:10px;
}
@media only screen and (min-width: 900px) {
.ebook-img2{
  max-width: 350px;
  }
}
.black{
color:black;
}