body {
  font-family: 'Barlow', sans-serif;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #c55f22 !important;
}
.bg-success {
  background-color: #d2c2ad !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c55f22 !important;
  border-color: #c55f22 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #844017 !important;
  border-color: #844017 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #844017 !important;
  border-color: #844017 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c55f22 !important;
  border-color: #c55f22 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #844017 !important;
  border-color: #844017 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #844017 !important;
  border-color: #844017 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #d2c2ad !important;
  border-color: #d2c2ad !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b79d7c !important;
  border-color: #b79d7c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b79d7c !important;
  border-color: #b79d7c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #6e3513;
  color: #6e3513;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c55f22;
  border-color: #c55f22;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c55f22 !important;
  border-color: #c55f22 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6e3513;
  color: #6e3513;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #c55f22;
  border-color: #c55f22;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c55f22 !important;
  border-color: #c55f22 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ae916b;
  color: #ae916b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #d2c2ad;
  border-color: #d2c2ad;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d2c2ad !important;
  border-color: #d2c2ad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c55f22 !important;
}
.text-secondary {
  color: #c55f22 !important;
}
.text-success {
  color: #d2c2ad !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6e3513 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6e3513 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ae916b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c55f22;
  border-color: #c55f22;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c55f22;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9a67e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c55f22;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c55f22;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c55f22;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c55f22;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c55f22;
  border-bottom-color: #c55f22;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c55f22 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c55f22 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c55f22' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-szDu9JkeiL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2c2ad;
  background: none;
}
.cid-szDu9JkeiL .navbar.opened {
  transition: all .3s;
  background: #d2c2ad !important;
}
.cid-szDu9JkeiL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-szDu9JkeiL .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-szDu9JkeiL .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-szDu9JkeiL .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-szDu9JkeiL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-szDu9JkeiL .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-szDu9JkeiL .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-szDu9JkeiL .navbar.collapsed.opened .navbar-collapse.show,
.cid-szDu9JkeiL .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-szDu9JkeiL .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-szDu9JkeiL .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-szDu9JkeiL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-szDu9JkeiL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szDu9JkeiL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szDu9JkeiL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-szDu9JkeiL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szDu9JkeiL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-szDu9JkeiL .navbar {
    flex-wrap: nowrap;
  }
  .cid-szDu9JkeiL .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-szDu9JkeiL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szDu9JkeiL .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-szDu9JkeiL .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-szDu9JkeiL .navbar.opened .navbar-collapse.show,
  .cid-szDu9JkeiL .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-szDu9JkeiL .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-szDu9JkeiL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-szDu9JkeiL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szDu9JkeiL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szDu9JkeiL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-szDu9JkeiL .navbar .navbar-logo img {
    height: 5.5rem !important;
  }
  .cid-szDu9JkeiL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szDu9JkeiL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-szDu9JkeiL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-szDu9JkeiL .navbar.navbar-short {
  background: #d2c2ad !important;
  min-height: 60px;
}
.cid-szDu9JkeiL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-szDu9JkeiL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szDu9JkeiL .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szDu9JkeiL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szDu9JkeiL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szDu9JkeiL .dropdown-item.active,
.cid-szDu9JkeiL .dropdown-item:active {
  background-color: transparent;
}
.cid-szDu9JkeiL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szDu9JkeiL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szDu9JkeiL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szDu9JkeiL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2c2ad;
}
.cid-szDu9JkeiL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szDu9JkeiL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szDu9JkeiL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-szDu9JkeiL .navbar-buttons {
  text-align: center;
}
.cid-szDu9JkeiL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szDu9JkeiL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c55f22;
}
.cid-szDu9JkeiL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szDu9JkeiL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szDu9JkeiL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szDu9JkeiL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szDu9JkeiL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szDu9JkeiL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szDu9JkeiL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szDu9JkeiL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szDu9JkeiL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-szDu9JkeiL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-szDu9JkeiL a.nav-link:focus {
  outline: none;
}
.cid-szDu9JkeiL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szDu9JkeiL .nav-link:hover,
.cid-szDu9JkeiL .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szDu9JkeiL .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-szDu9JkeiL .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-szDu9JkeiL .buttonwidth {
  padding: 14px 20px !important;
}
.cid-szDu9Lg7l5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
.cid-szDu9Lg7l5 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #c55f22;
}
.cid-szDu9Lg7l5 img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 15px 5px 25px 5px;
}
.cid-szDu9Lg7l5 p {
  margin-top: 6rem;
}
.cid-szDu9Lg7l5 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-szDu9Lg7l5 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .cid-szDu9Lg7l5 .content-wrapper {
    padding-top: 3rem;
  }
  .cid-szDu9Lg7l5 p {
    margin-top: 2rem;
  }
  .cid-szDu9Lg7l5 img {
    width: 100%;
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-szDu9Lg7l5 .back {
    width: 100%;
    height: 2px;
  }
  .cid-szDu9Lg7l5 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-szDu9Lg7l5 p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szDu9Lg7l5 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-szDu9Lg7l5 h4 {
    right: 2rem;
  }
}
.cid-szDu9Lg7l5 .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cid-szDu9Lg7l5 .mbr-text,
.cid-szDu9Lg7l5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-szDu9Lg7l5 H1 {
  text-align: left;
}
.cid-szDu9Lg7l5 H3 {
  text-align: left;
}
.cid-sBZc5JXDzu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sBZc5JXDzu .container-fluid {
  padding: 0 3rem;
}
.cid-sBZc5JXDzu .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sBZc5JXDzu .btn {
  margin-top: 0;
}
.cid-sBZc5JXDzu .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sBZc5JXDzu .container-fluid {
    padding: 0 1rem;
  }
  .cid-sBZc5JXDzu .btn {
    margin-top: 0.4rem;
  }
  .cid-sBZc5JXDzu .mbr-section-btn {
    margin: 0;
  }
}
.cid-sBZc5JXDzu .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sBZc5JXDzu .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sCPUoDgraK {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCPUoDgraK .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.cid-sCPUoDgraK hr.dashed {
  border-top: 1px dashed #c55f22;
  width: 100%;
}
.cid-sCPUoDgraK hr.dotted {
  border-top: 1px dotted #c55f22;
  width: 100%;
}
.cid-sCPUoDgraK hr.solid {
  border-top: 1px solid #c55f22;
  width: 100%;
}
.cid-sCPUoDgraK hr.double {
  border-top: 3px double #c55f22;
  width: 100%;
}
.cid-sCPUoDgraK hr.splitends {
  height: 30px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 1px 0 0 0;
  border-radius: 20px;
  width: 100%;
}
.cid-sCPUoDgraK hr.splitends:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
.cid-szDu9MIHiG {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-szDu9MIHiG .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-szDu9MIHiG .box-item {
  width: 29%;
}
.cid-szDu9MIHiG .box-item:first-child {
  background-image: url("../../../assets/images/02.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-szDu9MIHiG .box-item .wrap {
  height: 100%;
  background-color: #d2c2ad;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-szDu9MIHiG .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-szDu9MIHiG .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-szDu9MIHiG .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-szDu9MIHiG .box-item .heading h5 {
  font-weight: 700;
}
.cid-szDu9MIHiG .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-szDu9MIHiG .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-szDu9MIHiG .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-szDu9MIHiG .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-szDu9MIHiG .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-szDu9MIHiG .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #c55f22;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-szDu9MIHiG .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-szDu9MIHiG .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-szDu9MIHiG .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-szDu9MIHiG .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-szDu9MIHiG .right-side .box-item:last-child .icon-block-top span {
  color: #c55f22;
  padding-right: 20px;
}
.cid-szDu9MIHiG .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-szDu9MIHiG .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-szDu9MIHiG .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-szDu9MIHiG .right-side .box-item .box-item-text {
  color: #82786e;
  line-height: 1.5;
}
.cid-szDu9MIHiG .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #82786e;
}
.cid-szDu9MIHiG .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-szDu9MIHiG .box-list li:last-child {
  border-bottom: none;
}
.cid-szDu9MIHiG .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-szDu9MIHiG .media-content {
  flex-basis: initial;
}
.cid-szDu9MIHiG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-szDu9MIHiG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-szDu9MIHiG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-szDu9MIHiG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #d2c2ad;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-szDu9MIHiG a.close:hover {
  color: #d2c2ad;
}
.cid-szDu9MIHiG .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-szDu9MIHiG .icon-wrap:hover {
  background-color: #c55f22 !important;
}
.cid-szDu9MIHiG .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-szDu9MIHiG .icon-wrap span {
  padding-left: 8px;
}
.cid-szDu9MIHiG .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/clinic01.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-szDu9MIHiG .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-szDu9MIHiG .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-szDu9MIHiG .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-szDu9MIHiG .box-item:first-child {
    margin-right: 10px;
  }
  .cid-szDu9MIHiG .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-szDu9MIHiG .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-szDu9MIHiG .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-szDu9MIHiG .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-szDu9MIHiG .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cid-szDu9MIHiG .box-item-text {
    text-align: center;
  }
  .cid-szDu9MIHiG .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-szDu9MIHiG .right-side {
    flex-wrap: wrap;
  }
  .cid-szDu9MIHiG .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-szDu9MIHiG .show-modal {
    height: 80%;
  }
}
.cid-szDu9MIHiG .mbr-section-btn {
  color: #232323;
}
.cid-szDu9MIHiG .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-szDu9MIHiG h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-szDu9MIHiG .icon-block-top,
.cid-szDu9MIHiG .box-item-title {
  color: #000000;
}
.cid-szDu9MIHiG H5 {
  color: #c55f22;
}
.cid-szDu9MIHiG .box-item .wrap .box-item-text,
.cid-szDu9MIHiG .mbr-section-btn {
  color: #000000;
}
.cid-szDu9O57dR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szDu9O57dR .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szDu9O57dR .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-szDu9O57dR .mbr-list {
  margin: 0;
}
.cid-szDu9O57dR .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-szDu9O57dR .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szDu9O57dR .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-szDu9O57dR .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-szDu9PaAJk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
@media (max-width: 767px) {
  .cid-szDu9PaAJk .mbr-white {
    padding-bottom: 3.7rem;
  }
}
.cid-szDu9PaAJk .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-szDu9PaAJk .media-container-row .mbr-text {
  color: #232323;
}
.cid-sAM6yILeYl #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(197, 95, 34, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sAM6yILeYl #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white-1.png");
  background-repeat: no-repeat;
  background-position: -112px -4px;
  opacity: 1;
}
.cid-sAM6yILeYl #dentauraBttB:hover {
  background-color: #994e20;
}
.cid-sAM6yILeYl .hidden {
  display: none;
}
.cid-sALLU0CAhW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2c2ad;
  background: none;
}
.cid-sALLU0CAhW .navbar.opened {
  transition: all .3s;
  background: #d2c2ad !important;
}
.cid-sALLU0CAhW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sALLU0CAhW .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sALLU0CAhW .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sALLU0CAhW .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sALLU0CAhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sALLU0CAhW .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sALLU0CAhW .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sALLU0CAhW .navbar.collapsed.opened .navbar-collapse.show,
.cid-sALLU0CAhW .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sALLU0CAhW .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sALLU0CAhW .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sALLU0CAhW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sALLU0CAhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sALLU0CAhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sALLU0CAhW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sALLU0CAhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sALLU0CAhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sALLU0CAhW .navbar {
    flex-wrap: nowrap;
  }
  .cid-sALLU0CAhW .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sALLU0CAhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sALLU0CAhW .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sALLU0CAhW .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sALLU0CAhW .navbar.opened .navbar-collapse.show,
  .cid-sALLU0CAhW .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sALLU0CAhW .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sALLU0CAhW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sALLU0CAhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sALLU0CAhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sALLU0CAhW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sALLU0CAhW .navbar .navbar-logo img {
    height: 5.5rem !important;
  }
  .cid-sALLU0CAhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sALLU0CAhW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sALLU0CAhW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sALLU0CAhW .navbar.navbar-short {
  background: #d2c2ad !important;
  min-height: 60px;
}
.cid-sALLU0CAhW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sALLU0CAhW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sALLU0CAhW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sALLU0CAhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sALLU0CAhW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sALLU0CAhW .dropdown-item.active,
.cid-sALLU0CAhW .dropdown-item:active {
  background-color: transparent;
}
.cid-sALLU0CAhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sALLU0CAhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sALLU0CAhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sALLU0CAhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2c2ad;
}
.cid-sALLU0CAhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sALLU0CAhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sALLU0CAhW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sALLU0CAhW .navbar-buttons {
  text-align: center;
}
.cid-sALLU0CAhW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sALLU0CAhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c55f22;
}
.cid-sALLU0CAhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sALLU0CAhW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sALLU0CAhW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sALLU0CAhW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sALLU0CAhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sALLU0CAhW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sALLU0CAhW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sALLU0CAhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sALLU0CAhW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sALLU0CAhW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sALLU0CAhW a.nav-link:focus {
  outline: none;
}
.cid-sALLU0CAhW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sALLU0CAhW .nav-link:hover,
.cid-sALLU0CAhW .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sALLU0CAhW .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sALLU0CAhW .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sALLU0CAhW .buttonwidth {
  padding: 14px 20px !important;
}
.cid-sALLU1E72L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
.cid-sALLU1E72L .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #c55f22;
}
.cid-sALLU1E72L img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 15px 5px 25px 5px;
}
.cid-sALLU1E72L p {
  margin-top: 6rem;
}
.cid-sALLU1E72L .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sALLU1E72L h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .cid-sALLU1E72L .content-wrapper {
    padding-top: 3rem;
  }
  .cid-sALLU1E72L p {
    margin-top: 2rem;
  }
  .cid-sALLU1E72L img {
    width: 100%;
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sALLU1E72L .back {
    width: 100%;
    height: 2px;
  }
  .cid-sALLU1E72L .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sALLU1E72L p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sALLU1E72L .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sALLU1E72L h4 {
    right: 2rem;
  }
}
.cid-sALLU1E72L .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cid-sALLU1E72L .mbr-text,
.cid-sALLU1E72L .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sALLU1E72L H1 {
  text-align: left;
}
.cid-sALLU1E72L H3 {
  text-align: left;
}
.cid-sALQibuGvE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6f4f2;
}
.cid-sALQibuGvE .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sALQibuGvE .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-sALQibuGvE .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sALQibuGvE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sALQibuGvE .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sALQibuGvE .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-sALQibuGvE .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-sALQibuGvE .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-sALQibuGvE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sALQibuGvE .card-title {
  margin-bottom: 1.88rem !important;
  color: #c55f22;
}
.cid-sALQibuGvE .mbr-text,
.cid-sALQibuGvE .mbr-section-btn {
  color: #1d1e22;
  font-weight: 400;
}
.cid-sALLU2qXt5 {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-sALLU2qXt5 .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sALLU2qXt5 .box-item {
  width: 29%;
}
.cid-sALLU2qXt5 .box-item:first-child {
  background-image: url("../../../assets/images/02.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sALLU2qXt5 .box-item .wrap {
  height: 100%;
  background-color: #d2c2ad;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sALLU2qXt5 .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sALLU2qXt5 .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-sALLU2qXt5 .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-sALLU2qXt5 .box-item .heading h5 {
  font-weight: 700;
}
.cid-sALLU2qXt5 .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-sALLU2qXt5 .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sALLU2qXt5 .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sALLU2qXt5 .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sALLU2qXt5 .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-sALLU2qXt5 .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #c55f22;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sALLU2qXt5 .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sALLU2qXt5 .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sALLU2qXt5 .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sALLU2qXt5 .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sALLU2qXt5 .right-side .box-item:last-child .icon-block-top span {
  color: #c55f22;
  padding-right: 20px;
}
.cid-sALLU2qXt5 .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sALLU2qXt5 .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sALLU2qXt5 .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-sALLU2qXt5 .right-side .box-item .box-item-text {
  color: #82786e;
  line-height: 1.5;
}
.cid-sALLU2qXt5 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #82786e;
}
.cid-sALLU2qXt5 .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-sALLU2qXt5 .box-list li:last-child {
  border-bottom: none;
}
.cid-sALLU2qXt5 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sALLU2qXt5 .media-content {
  flex-basis: initial;
}
.cid-sALLU2qXt5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sALLU2qXt5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sALLU2qXt5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sALLU2qXt5 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #d2c2ad;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sALLU2qXt5 a.close:hover {
  color: #d2c2ad;
}
.cid-sALLU2qXt5 .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sALLU2qXt5 .icon-wrap:hover {
  background-color: #c55f22 !important;
}
.cid-sALLU2qXt5 .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sALLU2qXt5 .icon-wrap span {
  padding-left: 8px;
}
.cid-sALLU2qXt5 .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/clinic01.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sALLU2qXt5 .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sALLU2qXt5 .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sALLU2qXt5 .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sALLU2qXt5 .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sALLU2qXt5 .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sALLU2qXt5 .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sALLU2qXt5 .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sALLU2qXt5 .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sALLU2qXt5 .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cid-sALLU2qXt5 .box-item-text {
    text-align: center;
  }
  .cid-sALLU2qXt5 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sALLU2qXt5 .right-side {
    flex-wrap: wrap;
  }
  .cid-sALLU2qXt5 .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sALLU2qXt5 .show-modal {
    height: 80%;
  }
}
.cid-sALLU2qXt5 .mbr-section-btn {
  color: #232323;
}
.cid-sALLU2qXt5 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sALLU2qXt5 h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sALLU2qXt5 .icon-block-top,
.cid-sALLU2qXt5 .box-item-title {
  color: #000000;
}
.cid-sALLU2qXt5 H5 {
  color: #c55f22;
}
.cid-sALLU2qXt5 .box-item .wrap .box-item-text,
.cid-sALLU2qXt5 .mbr-section-btn {
  color: #000000;
}
.cid-sALLU3SdAo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sALLU3SdAo .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sALLU3SdAo .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sALLU3SdAo .mbr-list {
  margin: 0;
}
.cid-sALLU3SdAo .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sALLU3SdAo .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sALLU3SdAo .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sALLU3SdAo .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sALLU4Ivfz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
@media (max-width: 767px) {
  .cid-sALLU4Ivfz .mbr-white {
    padding-bottom: 3.7rem;
  }
}
.cid-sALLU4Ivfz .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-sALLU4Ivfz .media-container-row .mbr-text {
  color: #232323;
}
.cid-sAM6yILeYl #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(197, 95, 34, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sAM6yILeYl #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white-1.png");
  background-repeat: no-repeat;
  background-position: -112px -4px;
  opacity: 1;
}
.cid-sAM6yILeYl #dentauraBttB:hover {
  background-color: #994e20;
}
.cid-sAM6yILeYl .hidden {
  display: none;
}
.cid-rV6kKDA1L5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2c2ad;
  background: none;
}
.cid-rV6kKDA1L5 .navbar.opened {
  transition: all .3s;
  background: #d2c2ad !important;
}
.cid-rV6kKDA1L5 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rV6kKDA1L5 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rV6kKDA1L5 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-rV6kKDA1L5 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rV6kKDA1L5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rV6kKDA1L5 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-rV6kKDA1L5 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rV6kKDA1L5 .navbar.collapsed.opened .navbar-collapse.show,
.cid-rV6kKDA1L5 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-rV6kKDA1L5 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-rV6kKDA1L5 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-rV6kKDA1L5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rV6kKDA1L5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rV6kKDA1L5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rV6kKDA1L5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rV6kKDA1L5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rV6kKDA1L5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rV6kKDA1L5 .navbar {
    flex-wrap: nowrap;
  }
  .cid-rV6kKDA1L5 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rV6kKDA1L5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rV6kKDA1L5 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-rV6kKDA1L5 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-rV6kKDA1L5 .navbar.opened .navbar-collapse.show,
  .cid-rV6kKDA1L5 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-rV6kKDA1L5 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-rV6kKDA1L5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rV6kKDA1L5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rV6kKDA1L5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rV6kKDA1L5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rV6kKDA1L5 .navbar .navbar-logo img {
    height: 5.5rem !important;
  }
  .cid-rV6kKDA1L5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rV6kKDA1L5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rV6kKDA1L5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-rV6kKDA1L5 .navbar.navbar-short {
  background: #d2c2ad !important;
  min-height: 60px;
}
.cid-rV6kKDA1L5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rV6kKDA1L5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rV6kKDA1L5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rV6kKDA1L5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rV6kKDA1L5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rV6kKDA1L5 .dropdown-item.active,
.cid-rV6kKDA1L5 .dropdown-item:active {
  background-color: transparent;
}
.cid-rV6kKDA1L5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rV6kKDA1L5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rV6kKDA1L5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rV6kKDA1L5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2c2ad;
}
.cid-rV6kKDA1L5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rV6kKDA1L5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rV6kKDA1L5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rV6kKDA1L5 .navbar-buttons {
  text-align: center;
}
.cid-rV6kKDA1L5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rV6kKDA1L5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c55f22;
}
.cid-rV6kKDA1L5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rV6kKDA1L5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rV6kKDA1L5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rV6kKDA1L5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rV6kKDA1L5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rV6kKDA1L5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rV6kKDA1L5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rV6kKDA1L5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rV6kKDA1L5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rV6kKDA1L5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-rV6kKDA1L5 a.nav-link:focus {
  outline: none;
}
.cid-rV6kKDA1L5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rV6kKDA1L5 .nav-link:hover,
.cid-rV6kKDA1L5 .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV6kKDA1L5 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-rV6kKDA1L5 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rV6kKDA1L5 .buttonwidth {
  padding: 14px 20px !important;
}
.cid-rV57jup1J1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
.cid-rV57jup1J1 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #c55f22;
}
.cid-rV57jup1J1 img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 15px 5px 25px 5px;
}
.cid-rV57jup1J1 p {
  margin-top: 6rem;
}
.cid-rV57jup1J1 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rV57jup1J1 .content-wrapper {
  padding-top: 6rem;
}
.cid-rV57jup1J1 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .cid-rV57jup1J1 .content-wrapper {
    padding-top: 3rem;
  }
  .cid-rV57jup1J1 p {
    margin-top: 2rem;
  }
  .cid-rV57jup1J1 img {
    width: 100%;
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-rV57jup1J1 .back {
    width: 100%;
    height: 75%;
  }
  .cid-rV57jup1J1 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rV57jup1J1 p {
    margin-top: 1rem;
  }
}
.cid-rV57jup1J1 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rV57jup1J1 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rV57jup1J1 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rV57jup1J1 h4 {
    right: 2rem;
  }
}
.cid-rV57jup1J1 .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cid-rV57jup1J1 .mbr-text,
.cid-rV57jup1J1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-rV57jup1J1 H1 {
  text-align: left;
}
.cid-rV57jup1J1 H3 {
  text-align: left;
}
.cid-rV57jup1J1 .abt-link:hover {
  color: #d2c2ad !important;
}
.cid-sD16KL9zC1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sD16KL9zC1 .card-wrapper {
  background: none;
  display: inline-flex;
  margin: 25px 0;
  padding: 0;
  padding-right: 0;
  width: 100%;
}
.cid-sD16KL9zC1 .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sD16KL9zC1 .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
}
.cid-sD16KL9zC1 .row {
  align-items: center;
}
.cid-sD16KL9zC1 .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-sD16KL9zC1 .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sD16KL9zC1 .card-title,
.cid-sD16KL9zC1 .iconfont-wrapper {
  color: #0c5b47;
  font-size: 19px;
  margin-bottom: 6px;
}
.cid-sD16KL9zC1 a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sD16KL9zC1 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: color 0.3s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}
.cid-sD16KL9zC1 .lin:hover .line {
  transition: color 0.2s ease-out;
  animation: qodef-line-visible-animation 1s forwards;
}
.cid-sD16KL9zC1 .lin {
  position: relative;
  transition: color 0.2s ease-out;
}
.cid-sD16KL9zC1 .it {
  font-style: italic;
}
.cid-sD16KL9zC1 .col {
  border-right: 1px solid #c0c0c0;
}
@media (max-width: 990px) {
  .cid-sD16KL9zC1 .col {
    border-right: none;
  }
}
@keyframes qodef-line-visible-animation {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.cid-sD16KL9zC1 .card-title,
.cid-sD16KL9zC1 .lin {
  color: #c55f22;
}
.cid-rV4yQ6BEcs {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-rV4yQ6BEcs .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-rV4yQ6BEcs .box-item {
  width: 29%;
}
.cid-rV4yQ6BEcs .box-item:first-child {
  background-image: url("../../../assets/images/02.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-rV4yQ6BEcs .box-item .wrap {
  height: 100%;
  background-color: #d2c2ad;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-rV4yQ6BEcs .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-rV4yQ6BEcs .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-rV4yQ6BEcs .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-rV4yQ6BEcs .box-item .heading h5 {
  font-weight: 700;
}
.cid-rV4yQ6BEcs .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-rV4yQ6BEcs .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-rV4yQ6BEcs .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rV4yQ6BEcs .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-rV4yQ6BEcs .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-rV4yQ6BEcs .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #c55f22;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-rV4yQ6BEcs .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-rV4yQ6BEcs .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-rV4yQ6BEcs .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-rV4yQ6BEcs .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-rV4yQ6BEcs .right-side .box-item:last-child .icon-block-top span {
  color: #c55f22;
  padding-right: 20px;
}
.cid-rV4yQ6BEcs .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-rV4yQ6BEcs .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-rV4yQ6BEcs .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-rV4yQ6BEcs .right-side .box-item .box-item-text {
  color: #82786e;
  line-height: 1.5;
}
.cid-rV4yQ6BEcs .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #82786e;
}
.cid-rV4yQ6BEcs .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-rV4yQ6BEcs .box-list li:last-child {
  border-bottom: none;
}
.cid-rV4yQ6BEcs .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-rV4yQ6BEcs .media-content {
  flex-basis: initial;
}
.cid-rV4yQ6BEcs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rV4yQ6BEcs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rV4yQ6BEcs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rV4yQ6BEcs a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #d2c2ad;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rV4yQ6BEcs a.close:hover {
  color: #d2c2ad;
}
.cid-rV4yQ6BEcs .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-rV4yQ6BEcs .icon-wrap:hover {
  background-color: #c55f22 !important;
}
.cid-rV4yQ6BEcs .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-rV4yQ6BEcs .icon-wrap span {
  padding-left: 8px;
}
.cid-rV4yQ6BEcs .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/clinic01.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-rV4yQ6BEcs .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-rV4yQ6BEcs .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-rV4yQ6BEcs .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-rV4yQ6BEcs .box-item:first-child {
    margin-right: 10px;
  }
  .cid-rV4yQ6BEcs .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-rV4yQ6BEcs .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-rV4yQ6BEcs .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rV4yQ6BEcs .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-rV4yQ6BEcs .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cid-rV4yQ6BEcs .box-item-text {
    text-align: center;
  }
  .cid-rV4yQ6BEcs .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-rV4yQ6BEcs .right-side {
    flex-wrap: wrap;
  }
  .cid-rV4yQ6BEcs .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-rV4yQ6BEcs .show-modal {
    height: 80%;
  }
}
.cid-rV4yQ6BEcs .mbr-section-btn {
  color: #232323;
}
.cid-rV4yQ6BEcs .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-rV4yQ6BEcs h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-rV4yQ6BEcs .icon-block-top,
.cid-rV4yQ6BEcs .box-item-title {
  color: #000000;
}
.cid-rV4yQ6BEcs H5 {
  color: #c55f22;
}
.cid-rV4yQ6BEcs .box-item .wrap .box-item-text,
.cid-rV4yQ6BEcs .mbr-section-btn {
  color: #000000;
}
.cid-rV4yYhqASF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rV4yYhqASF .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rV4yYhqASF .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-rV4yYhqASF .mbr-list {
  margin: 0;
}
.cid-rV4yYhqASF .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-rV4yYhqASF .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rV4yYhqASF .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-rV4yYhqASF .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rV4yZRIozM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
@media (max-width: 767px) {
  .cid-rV4yZRIozM .mbr-white {
    padding-bottom: 3.7rem;
  }
}
.cid-rV4yZRIozM .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-rV4yZRIozM .media-container-row .mbr-text {
  color: #232323;
}
.cid-sAM6yILeYl #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(197, 95, 34, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sAM6yILeYl #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white-1.png");
  background-repeat: no-repeat;
  background-position: -112px -4px;
  opacity: 1;
}
.cid-sAM6yILeYl #dentauraBttB:hover {
  background-color: #994e20;
}
.cid-sAM6yILeYl .hidden {
  display: none;
}
.cid-sALWHVtQP4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2c2ad;
  background: none;
}
.cid-sALWHVtQP4 .navbar.opened {
  transition: all .3s;
  background: #d2c2ad !important;
}
.cid-sALWHVtQP4 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sALWHVtQP4 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sALWHVtQP4 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sALWHVtQP4 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sALWHVtQP4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sALWHVtQP4 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sALWHVtQP4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sALWHVtQP4 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sALWHVtQP4 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sALWHVtQP4 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sALWHVtQP4 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sALWHVtQP4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sALWHVtQP4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sALWHVtQP4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sALWHVtQP4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sALWHVtQP4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sALWHVtQP4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sALWHVtQP4 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sALWHVtQP4 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sALWHVtQP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sALWHVtQP4 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sALWHVtQP4 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sALWHVtQP4 .navbar.opened .navbar-collapse.show,
  .cid-sALWHVtQP4 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sALWHVtQP4 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sALWHVtQP4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sALWHVtQP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sALWHVtQP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sALWHVtQP4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sALWHVtQP4 .navbar .navbar-logo img {
    height: 5.5rem !important;
  }
  .cid-sALWHVtQP4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sALWHVtQP4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sALWHVtQP4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sALWHVtQP4 .navbar.navbar-short {
  background: #d2c2ad !important;
  min-height: 60px;
}
.cid-sALWHVtQP4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sALWHVtQP4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sALWHVtQP4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sALWHVtQP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sALWHVtQP4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sALWHVtQP4 .dropdown-item.active,
.cid-sALWHVtQP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sALWHVtQP4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sALWHVtQP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sALWHVtQP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sALWHVtQP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2c2ad;
}
.cid-sALWHVtQP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sALWHVtQP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sALWHVtQP4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sALWHVtQP4 .navbar-buttons {
  text-align: center;
}
.cid-sALWHVtQP4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sALWHVtQP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c55f22;
}
.cid-sALWHVtQP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sALWHVtQP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sALWHVtQP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sALWHVtQP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sALWHVtQP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sALWHVtQP4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sALWHVtQP4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sALWHVtQP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sALWHVtQP4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sALWHVtQP4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sALWHVtQP4 a.nav-link:focus {
  outline: none;
}
.cid-sALWHVtQP4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sALWHVtQP4 .nav-link:hover,
.cid-sALWHVtQP4 .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sALWHVtQP4 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sALWHVtQP4 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sALWHVtQP4 .buttonwidth {
  padding: 14px 20px !important;
}
.cid-sALWHWmp2o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
.cid-sALWHWmp2o .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #c55f22;
}
.cid-sALWHWmp2o img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 15px 5px 25px 5px;
}
.cid-sALWHWmp2o p {
  margin-top: 6rem;
}
.cid-sALWHWmp2o .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sALWHWmp2o h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .cid-sALWHWmp2o .content-wrapper {
    padding-top: 3rem;
  }
  .cid-sALWHWmp2o p {
    margin-top: 2rem;
  }
  .cid-sALWHWmp2o img {
    width: 100%;
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sALWHWmp2o .back {
    width: 100%;
    height: 2px;
  }
  .cid-sALWHWmp2o .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sALWHWmp2o p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sALWHWmp2o .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sALWHWmp2o h4 {
    right: 2rem;
  }
}
.cid-sALWHWmp2o .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cid-sALWHWmp2o .mbr-text,
.cid-sALWHWmp2o .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sALWHWmp2o H1 {
  text-align: left;
}
.cid-sALWHWmp2o H3 {
  text-align: left;
}
.cid-sC4JbYywOK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sC4JbYywOK .container-fluid {
  padding: 0 3rem;
}
.cid-sC4JbYywOK .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sC4JbYywOK .btn {
  margin-top: 0;
}
.cid-sC4JbYywOK .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sC4JbYywOK .container-fluid {
    padding: 0 1rem;
  }
  .cid-sC4JbYywOK .btn {
    margin-top: 0.4rem;
  }
  .cid-sC4JbYywOK .mbr-section-btn {
    margin: 0;
  }
}
.cid-sC4JbYywOK .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sC4JbYywOK .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sBND8rzCMs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBND8rzCMs .mbr-text,
.cid-sBND8rzCMs blockquote {
  color: #232323;
}
.cid-sBND8rzCMs .servimg {
  width: 100%;
  max-width: 570px;
}
.cid-sBND8rzCMs .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBND8rzCMs .panel-group {
  width: 100%;
}
.cid-sBND8rzCMs .panel-text,
.cid-sBND8rzCMs .mbr-section-subtitle {
  color: #767676;
}
.cid-sBND8rzCMs .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sBND8rzCMs .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sBND8rzCMs .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #994e20;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sBND8rzCMs .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-sBND8rzCMs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBND8rzCMs .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sBND8rzCMs .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sBND8rzCMs .card .panel-body {
  background: #ffffff;
}
.cid-sBND8rzCMs .header-text,
.cid-sBND8rzCMs .sign {
  color: #ffffff;
}
.cid-sBND8rzCMs .panel-text {
  color: #232323;
}
.cid-sBND8rzCMs .mbr-text {
  color: #232323;
}
.cid-sC4JcquV5P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sC4JcquV5P .container-fluid {
  padding: 0 3rem;
}
.cid-sC4JcquV5P .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sC4JcquV5P .btn {
  margin-top: 0;
}
.cid-sC4JcquV5P .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sC4JcquV5P .container-fluid {
    padding: 0 1rem;
  }
  .cid-sC4JcquV5P .btn {
    margin-top: 0.4rem;
  }
  .cid-sC4JcquV5P .mbr-section-btn {
    margin: 0;
  }
}
.cid-sC4JcquV5P .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sC4JcquV5P .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sBNDiYroAx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBNDiYroAx .mbr-text,
.cid-sBNDiYroAx blockquote {
  color: #232323;
}
.cid-sBNDiYroAx .servimg {
  width: 100%;
  max-width: 570px;
  border-radius: 4px;
}
.cid-sC4JcPhkZZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sC4JcPhkZZ .container-fluid {
  padding: 0 3rem;
}
.cid-sC4JcPhkZZ .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sC4JcPhkZZ .btn {
  margin-top: 0;
}
.cid-sC4JcPhkZZ .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sC4JcPhkZZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sC4JcPhkZZ .btn {
    margin-top: 0.4rem;
  }
  .cid-sC4JcPhkZZ .mbr-section-btn {
    margin: 0;
  }
}
.cid-sC4JcPhkZZ .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sC4JcPhkZZ .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sBNDjrgh6r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBNDjrgh6r .mbr-text,
.cid-sBNDjrgh6r blockquote {
  color: #232323;
}
.cid-sBNDjrgh6r .servimg {
  width: 100%;
  max-width: 570px;
  border-radius: 4px;
}
.cid-sC4JdcBNzt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sC4JdcBNzt .container-fluid {
  padding: 0 3rem;
}
.cid-sC4JdcBNzt .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sC4JdcBNzt .btn {
  margin-top: 0;
}
.cid-sC4JdcBNzt .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sC4JdcBNzt .container-fluid {
    padding: 0 1rem;
  }
  .cid-sC4JdcBNzt .btn {
    margin-top: 0.4rem;
  }
  .cid-sC4JdcBNzt .mbr-section-btn {
    margin: 0;
  }
}
.cid-sC4JdcBNzt .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sC4JdcBNzt .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sBNDjTemO2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBNDjTemO2 .mbr-text,
.cid-sBNDjTemO2 blockquote {
  color: #232323;
}
.cid-sBNDjTemO2 .servimg {
  width: 100%;
  max-width: 570px;
  border-radius: 4px;
}
.cid-sC4JdzXKXv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sC4JdzXKXv .container-fluid {
  padding: 0 3rem;
}
.cid-sC4JdzXKXv .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sC4JdzXKXv .btn {
  margin-top: 0;
}
.cid-sC4JdzXKXv .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sC4JdzXKXv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sC4JdzXKXv .btn {
    margin-top: 0.4rem;
  }
  .cid-sC4JdzXKXv .mbr-section-btn {
    margin: 0;
  }
}
.cid-sC4JdzXKXv .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sC4JdzXKXv .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sBNDkfmALp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBNDkfmALp .mbr-text,
.cid-sBNDkfmALp blockquote {
  color: #232323;
}
.cid-sBNDkfmALp .servimg {
  width: 100%;
  max-width: 570px;
  border-radius: 4px;
}
.cid-sC4JdWQ8TP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sC4JdWQ8TP .container-fluid {
  padding: 0 3rem;
}
.cid-sC4JdWQ8TP .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sC4JdWQ8TP .btn {
  margin-top: 0;
}
.cid-sC4JdWQ8TP .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sC4JdWQ8TP .container-fluid {
    padding: 0 1rem;
  }
  .cid-sC4JdWQ8TP .btn {
    margin-top: 0.4rem;
  }
  .cid-sC4JdWQ8TP .mbr-section-btn {
    margin: 0;
  }
}
.cid-sC4JdWQ8TP .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sC4JdWQ8TP .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sBNDkBCQTY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBNDkBCQTY .mbr-text,
.cid-sBNDkBCQTY blockquote {
  color: #232323;
}
.cid-sBNDkBCQTY .servimg {
  width: 100%;
  max-width: 570px;
  border-radius: 4px;
}
.cid-sC4JeZTCBn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sC4JeZTCBn .container-fluid {
  padding: 0 3rem;
}
.cid-sC4JeZTCBn .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sC4JeZTCBn .btn {
  margin-top: 0;
}
.cid-sC4JeZTCBn .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sC4JeZTCBn .container-fluid {
    padding: 0 1rem;
  }
  .cid-sC4JeZTCBn .btn {
    margin-top: 0.4rem;
  }
  .cid-sC4JeZTCBn .mbr-section-btn {
    margin: 0;
  }
}
.cid-sC4JeZTCBn .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sC4JeZTCBn .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sBNDkWLvzm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBNDkWLvzm .mbr-text,
.cid-sBNDkWLvzm blockquote {
  color: #232323;
}
.cid-sBNDkWLvzm .servimg {
  width: 100%;
  max-width: 570px;
  border-radius: 4px;
}
.cid-sC4JelNQrd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sC4JelNQrd .container-fluid {
  padding: 0 3rem;
}
.cid-sC4JelNQrd .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sC4JelNQrd .btn {
  margin-top: 0;
}
.cid-sC4JelNQrd .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sC4JelNQrd .container-fluid {
    padding: 0 1rem;
  }
  .cid-sC4JelNQrd .btn {
    margin-top: 0.4rem;
  }
  .cid-sC4JelNQrd .mbr-section-btn {
    margin: 0;
  }
}
.cid-sC4JelNQrd .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sC4JelNQrd .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sBNDllrbdR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBNDllrbdR .mbr-text,
.cid-sBNDllrbdR blockquote {
  color: #232323;
}
.cid-sBNDllrbdR .servimg {
  width: 100%;
  max-width: 570px;
  border-radius: 4px;
}
.cid-sCdm6fybO6 {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCdm6fybO6 .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.cid-sCdm6fybO6 hr.dashed {
  border-top: 1px dashed #c55f22;
  width: 100%;
}
.cid-sCdm6fybO6 hr.dotted {
  border-top: 1px dotted #c55f22;
  width: 100%;
}
.cid-sCdm6fybO6 hr.solid {
  border-top: 1px solid #c55f22;
  width: 100%;
}
.cid-sCdm6fybO6 hr.double {
  border-top: 3px double #c55f22;
  width: 100%;
}
.cid-sCdm6fybO6 hr.splitends {
  height: 30px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 1px 0 0 0;
  border-radius: 20px;
  width: 100%;
}
.cid-sCdm6fybO6 hr.splitends:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
.cid-sALWHWVoCX {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-sALWHWVoCX .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sALWHWVoCX .box-item {
  width: 29%;
}
.cid-sALWHWVoCX .box-item:first-child {
  background-image: url("../../../assets/images/02.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sALWHWVoCX .box-item .wrap {
  height: 100%;
  background-color: #d2c2ad;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sALWHWVoCX .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sALWHWVoCX .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-sALWHWVoCX .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-sALWHWVoCX .box-item .heading h5 {
  font-weight: 700;
}
.cid-sALWHWVoCX .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-sALWHWVoCX .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sALWHWVoCX .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sALWHWVoCX .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sALWHWVoCX .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-sALWHWVoCX .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #c55f22;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sALWHWVoCX .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sALWHWVoCX .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sALWHWVoCX .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sALWHWVoCX .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sALWHWVoCX .right-side .box-item:last-child .icon-block-top span {
  color: #c55f22;
  padding-right: 20px;
}
.cid-sALWHWVoCX .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sALWHWVoCX .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sALWHWVoCX .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-sALWHWVoCX .right-side .box-item .box-item-text {
  color: #82786e;
  line-height: 1.5;
}
.cid-sALWHWVoCX .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #82786e;
}
.cid-sALWHWVoCX .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-sALWHWVoCX .box-list li:last-child {
  border-bottom: none;
}
.cid-sALWHWVoCX .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sALWHWVoCX .media-content {
  flex-basis: initial;
}
.cid-sALWHWVoCX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sALWHWVoCX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sALWHWVoCX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sALWHWVoCX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #d2c2ad;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sALWHWVoCX a.close:hover {
  color: #d2c2ad;
}
.cid-sALWHWVoCX .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sALWHWVoCX .icon-wrap:hover {
  background-color: #c55f22 !important;
}
.cid-sALWHWVoCX .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sALWHWVoCX .icon-wrap span {
  padding-left: 8px;
}
.cid-sALWHWVoCX .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/clinic01.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sALWHWVoCX .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sALWHWVoCX .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sALWHWVoCX .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sALWHWVoCX .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sALWHWVoCX .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sALWHWVoCX .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sALWHWVoCX .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sALWHWVoCX .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sALWHWVoCX .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cid-sALWHWVoCX .box-item-text {
    text-align: center;
  }
  .cid-sALWHWVoCX .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sALWHWVoCX .right-side {
    flex-wrap: wrap;
  }
  .cid-sALWHWVoCX .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sALWHWVoCX .show-modal {
    height: 80%;
  }
}
.cid-sALWHWVoCX .mbr-section-btn {
  color: #232323;
}
.cid-sALWHWVoCX .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sALWHWVoCX h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sALWHWVoCX .icon-block-top,
.cid-sALWHWVoCX .box-item-title {
  color: #000000;
}
.cid-sALWHWVoCX H5 {
  color: #c55f22;
}
.cid-sALWHWVoCX .box-item .wrap .box-item-text,
.cid-sALWHWVoCX .mbr-section-btn {
  color: #000000;
}
.cid-sALWHYdwZR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sALWHYdwZR .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sALWHYdwZR .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sALWHYdwZR .mbr-list {
  margin: 0;
}
.cid-sALWHYdwZR .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sALWHYdwZR .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sALWHYdwZR .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sALWHYdwZR .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sALWHYWqtT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
@media (max-width: 767px) {
  .cid-sALWHYWqtT .mbr-white {
    padding-bottom: 3.7rem;
  }
}
.cid-sALWHYWqtT .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-sALWHYWqtT .media-container-row .mbr-text {
  color: #232323;
}
.cid-sAM6yILeYl #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(197, 95, 34, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sAM6yILeYl #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sAM6yILeYl #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white-1.png");
  background-repeat: no-repeat;
  background-position: -112px -4px;
  opacity: 1;
}
.cid-sAM6yILeYl #dentauraBttB:hover {
  background-color: #994e20;
}
.cid-sAM6yILeYl .hidden {
  display: none;
}
.cid-sAMe3kO7tl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2c2ad;
  background: none;
}
.cid-sAMe3kO7tl .navbar.opened {
  transition: all .3s;
  background: #d2c2ad !important;
}
.cid-sAMe3kO7tl .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sAMe3kO7tl .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sAMe3kO7tl .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sAMe3kO7tl .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sAMe3kO7tl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sAMe3kO7tl .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sAMe3kO7tl .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sAMe3kO7tl .navbar.collapsed.opened .navbar-collapse.show,
.cid-sAMe3kO7tl .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sAMe3kO7tl .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sAMe3kO7tl .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sAMe3kO7tl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sAMe3kO7tl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAMe3kO7tl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAMe3kO7tl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sAMe3kO7tl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAMe3kO7tl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sAMe3kO7tl .navbar {
    flex-wrap: nowrap;
  }
  .cid-sAMe3kO7tl .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sAMe3kO7tl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAMe3kO7tl .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sAMe3kO7tl .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sAMe3kO7tl .navbar.opened .navbar-collapse.show,
  .cid-sAMe3kO7tl .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sAMe3kO7tl .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sAMe3kO7tl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sAMe3kO7tl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAMe3kO7tl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAMe3kO7tl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sAMe3kO7tl .navbar .navbar-logo img {
    height: 5.5rem !important;
  }
  .cid-sAMe3kO7tl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAMe3kO7tl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sAMe3kO7tl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sAMe3kO7tl .navbar.navbar-short {
  background: #d2c2ad !important;
  min-height: 60px;
}
.cid-sAMe3kO7tl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sAMe3kO7tl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAMe3kO7tl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAMe3kO7tl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAMe3kO7tl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAMe3kO7tl .dropdown-item.active,
.cid-sAMe3kO7tl .dropdown-item:active {
  background-color: transparent;
}
.cid-sAMe3kO7tl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sAMe3kO7tl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAMe3kO7tl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAMe3kO7tl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2c2ad;
}
.cid-sAMe3kO7tl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAMe3kO7tl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAMe3kO7tl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sAMe3kO7tl .navbar-buttons {
  text-align: center;
}
.cid-sAMe3kO7tl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAMe3kO7tl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c55f22;
}
.cid-sAMe3kO7tl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAMe3kO7tl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAMe3kO7tl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAMe3kO7tl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAMe3kO7tl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAMe3kO7tl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAMe3kO7tl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAMe3kO7tl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAMe3kO7tl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sAMe3kO7tl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sAMe3kO7tl a.nav-link:focus {
  outline: none;
}
.cid-sAMe3kO7tl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sAMe3kO7tl .nav-link:hover,
.cid-sAMe3kO7tl .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAMe3kO7tl .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sAMe3kO7tl .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sAMe3kO7tl .buttonwidth {
  padding: 14px 20px !important;
}
.cid-sAMe3lPW6J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
.cid-sAMe3lPW6J .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #c55f22;
}
.cid-sAMe3lPW6J img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 15px 5px 25px 5px;
}
.cid-sAMe3lPW6J p {
  margin-top: 6rem;
}
.cid-sAMe3lPW6J .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sAMe3lPW6J h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .cid-sAMe3lPW6J .content-wrapper {
    padding-top: 3rem;
  }
  .cid-sAMe3lPW6J p {
    margin-top: 2rem;
  }
  .cid-sAMe3lPW6J img {
    width: 100%;
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sAMe3lPW6J .back {
    width: 100%;
    height: 2px;
  }
  .cid-sAMe3lPW6J .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sAMe3lPW6J p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sAMe3lPW6J .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sAMe3lPW6J h4 {
    right: 2rem;
  }
}
.cid-sAMe3lPW6J .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cid-sAMe3lPW6J .mbr-text,
.cid-sAMe3lPW6J .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sAMe3lPW6J H1 {
  text-align: left;
}
.cid-sAMe3lPW6J H3 {
  text-align: left;
}
.cid-sAMe7wCBXf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAMe7wCBXf .mbr-text,
.cid-sAMe7wCBXf blockquote {
  color: #232323;
}
.cid-sAMe7wCBXf .profileimg {
  padding: 2px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.cid-sAMe7wCBXf .profileimg img {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0rem;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.18);
}
.cid-sCcDkJB1jH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCcDkJB1jH .mbr-text,
.cid-sCcDkJB1jH blockquote {
  color: #232323;
}
.cid-sCcDkJB1jH .profileimg {
  padding: 2px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.cid-sCcDkJB1jH .profileimg img {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0rem;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.18);
}
.cid-sCcDkJB1jH .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sCcDkJB1jH .panel-group {
  width: 100%;
}
.cid-sCcDkJB1jH .panel-text,
.cid-sCcDkJB1jH .mbr-section-subtitle {
  color: #767676;
}
.cid-sCcDkJB1jH .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sCcDkJB1jH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sCcDkJB1jH .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #994e20;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sCcDkJB1jH .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-sCcDkJB1jH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sCcDkJB1jH .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sCcDkJB1jH .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sCcDkJB1jH .card .panel-body {
  background: #ffffff;
}
.cid-sCcDkJB1jH .header-text,
.cid-sCcDkJB1jH .sign {
  color: #ffffff;
}
.cid-sCcDkJB1jH .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-sCcDkJB1jH .panel-text {
  color: #232323;
}
.cid-sCcDkJB1jH .mbr-text {
  color: #232323;
}
.cid-sAMe3moVMZ {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-sAMe3moVMZ .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sAMe3moVMZ .box-item {
  width: 29%;
}
.cid-sAMe3moVMZ .box-item:first-child {
  background-image: url("../../../assets/images/02.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sAMe3moVMZ .box-item .wrap {
  height: 100%;
  background-color: #d2c2ad;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sAMe3moVMZ .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sAMe3moVMZ .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-sAMe3moVMZ .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-sAMe3moVMZ .box-item .heading h5 {
  font-weight: 700;
}
.cid-sAMe3moVMZ .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-sAMe3moVMZ .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sAMe3moVMZ .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sAMe3moVMZ .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sAMe3moVMZ .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-sAMe3moVMZ .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #c55f22;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sAMe3moVMZ .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sAMe3moVMZ .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sAMe3moVMZ .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sAMe3moVMZ .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sAMe3moVMZ .right-side .box-item:last-child .icon-block-top span {
  color: #c55f22;
  padding-right: 20px;
}
.cid-sAMe3moVMZ .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sAMe3moVMZ .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sAMe3moVMZ .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-sAMe3moVMZ .right-side .box-item .box-item-text {
  color: #82786e;
  line-height: 1.5;
}
.cid-sAMe3moVMZ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #82786e;
}
.cid-sAMe3moVMZ .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-sAMe3moVMZ .box-list li:last-child {
  border-bottom: none;
}
.cid-sAMe3moVMZ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sAMe3moVMZ .media-content {
  flex-basis: initial;
}
.cid-sAMe3moVMZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sAMe3moVMZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sAMe3moVMZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sAMe3moVMZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #d2c2ad;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sAMe3moVMZ a.close:hover {
  color: #d2c2ad;
}
.cid-sAMe3moVMZ .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sAMe3moVMZ .icon-wrap:hover {
  background-color: #c55f22 !important;
}
.cid-sAMe3moVMZ .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sAMe3moVMZ .icon-wrap span {
  padding-left: 8px;
}
.cid-sAMe3moVMZ .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/clinic01.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sAMe3moVMZ .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sAMe3moVMZ .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sAMe3moVMZ .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sAMe3moVMZ .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sAMe3moVMZ .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sAMe3moVMZ .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sAMe3moVMZ .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sAMe3moVMZ .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sAMe3moVMZ .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cid-sAMe3moVMZ .box-item-text {
    text-align: center;
  }
  .cid-sAMe3moVMZ .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sAMe3moVMZ .right-side {
    flex-wrap: wrap;
  }
  .cid-sAMe3moVMZ .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sAMe3moVMZ .show-modal {
    height: 80%;
  }
}
.cid-sAMe3moVMZ .mbr-section-btn {
  color: #232323;
}
.cid-sAMe3moVMZ .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sAMe3moVMZ h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sAMe3moVMZ .icon-block-top,
.cid-sAMe3moVMZ .box-item-title {
  color: #000000;
}
.cid-sAMe3moVMZ H5 {
  color: #c55f22;
}
.cid-sAMe3moVMZ .box-item .wrap .box-item-text,
.cid-sAMe3moVMZ .mbr-section-btn {
  color: #000000;
}
.cid-sAMe3nqnwJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAMe3nqnwJ .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAMe3nqnwJ .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sAMe3nqnwJ .mbr-list {
  margin: 0;
}
.cid-sAMe3nqnwJ .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sAMe3nqnwJ .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sAMe3nqnwJ .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sAMe3nqnwJ .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sAMe3oaeWD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
@media (max-width: 767px) {
  .cid-sAMe3oaeWD .mbr-white {
    padding-bottom: 3.7rem;
  }
}
.cid-sAMe3oaeWD .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-sAMe3oaeWD .media-container-row .mbr-text {
  color: #232323;
}
.cid-sAMe3oSaHM #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(197, 95, 34, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sAMe3oSaHM #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sAMe3oSaHM #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sAMe3oSaHM #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sAMe3oSaHM #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white-1.png");
  background-repeat: no-repeat;
  background-position: -112px -4px;
  opacity: 1;
}
.cid-sAMe3oSaHM #dentauraBttB:hover {
  background-color: #994e20;
}
.cid-sAMe3oSaHM .hidden {
  display: none;
}
.cid-sCdn6m5RoU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2c2ad;
  background: none;
}
.cid-sCdn6m5RoU .navbar.opened {
  transition: all .3s;
  background: #d2c2ad !important;
}
.cid-sCdn6m5RoU .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sCdn6m5RoU .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCdn6m5RoU .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sCdn6m5RoU .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sCdn6m5RoU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCdn6m5RoU .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sCdn6m5RoU .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sCdn6m5RoU .navbar.collapsed.opened .navbar-collapse.show,
.cid-sCdn6m5RoU .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sCdn6m5RoU .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sCdn6m5RoU .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sCdn6m5RoU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCdn6m5RoU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCdn6m5RoU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCdn6m5RoU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCdn6m5RoU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCdn6m5RoU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCdn6m5RoU .navbar {
    flex-wrap: nowrap;
  }
  .cid-sCdn6m5RoU .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sCdn6m5RoU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCdn6m5RoU .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sCdn6m5RoU .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sCdn6m5RoU .navbar.opened .navbar-collapse.show,
  .cid-sCdn6m5RoU .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sCdn6m5RoU .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sCdn6m5RoU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCdn6m5RoU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCdn6m5RoU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCdn6m5RoU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCdn6m5RoU .navbar .navbar-logo img {
    height: 5.5rem !important;
  }
  .cid-sCdn6m5RoU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCdn6m5RoU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sCdn6m5RoU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sCdn6m5RoU .navbar.navbar-short {
  background: #d2c2ad !important;
  min-height: 60px;
}
.cid-sCdn6m5RoU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCdn6m5RoU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCdn6m5RoU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCdn6m5RoU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCdn6m5RoU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCdn6m5RoU .dropdown-item.active,
.cid-sCdn6m5RoU .dropdown-item:active {
  background-color: transparent;
}
.cid-sCdn6m5RoU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCdn6m5RoU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCdn6m5RoU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCdn6m5RoU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2c2ad;
}
.cid-sCdn6m5RoU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCdn6m5RoU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCdn6m5RoU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCdn6m5RoU .navbar-buttons {
  text-align: center;
}
.cid-sCdn6m5RoU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCdn6m5RoU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c55f22;
}
.cid-sCdn6m5RoU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCdn6m5RoU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCdn6m5RoU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCdn6m5RoU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCdn6m5RoU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCdn6m5RoU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCdn6m5RoU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCdn6m5RoU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCdn6m5RoU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sCdn6m5RoU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sCdn6m5RoU a.nav-link:focus {
  outline: none;
}
.cid-sCdn6m5RoU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sCdn6m5RoU .nav-link:hover,
.cid-sCdn6m5RoU .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCdn6m5RoU .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sCdn6m5RoU .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sCdn6m5RoU .buttonwidth {
  padding: 14px 20px !important;
}
.cid-sCdn6mWv9G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
.cid-sCdn6mWv9G .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #c55f22;
}
.cid-sCdn6mWv9G img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 15px 5px 25px 5px;
}
.cid-sCdn6mWv9G p {
  margin-top: 6rem;
}
.cid-sCdn6mWv9G .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sCdn6mWv9G h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .cid-sCdn6mWv9G .content-wrapper {
    padding-top: 3rem;
  }
  .cid-sCdn6mWv9G p {
    margin-top: 2rem;
  }
  .cid-sCdn6mWv9G img {
    width: 100%;
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sCdn6mWv9G .back {
    width: 100%;
    height: 2px;
  }
  .cid-sCdn6mWv9G .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sCdn6mWv9G p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCdn6mWv9G .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sCdn6mWv9G h4 {
    right: 2rem;
  }
}
.cid-sCdn6mWv9G .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cid-sCdn6mWv9G .mbr-text,
.cid-sCdn6mWv9G .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sCdn6mWv9G H1 {
  text-align: left;
}
.cid-sCdn6mWv9G H3 {
  text-align: left;
}
.cid-sCdn6nDKDj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sCdn6nDKDj .container-fluid {
  padding: 0 3rem;
}
.cid-sCdn6nDKDj .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sCdn6nDKDj .btn {
  margin-top: 0;
}
.cid-sCdn6nDKDj .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sCdn6nDKDj .container-fluid {
    padding: 0 1rem;
  }
  .cid-sCdn6nDKDj .btn {
    margin-top: 0.4rem;
  }
  .cid-sCdn6nDKDj .mbr-section-btn {
    margin: 0;
  }
}
.cid-sCdn6nDKDj .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sCdn6nDKDj .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sCdpci1Vwo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCdpci1Vwo img {
  width: 150px;
  border-radius: 100%;
  object-fit: cover;
  height: 150px;
}
.cid-sCdpci1Vwo .bg-wrapper {
  background: #f5e1c7;
  padding: 2rem;
}
.cid-sCdpci1Vwo .img-wrapper {
  min-width: 160px;
}
.cid-sCdpci1Vwo .card-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sCdpci1Vwo .card .img-wrapper {
  overflow: hidden;
}
.cid-sCdpci1Vwo .mbr-section-title {
  transition: all 0.3s ease-in-out;
}
.cid-sCdpci1Vwo .mbr-section-title:hover {
  color: #c55f22;
}
.cid-sCdpci1Vwo .mbr-section-date {
  color: #994e20;
}
.cid-sCdpci1Vwo .mbr-section-text {
  color: #555555;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sCdpci1Vwo .bg-wrapper {
    padding: 1rem;
  }
  .cid-sCdpci1Vwo .mbr-section-title {
    text-align: left;
  }
}
.cid-sCdpci1Vwo .teamdesi {
  font-size: 1rem;
  color: #A7A7A7;
}
.cid-sCdpci1Vwo .profilequali {
  font-size: .9rem;
  line-height: 1.2rem;
}
.cid-sCdpci1Vwo .profilenam {
  font-size: 1.2rem;
  color: #232323;
}
.cid-sCdpci1Vwo .fadeInUp {
  -webkit-animation-name: none;
  animation-name: none;
}
@media (min-width: 900px) {
  .cid-sCdpci1Vwo .modal-dialog {
    max-width: 65% !important;
  }
}
@media (min-width: 600px) {
  .cid-sCdpci1Vwo .teampic {
    margin: 0px 10px 0px 0px;
    width: 100%;
    float: left;
    max-width: 140px;
  }
  .cid-sCdpci1Vwo .modal-dialog {
    max-width: 70% !important;
  }
  .cid-sCdpci1Vwo .modal-header {
    width: 100%;
  }
  .cid-sCdpci1Vwo .modal-body {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .cid-sCdpci1Vwo .teampic {
    margin: 0px 10px 0px 0px;
    width: 100%;
    float: left;
    max-width: 100px;
  }
}
@media (max-width: 250px) {
  .cid-sCdpci1Vwo .teampic {
    margin: 0px 100px 0px 0px;
    width: 100%;
    float: left;
    max-width: 100px;
  }
}
.cid-sCdpci1Vwo .spacerpictwo {
  width: 100%;
  height: 1px;
}
.cid-sCdpci1Vwo .modal-dialog {
  height: auto !important;
}
.cid-sCPUt7f253 {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCPUt7f253 .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.cid-sCPUt7f253 hr.dashed {
  border-top: 1px dashed #c55f22;
  width: 100%;
}
.cid-sCPUt7f253 hr.dotted {
  border-top: 1px dotted #c55f22;
  width: 100%;
}
.cid-sCPUt7f253 hr.solid {
  border-top: 1px solid #c55f22;
  width: 100%;
}
.cid-sCPUt7f253 hr.double {
  border-top: 3px double #c55f22;
  width: 100%;
}
.cid-sCPUt7f253 hr.splitends {
  height: 30px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 1px 0 0 0;
  border-radius: 20px;
  width: 100%;
}
.cid-sCPUt7f253 hr.splitends:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
.cid-sCdn6oeAqY {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-sCdn6oeAqY .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sCdn6oeAqY .box-item {
  width: 29%;
}
.cid-sCdn6oeAqY .box-item:first-child {
  background-image: url("../../../assets/images/02.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sCdn6oeAqY .box-item .wrap {
  height: 100%;
  background-color: #d2c2ad;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sCdn6oeAqY .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sCdn6oeAqY .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-sCdn6oeAqY .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-sCdn6oeAqY .box-item .heading h5 {
  font-weight: 700;
}
.cid-sCdn6oeAqY .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-sCdn6oeAqY .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sCdn6oeAqY .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCdn6oeAqY .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sCdn6oeAqY .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-sCdn6oeAqY .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #c55f22;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sCdn6oeAqY .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sCdn6oeAqY .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sCdn6oeAqY .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sCdn6oeAqY .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sCdn6oeAqY .right-side .box-item:last-child .icon-block-top span {
  color: #c55f22;
  padding-right: 20px;
}
.cid-sCdn6oeAqY .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sCdn6oeAqY .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sCdn6oeAqY .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-sCdn6oeAqY .right-side .box-item .box-item-text {
  color: #82786e;
  line-height: 1.5;
}
.cid-sCdn6oeAqY .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #82786e;
}
.cid-sCdn6oeAqY .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-sCdn6oeAqY .box-list li:last-child {
  border-bottom: none;
}
.cid-sCdn6oeAqY .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sCdn6oeAqY .media-content {
  flex-basis: initial;
}
.cid-sCdn6oeAqY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCdn6oeAqY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCdn6oeAqY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCdn6oeAqY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #d2c2ad;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCdn6oeAqY a.close:hover {
  color: #d2c2ad;
}
.cid-sCdn6oeAqY .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sCdn6oeAqY .icon-wrap:hover {
  background-color: #c55f22 !important;
}
.cid-sCdn6oeAqY .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sCdn6oeAqY .icon-wrap span {
  padding-left: 8px;
}
.cid-sCdn6oeAqY .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/clinic01.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sCdn6oeAqY .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sCdn6oeAqY .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sCdn6oeAqY .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sCdn6oeAqY .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sCdn6oeAqY .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sCdn6oeAqY .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sCdn6oeAqY .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sCdn6oeAqY .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sCdn6oeAqY .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cid-sCdn6oeAqY .box-item-text {
    text-align: center;
  }
  .cid-sCdn6oeAqY .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sCdn6oeAqY .right-side {
    flex-wrap: wrap;
  }
  .cid-sCdn6oeAqY .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sCdn6oeAqY .show-modal {
    height: 80%;
  }
}
.cid-sCdn6oeAqY .mbr-section-btn {
  color: #232323;
}
.cid-sCdn6oeAqY .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sCdn6oeAqY h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sCdn6oeAqY .icon-block-top,
.cid-sCdn6oeAqY .box-item-title {
  color: #000000;
}
.cid-sCdn6oeAqY H5 {
  color: #c55f22;
}
.cid-sCdn6oeAqY .box-item .wrap .box-item-text,
.cid-sCdn6oeAqY .mbr-section-btn {
  color: #000000;
}
.cid-sCdn6plE1t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCdn6plE1t .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCdn6plE1t .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sCdn6plE1t .mbr-list {
  margin: 0;
}
.cid-sCdn6plE1t .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sCdn6plE1t .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCdn6plE1t .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sCdn6plE1t .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sCdn6q4wNe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
@media (max-width: 767px) {
  .cid-sCdn6q4wNe .mbr-white {
    padding-bottom: 3.7rem;
  }
}
.cid-sCdn6q4wNe .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-sCdn6q4wNe .media-container-row .mbr-text {
  color: #232323;
}
.cid-sCdn6qDdDC #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(197, 95, 34, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sCdn6qDdDC #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sCdn6qDdDC #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sCdn6qDdDC #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sCdn6qDdDC #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white-1.png");
  background-repeat: no-repeat;
  background-position: -112px -4px;
  opacity: 1;
}
.cid-sCdn6qDdDC #dentauraBttB:hover {
  background-color: #994e20;
}
.cid-sCdn6qDdDC .hidden {
  display: none;
}
.cid-sCKLHFpN6y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2c2ad;
  background: none;
}
.cid-sCKLHFpN6y .navbar.opened {
  transition: all .3s;
  background: #d2c2ad !important;
}
.cid-sCKLHFpN6y .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sCKLHFpN6y .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCKLHFpN6y .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sCKLHFpN6y .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sCKLHFpN6y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sCKLHFpN6y .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sCKLHFpN6y .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sCKLHFpN6y .navbar.collapsed.opened .navbar-collapse.show,
.cid-sCKLHFpN6y .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sCKLHFpN6y .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sCKLHFpN6y .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sCKLHFpN6y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCKLHFpN6y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCKLHFpN6y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCKLHFpN6y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCKLHFpN6y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCKLHFpN6y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCKLHFpN6y .navbar {
    flex-wrap: nowrap;
  }
  .cid-sCKLHFpN6y .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sCKLHFpN6y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCKLHFpN6y .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sCKLHFpN6y .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sCKLHFpN6y .navbar.opened .navbar-collapse.show,
  .cid-sCKLHFpN6y .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sCKLHFpN6y .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sCKLHFpN6y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCKLHFpN6y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCKLHFpN6y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCKLHFpN6y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCKLHFpN6y .navbar .navbar-logo img {
    height: 5.5rem !important;
  }
  .cid-sCKLHFpN6y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCKLHFpN6y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sCKLHFpN6y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sCKLHFpN6y .navbar.navbar-short {
  background: #d2c2ad !important;
  min-height: 60px;
}
.cid-sCKLHFpN6y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCKLHFpN6y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCKLHFpN6y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCKLHFpN6y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCKLHFpN6y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCKLHFpN6y .dropdown-item.active,
.cid-sCKLHFpN6y .dropdown-item:active {
  background-color: transparent;
}
.cid-sCKLHFpN6y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCKLHFpN6y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCKLHFpN6y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCKLHFpN6y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2c2ad;
}
.cid-sCKLHFpN6y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCKLHFpN6y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCKLHFpN6y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCKLHFpN6y .navbar-buttons {
  text-align: center;
}
.cid-sCKLHFpN6y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCKLHFpN6y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c55f22;
}
.cid-sCKLHFpN6y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCKLHFpN6y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCKLHFpN6y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCKLHFpN6y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCKLHFpN6y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCKLHFpN6y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCKLHFpN6y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCKLHFpN6y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCKLHFpN6y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sCKLHFpN6y a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sCKLHFpN6y a.nav-link:focus {
  outline: none;
}
.cid-sCKLHFpN6y .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sCKLHFpN6y .nav-link:hover,
.cid-sCKLHFpN6y .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCKLHFpN6y .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sCKLHFpN6y .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sCKLHFpN6y .buttonwidth {
  padding: 14px 20px !important;
}
.cid-sCKLHH39Jg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
.cid-sCKLHH39Jg .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #c55f22;
}
.cid-sCKLHH39Jg img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 15px 5px 25px 5px;
}
.cid-sCKLHH39Jg p {
  margin-top: 6rem;
}
.cid-sCKLHH39Jg .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sCKLHH39Jg h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .cid-sCKLHH39Jg .content-wrapper {
    padding-top: 3rem;
  }
  .cid-sCKLHH39Jg p {
    margin-top: 2rem;
  }
  .cid-sCKLHH39Jg img {
    width: 100%;
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sCKLHH39Jg .back {
    width: 100%;
    height: 2px;
  }
  .cid-sCKLHH39Jg .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sCKLHH39Jg p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sCKLHH39Jg .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sCKLHH39Jg h4 {
    right: 2rem;
  }
}
.cid-sCKLHH39Jg .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cid-sCKLHH39Jg .mbr-text,
.cid-sCKLHH39Jg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sCKLHH39Jg H1 {
  text-align: left;
}
.cid-sCKLHH39Jg H3 {
  text-align: left;
}
.cid-sCKLHHRrfn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sCKLHHRrfn .container-fluid {
  padding: 0 3rem;
}
.cid-sCKLHHRrfn .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sCKLHHRrfn .btn {
  margin-top: 0;
}
.cid-sCKLHHRrfn .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sCKLHHRrfn .container-fluid {
    padding: 0 1rem;
  }
  .cid-sCKLHHRrfn .btn {
    margin-top: 0.4rem;
  }
  .cid-sCKLHHRrfn .mbr-section-btn {
    margin: 0;
  }
}
.cid-sCKLHHRrfn .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sCKLHHRrfn .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sCPS0vd7mE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCPS0vd7mE div.b {
  padding-top: 2rem;
}
.cid-sCPS0vd7mE .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 1.5rem;
  text-align: left;
}
.cid-sCPS0vd7mE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sCPS0vd7mE .google-map {
  height: 25rem;
  position: relative;
}
.cid-sCPS0vd7mE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sCPS0vd7mE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sCPS0vd7mE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCPS0vd7mE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCPS0vd7mE div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sCPS0vd7mE div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-sCPS0vd7mE H5 {
  text-align: left;
}
.cid-sCPULFwt2H {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCPULFwt2H .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.cid-sCPULFwt2H hr.dashed {
  border-top: 1px dashed #c55f22;
  width: 100%;
}
.cid-sCPULFwt2H hr.dotted {
  border-top: 1px dotted #c55f22;
  width: 100%;
}
.cid-sCPULFwt2H hr.solid {
  border-top: 1px solid #c55f22;
  width: 100%;
}
.cid-sCPULFwt2H hr.double {
  border-top: 3px double #c55f22;
  width: 100%;
}
.cid-sCPULFwt2H hr.splitends {
  height: 30px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 1px 0 0 0;
  border-radius: 20px;
  width: 100%;
}
.cid-sCPULFwt2H hr.splitends:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
.cid-sCKLHItaYF {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-sCKLHItaYF .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sCKLHItaYF .box-item {
  width: 29%;
}
.cid-sCKLHItaYF .box-item:first-child {
  background-image: url("../../../assets/images/02.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sCKLHItaYF .box-item .wrap {
  height: 100%;
  background-color: #d2c2ad;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sCKLHItaYF .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sCKLHItaYF .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-sCKLHItaYF .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-sCKLHItaYF .box-item .heading h5 {
  font-weight: 700;
}
.cid-sCKLHItaYF .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-sCKLHItaYF .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sCKLHItaYF .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sCKLHItaYF .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sCKLHItaYF .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-sCKLHItaYF .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #c55f22;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sCKLHItaYF .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sCKLHItaYF .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sCKLHItaYF .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sCKLHItaYF .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sCKLHItaYF .right-side .box-item:last-child .icon-block-top span {
  color: #c55f22;
  padding-right: 20px;
}
.cid-sCKLHItaYF .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sCKLHItaYF .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sCKLHItaYF .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-sCKLHItaYF .right-side .box-item .box-item-text {
  color: #82786e;
  line-height: 1.5;
}
.cid-sCKLHItaYF .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #82786e;
}
.cid-sCKLHItaYF .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-sCKLHItaYF .box-list li:last-child {
  border-bottom: none;
}
.cid-sCKLHItaYF .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sCKLHItaYF .media-content {
  flex-basis: initial;
}
.cid-sCKLHItaYF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCKLHItaYF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCKLHItaYF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCKLHItaYF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #d2c2ad;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCKLHItaYF a.close:hover {
  color: #d2c2ad;
}
.cid-sCKLHItaYF .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sCKLHItaYF .icon-wrap:hover {
  background-color: #c55f22 !important;
}
.cid-sCKLHItaYF .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sCKLHItaYF .icon-wrap span {
  padding-left: 8px;
}
.cid-sCKLHItaYF .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/clinic01.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sCKLHItaYF .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sCKLHItaYF .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sCKLHItaYF .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sCKLHItaYF .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sCKLHItaYF .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sCKLHItaYF .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sCKLHItaYF .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sCKLHItaYF .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sCKLHItaYF .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cid-sCKLHItaYF .box-item-text {
    text-align: center;
  }
  .cid-sCKLHItaYF .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sCKLHItaYF .right-side {
    flex-wrap: wrap;
  }
  .cid-sCKLHItaYF .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sCKLHItaYF .show-modal {
    height: 80%;
  }
}
.cid-sCKLHItaYF .mbr-section-btn {
  color: #232323;
}
.cid-sCKLHItaYF .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sCKLHItaYF h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sCKLHItaYF .icon-block-top,
.cid-sCKLHItaYF .box-item-title {
  color: #000000;
}
.cid-sCKLHItaYF H5 {
  color: #c55f22;
}
.cid-sCKLHItaYF .box-item .wrap .box-item-text,
.cid-sCKLHItaYF .mbr-section-btn {
  color: #000000;
}
.cid-sCKLHJm4ob {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCKLHJm4ob .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCKLHJm4ob .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sCKLHJm4ob .mbr-list {
  margin: 0;
}
.cid-sCKLHJm4ob .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sCKLHJm4ob .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCKLHJm4ob .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sCKLHJm4ob .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sCKLHKpAqI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
@media (max-width: 767px) {
  .cid-sCKLHKpAqI .mbr-white {
    padding-bottom: 3.7rem;
  }
}
.cid-sCKLHKpAqI .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-sCKLHKpAqI .media-container-row .mbr-text {
  color: #232323;
}
.cid-sCKLHL6x6M #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(197, 95, 34, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sCKLHL6x6M #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sCKLHL6x6M #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sCKLHL6x6M #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sCKLHL6x6M #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white-1.png");
  background-repeat: no-repeat;
  background-position: -112px -4px;
  opacity: 1;
}
.cid-sCKLHL6x6M #dentauraBttB:hover {
  background-color: #994e20;
}
.cid-sCKLHL6x6M .hidden {
  display: none;
}
.cid-sDkRTZ15gQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d2c2ad;
  background: none;
}
.cid-sDkRTZ15gQ .navbar.opened {
  transition: all .3s;
  background: #d2c2ad !important;
}
.cid-sDkRTZ15gQ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sDkRTZ15gQ .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDkRTZ15gQ .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sDkRTZ15gQ .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sDkRTZ15gQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sDkRTZ15gQ .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sDkRTZ15gQ .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sDkRTZ15gQ .navbar.collapsed.opened .navbar-collapse.show,
.cid-sDkRTZ15gQ .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sDkRTZ15gQ .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sDkRTZ15gQ .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sDkRTZ15gQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sDkRTZ15gQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDkRTZ15gQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDkRTZ15gQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sDkRTZ15gQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDkRTZ15gQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sDkRTZ15gQ .navbar {
    flex-wrap: nowrap;
  }
  .cid-sDkRTZ15gQ .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sDkRTZ15gQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDkRTZ15gQ .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sDkRTZ15gQ .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sDkRTZ15gQ .navbar.opened .navbar-collapse.show,
  .cid-sDkRTZ15gQ .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sDkRTZ15gQ .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sDkRTZ15gQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDkRTZ15gQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDkRTZ15gQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDkRTZ15gQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sDkRTZ15gQ .navbar .navbar-logo img {
    height: 5.5rem !important;
  }
  .cid-sDkRTZ15gQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDkRTZ15gQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sDkRTZ15gQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sDkRTZ15gQ .navbar.navbar-short {
  background: #d2c2ad !important;
  min-height: 60px;
}
.cid-sDkRTZ15gQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sDkRTZ15gQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDkRTZ15gQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDkRTZ15gQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDkRTZ15gQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDkRTZ15gQ .dropdown-item.active,
.cid-sDkRTZ15gQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sDkRTZ15gQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDkRTZ15gQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDkRTZ15gQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDkRTZ15gQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2c2ad;
}
.cid-sDkRTZ15gQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDkRTZ15gQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDkRTZ15gQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sDkRTZ15gQ .navbar-buttons {
  text-align: center;
}
.cid-sDkRTZ15gQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDkRTZ15gQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c55f22;
}
.cid-sDkRTZ15gQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDkRTZ15gQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDkRTZ15gQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDkRTZ15gQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDkRTZ15gQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDkRTZ15gQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDkRTZ15gQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDkRTZ15gQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDkRTZ15gQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sDkRTZ15gQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sDkRTZ15gQ a.nav-link:focus {
  outline: none;
}
.cid-sDkRTZ15gQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sDkRTZ15gQ .nav-link:hover,
.cid-sDkRTZ15gQ .dropdown-item:hover {
  color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDkRTZ15gQ .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sDkRTZ15gQ .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sDkRTZ15gQ .buttonwidth {
  padding: 14px 20px !important;
}
.cid-sDkRTZOYLe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
.cid-sDkRTZOYLe .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #c55f22;
}
.cid-sDkRTZOYLe img {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 15px 5px 25px 5px;
}
.cid-sDkRTZOYLe p {
  margin-top: 6rem;
}
.cid-sDkRTZOYLe .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-sDkRTZOYLe h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .cid-sDkRTZOYLe .content-wrapper {
    padding-top: 3rem;
  }
  .cid-sDkRTZOYLe p {
    margin-top: 2rem;
  }
  .cid-sDkRTZOYLe img {
    width: 100%;
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .cid-sDkRTZOYLe .back {
    width: 100%;
    height: 2px;
  }
  .cid-sDkRTZOYLe .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-sDkRTZOYLe p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sDkRTZOYLe .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-sDkRTZOYLe h4 {
    right: 2rem;
  }
}
.cid-sDkRTZOYLe .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cid-sDkRTZOYLe .mbr-text,
.cid-sDkRTZOYLe .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sDkRTZOYLe H1 {
  text-align: left;
}
.cid-sDkRTZOYLe H3 {
  text-align: left;
}
.cid-sDkSI0jPDq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ded2c3;
}
.cid-sDkSI0jPDq .container-fluid {
  padding: 0 3rem;
}
.cid-sDkSI0jPDq .mbr-section-title {
  color: #c55f22;
  text-align: left;
}
.cid-sDkSI0jPDq .btn {
  margin-top: 0;
}
.cid-sDkSI0jPDq .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sDkSI0jPDq .container-fluid {
    padding: 0 1rem;
  }
  .cid-sDkSI0jPDq .btn {
    margin-top: 0.4rem;
  }
  .cid-sDkSI0jPDq .mbr-section-btn {
    margin: 0;
  }
}
.cid-sDkSI0jPDq .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sDkSI0jPDq .overlay-bg-11 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-sDkRU1aogw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDkRU1aogw .mbr-text,
.cid-sDkRU1aogw blockquote {
  color: #232323;
}
.cid-sDkRU1aogw .profileimg {
  padding: 2px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.cid-sDkRU1aogw .profileimg img {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0rem;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.18);
}
.cid-sDkRU1aogw .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sDkRU1aogw .panel-group {
  width: 100%;
}
.cid-sDkRU1aogw .panel-text,
.cid-sDkRU1aogw .mbr-section-subtitle {
  color: #767676;
}
.cid-sDkRU1aogw .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sDkRU1aogw .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sDkRU1aogw .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #994e20;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sDkRU1aogw .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-sDkRU1aogw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sDkRU1aogw .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-sDkRU1aogw .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sDkRU1aogw .card .panel-body {
  background: #ffffff;
}
.cid-sDkRU1aogw .header-text,
.cid-sDkRU1aogw .sign {
  color: #ffffff;
}
.cid-sDkRU1aogw .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-sDkRU1aogw .panel-text {
  color: #232323;
}
.cid-sDkRU1aogw .mbr-text {
  color: #232323;
}
.cid-sDkV28KGEX {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDkV28KGEX .dentaura-cover {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.cid-sDkV28KGEX hr.dashed {
  border-top: 1px dashed #c55f22;
  width: 100%;
}
.cid-sDkV28KGEX hr.dotted {
  border-top: 1px dotted #c55f22;
  width: 100%;
}
.cid-sDkV28KGEX hr.solid {
  border-top: 1px solid #c55f22;
  width: 100%;
}
.cid-sDkV28KGEX hr.double {
  border-top: 3px double #c55f22;
  width: 100%;
}
.cid-sDkV28KGEX hr.splitends {
  height: 30px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 1px 0 0 0;
  border-radius: 20px;
  width: 100%;
}
.cid-sDkV28KGEX hr.splitends:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #c55f22;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
.cid-sDkRU203Ho {
  padding-top: 40px;
  background-color: #ffffff;
}
.cid-sDkRU203Ho .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-sDkRU203Ho .box-item {
  width: 29%;
}
.cid-sDkRU203Ho .box-item:first-child {
  background-image: url("../../../assets/images/02.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.cid-sDkRU203Ho .box-item .wrap {
  height: 100%;
  background-color: #d2c2ad;
  opacity: 0.8;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
  border-radius: 5px;
}
.cid-sDkRU203Ho .box-item .headingicon .icon-block-top {
  padding-right: 20px;
  font-size: 4.0375rem !important;
}
.cid-sDkRU203Ho .box-item .heading .box-item-title {
  letter-spacing: 2px;
  line-height: 28px;
}
.cid-sDkRU203Ho .box-item .heading .box-item-title.display-7 {
  font-size: 16px;
  font-weight: 600;
}
.cid-sDkRU203Ho .box-item .heading h5 {
  font-weight: 700;
}
.cid-sDkRU203Ho .box-item .heading h5.display-7 {
  font-size: 22px;
  line-height: 32px;
}
.cid-sDkRU203Ho .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-sDkRU203Ho .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sDkRU203Ho .box-item .btn {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-weight: 700;
  border-radius: 3px;
  border-width: 2px;
  padding: 12px 40px;
}
.cid-sDkRU203Ho .box-item .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-sDkRU203Ho .right-side {
  background-color: #ffffff;
  padding: 50px 40px 15px 40px;
  border-radius: 5px;
  border-bottom: 1px solid #c55f22;
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.07);
}
.cid-sDkRU203Ho .right-side .box-item {
  width: 50%;
  border-radius: 5px;
}
.cid-sDkRU203Ho .right-side .box-item:nth-child(1) {
  background-color: transparent;
  background-image: none;
}
.cid-sDkRU203Ho .right-side .box-item:last-child {
  background-color: transparent;
}
.cid-sDkRU203Ho .right-side .box-item:last-child .icon-block-top {
  margin-bottom: 20px;
}
.cid-sDkRU203Ho .right-side .box-item:last-child .icon-block-top span {
  color: #c55f22;
  padding-right: 20px;
}
.cid-sDkRU203Ho .right-side .box-item:last-child .icon-block-top .box-item-title {
  align-self: center;
}
.cid-sDkRU203Ho .right-side .box-item-title {
  color: #28303f;
  font-weight: 700;
}
.cid-sDkRU203Ho .right-side .box-item-title.display-7 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.cid-sDkRU203Ho .right-side .box-item .box-item-text {
  color: #82786e;
  line-height: 1.5;
}
.cid-sDkRU203Ho .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  color: #82786e;
}
.cid-sDkRU203Ho .box-list li {
  border-bottom: 1px solid #e2e4e8;
  padding: 15px 0 15px;
  line-height: 24px;
}
.cid-sDkRU203Ho .box-list li:last-child {
  border-bottom: none;
}
.cid-sDkRU203Ho .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  font-weight: 600;
}
.cid-sDkRU203Ho .media-content {
  flex-basis: initial;
}
.cid-sDkRU203Ho .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sDkRU203Ho .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sDkRU203Ho .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sDkRU203Ho a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #d2c2ad;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sDkRU203Ho a.close:hover {
  color: #d2c2ad;
}
.cid-sDkRU203Ho .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-sDkRU203Ho .icon-wrap:hover {
  background-color: #c55f22 !important;
}
.cid-sDkRU203Ho .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-sDkRU203Ho .icon-wrap span {
  padding-left: 8px;
}
.cid-sDkRU203Ho .mbr-media {
  border-radius: 4px;
  flex-basis: 150%;
  margin-right: 15px;
  z-index: 70;
  height: 50%;
  background-image: url("../../../assets/images/clinic01.jpg");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sDkRU203Ho .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}
.cid-sDkRU203Ho .mbr-media span.mbri-play:before {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .cid-sDkRU203Ho .box-item {
    width: 70%;
    max-width: 300px !important;
  }
  .cid-sDkRU203Ho .box-item:first-child {
    margin-right: 10px;
  }
  .cid-sDkRU203Ho .box-item .wrap {
    padding: 2.5rem 1rem 1rem 1rem;
  }
  .cid-sDkRU203Ho .right-side {
    padding: 50px 10px 15px 10px;
  }
}
@media (min-width: 992px) {
  .cid-sDkRU203Ho .box-item {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-sDkRU203Ho .headingicon {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-sDkRU203Ho .box-item {
    margin-top: 0;
    max-width: 90% !important;
    width: 90% !important;
    margin-left: 20px;
    margin-right: 20px;
  }
  .cid-sDkRU203Ho .box-item-text {
    text-align: center;
  }
  .cid-sDkRU203Ho .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cid-sDkRU203Ho .right-side {
    flex-wrap: wrap;
  }
  .cid-sDkRU203Ho .box-item:nth-child(2) {
    margin-top: 7rem;
  }
  .cid-sDkRU203Ho .show-modal {
    height: 80%;
  }
}
.cid-sDkRU203Ho .mbr-section-btn {
  color: #232323;
}
.cid-sDkRU203Ho .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 1.7;
}
.cid-sDkRU203Ho h1 {
  color: #232323;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.cid-sDkRU203Ho .icon-block-top,
.cid-sDkRU203Ho .box-item-title {
  color: #000000;
}
.cid-sDkRU203Ho H5 {
  color: #c55f22;
}
.cid-sDkRU203Ho .box-item .wrap .box-item-text,
.cid-sDkRU203Ho .mbr-section-btn {
  color: #000000;
}
.cid-sDkRU32jNA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDkRU32jNA .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDkRU32jNA .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sDkRU32jNA .mbr-list {
  margin: 0;
}
.cid-sDkRU32jNA .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sDkRU32jNA .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sDkRU32jNA .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sDkRU32jNA .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sDkRU3QNBD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d2c2ad;
}
@media (max-width: 767px) {
  .cid-sDkRU3QNBD .mbr-white {
    padding-bottom: 3.7rem;
  }
}
.cid-sDkRU3QNBD .bgcover {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-sDkRU3QNBD .media-container-row .mbr-text {
  color: #232323;
}
.cid-sDkRU4jXmQ #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(197, 95, 34, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sDkRU4jXmQ #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sDkRU4jXmQ #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sDkRU4jXmQ #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sDkRU4jXmQ #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white-1.png");
  background-repeat: no-repeat;
  background-position: -112px -4px;
  opacity: 1;
}
.cid-sDkRU4jXmQ #dentauraBttB:hover {
  background-color: #994e20;
}
.cid-sDkRU4jXmQ .hidden {
  display: none;
}
