/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type='hidden'] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type='submit'] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(252, 104, 0, 0.8);
  border-radius: 3px !important;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(252, 104, 0, 1);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type='range'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
body {
  font-family: 'Assistant', sans-serif;
}
.display-1 {
  font-family: 'Assistant', sans-serif;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Assistant', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Assistant', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Assistant', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Assistant', sans-serif;
  font-size: 1.05rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.68rem;
}
/* ---- 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: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #fc6800 !important;
}
.bg-success {
  background-color: #ff3366 !important;
}
.bg-info {
  background-color: #b2ccd2 !important;
}
.bg-warning {
  background-color: #0f7699 !important;
}
.bg-danger {
  background-color: #149dcc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fc6800 !important;
  border-color: #fc6800 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b04800 !important;
  border-color: #b04800 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b04800 !important;
  border-color: #b04800 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #213343 !important;
  border-color: #213343 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080c10 !important;
  border-color: #080c10 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080c10 !important;
  border-color: #080c10 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #963e00;
  color: #963e00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fc6800;
  border-color: #fc6800;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc6800 !important;
  border-color: #fc6800 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #213343;
  border-color: #213343;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #213343 !important;
  border-color: #213343 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #fc6800 !important;
}
.text-secondary {
  color: #213343 !important;
}
.text-success {
  color: #ff3366 !important;
}
.text-info {
  color: #b2ccd2 !important;
}
.text-warning {
  color: #0f7699 !important;
}
.text-danger {
  color: #149dcc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #963e00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cc0033 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #72a1ac !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #062e3c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0b566f !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: #b2ccd2;
}
.alert-warning {
  background-color: #0f7699;
}
.alert-danger {
  background-color: #149dcc;
}
.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: #fc6800;
  border-color: #fc6800;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fc6800;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdfc9;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b4e6f8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Assistant', sans-serif;
  font-size: 1.05rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.68rem;
}
blockquote {
  border-color: #fc6800;
}
/* 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: #fc6800;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fc6800;
}
.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: #fc6800;
  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: #fc6800;
  border-bottom-color: #fc6800;
}
.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: #000000 !important;
  background-color: #fc6800 !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: #213343 !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='%23fc6800' %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-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-tjESupqrFF {
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-tjESupqrFF {
    background-position: -500px 0px !important;
    padding-top: 120px;
  }
}
@media (max-width: 500px) {
  .cid-tjESupqrFF {
    background-position: -600px 0px !important;
  }
}
@media (min-width: 992px) {
  .cid-tjESupqrFF {
    padding-top: 240px;
  }
  .cid-tjESupqrFF .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tjESupqrFF .mbr-iconfont2 {
  color: #ffffff;
}
.cid-tjESupqrFF .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-tjESupqrFF .btn {
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1.2rem !important;
  padding: 0.3rem 1rem !important;
}
.cid-tjESupqrFF .card-inner {
  background-color: #151f29;
  transition: 0.7s;
  z-index: 10;
  height: 100%;
}
.cid-tjESupqrFF .card-innert {
  background-color: transparent;
  height: 100%;
}
.cid-tjESupqrFF .row {
  padding-bottom: 4rem;
}
.cid-tjESupqrFF .link {
  margin: 0;
}
.cid-tjESupqrFF .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
  font-size: 1.2rem !important;
}
.cid-tjESupqrFF .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #fc6800;
  transition: 0.7s;
}
@media (min-width: 769px) {
  .cid-tjESupqrFF .card-img {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 768px) {
  .cid-tjESupqrFF .card-img {
    margin-bottom: 1rem;
  }
}
.cid-tjESupqrFF .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tjESupqrFF .card:hover .card-inner {
  background-color: #fc6800;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-tjESupqrFF .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tjESupqrFF .card:hover .card-title:after {
  background: #ffffff;
}
.cid-tjESupqrFF .media-container-row {
  align-items: flex-end;
}
.cid-tjESupqrFF .mbr-section-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tjESupqrFF .card {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
  }
  .cid-tjESupqrFF .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tjESupqrFF .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tjESupqrFF .card {
    padding: 0.5rem;
  }
  .cid-tjESupqrFF .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tjESupqrFF .card {
  position: relative;
  align-self: stretch;
}
.cid-tjESupqrFF .card-4 {
  position: relative;
  z-index: 1;
}
.cid-tjESupqrFF .card-4::after {
  content: '';
  background-color: #fc6800;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: -1;
}
.cid-tjESupqrFF .card:first-child .card-inner {
  background-color: #fc6800;
}
.cid-tjESupqrFF .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-tjESupqrFF .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-tjESupqrFF .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-tjESupqrFF .card:first-child .card-inner:hover .card-title:after {
  background: #fc6800;
}
.cid-tjESupqrFF .card:first-child .card-inner:hover {
  background-color: #151f29;
}
.cid-tjESupqrFF .line-title {
  width: 40px;
  height: 2px;
  background-color: #149dcc;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tjESupqrFF .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-tjESupqrFF .block-title,
.cid-tjESupqrFF .mbr-section-title,
.cid-tjESupqrFF .line {
  color: #ffffff;
  text-align: left;
}
.cid-tjESupqrFF .colg-sketch {
  width: 100%;
}
@media (min-width: 769px) {
  .cid-tjESupqrFF .colg-sketch {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-tjESupqrFF .colg-sketch {
    max-width: 200px;
  }
}
.cid-tjESupqrFF .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tjESupqrFF .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tjESupqrFF .google-box-dentaura {
    margin-left: 0;
  }
}
.cid-tjESupqrFF .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-tjESupqrFF .card-title,
.cid-tjESupqrFF .card-img {
  text-align: left;
}
.cid-tjESupqrFF H1 {
  font-weight: 500 !important;
}
@media (min-width: 992px) {
  .cid-tjESupqrFF .btn-gdctvm {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tjESupqrFF .btn-gdctvm {
    display: block !important;
  }
}
.cid-tjESupqrFF .mbr-maintext {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tjESupqrFF .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tjESupqrFF H3 {
  text-align: left;
}
.cid-tjESupqrFF .mbr-maintext,
.cid-tjESupqrFF .mbr-section-btn {
  color: #ffffff;
}
.cid-tjESupqrFF .mbr-tag {
  color: #ff964c !important;
  font-size: 1.1rem !important;
  line-height: 1.5rem !important;
  text-align: left;
}
.cid-toGiuUmDPs {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-image: url("../../../assets/images/colg-1-1208x613.jpg");
}
.cid-toGiuUmDPs .card-header {
  background: transparent;
}
.cid-toGiuUmDPs .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-toGiuUmDPs .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-toGiuUmDPs .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toGiuUmDPs .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-toGiuUmDPs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toGiuUmDPs .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-toGiuUmDPs .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-toGiuUmDPs h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 1rem;
  font-size: 1.2rem !important;
}
@media (max-width: 992px) {
  .cid-toGiuUmDPs .md-pb {
    margin-bottom: 2rem;
  }
  .cid-toGiuUmDPs .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toGiuUmDPs .wrapper {
    padding: 2rem 1rem;
  }
  .cid-toGiuUmDPs h5 {
    padding: 1rem 0rem;
  }
}
.cid-toGiuUmDPs .mbr-text,
.cid-toGiuUmDPs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-toGiuUmDPs .panel-text {
  color: #ffffff;
}
.cid-toGiuUmDPs H4 {
  color: #ffffff;
  text-align: left;
}
.cid-toGiuUmDPs H5 {
  color: #ffffff;
}
@media (min-width: 769px) {
  .cid-toGiuUmDPs H3 {
    text-align: left;
    font-size: 2rem !important;
    line-height: 2.2rem;
  }
}
@media (max-width: 768px) {
  .cid-toGiuUmDPs H3 {
    text-align: left;
    font-size: 1.6rem !important;
    line-height: 1.8rem;
  }
}
.cid-toGiuUmDPs .overlay-bg-1 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-toGiuUmDPs .dentaura-li li {
  margin-left: 0.2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .cid-toGiuUmDPs .container {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-toGiuUmDPs .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 778px) {
  .cid-toGiuUmDPs .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.cid-twzMeJeJQ0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-twzMeJeJQ0 .mbr-text {
  color: #767676;
}
.cid-twzMeJeJQ0 h4 {
  text-align: center;
}
.cid-twzMeJeJQ0 p {
  text-align: center;
}
.cid-twzMeJeJQ0 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-twzMeJeJQ0 .ico-linco {
  width: 100%;
  max-width: 180px;
}
.cid-tkue57DkgY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tkue57DkgY .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-tkue57DkgY .mbr-text P {
  text-align: left;
  color: #232323;
}
.cid-tkue57DkgY .main-dent-text {
  font-size: 1.5rem !important;
  margin: 20px 0px 15px 0px;
  background-color: #151f29;
  color: #ffffff !important;
  border-radius: 4px;
  padding-left: 1rem;
}
.cid-tkue57DkgY .sub-dent-text {
  font-size: 0.9rem !important;
  margin: 30px 0px 0px 0px;
}
.cid-tkue57DkgY .title-dent-text {
  font-size: 1.1rem !important;
  margin: 0px 0px 10px 0px;
}
.cid-tkue57DkgY .text-dent-text {
  font-size: 1.05rem !important;
  margin: 0px;
  position: relative;
}
.cid-tkue57DkgY .news-icon-sizer-dent {
  max-width: 100px;
  margin: 0px 10px 0px 0px;
}
.cid-tkue57DkgY .services-icon-sizer-dent {
  max-width: 190px;
  margin: 0px 10px 0px 0px;
  width: 100%;
}
.cid-tkue57DkgY .photogal-iconpic {
  max-width: 260px;
  margin-bottom: 30px;
}
.cid-tkue57DkgY .covbger {
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
}
.cid-tkue57DkgY .mbri-right {
  font-size: 0.7rem;
}
.cid-tkue57DkgY .mbri-save {
  font-size: 0.9rem;
}
@media (min-width: 769px) {
  .cid-tkue57DkgY .righter {
    padding-left: 0px !important;
    padding-right: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tkue57DkgY .righter {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.cid-tkue57DkgY .anchor4 {
  display: block;
  height: 100px !important;
  margin-top: -100px !important;
  visibility: hidden;
}
.cid-tkue57DkgY .postponepic {
  position: absolute;
  left: 8px;
  top: 35px;
  width: 236px;
  height: 118px;
  padding: 0px 10px 3px 0px;
}
.cid-tkue57DkgY .displaypic {
  width: 100%;
  max-width: 700px;
}
.cid-tr2q0j19ke {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tr2q0j19ke .card {
  align-self: stretch;
}
.cid-tr2q0j19ke img {
  border-radius: 5px 5px 0px 0px;
}
.cid-tr2q0j19ke .card-box {
  padding: 1rem;
  margin-top: 20px;
}
.cid-tr2q0j19ke h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.5rem !important;
}
.cid-tr2q0j19ke p {
  text-align: left;
}
.cid-tr2q0j19ke .mbr-text {
  color: #767676;
}
.cid-tr2q0j19ke .card-wrapper {
  background-color: #ffffff;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
}
@media (min-width: 992px) {
  .cid-tr2q0j19ke .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tr2q0j19ke .mbri-right {
  font-size: 0.7rem;
}
.cid-tr2q0j19ke .text-dent-text {
  font-size: 1.05rem !important;
  margin: 0px;
}
.cid-tr2q0j19ke .card-img {
  position: relative;
}
.cid-tr2q0j19ke .card-img .card-title {
  position: absolute;
  bottom: 5px;
  left: 1rem;
  margin: 0px;
  padding: 5px 8px !important;
  text-shadow: -0.5px 2px 2px rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.cid-tr2q0j19ke .card-title {
  color: #ffffff;
}
.cid-u3Ip7dSoeG.popup-builder {
  background-color: #ffffff;
}
.cid-u3Ip7dSoeG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3Ip7dSoeG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3Ip7dSoeG .modal-content,
.cid-u3Ip7dSoeG .modal-dialog {
  height: auto;
}
.cid-u3Ip7dSoeG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u3Ip7dSoeG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u3Ip7dSoeG .form-wrapper .mbr-form .form-group,
  .cid-u3Ip7dSoeG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u3Ip7dSoeG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u3Ip7dSoeG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3Ip7dSoeG .mbr-text {
  text-align: center;
  color: #981919;
}
.cid-u3Ip7dSoeG .pt-0 {
  padding-top: 0 !important;
}
.cid-u3Ip7dSoeG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3Ip7dSoeG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u3Ip7dSoeG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3Ip7dSoeG .modal-open {
  overflow: hidden;
}
.cid-u3Ip7dSoeG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3Ip7dSoeG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3Ip7dSoeG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3Ip7dSoeG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u3Ip7dSoeG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3Ip7dSoeG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3Ip7dSoeG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3Ip7dSoeG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u3Ip7dSoeG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3Ip7dSoeG .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3Ip7dSoeG .modal-backdrop.show {
  opacity: .5;
}
.cid-u3Ip7dSoeG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-u3Ip7dSoeG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3Ip7dSoeG .modal-header .close:hover {
  opacity: 1;
}
.cid-u3Ip7dSoeG .modal-header .close:focus {
  outline: none;
}
.cid-u3Ip7dSoeG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u3Ip7dSoeG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-u3Ip7dSoeG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-u3Ip7dSoeG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3Ip7dSoeG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3Ip7dSoeG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3Ip7dSoeG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3Ip7dSoeG .modal-sm {
    max-width: 300px;
  }
  .cid-u3Ip7dSoeG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u3Ip7dSoeG .modal-lg,
  .cid-u3Ip7dSoeG .modal-xl {
    max-width: 800px;
  }
  .cid-u3Ip7dSoeG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u3Ip7dSoeG .modal-xl {
    max-width: 1140px;
  }
  .cid-u3Ip7dSoeG .container {
    max-width: 1140px;
  }
}
.cid-u3Ip7dSoeG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u3Ip7dSoeG .container {
    max-width: 720px;
  }
}
.cid-u3Ip7dSoeG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u3Ip7dSoeG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u3Ip7dSoeG .form-group {
  margin-bottom: 1rem;
}
.cid-u3Ip7dSoeG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u3Ip7dSoeG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u3Ip7dSoeG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u3Ip7dSoeG .text-sizer {
  font-size: 1rem !important;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-tjS42U8Rm9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-tjS42U8Rm9 .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-tjS42U8Rm9 .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-to6Tvlrmuz {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-to6Tvlrmuz {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-to6Tvlrmuz {
    padding-top: 240px;
  }
}
.cid-to6Tvlrmuz .block-title,
.cid-to6Tvlrmuz .mbr-section-title,
.cid-to6Tvlrmuz .line,
.cid-to6Tvlrmuz .mbr-section-btn {
  color: #ffffff;
}
.cid-to6Tvlrmuz .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-to6Tvlrmuz .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-to6Tvlrmuz .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-to6Tvlrmuz .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-to6Tvlrmuz .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-to6Tvlrmuz H1 {
  font-weight: 500 !important;
}
.cid-to6Tvlrmuz .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-to6Tvlrmuz .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-to6Tvlrmuz .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-to73nZpFBs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-to73nZpFBs .container-fluid {
  padding: 0 3rem;
}
.cid-to73nZpFBs .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-to73nZpFBs .btn {
  margin-top: 0;
}
.cid-to73nZpFBs .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-to73nZpFBs .container-fluid {
    padding: 0 1rem;
  }
  .cid-to73nZpFBs .btn {
    margin-top: 0.4rem;
  }
  .cid-to73nZpFBs .mbr-section-btn {
    margin: 0;
  }
}
.cid-to73nZpFBs .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-to73nZpFBs .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-to73nZpFBs .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-to6SjHW0jD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-to6SjHW0jD .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-to6SjHW0jD .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-to74QnI4qs {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-to74QnI4qs {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-to74QnI4qs {
    padding-top: 240px;
  }
}
.cid-to74QnI4qs .block-title,
.cid-to74QnI4qs .mbr-section-title,
.cid-to74QnI4qs .line,
.cid-to74QnI4qs .mbr-section-btn {
  color: #ffffff;
}
.cid-to74QnI4qs .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-to74QnI4qs .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-to74QnI4qs .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-to74QnI4qs .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-to74QnI4qs .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-to74QnI4qs H1 {
  font-weight: 500 !important;
}
.cid-to74QnI4qs .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-to74QnI4qs .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-to74QnI4qs .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-to74QnVCyt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-to74QnVCyt .container-fluid {
  padding: 0 3rem;
}
.cid-to74QnVCyt .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-to74QnVCyt .btn {
  margin-top: 0;
}
.cid-to74QnVCyt .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-to74QnVCyt .container-fluid {
    padding: 0 1rem;
  }
  .cid-to74QnVCyt .btn {
    margin-top: 0.4rem;
  }
  .cid-to74QnVCyt .mbr-section-btn {
    margin: 0;
  }
}
.cid-to74QnVCyt .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-to74QnVCyt .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-to74QnVCyt .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toDYR43LFV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toDYR43LFV .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-to74QomLwN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-to74QomLwN .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-to74QomLwN .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-tocZUsQcuA {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-tocZUsQcuA {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-tocZUsQcuA {
    padding-top: 240px;
  }
}
.cid-tocZUsQcuA .block-title,
.cid-tocZUsQcuA .mbr-section-title,
.cid-tocZUsQcuA .line,
.cid-tocZUsQcuA .mbr-section-btn {
  color: #ffffff;
}
.cid-tocZUsQcuA .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tocZUsQcuA .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tocZUsQcuA .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tocZUsQcuA .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tocZUsQcuA .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-tocZUsQcuA H1 {
  font-weight: 500 !important;
}
.cid-tocZUsQcuA .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-tocZUsQcuA .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tocZUsQcuA .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-tocZUt0evH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tocZUt0evH .container-fluid {
  padding: 0 3rem;
}
.cid-tocZUt0evH .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-tocZUt0evH .btn {
  margin-top: 0;
}
.cid-tocZUt0evH .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tocZUt0evH .container-fluid {
    padding: 0 1rem;
  }
  .cid-tocZUt0evH .btn {
    margin-top: 0.4rem;
  }
  .cid-tocZUt0evH .mbr-section-btn {
    margin: 0;
  }
}
.cid-tocZUt0evH .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-tocZUt0evH .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-tocZUt0evH .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-tostIblAt5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tostIblAt5 .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tocZYhnaiJ {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tocZYhnaiJ .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
}
.cid-tocZYhnaiJ .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
.cid-tocZYhnaiJ h4 {
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tocZYhnaiJ .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tocZYhnaiJ .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tocZYhnaiJ .mbr-section-subtitle {
  letter-spacing: 0.03em;
}
.cid-tocZYhnaiJ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tocZYhnaiJ .panel-group {
  width: 100%;
}
.cid-tocZYhnaiJ .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-tocZYhnaiJ .card {
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tocZYhnaiJ .card .card-header {
  border-radius: 0px;
  border-bottom: 2px solid #f9a842;
  padding: 0;
}
.cid-tocZYhnaiJ .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  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-tocZYhnaiJ .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tocZYhnaiJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tocZYhnaiJ .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tocZYhnaiJ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tocZYhnaiJ .card .panel-body {
  background: #ffffff;
}
.cid-tocZYhnaiJ .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tocZYhnaiJ .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tocZYhnaiJ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tocZYhnaiJ .header-text,
.cid-tocZYhnaiJ .sign {
  color: #232323;
}
.cid-tocZYhnaiJ .studentcover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 280px;
  max-width: 400px;
  height: auto;
}
.cid-tocZYhnaiJ .student-tab {
  padding: 12px 10px 12px 10px;
  margin: 0px 0px 12px 0px;
  border: 1px solid #F6F6F6;
  border-radius: 4px;
  background: #F6F6F6;
  font-size: 1rem;
  color: #5A5758;
  width: 100%;
  min-width: 250px;
  max-width: 400px;
}
.cid-tocZYhnaiJ .course {
  font-size: 0.8rem;
  color: #f88f0b;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-tocZUt7sFv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-tocZUt7sFv .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-tocZUt7sFv .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-tog0PS9V81 {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-tog0PS9V81 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-tog0PS9V81 {
    padding-top: 240px;
  }
}
.cid-tog0PS9V81 .block-title,
.cid-tog0PS9V81 .mbr-section-title,
.cid-tog0PS9V81 .line,
.cid-tog0PS9V81 .mbr-section-btn {
  color: #ffffff;
}
.cid-tog0PS9V81 .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tog0PS9V81 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tog0PS9V81 .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tog0PS9V81 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tog0PS9V81 .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-tog0PS9V81 H1 {
  font-weight: 500 !important;
}
.cid-tog0PS9V81 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-tog0PS9V81 .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tog0PS9V81 .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-tog0PShzTA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tog0PShzTA .container-fluid {
  padding: 0 3rem;
}
.cid-tog0PShzTA .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-tog0PShzTA .btn {
  margin-top: 0;
}
.cid-tog0PShzTA .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tog0PShzTA .container-fluid {
    padding: 0 1rem;
  }
  .cid-tog0PShzTA .btn {
    margin-top: 0.4rem;
  }
  .cid-tog0PShzTA .mbr-section-btn {
    margin: 0;
  }
}
.cid-tog0PShzTA .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-tog0PShzTA .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-tog0PShzTA .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-tog10MSFWn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tog10MSFWn .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tog10MSFWn .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tog10MSFWn .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tog10MSFWn .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tog10MSFWn .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tog10MSFWn H1 {
  color: #232323;
}
.cid-tog10MSFWn P {
  text-align: left;
  color: #232323;
}
.cid-tog10MSFWn .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tog10MSFWn .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tog10MSFWn .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tog10MSFWn .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tog10MSFWn .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tog10MSFWn .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tog10MSFWn .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tog10MSFWn .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tog10MSFWn .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tog10MSFWn .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tog10MSFWn .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tog10MSFWn .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tog10MSFWn .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tog10MSFWn H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tog10MSFWn .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tog10MSFWn H2 {
  text-align: center;
}
.cid-tog136yttR {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tog136yttR .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tog136yttR .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tog136yttR .panel-group {
  width: 100%;
}
.cid-tog136yttR .panel-text,
.cid-tog136yttR .mbr-section-subtitle {
  color: #767676;
}
.cid-tog136yttR .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tog136yttR .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tog136yttR .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-tog136yttR .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-tog136yttR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tog136yttR .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tog136yttR .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tog136yttR .card .panel-body {
  background: #ffffff;
}
.cid-tog136yttR .header-text,
.cid-tog136yttR .sign {
  color: #232323;
}
.cid-tog136yttR .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-tog136yttR .panel-text {
  color: #232323;
}
.cid-tog136yttR .img-box img {
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}
.cid-tog136yttR .mbr-text {
  color: #232323;
}
.cid-tog136yttR .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tog15aD7CL {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tog15aD7CL .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-tog15aD7CL .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-tog15aD7CL .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tog15aD7CL .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-tog15aD7CL .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-tog15aD7CL .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-tog15aD7CL .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tog15aD7CL .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tog15aD7CL .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tog15aD7CL .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tog15aD7CL .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tog15aD7CL .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tog15aD7CL .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-tog15aD7CL .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-tog15aD7CL .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-tog15aD7CL .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-tog15aD7CL .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tog15aD7CL .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tog15aD7CL .content-block .panel-group {
  width: 100%;
}
.cid-tog15aD7CL .content-block .panel-text,
.cid-tog15aD7CL .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-tog15aD7CL .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tog15aD7CL .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tog15aD7CL .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-tog15aD7CL .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-tog15aD7CL .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tog15aD7CL .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tog15aD7CL .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tog15aD7CL .content-block .card .panel-body {
  background: #ffffff;
}
.cid-tog15aD7CL .content-block .header-text,
.cid-tog15aD7CL .content-block .sign {
  color: #232323;
}
.cid-tog15aD7CL .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-tog15aD7CL .content-block .panel-text {
  color: #232323;
}
.cid-tog15aD7CL H1 {
  color: #000000;
  text-align: center;
}
.cid-tog15aD7CL H2 {
  text-align: left;
  color: #f83055;
}
.cid-tog15aD7CL H4 {
  text-align: left;
}
.cid-tog15aD7CL .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tog15VAZvO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tog15VAZvO .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tog16S0beH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tog16S0beH .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-tog16S0beH .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tog16S0beH .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-tog16S0beH .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-tog16S0beH .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-tog16S0beH .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tog16S0beH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tog16S0beH .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-tog16S0beH .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tog16S0beH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tog16S0beH H2 {
  text-align: left;
}
.cid-tog17yWH0V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tog17yWH0V .mbr-text {
  color: #232323;
}
.cid-tog17yWH0V H3 {
  font-weight: 400;
}
.cid-tog17yWH0V .mbr-title {
  color: #151f29;
  font-weight: 600;
  font-size: 1.4rem;
}
.cid-tog17yWH0V li {
  margin-left: 1rem;
}
.cid-tog17yWH0V .dentaura-li li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.cid-toD5VZLXSL {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-toD5VZLXSL hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-toD5VZLXSL hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-toD5VZLXSL h2 {
  float: left;
}
.cid-toD5VZLXSL .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
  letter-spacing: 1px;
}
.cid-toD5VZLXSL H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-toD5VZLXSL .btn-warning-outline:hover,
.cid-toD5VZLXSL .btn-warning-outline:focus,
.cid-toD5VZLXSL .btn-warning-outline:active {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-tog0PSqZOm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-tog0PSqZOm .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-tog0PSqZOm .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-tosx7r5Ze4 {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-tosx7r5Ze4 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-tosx7r5Ze4 {
    padding-top: 240px;
  }
}
.cid-tosx7r5Ze4 .block-title,
.cid-tosx7r5Ze4 .mbr-section-title,
.cid-tosx7r5Ze4 .line,
.cid-tosx7r5Ze4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tosx7r5Ze4 .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tosx7r5Ze4 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tosx7r5Ze4 .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tosx7r5Ze4 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tosx7r5Ze4 .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-tosx7r5Ze4 H1 {
  font-weight: 500 !important;
}
.cid-tosx7r5Ze4 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-tosx7r5Ze4 .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tosx7r5Ze4 .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-tosx7reG4G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tosx7reG4G .container-fluid {
  padding: 0 3rem;
}
.cid-tosx7reG4G .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-tosx7reG4G .btn {
  margin-top: 0;
}
.cid-tosx7reG4G .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tosx7reG4G .container-fluid {
    padding: 0 1rem;
  }
  .cid-tosx7reG4G .btn {
    margin-top: 0.4rem;
  }
  .cid-tosx7reG4G .mbr-section-btn {
    margin: 0;
  }
}
.cid-tosx7reG4G .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-tosx7reG4G .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-tosx7reG4G .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-tosxEXDDd0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tosxEXDDd0 .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tosLXTad65 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tosLXTad65 .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-tosLXTad65 .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-tosLXTad65 .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-tosLXTad65 .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-tosLXTad65 .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-tosLXTad65 .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-tosLXTad65 .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tosLXTad65 .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-tosLXTad65 .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tosLXTad65 .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tosLXTad65 .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tosLXTad65 .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tosLXTad65 .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-tosLXTad65 .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-tosLXTad65 .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-tosLXTad65 .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-tosLXTad65 .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tosLXTad65 .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tosLXTad65 .content-block .panel-group {
  width: 100%;
}
.cid-tosLXTad65 .content-block .panel-text,
.cid-tosLXTad65 .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-tosLXTad65 .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tosLXTad65 .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tosLXTad65 .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-tosLXTad65 .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-tosLXTad65 .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tosLXTad65 .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tosLXTad65 .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tosLXTad65 .content-block .card .panel-body {
  background: #ffffff;
}
.cid-tosLXTad65 .content-block .header-text,
.cid-tosLXTad65 .content-block .sign {
  color: #232323;
}
.cid-tosLXTad65 .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-tosLXTad65 .content-block .panel-text {
  color: #232323;
}
.cid-tosLXTad65 H1 {
  color: #000000;
  text-align: center;
}
.cid-tosLXTad65 H2 {
  text-align: left;
  color: #f83055;
}
.cid-tosLXTad65 H4 {
  text-align: left;
}
.cid-tosLXTad65 .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-tosx7rlmsy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-tosx7rlmsy .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-tosx7rlmsy .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-togCp9WpCt {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-togCp9WpCt {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-togCp9WpCt {
    padding-top: 240px;
  }
}
.cid-togCp9WpCt .block-title,
.cid-togCp9WpCt .mbr-section-title,
.cid-togCp9WpCt .line,
.cid-togCp9WpCt .mbr-section-btn {
  color: #ffffff;
}
.cid-togCp9WpCt .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-togCp9WpCt .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-togCp9WpCt .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-togCp9WpCt .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-togCp9WpCt .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-togCp9WpCt H1 {
  font-weight: 500 !important;
}
.cid-togCp9WpCt .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-togCp9WpCt .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-togCp9WpCt .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-togCpa4yKs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-togCpa4yKs .container-fluid {
  padding: 0 3rem;
}
.cid-togCpa4yKs .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-togCpa4yKs .btn {
  margin-top: 0;
}
.cid-togCpa4yKs .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-togCpa4yKs .container-fluid {
    padding: 0 1rem;
  }
  .cid-togCpa4yKs .btn {
    margin-top: 0.4rem;
  }
  .cid-togCpa4yKs .mbr-section-btn {
    margin: 0;
  }
}
.cid-togCpa4yKs .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-togCpa4yKs .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-togCpa4yKs .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-togCUwdcPe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-togCUwdcPe .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toiBYC5Dad.popup-builder {
  background-color: #ffffff;
}
.cid-toiBYC5Dad.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-toiBYC5Dad.popup-builder .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100vh;
  max-width: 100%;
}
.cid-toiBYC5Dad .modal-content,
.cid-toiBYC5Dad .modal-dialog {
  height: auto;
}
.cid-toiBYC5Dad .pt-0 {
  padding-top: 0 !important;
}
.cid-toiBYC5Dad .pb-0 {
  padding-bottom: 0 !important;
}
.cid-toiBYC5Dad .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-toiBYC5Dad .modal-open {
  overflow: hidden;
}
.cid-toiBYC5Dad .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-toiBYC5Dad .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-toiBYC5Dad .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-toiBYC5Dad .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-toiBYC5Dad .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-toiBYC5Dad .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-toiBYC5Dad .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-toiBYC5Dad .modal-content {
  background: #ffffff;
  position: absolute;
  left: 0;
  width: 380px;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-toiBYC5Dad .margin-center-poss {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-toiBYC5Dad .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-toiBYC5Dad .modal-backdrop.fade {
  opacity: 0;
}
.cid-toiBYC5Dad .modal-backdrop.show {
  opacity: .5;
}
.cid-toiBYC5Dad .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-toiBYC5Dad .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-toiBYC5Dad .modal-header {
    padding: 1rem;
  }
}
.cid-toiBYC5Dad .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-toiBYC5Dad .modal-header .close svg {
  fill: #353535;
}
.cid-toiBYC5Dad .modal-header .close:hover {
  opacity: 1;
}
.cid-toiBYC5Dad .modal-header .close:focus {
  outline: none;
}
.cid-toiBYC5Dad .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-toiBYC5Dad .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-toiBYC5Dad .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toiBYC5Dad .modal-body {
    padding: 1rem;
  }
}
.cid-toiBYC5Dad .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-toiBYC5Dad .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toiBYC5Dad .modal-footer {
    padding: 1rem;
  }
}
.cid-toiBYC5Dad .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-toiBYC5Dad .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-toiBYC5Dad .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-toiBYC5Dad .modal-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-toiBYC5Dad .modal-lg,
  .cid-toiBYC5Dad .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-toiBYC5Dad .modal-xl {
    max-width: 1140px;
  }
}
.cid-toiBYC5Dad .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-toiBYC5Dad .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-toiBYC5Dad .form-group {
  margin-bottom: 1rem;
}
.cid-toiBYC5Dad .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-toiBYC5Dad .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-toiBYC5Dad .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-toiBYC5Dad .mbr-section-btn {
  margin: 0;
}
.cid-toiBYC5Dad .mbr-section-btn .btn {
  margin: 0;
}
.cid-toiBYC5Dad .logo {
  width: 100%;
}
.cid-toiBYC5Dad .logo img {
  width: 100%;
  max-width: 5rem;
  margin-bottom: 0.5rem;
  float: left;
}
.cid-toiBYC5Dad .text-data {
  width: 100%;
}
.cid-toiBYC5Dad H2 {
  font-size: 1.55rem;
  line-height: 2.17rem;
  color: #232323;
  text-align: left;
}
.cid-toiBYC5Dad H3 {
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.cid-toiBYC5Dad H4 {
  font-size: 1.05rem;
  line-height: 1.47rem;
  font-weight: 400;
}
.cid-toiBYC5Dad hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.cid-toiBYC5Dad hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 12px 0px 0px 0px;
  padding: 0px;
}
.cid-tojj5mZQBV #slideout {
  position: fixed;
  top: 100px;
  left: 0;
  width: 60px;
  padding: 12px 5px;
  text-align: center;
  background: #213343;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  z-index: 1048;
  font: normal 9pt Assistant;
  color: #ffffff;
}
.cid-tojj5mZQBV .hidden {
  display: none;
}
.cid-toiyaTxmjD {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-toiyaTxmjD .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 600;
}
.cid-toiyaTxmjD .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-toiyaTxmjD .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-toiyaTxmjD .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 500px;
  border-radius: 5px;
}
.cid-toiyaTxmjD .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-toiyaTxmjD .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-toiyaTxmjD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-toiyaTxmjD .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-toiyaTxmjD .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-toiyaTxmjD .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-toiyaTxmjD H2 {
  text-align: left;
  color: #fc6800;
}
.cid-tqtlniwWOB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tqtlniwWOB .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 600;
}
.cid-tqtlniwWOB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tqtlniwWOB .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-tqtlniwWOB .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 500px;
  border-radius: 5px;
}
.cid-tqtlniwWOB .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-tqtlniwWOB .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-tqtlniwWOB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tqtlniwWOB .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-tqtlniwWOB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tqtlniwWOB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tqtlniwWOB H2 {
  text-align: left;
  color: #fc6800;
}
.cid-togCtDYKbN {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-togCtDYKbN .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-togCtDYKbN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-togCtDYKbN .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-togCtDYKbN .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-togCtDYKbN .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-togCtDYKbN .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-togCtDYKbN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-togCtDYKbN .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-togCtDYKbN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-togCtDYKbN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-togCtDYKbN H2 {
  text-align: left;
}
.cid-togCv9mdN6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-togCv9mdN6 .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-togCv9mdN6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-togCv9mdN6 .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-togCv9mdN6 .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-togCv9mdN6 .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-togCv9mdN6 .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-togCv9mdN6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-togCv9mdN6 .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-togCv9mdN6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-togCv9mdN6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-togCv9mdN6 H2 {
  text-align: left;
}
.cid-togCvtVwcO {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-togCvtVwcO .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-togCvtVwcO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-togCvtVwcO .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-togCvtVwcO .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-togCvtVwcO .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-togCvtVwcO .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-togCvtVwcO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-togCvtVwcO .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-togCvtVwcO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-togCvtVwcO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-togCvtVwcO H2 {
  text-align: left;
}
.cid-togCvNPgKP {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-togCvNPgKP .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-togCvNPgKP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-togCvNPgKP .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-togCvNPgKP .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-togCvNPgKP .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-togCvNPgKP .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-togCvNPgKP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-togCvNPgKP .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-togCvNPgKP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-togCvNPgKP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-togCvNPgKP H2 {
  text-align: left;
}
.cid-togCxnRDyC {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-togCxnRDyC .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-togCxnRDyC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-togCxnRDyC .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-togCxnRDyC .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-togCxnRDyC .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-togCxnRDyC .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-togCxnRDyC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-togCxnRDyC .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-togCxnRDyC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-togCxnRDyC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-togCxnRDyC H2 {
  text-align: left;
}
.cid-togCxN0AOi {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-togCxN0AOi .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-togCxN0AOi .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-togCxN0AOi .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-togCxN0AOi .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-togCxN0AOi .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-togCxN0AOi .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-togCxN0AOi .team-item .item-role p {
  margin-bottom: 0;
}
.cid-togCxN0AOi .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-togCxN0AOi .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-togCxN0AOi .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-togCxN0AOi H2 {
  text-align: left;
}
.cid-togCykbnEh {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-togCykbnEh .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-togCykbnEh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-togCykbnEh .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-togCykbnEh .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-togCykbnEh .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-togCykbnEh .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-togCykbnEh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-togCykbnEh .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-togCykbnEh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-togCykbnEh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-togCykbnEh H2 {
  text-align: left;
}
.cid-togCySMVgJ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-togCySMVgJ .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-togCySMVgJ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-togCySMVgJ .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-togCySMVgJ .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-togCySMVgJ .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-togCySMVgJ .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-togCySMVgJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-togCySMVgJ .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-togCySMVgJ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-togCySMVgJ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-togCySMVgJ H2 {
  text-align: left;
}
.cid-togCuPTYKv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-togCuPTYKv .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
}
.cid-togCuPTYKv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-togCuPTYKv .card-wrapper {
  height: 100%;
  border-radius: 5px;
  background: #e8d7c6;
}
.cid-togCuPTYKv .team-item {
  align-self: stretch;
  transition: all .2s;
  margin-bottom: 2rem;
  max-width: 250px;
  border-radius: 5px;
}
.cid-togCuPTYKv .team-item .item-image img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.cid-togCuPTYKv .team-item .item-name p {
  margin-bottom: 0;
  font-weight: 600;
}
.cid-togCuPTYKv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-togCuPTYKv .team-item .item-degree p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.cid-togCuPTYKv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-togCuPTYKv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-togCuPTYKv H2 {
  text-align: left;
}
.cid-tojeOX2JLN {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f8f4f1;
}
.cid-tojeOX2JLN .mbr-text {
  color: #767676;
}
.cid-tojeOX2JLN h4 {
  text-align: center;
}
.cid-tojeOX2JLN p {
  text-align: center;
}
.cid-tojeOX2JLN .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tojeOX2JLN H2 {
  color: #fc6800;
}
.cid-tojeOX2JLN .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-togCpabDda {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-togCpabDda .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-togCpabDda .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-totpGVKRwT {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-totpGVKRwT {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-totpGVKRwT {
    padding-top: 240px;
  }
}
.cid-totpGVKRwT .block-title,
.cid-totpGVKRwT .mbr-section-title,
.cid-totpGVKRwT .line,
.cid-totpGVKRwT .mbr-section-btn {
  color: #ffffff;
}
.cid-totpGVKRwT .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-totpGVKRwT .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-totpGVKRwT .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-totpGVKRwT .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-totpGVKRwT .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-totpGVKRwT H1 {
  font-weight: 500 !important;
}
.cid-totpGVKRwT .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-totpGVKRwT .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-totpGVKRwT .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-totpGVVdOA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-totpGVVdOA .container-fluid {
  padding: 0 3rem;
}
.cid-totpGVVdOA .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-totpGVVdOA .btn {
  margin-top: 0;
}
.cid-totpGVVdOA .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-totpGVVdOA .container-fluid {
    padding: 0 1rem;
  }
  .cid-totpGVVdOA .btn {
    margin-top: 0.4rem;
  }
  .cid-totpGVVdOA .mbr-section-btn {
    margin: 0;
  }
}
.cid-totpGVVdOA .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-totpGVVdOA .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-totpGVVdOA .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toDfWnTWia {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toDfWnTWia .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toy44VeXXb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toy44VeXXb .mbr-text {
  color: #232323;
}
.cid-toy44VeXXb H3 {
  font-weight: 400;
}
.cid-toy44VeXXb .mbr-title {
  color: #151f29;
  font-weight: 600;
  font-size: 1.4rem;
}
.cid-toy44VeXXb li {
  margin-left: 1rem;
}
.cid-toy44VeXXb .dentaura-li li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.cid-toy44VeXXb .anchor3 {
  display: block;
  height: 60px !important;
  margin-top: -60px !important;
  visibility: hidden;
}
.cid-toy44VeXXb .anchor4 {
  display: block;
  height: 20px !important;
  margin-top: -20px !important;
  visibility: hidden;
}
.cid-toy81c023y {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toy81c023y .mbr-section-subtitle {
  color: #767676;
}
.cid-toy81c023y .container-table {
  margin: 0 auto;
}
.cid-toy81c023y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-toy81c023y .dataTables_wrapper {
  display: block;
}
.cid-toy81c023y .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-toy81c023y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-toy81c023y table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-toy81c023y table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-toy81c023y table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-toy81c023y table td {
  border-top: 1px solid #cccccc;
}
.cid-toy81c023y table.table {
  background: #ffffff;
}
.cid-toy81c023y .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-toy81c023y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-toy81c023y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-toy81c023y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-toy81c023y .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-toy81c023y .dataTables_filter {
    text-align: center;
  }
  .cid-toy81c023y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-toy81c023y .mbr-section-title {
  text-align: left;
  color: #151f29;
  font-weight: 600;
  font-size: 1.4rem;
}
.cid-toyfD0t2uB {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-toyfD0t2uB .mbr-section-subtitle {
  color: #767676;
}
.cid-toyfD0t2uB .container-table {
  margin: 0 auto;
}
.cid-toyfD0t2uB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-toyfD0t2uB .dataTables_wrapper {
  display: block;
}
.cid-toyfD0t2uB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-toyfD0t2uB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-toyfD0t2uB table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-toyfD0t2uB table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-toyfD0t2uB table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-toyfD0t2uB table td {
  border-top: 1px solid #cccccc;
}
.cid-toyfD0t2uB table.table {
  background: #ffffff;
}
.cid-toyfD0t2uB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-toyfD0t2uB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-toyfD0t2uB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-toyfD0t2uB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-toyfD0t2uB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-toyfD0t2uB .dataTables_filter {
    text-align: center;
  }
  .cid-toyfD0t2uB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-toyfD0t2uB .mbr-section-title {
  text-align: left;
  color: #151f29;
  font-weight: 600;
  font-size: 1.4rem;
}
.cid-toD64NCnc1 {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-toD64NCnc1 hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-toD64NCnc1 hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-toD64NCnc1 h2 {
  float: left;
}
.cid-toD64NCnc1 .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
  letter-spacing: 1px;
}
.cid-toD64NCnc1 H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-toD64NCnc1 .btn-warning-outline:hover,
.cid-toD64NCnc1 .btn-warning-outline:focus,
.cid-toD64NCnc1 .btn-warning-outline:active {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-totpGW2D0b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-totpGW2D0b .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-totpGW2D0b .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toDknrBCGI {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toDknrBCGI {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toDknrBCGI {
    padding-top: 240px;
  }
}
.cid-toDknrBCGI .block-title,
.cid-toDknrBCGI .mbr-section-title,
.cid-toDknrBCGI .line,
.cid-toDknrBCGI .mbr-section-btn {
  color: #ffffff;
}
.cid-toDknrBCGI .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toDknrBCGI .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toDknrBCGI .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toDknrBCGI .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toDknrBCGI .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toDknrBCGI H1 {
  font-weight: 500 !important;
}
.cid-toDknrBCGI .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toDknrBCGI .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toDknrBCGI .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toDknrQtCc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toDknrQtCc .container-fluid {
  padding: 0 3rem;
}
.cid-toDknrQtCc .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toDknrQtCc .btn {
  margin-top: 0;
}
.cid-toDknrQtCc .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toDknrQtCc .container-fluid {
    padding: 0 1rem;
  }
  .cid-toDknrQtCc .btn {
    margin-top: 0.4rem;
  }
  .cid-toDknrQtCc .mbr-section-btn {
    margin: 0;
  }
}
.cid-toDknrQtCc .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toDknrQtCc .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toDknrQtCc .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toDqeTc1Dl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toDqeTc1Dl .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toDkLJIjWL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-toDkLJIjWL .mbr-section-subtitle {
  color: #767676;
}
.cid-toDkLJIjWL .container-table {
  margin: 0 auto;
}
.cid-toDkLJIjWL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-toDkLJIjWL .dataTables_wrapper {
  display: block;
}
.cid-toDkLJIjWL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-toDkLJIjWL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-toDkLJIjWL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-toDkLJIjWL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-toDkLJIjWL table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-toDkLJIjWL table td {
  border-top: 1px solid #cccccc;
}
.cid-toDkLJIjWL table.table {
  background: #ffffff;
}
.cid-toDkLJIjWL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-toDkLJIjWL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-toDkLJIjWL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-toDkLJIjWL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-toDkLJIjWL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-toDkLJIjWL .dataTables_filter {
    text-align: center;
  }
  .cid-toDkLJIjWL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-toDpPk15cA {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-toDpPk15cA hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-toDpPk15cA hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-toDpPk15cA h2 {
  float: left;
}
.cid-toDpPk15cA .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
  letter-spacing: 1px;
}
.cid-toDpPk15cA H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-toDpPk15cA .btn-warning-outline:hover,
.cid-toDpPk15cA .btn-warning-outline:focus,
.cid-toDpPk15cA .btn-warning-outline:active {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toDkns3qzq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toDkns3qzq .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toDkns3qzq .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toDorUQC59 {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toDorUQC59 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toDorUQC59 {
    padding-top: 240px;
  }
}
.cid-toDorUQC59 .block-title,
.cid-toDorUQC59 .mbr-section-title,
.cid-toDorUQC59 .line,
.cid-toDorUQC59 .mbr-section-btn {
  color: #ffffff;
}
.cid-toDorUQC59 .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toDorUQC59 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toDorUQC59 .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toDorUQC59 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toDorUQC59 .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toDorUQC59 H1 {
  font-weight: 500 !important;
}
.cid-toDorUQC59 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toDorUQC59 .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toDorUQC59 .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toDorV3lOU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toDorV3lOU .container-fluid {
  padding: 0 3rem;
}
.cid-toDorV3lOU .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toDorV3lOU .btn {
  margin-top: 0;
}
.cid-toDorV3lOU .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toDorV3lOU .container-fluid {
    padding: 0 1rem;
  }
  .cid-toDorV3lOU .btn {
    margin-top: 0.4rem;
  }
  .cid-toDorV3lOU .mbr-section-btn {
    margin: 0;
  }
}
.cid-toDorV3lOU .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toDorV3lOU .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toDorV3lOU .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toDqh8mirk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toDqh8mirk .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toDoVTnxmR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toDoVTnxmR .mbr-text {
  color: #232323;
}
.cid-toDoVTnxmR H3 {
  font-weight: 400;
}
.cid-toDoVTnxmR .mbr-title {
  color: #151f29;
  font-weight: 600;
  font-size: 1.4rem;
}
.cid-toDoVTnxmR li {
  margin-left: 1rem;
}
.cid-toDoVTnxmR .dentaura-li li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.cid-toDpIaJk5b {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-toDpIaJk5b hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-toDpIaJk5b hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-toDpIaJk5b h2 {
  float: left;
}
.cid-toDpIaJk5b .btn {
  float: left !important;
  padding: 5px 10px !important;
  border-width: 1px !important;
  margin: 0px 10px 5px 0px !important;
  font-size: 0.85rem !important;
  border-radius: 4px !important;
  letter-spacing: 1px;
}
.cid-toDpIaJk5b H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-toDpIaJk5b .btn-warning-outline:hover,
.cid-toDpIaJk5b .btn-warning-outline:focus,
.cid-toDpIaJk5b .btn-warning-outline:active {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toDorVc948 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toDorVc948 .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toDorVc948 .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toDYT6LQdd {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toDYT6LQdd {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toDYT6LQdd {
    padding-top: 240px;
  }
}
.cid-toDYT6LQdd .block-title,
.cid-toDYT6LQdd .mbr-section-title,
.cid-toDYT6LQdd .line,
.cid-toDYT6LQdd .mbr-section-btn {
  color: #ffffff;
}
.cid-toDYT6LQdd .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toDYT6LQdd .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toDYT6LQdd .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toDYT6LQdd .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toDYT6LQdd .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toDYT6LQdd H1 {
  font-weight: 500 !important;
}
.cid-toDYT6LQdd .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toDYT6LQdd .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toDYT6LQdd .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toDYT6Xv6p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toDYT6Xv6p .container-fluid {
  padding: 0 3rem;
}
.cid-toDYT6Xv6p .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toDYT6Xv6p .btn {
  margin-top: 0;
}
.cid-toDYT6Xv6p .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toDYT6Xv6p .container-fluid {
    padding: 0 1rem;
  }
  .cid-toDYT6Xv6p .btn {
    margin-top: 0.4rem;
  }
  .cid-toDYT6Xv6p .mbr-section-btn {
    margin: 0;
  }
}
.cid-toDYT6Xv6p .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toDYT6Xv6p .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toDYT6Xv6p .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toDYT76hLK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toDYT76hLK .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toDZiwjRno {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-toDZiwjRno .mbr-section-subtitle {
  color: #767676;
}
.cid-toDZiwjRno .container-table {
  margin: 0 auto;
}
.cid-toDZiwjRno .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-toDZiwjRno .dataTables_wrapper {
  display: block;
}
.cid-toDZiwjRno .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-toDZiwjRno .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-toDZiwjRno table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-toDZiwjRno table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-toDZiwjRno table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-toDZiwjRno table td {
  border-top: 1px solid #cccccc;
}
.cid-toDZiwjRno table.table {
  background: #ffffff;
}
.cid-toDZiwjRno .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-toDZiwjRno .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-toDZiwjRno .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-toDZiwjRno .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-toDZiwjRno .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-toDZiwjRno .dataTables_filter {
    text-align: center;
  }
  .cid-toDZiwjRno .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toDYT7c1qV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toDYT7c1qV .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toDYT7c1qV .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toE3wTDlGO {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toE3wTDlGO {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toE3wTDlGO {
    padding-top: 240px;
  }
}
.cid-toE3wTDlGO .block-title,
.cid-toE3wTDlGO .mbr-section-title,
.cid-toE3wTDlGO .line,
.cid-toE3wTDlGO .mbr-section-btn {
  color: #ffffff;
}
.cid-toE3wTDlGO .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toE3wTDlGO .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toE3wTDlGO .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toE3wTDlGO .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toE3wTDlGO .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toE3wTDlGO H1 {
  font-weight: 500 !important;
}
.cid-toE3wTDlGO .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toE3wTDlGO .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toE3wTDlGO .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toE3wTPeaC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toE3wTPeaC .container-fluid {
  padding: 0 3rem;
}
.cid-toE3wTPeaC .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toE3wTPeaC .btn {
  margin-top: 0;
}
.cid-toE3wTPeaC .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toE3wTPeaC .container-fluid {
    padding: 0 1rem;
  }
  .cid-toE3wTPeaC .btn {
    margin-top: 0.4rem;
  }
  .cid-toE3wTPeaC .mbr-section-btn {
    margin: 0;
  }
}
.cid-toE3wTPeaC .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toE3wTPeaC .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toE3wTPeaC .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toE3wU0cR7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toE3wU0cR7 .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toE3wU7X5D {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toE3wU7X5D .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-toE3wU7X5D .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-toE3wU7X5D .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-toE3wU7X5D .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-toE3wU7X5D .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-toE3wU7X5D .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-toE3wU7X5D .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toE3wU7X5D .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-toE3wU7X5D .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toE3wU7X5D .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-toE3wU7X5D .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-toE3wU7X5D .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toE3wU7X5D .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-toE3wU7X5D .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-toE3wU7X5D .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-toE3wU7X5D .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-toE3wU7X5D .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toE3wU7X5D .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toE3wU7X5D .content-block .panel-group {
  width: 100%;
}
.cid-toE3wU7X5D .content-block .panel-text,
.cid-toE3wU7X5D .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-toE3wU7X5D .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-toE3wU7X5D .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toE3wU7X5D .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-toE3wU7X5D .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-toE3wU7X5D .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toE3wU7X5D .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-toE3wU7X5D .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toE3wU7X5D .content-block .card .panel-body {
  background: #ffffff;
}
.cid-toE3wU7X5D .content-block .header-text,
.cid-toE3wU7X5D .content-block .sign {
  color: #232323;
}
.cid-toE3wU7X5D .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-toE3wU7X5D .content-block .panel-text {
  color: #232323;
}
.cid-toE3wU7X5D H1 {
  color: #000000;
  text-align: center;
}
.cid-toE3wU7X5D H2 {
  text-align: left;
  color: #f83055;
}
.cid-toE3wU7X5D H4 {
  text-align: left;
}
.cid-toE3wU7X5D .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toE3wUBOyx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toE3wUBOyx .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toE3wUBOyx .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toE3xHc0uU {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toE3xHc0uU {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toE3xHc0uU {
    padding-top: 240px;
  }
}
.cid-toE3xHc0uU .block-title,
.cid-toE3xHc0uU .mbr-section-title,
.cid-toE3xHc0uU .line,
.cid-toE3xHc0uU .mbr-section-btn {
  color: #ffffff;
}
.cid-toE3xHc0uU .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toE3xHc0uU .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toE3xHc0uU .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toE3xHc0uU .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toE3xHc0uU .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toE3xHc0uU H1 {
  font-weight: 500 !important;
}
.cid-toE3xHc0uU .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toE3xHc0uU .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toE3xHc0uU .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toE3xHmoHg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toE3xHmoHg .container-fluid {
  padding: 0 3rem;
}
.cid-toE3xHmoHg .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toE3xHmoHg .btn {
  margin-top: 0;
}
.cid-toE3xHmoHg .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toE3xHmoHg .container-fluid {
    padding: 0 1rem;
  }
  .cid-toE3xHmoHg .btn {
    margin-top: 0.4rem;
  }
  .cid-toE3xHmoHg .mbr-section-btn {
    margin: 0;
  }
}
.cid-toE3xHmoHg .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toE3xHmoHg .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toE3xHmoHg .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toE3xHuPSn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toE3xHuPSn .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toE3xHBu5X {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toE3xHBu5X .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-toE3xHBu5X .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-toE3xHBu5X .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-toE3xHBu5X .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-toE3xHBu5X .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-toE3xHBu5X .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-toE3xHBu5X .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toE3xHBu5X .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-toE3xHBu5X .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toE3xHBu5X .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-toE3xHBu5X .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-toE3xHBu5X .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toE3xHBu5X .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-toE3xHBu5X .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-toE3xHBu5X .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-toE3xHBu5X .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-toE3xHBu5X .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toE3xHBu5X .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toE3xHBu5X .content-block .panel-group {
  width: 100%;
}
.cid-toE3xHBu5X .content-block .panel-text,
.cid-toE3xHBu5X .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-toE3xHBu5X .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-toE3xHBu5X .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toE3xHBu5X .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-toE3xHBu5X .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-toE3xHBu5X .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toE3xHBu5X .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-toE3xHBu5X .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toE3xHBu5X .content-block .card .panel-body {
  background: #ffffff;
}
.cid-toE3xHBu5X .content-block .header-text,
.cid-toE3xHBu5X .content-block .sign {
  color: #232323;
}
.cid-toE3xHBu5X .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-toE3xHBu5X .content-block .panel-text {
  color: #232323;
}
.cid-toE3xHBu5X H1 {
  color: #000000;
  text-align: center;
}
.cid-toE3xHBu5X H2 {
  text-align: left;
  color: #f83055;
}
.cid-toE3xHBu5X H4 {
  text-align: left;
}
.cid-toE3xHBu5X .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toE3xI4Cao {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toE3xI4Cao .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toE3xI4Cao .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toE3ycTMhw {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toE3ycTMhw {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toE3ycTMhw {
    padding-top: 240px;
  }
}
.cid-toE3ycTMhw .block-title,
.cid-toE3ycTMhw .mbr-section-title,
.cid-toE3ycTMhw .line,
.cid-toE3ycTMhw .mbr-section-btn {
  color: #ffffff;
}
.cid-toE3ycTMhw .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toE3ycTMhw .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toE3ycTMhw .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toE3ycTMhw .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toE3ycTMhw .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toE3ycTMhw H1 {
  font-weight: 500 !important;
}
.cid-toE3ycTMhw .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toE3ycTMhw .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toE3ycTMhw .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toE3yd1agH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toE3yd1agH .container-fluid {
  padding: 0 3rem;
}
.cid-toE3yd1agH .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toE3yd1agH .btn {
  margin-top: 0;
}
.cid-toE3yd1agH .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toE3yd1agH .container-fluid {
    padding: 0 1rem;
  }
  .cid-toE3yd1agH .btn {
    margin-top: 0.4rem;
  }
  .cid-toE3yd1agH .mbr-section-btn {
    margin: 0;
  }
}
.cid-toE3yd1agH .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toE3yd1agH .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toE3yd1agH .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toE3yd9MBv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toE3yd9MBv .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toE3ydfWoS {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toE3ydfWoS .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-toE3ydfWoS .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-toE3ydfWoS .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-toE3ydfWoS .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-toE3ydfWoS .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-toE3ydfWoS .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-toE3ydfWoS .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toE3ydfWoS .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-toE3ydfWoS .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toE3ydfWoS .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-toE3ydfWoS .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-toE3ydfWoS .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toE3ydfWoS .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-toE3ydfWoS .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-toE3ydfWoS .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-toE3ydfWoS .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-toE3ydfWoS .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toE3ydfWoS .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toE3ydfWoS .content-block .panel-group {
  width: 100%;
}
.cid-toE3ydfWoS .content-block .panel-text,
.cid-toE3ydfWoS .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-toE3ydfWoS .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-toE3ydfWoS .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toE3ydfWoS .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-toE3ydfWoS .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-toE3ydfWoS .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toE3ydfWoS .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-toE3ydfWoS .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toE3ydfWoS .content-block .card .panel-body {
  background: #ffffff;
}
.cid-toE3ydfWoS .content-block .header-text,
.cid-toE3ydfWoS .content-block .sign {
  color: #232323;
}
.cid-toE3ydfWoS .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-toE3ydfWoS .content-block .panel-text {
  color: #232323;
}
.cid-toE3ydfWoS H1 {
  color: #000000;
  text-align: center;
}
.cid-toE3ydfWoS H2 {
  text-align: left;
  color: #f83055;
}
.cid-toE3ydfWoS H4 {
  text-align: left;
}
.cid-toE3ydfWoS .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toE3ydI6w4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toE3ydI6w4 .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toE3ydI6w4 .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toE3yJANyy {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toE3yJANyy {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toE3yJANyy {
    padding-top: 240px;
  }
}
.cid-toE3yJANyy .block-title,
.cid-toE3yJANyy .mbr-section-title,
.cid-toE3yJANyy .line,
.cid-toE3yJANyy .mbr-section-btn {
  color: #ffffff;
}
.cid-toE3yJANyy .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toE3yJANyy .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toE3yJANyy .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toE3yJANyy .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toE3yJANyy .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toE3yJANyy H1 {
  font-weight: 500 !important;
}
.cid-toE3yJANyy .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toE3yJANyy .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toE3yJANyy .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toE3yJIJXf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toE3yJIJXf .container-fluid {
  padding: 0 3rem;
}
.cid-toE3yJIJXf .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toE3yJIJXf .btn {
  margin-top: 0;
}
.cid-toE3yJIJXf .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toE3yJIJXf .container-fluid {
    padding: 0 1rem;
  }
  .cid-toE3yJIJXf .btn {
    margin-top: 0.4rem;
  }
  .cid-toE3yJIJXf .mbr-section-btn {
    margin: 0;
  }
}
.cid-toE3yJIJXf .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toE3yJIJXf .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toE3yJIJXf .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toE3yJQThm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toE3yJQThm .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toE3yJW8mF {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toE3yJW8mF .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-toE3yJW8mF .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-toE3yJW8mF .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-toE3yJW8mF .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-toE3yJW8mF .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-toE3yJW8mF .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-toE3yJW8mF .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toE3yJW8mF .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-toE3yJW8mF .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toE3yJW8mF .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-toE3yJW8mF .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-toE3yJW8mF .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toE3yJW8mF .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-toE3yJW8mF .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-toE3yJW8mF .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-toE3yJW8mF .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-toE3yJW8mF .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toE3yJW8mF .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toE3yJW8mF .content-block .panel-group {
  width: 100%;
}
.cid-toE3yJW8mF .content-block .panel-text,
.cid-toE3yJW8mF .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-toE3yJW8mF .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-toE3yJW8mF .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toE3yJW8mF .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-toE3yJW8mF .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-toE3yJW8mF .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toE3yJW8mF .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-toE3yJW8mF .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toE3yJW8mF .content-block .card .panel-body {
  background: #ffffff;
}
.cid-toE3yJW8mF .content-block .header-text,
.cid-toE3yJW8mF .content-block .sign {
  color: #232323;
}
.cid-toE3yJW8mF .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-toE3yJW8mF .content-block .panel-text {
  color: #232323;
}
.cid-toE3yJW8mF H1 {
  color: #000000;
  text-align: center;
}
.cid-toE3yJW8mF H2 {
  text-align: left;
  color: #f83055;
}
.cid-toE3yJW8mF H4 {
  text-align: left;
}
.cid-toE3yJW8mF .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toE3yKn8UM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toE3yKn8UM .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toE3yKn8UM .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toE3BmGXa1 {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toE3BmGXa1 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toE3BmGXa1 {
    padding-top: 240px;
  }
}
.cid-toE3BmGXa1 .block-title,
.cid-toE3BmGXa1 .mbr-section-title,
.cid-toE3BmGXa1 .line,
.cid-toE3BmGXa1 .mbr-section-btn {
  color: #ffffff;
}
.cid-toE3BmGXa1 .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toE3BmGXa1 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toE3BmGXa1 .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toE3BmGXa1 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toE3BmGXa1 .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toE3BmGXa1 H1 {
  font-weight: 500 !important;
}
.cid-toE3BmGXa1 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toE3BmGXa1 .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toE3BmGXa1 .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toE3BmOKdr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toE3BmOKdr .container-fluid {
  padding: 0 3rem;
}
.cid-toE3BmOKdr .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toE3BmOKdr .btn {
  margin-top: 0;
}
.cid-toE3BmOKdr .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toE3BmOKdr .container-fluid {
    padding: 0 1rem;
  }
  .cid-toE3BmOKdr .btn {
    margin-top: 0.4rem;
  }
  .cid-toE3BmOKdr .mbr-section-btn {
    margin: 0;
  }
}
.cid-toE3BmOKdr .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toE3BmOKdr .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toE3BmOKdr .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toE3BmWuo9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toE3BmWuo9 .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toE3Bn3YQ8 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-toE3Bn3YQ8 .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-toE3Bn3YQ8 .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-toE3Bn3YQ8 .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-toE3Bn3YQ8 .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toE3Bn3YQ8 .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-toE3Bn3YQ8 .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-toE3Bn3YQ8 .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-toE3Bn3YQ8 .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toE3Bn3YQ8 .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toE3Bn3YQ8 .content-block .panel-group {
  width: 100%;
}
.cid-toE3Bn3YQ8 .content-block .panel-text,
.cid-toE3Bn3YQ8 .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-toE3Bn3YQ8 .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-toE3Bn3YQ8 .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toE3Bn3YQ8 .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-toE3Bn3YQ8 .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-toE3Bn3YQ8 .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toE3Bn3YQ8 .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-toE3Bn3YQ8 .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toE3Bn3YQ8 .content-block .card .panel-body {
  background: #ffffff;
}
.cid-toE3Bn3YQ8 .content-block .header-text,
.cid-toE3Bn3YQ8 .content-block .sign {
  color: #232323;
}
.cid-toE3Bn3YQ8 .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-toE3Bn3YQ8 .content-block .panel-text {
  color: #232323;
}
.cid-toE3Bn3YQ8 H1 {
  color: #000000;
  text-align: center;
}
.cid-toE3Bn3YQ8 H2 {
  text-align: left;
  color: #f83055;
}
.cid-toE3Bn3YQ8 H4 {
  text-align: left;
}
.cid-toE3Bn3YQ8 .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toE3Bnv3nq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toE3Bnv3nq .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toE3Bnv3nq .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toKjIFI4eG {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toKjIFI4eG {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toKjIFI4eG {
    padding-top: 240px;
  }
}
.cid-toKjIFI4eG .block-title,
.cid-toKjIFI4eG .mbr-section-title,
.cid-toKjIFI4eG .line,
.cid-toKjIFI4eG .mbr-section-btn {
  color: #ffffff;
}
.cid-toKjIFI4eG .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toKjIFI4eG .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toKjIFI4eG .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toKjIFI4eG .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toKjIFI4eG .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toKjIFI4eG H1 {
  font-weight: 500 !important;
}
.cid-toKjIFI4eG .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toKjIFI4eG .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toKjIFI4eG .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toKjIFSRvC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toKjIFSRvC .container-fluid {
  padding: 0 3rem;
}
.cid-toKjIFSRvC .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toKjIFSRvC .btn {
  margin-top: 0;
}
.cid-toKjIFSRvC .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toKjIFSRvC .container-fluid {
    padding: 0 1rem;
  }
  .cid-toKjIFSRvC .btn {
    margin-top: 0.4rem;
  }
  .cid-toKjIFSRvC .mbr-section-btn {
    margin: 0;
  }
}
.cid-toKjIFSRvC .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toKjIFSRvC .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toKjIFSRvC .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toKjIG1JPR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toKjIG1JPR .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toKjLX2ND5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-toKjLX2ND5 h4,
.cid-toKjLX2ND5 h5 {
  text-align: center;
}
.cid-toKjLX2ND5 h5 {
  font-weight: 400;
}
.cid-toKjLX2ND5 p {
  text-align: center;
}
.cid-toKjLX2ND5 .img-icon {
  height: 180px;
  width: 180px;
  border-radius: 50%;
}
.cid-toKjLX2ND5 .card-box {
  text-align: center;
}
.cid-toKjLX2ND5 .card-box:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 3px;
  background-color: #1D5B7C;
}
@media (min-width: 992px) {
  .cid-toKjLX2ND5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-toKjLX2ND5 H5 {
  color: #073b4c;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toKjIG7Yy4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toKjIG7Yy4 .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toKjIG7Yy4 .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toE3D7OzKZ {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toE3D7OzKZ {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toE3D7OzKZ {
    padding-top: 240px;
  }
}
.cid-toE3D7OzKZ .block-title,
.cid-toE3D7OzKZ .mbr-section-title,
.cid-toE3D7OzKZ .line,
.cid-toE3D7OzKZ .mbr-section-btn {
  color: #ffffff;
}
.cid-toE3D7OzKZ .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toE3D7OzKZ .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toE3D7OzKZ .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toE3D7OzKZ .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toE3D7OzKZ .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toE3D7OzKZ H1 {
  font-weight: 500 !important;
}
.cid-toE3D7OzKZ .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toE3D7OzKZ .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toE3D7OzKZ .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toE3D7WqaR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toE3D7WqaR .container-fluid {
  padding: 0 3rem;
}
.cid-toE3D7WqaR .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toE3D7WqaR .btn {
  margin-top: 0;
}
.cid-toE3D7WqaR .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toE3D7WqaR .container-fluid {
    padding: 0 1rem;
  }
  .cid-toE3D7WqaR .btn {
    margin-top: 0.4rem;
  }
  .cid-toE3D7WqaR .mbr-section-btn {
    margin: 0;
  }
}
.cid-toE3D7WqaR .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toE3D7WqaR .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toE3D7WqaR .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toE3D84erO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toE3D84erO .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toE3D8caK1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toE3D8caK1 .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-toE3D8caK1 .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-toE3D8caK1 .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-toE3D8caK1 .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-toE3D8caK1 .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-toE3D8caK1 .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-toE3D8caK1 .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toE3D8caK1 .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-toE3D8caK1 .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toE3D8caK1 .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-toE3D8caK1 .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-toE3D8caK1 .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toE3D8caK1 .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-toE3D8caK1 .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-toE3D8caK1 .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-toE3D8caK1 .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-toE3D8caK1 .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toE3D8caK1 .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toE3D8caK1 .content-block .panel-group {
  width: 100%;
}
.cid-toE3D8caK1 .content-block .panel-text,
.cid-toE3D8caK1 .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-toE3D8caK1 .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-toE3D8caK1 .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toE3D8caK1 .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-toE3D8caK1 .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-toE3D8caK1 .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toE3D8caK1 .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-toE3D8caK1 .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toE3D8caK1 .content-block .card .panel-body {
  background: #ffffff;
}
.cid-toE3D8caK1 .content-block .header-text,
.cid-toE3D8caK1 .content-block .sign {
  color: #232323;
}
.cid-toE3D8caK1 .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-toE3D8caK1 .content-block .panel-text {
  color: #232323;
}
.cid-toE3D8caK1 H1 {
  color: #000000;
  text-align: center;
}
.cid-toE3D8caK1 H2 {
  text-align: left;
  color: #f83055;
}
.cid-toE3D8caK1 H4 {
  text-align: left;
}
.cid-toE3D8caK1 .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toE3D8HFM7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toE3D8HFM7 .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toE3D8HFM7 .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toE3a02ufa {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toE3a02ufa {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toE3a02ufa {
    padding-top: 240px;
  }
}
.cid-toE3a02ufa .block-title,
.cid-toE3a02ufa .mbr-section-title,
.cid-toE3a02ufa .line,
.cid-toE3a02ufa .mbr-section-btn {
  color: #ffffff;
}
.cid-toE3a02ufa .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toE3a02ufa .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toE3a02ufa .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toE3a02ufa .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toE3a02ufa .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toE3a02ufa H1 {
  font-weight: 500 !important;
}
.cid-toE3a02ufa .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toE3a02ufa .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toE3a02ufa .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toE3a0bFkK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toE3a0bFkK .container-fluid {
  padding: 0 3rem;
}
.cid-toE3a0bFkK .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toE3a0bFkK .btn {
  margin-top: 0;
}
.cid-toE3a0bFkK .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toE3a0bFkK .container-fluid {
    padding: 0 1rem;
  }
  .cid-toE3a0bFkK .btn {
    margin-top: 0.4rem;
  }
  .cid-toE3a0bFkK .mbr-section-btn {
    margin: 0;
  }
}
.cid-toE3a0bFkK .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toE3a0bFkK .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toE3a0bFkK .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toE3a0jiYh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toE3a0jiYh .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toE3qOWUTl {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toE3qOWUTl .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-toE3qOWUTl .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-toE3qOWUTl .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-toE3qOWUTl .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-toE3qOWUTl .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-toE3qOWUTl .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-toE3qOWUTl .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toE3qOWUTl .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-toE3qOWUTl .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toE3qOWUTl .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-toE3qOWUTl .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-toE3qOWUTl .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toE3qOWUTl .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-toE3qOWUTl .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-toE3qOWUTl .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-toE3qOWUTl .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-toE3qOWUTl .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toE3qOWUTl .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toE3qOWUTl .content-block .panel-group {
  width: 100%;
}
.cid-toE3qOWUTl .content-block .panel-text,
.cid-toE3qOWUTl .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-toE3qOWUTl .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-toE3qOWUTl .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toE3qOWUTl .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-toE3qOWUTl .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-toE3qOWUTl .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toE3qOWUTl .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-toE3qOWUTl .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toE3qOWUTl .content-block .card .panel-body {
  background: #ffffff;
}
.cid-toE3qOWUTl .content-block .header-text,
.cid-toE3qOWUTl .content-block .sign {
  color: #232323;
}
.cid-toE3qOWUTl .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-toE3qOWUTl .content-block .panel-text {
  color: #232323;
}
.cid-toE3qOWUTl H1 {
  color: #000000;
  text-align: center;
}
.cid-toE3qOWUTl H2 {
  text-align: left;
  color: #f83055;
}
.cid-toE3qOWUTl H4 {
  text-align: left;
}
.cid-toE3qOWUTl .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toE3a0pShD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toE3a0pShD .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toE3a0pShD .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toSFB6Da7U {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toSFB6Da7U {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toSFB6Da7U {
    padding-top: 240px;
  }
}
.cid-toSFB6Da7U .block-title,
.cid-toSFB6Da7U .mbr-section-title,
.cid-toSFB6Da7U .line,
.cid-toSFB6Da7U .mbr-section-btn {
  color: #ffffff;
}
.cid-toSFB6Da7U .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toSFB6Da7U .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toSFB6Da7U .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toSFB6Da7U .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toSFB6Da7U .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toSFB6Da7U H1 {
  font-weight: 500 !important;
}
.cid-toSFB6Da7U .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toSFB6Da7U .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toSFB6Da7U .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toSFB6PUrT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toSFB6PUrT .container-fluid {
  padding: 0 3rem;
}
.cid-toSFB6PUrT .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toSFB6PUrT .btn {
  margin-top: 0;
}
.cid-toSFB6PUrT .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toSFB6PUrT .container-fluid {
    padding: 0 1rem;
  }
  .cid-toSFB6PUrT .btn {
    margin-top: 0.4rem;
  }
  .cid-toSFB6PUrT .mbr-section-btn {
    margin: 0;
  }
}
.cid-toSFB6PUrT .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toSFB6PUrT .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toSFB6PUrT .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toSFB6Z9tb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toSFB6Z9tb .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toYzc6NOgp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toYzc6NOgp .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-toYzc6NOgp .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-toYzc6NOgp .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-toYzc6NOgp .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-toYzc6NOgp .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-toYzc6NOgp .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-toYzc6NOgp .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toYzc6NOgp .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-toYzc6NOgp .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toYzc6NOgp .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 4px !important;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-toYzc6NOgp .dentaua-college-gal .card-columns {
    column-count: 4;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-toYzc6NOgp .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toYzc6NOgp .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-toYzc6NOgp .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-toYzc6NOgp .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-toYzc6NOgp .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-toYzc6NOgp .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toYzc6NOgp .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toYzc6NOgp .content-block .panel-group {
  width: 100%;
}
.cid-toYzc6NOgp .content-block .panel-text,
.cid-toYzc6NOgp .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-toYzc6NOgp .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-toYzc6NOgp .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toYzc6NOgp .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-toYzc6NOgp .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-toYzc6NOgp .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toYzc6NOgp .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-toYzc6NOgp .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toYzc6NOgp .content-block .card .panel-body {
  background: #ffffff;
}
.cid-toYzc6NOgp .content-block .header-text,
.cid-toYzc6NOgp .content-block .sign {
  color: #232323;
}
.cid-toYzc6NOgp .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-toYzc6NOgp .content-block .panel-text {
  color: #232323;
}
.cid-toYzc6NOgp H1 {
  color: #000000;
  text-align: center;
}
.cid-toYzc6NOgp H2 {
  text-align: left;
  color: #f83055;
}
.cid-toYzc6NOgp H4 {
  text-align: left;
  color: #767676;
}
.cid-toYzc6NOgp .dentaura-side-li li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.cid-toYzc6NOgp .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toSFB75nMt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toSFB75nMt .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toSFB75nMt .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toSHzXqAWS {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toSHzXqAWS {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toSHzXqAWS {
    padding-top: 240px;
  }
}
.cid-toSHzXqAWS .block-title,
.cid-toSHzXqAWS .mbr-section-title,
.cid-toSHzXqAWS .line,
.cid-toSHzXqAWS .mbr-section-btn {
  color: #ffffff;
}
.cid-toSHzXqAWS .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toSHzXqAWS .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toSHzXqAWS .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toSHzXqAWS .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toSHzXqAWS .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toSHzXqAWS H1 {
  font-weight: 500 !important;
}
.cid-toSHzXqAWS .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toSHzXqAWS .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toSHzXqAWS .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toSHzXBIIx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toSHzXBIIx .container-fluid {
  padding: 0 3rem;
}
.cid-toSHzXBIIx .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toSHzXBIIx .btn {
  margin-top: 0;
}
.cid-toSHzXBIIx .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toSHzXBIIx .container-fluid {
    padding: 0 1rem;
  }
  .cid-toSHzXBIIx .btn {
    margin-top: 0.4rem;
  }
  .cid-toSHzXBIIx .mbr-section-btn {
    margin: 0;
  }
}
.cid-toSHzXBIIx .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toSHzXBIIx .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toSHzXBIIx .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toSHzXJGhe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toSHzXJGhe .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toSIfata0z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toSIfata0z .mbr-text {
  color: #232323;
}
.cid-toSIfata0z H3 {
  font-weight: 400;
}
.cid-toSIfata0z .mbr-title {
  color: #151f29;
  font-weight: 600;
  font-size: 1.4rem;
}
.cid-toSIfata0z li {
  margin-left: 1rem;
}
.cid-toSIfata0z .dentaura-li li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toSHzXPMi8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toSHzXPMi8 .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toSHzXPMi8 .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toVYR0XL8r {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toVYR0XL8r {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toVYR0XL8r {
    padding-top: 240px;
  }
}
.cid-toVYR0XL8r .block-title,
.cid-toVYR0XL8r .mbr-section-title,
.cid-toVYR0XL8r .line,
.cid-toVYR0XL8r .mbr-section-btn {
  color: #ffffff;
}
.cid-toVYR0XL8r .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toVYR0XL8r .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toVYR0XL8r .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toVYR0XL8r .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toVYR0XL8r .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toVYR0XL8r H1 {
  font-weight: 500 !important;
}
.cid-toVYR0XL8r .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toVYR0XL8r .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toVYR0XL8r .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toVYR19twb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toVYR19twb .container-fluid {
  padding: 0 3rem;
}
.cid-toVYR19twb .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toVYR19twb .btn {
  margin-top: 0;
}
.cid-toVYR19twb .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toVYR19twb .container-fluid {
    padding: 0 1rem;
  }
  .cid-toVYR19twb .btn {
    margin-top: 0.4rem;
  }
  .cid-toVYR19twb .mbr-section-btn {
    margin: 0;
  }
}
.cid-toVYR19twb .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toVYR19twb .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toVYR19twb .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toVYR1h5iX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toVYR1h5iX .mbr-section-subtitle {
  color: #0f7699;
}
.cid-toVZ1o8MT8 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toVZ1o8MT8 .dentaua-college-gal .card-img {
  margin: 0px !important;
  position: relative;
}
.cid-toVZ1o8MT8 .dentaua-college-gal .card-box {
  margin: 0px !important;
  padding: 0rem 0.5rem 0.5rem 0.5rem;
  background-color: #efefef;
  border-radius: 4px;
}
.cid-toVZ1o8MT8 .dentaua-college-gal h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-toVZ1o8MT8 .dentaua-college-gal img {
  transition: all 0.3s;
  margin: 0px !important;
}
.cid-toVZ1o8MT8 .dentaua-college-gal .mbr-text {
  color: #ff3366;
  text-align: center;
}
.cid-toVZ1o8MT8 .dentaua-college-gal .photogald-search-icon {
  display: none;
}
.cid-toVZ1o8MT8 .dentaua-college-gal .card-wrapper {
  margin: 0px !important;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-toVZ1o8MT8 .dentaua-college-gal .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-toVZ1o8MT8 .dentaua-college-gal .card-wrapper:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toVZ1o8MT8 .dentaua-college-gal .card {
  padding: 0rem;
  break-inside: avoid-column;
  display: inline-block;
  min-width: 100%;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-toVZ1o8MT8 .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-toVZ1o8MT8 .dentaua-college-gal .card-columns {
    column-count: 3;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toVZ1o8MT8 .dentaua-college-gal .card-columns {
    column-count: 2;
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .cid-toVZ1o8MT8 .dentaua-college-gal .card-columns {
    column-gap: 0rem;
    column-gap: 0.5rem;
  }
}
.cid-toVZ1o8MT8 .dentaua-college-gal .dentaura-photogal-thumb {
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 4px;
}
.cid-toVZ1o8MT8 .dentaua-college-gal .card-title {
  color: #000000;
}
.cid-toVZ1o8MT8 .content-block .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toVZ1o8MT8 .content-block .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toVZ1o8MT8 .content-block .panel-group {
  width: 100%;
}
.cid-toVZ1o8MT8 .content-block .panel-text,
.cid-toVZ1o8MT8 .content-block .mbr-section-subtitle {
  color: #767676;
}
.cid-toVZ1o8MT8 .content-block .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-toVZ1o8MT8 .content-block .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toVZ1o8MT8 .content-block .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #e8d7c6;
  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-toVZ1o8MT8 .content-block .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-toVZ1o8MT8 .content-block .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-toVZ1o8MT8 .content-block .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-toVZ1o8MT8 .content-block .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toVZ1o8MT8 .content-block .card .panel-body {
  background: #ffffff;
}
.cid-toVZ1o8MT8 .content-block .header-text,
.cid-toVZ1o8MT8 .content-block .sign {
  color: #232323;
}
.cid-toVZ1o8MT8 .content-block .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-toVZ1o8MT8 .content-block .panel-text {
  color: #232323;
}
.cid-toVZ1o8MT8 H1 {
  color: #000000;
  text-align: center;
}
.cid-toVZ1o8MT8 H2 {
  text-align: left;
  color: #f83055;
}
.cid-toVZ1o8MT8 H4 {
  text-align: left;
}
.cid-toVZ1o8MT8 .dentaura-li li {
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toVYR1nEp2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toVYR1nEp2 .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toVYR1nEp2 .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toW0Sga0WA {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toW0Sga0WA {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toW0Sga0WA {
    padding-top: 240px;
  }
}
.cid-toW0Sga0WA .block-title,
.cid-toW0Sga0WA .mbr-section-title,
.cid-toW0Sga0WA .line,
.cid-toW0Sga0WA .mbr-section-btn {
  color: #ffffff;
}
.cid-toW0Sga0WA .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toW0Sga0WA .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toW0Sga0WA .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toW0Sga0WA .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toW0Sga0WA .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toW0Sga0WA H1 {
  font-weight: 500 !important;
}
.cid-toW0Sga0WA .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toW0Sga0WA .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toW0Sga0WA .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toW0Sgmx8f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toW0Sgmx8f .container-fluid {
  padding: 0 3rem;
}
.cid-toW0Sgmx8f .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toW0Sgmx8f .btn {
  margin-top: 0;
}
.cid-toW0Sgmx8f .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toW0Sgmx8f .container-fluid {
    padding: 0 1rem;
  }
  .cid-toW0Sgmx8f .btn {
    margin-top: 0.4rem;
  }
  .cid-toW0Sgmx8f .mbr-section-btn {
    margin: 0;
  }
}
.cid-toW0Sgmx8f .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toW0Sgmx8f .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toW0Sgmx8f .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toW0Sgv0QT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toW0Sgv0QT .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toW0SgCHlW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toW0SgCHlW .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toW0SgCHlW .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-tpPmVMMRl0 {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-tpPmVMMRl0 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-tpPmVMMRl0 {
    padding-top: 240px;
  }
}
.cid-tpPmVMMRl0 .block-title,
.cid-tpPmVMMRl0 .mbr-section-title,
.cid-tpPmVMMRl0 .line,
.cid-tpPmVMMRl0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tpPmVMMRl0 .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tpPmVMMRl0 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tpPmVMMRl0 .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tpPmVMMRl0 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tpPmVMMRl0 .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-tpPmVMMRl0 H1 {
  font-weight: 500 !important;
}
.cid-tpPmVMMRl0 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-tpPmVMMRl0 .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tpPmVMMRl0 .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-tpPmVMUYqO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPmVMUYqO .container-fluid {
  padding: 0 3rem;
}
.cid-tpPmVMUYqO .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-tpPmVMUYqO .btn {
  margin-top: 0;
}
.cid-tpPmVMUYqO .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tpPmVMUYqO .container-fluid {
    padding: 0 1rem;
  }
  .cid-tpPmVMUYqO .btn {
    margin-top: 0.4rem;
  }
  .cid-tpPmVMUYqO .mbr-section-btn {
    margin: 0;
  }
}
.cid-tpPmVMUYqO .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-tpPmVMUYqO .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-tpPmVMUYqO .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-tpPmVN2I9R {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tpPmVN2I9R .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tpRfbU4RZb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tpRfbU4RZb .mbr-section-subtitle {
  color: #767676;
}
.cid-tpPmVNaAuA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPmVNaAuA .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPmVNaAuA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPmVNaAuA .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPmVNaAuA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPmVNaAuA .mbr-text {
  color: #444;
}
.cid-tpPmVNaAuA h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPmVNaAuA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPmVNaAuA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPmVNaAuA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPmVNaAuA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPmVNaAuA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPmVNaAuA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPmVNaAuA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPmVNaAuA .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPmVNaAuA .media-container-row > div {
  padding: 0px;
}
.cid-tpPmVNaAuA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPmVNaAuA .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPmVNaAuA .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPmVNaAuA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPmVNaAuA .social-list,
  .cid-tpPmVNaAuA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPmVNaAuA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPmVNaAuA .form-group {
    max-width: 180px;
  }
}
.cid-tpPmVNaAuA .links span {
  color: #9e9e9e;
}
.cid-tpPmVNaAuA .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPmVNaAuA .logo-title {
  text-align: center;
}
.cid-tpPmVNaAuA .logo-title,
.cid-tpPmVNaAuA .logo {
  color: #ffffff;
}
.cid-tpPmVNaAuA .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPmVNaAuA .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPmVNaAuA .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPmVNaAuA h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPmVNaAuA .heighter {
  line-height: 2rem !important;
}
.cid-tpPmVNaAuA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPmVNaAuA .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPmVNaAuA .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-tpPmVNrhmq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-tpPmVNrhmq .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-tpPmVNrhmq .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-tpPmUB3gav {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-tpPmUB3gav {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-tpPmUB3gav {
    padding-top: 240px;
  }
}
.cid-tpPmUB3gav .block-title,
.cid-tpPmUB3gav .mbr-section-title,
.cid-tpPmUB3gav .line,
.cid-tpPmUB3gav .mbr-section-btn {
  color: #ffffff;
}
.cid-tpPmUB3gav .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tpPmUB3gav .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tpPmUB3gav .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tpPmUB3gav .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tpPmUB3gav .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-tpPmUB3gav H1 {
  font-weight: 500 !important;
}
.cid-tpPmUB3gav .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-tpPmUB3gav .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tpPmUB3gav .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-tpPmUBgp3O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPmUBgp3O .container-fluid {
  padding: 0 3rem;
}
.cid-tpPmUBgp3O .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-tpPmUBgp3O .btn {
  margin-top: 0;
}
.cid-tpPmUBgp3O .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tpPmUBgp3O .container-fluid {
    padding: 0 1rem;
  }
  .cid-tpPmUBgp3O .btn {
    margin-top: 0.4rem;
  }
  .cid-tpPmUBgp3O .mbr-section-btn {
    margin: 0;
  }
}
.cid-tpPmUBgp3O .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-tpPmUBgp3O .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-tpPmUBgp3O .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-tpPmUBqTN0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tpPmUBqTN0 .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tpRfhzepI0 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tpRfhzepI0 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tpRfhzepI0 .input {
  margin-bottom: 15px;
}
.cid-tpRfhzepI0 .map {
  width: 100%;
  height: 30rem;
}
.cid-tpRfhzepI0 .map iframe {
  width: inherit;
  height: 100%;
}
.cid-tpRfhzepI0 .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tpRfhzepI0 .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tpRfhzepI0 .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-tpRfhzepI0 .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-tpRfhzepI0 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tpRfhzepI0 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tpRfhzepI0 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tpRfhzepI0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tpRfhzepI0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tpRfhzepI0 .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-tpRfhzepI0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpRfhzepI0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tpRfhzepI0 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tpRfhzepI0 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tpRfhzepI0 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tpRfhzepI0 H5 {
  text-align: left;
  line-height: 1.29rem;
}
.cid-tpRfhzepI0 H2 {
  font-size: 1.8rem !important;
}
.cid-tpRfhzepI0 H4 {
  font-size: 1.4rem !important;
}
.cid-tpRfhzepI0 .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-tpRfgPc6Em .google-map {
  height: 25rem;
  position: relative;
}
.cid-tpRfgPc6Em .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tpRfgPc6Em .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-tpRfgPc6Em .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpRfgPc6Em .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tpRfgPc6Em .anchor {
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
}
.cid-tpPmUBxl9q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPmUBxl9q .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPmUBxl9q .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPmUBxl9q .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPmUBxl9q .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPmUBxl9q .mbr-text {
  color: #444;
}
.cid-tpPmUBxl9q h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPmUBxl9q .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPmUBxl9q .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPmUBxl9q .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPmUBxl9q .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPmUBxl9q .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPmUBxl9q .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPmUBxl9q .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPmUBxl9q .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPmUBxl9q .media-container-row > div {
  padding: 0px;
}
.cid-tpPmUBxl9q .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPmUBxl9q .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPmUBxl9q .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPmUBxl9q .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPmUBxl9q .social-list,
  .cid-tpPmUBxl9q .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPmUBxl9q h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPmUBxl9q .form-group {
    max-width: 180px;
  }
}
.cid-tpPmUBxl9q .links span {
  color: #9e9e9e;
}
.cid-tpPmUBxl9q .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPmUBxl9q .logo-title {
  text-align: center;
}
.cid-tpPmUBxl9q .logo-title,
.cid-tpPmUBxl9q .logo {
  color: #ffffff;
}
.cid-tpPmUBxl9q .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPmUBxl9q .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPmUBxl9q .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPmUBxl9q h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPmUBxl9q .heighter {
  line-height: 2rem !important;
}
.cid-tpPmUBxl9q .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPmUBxl9q .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPmUBxl9q .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-tpPmUBOKur {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-tpPmUBOKur .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-tpPmUBOKur .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-tqPhQKopHb {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-tqPhQKopHb {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-tqPhQKopHb {
    padding-top: 240px;
  }
}
.cid-tqPhQKopHb .block-title,
.cid-tqPhQKopHb .mbr-section-title,
.cid-tqPhQKopHb .line,
.cid-tqPhQKopHb .mbr-section-btn {
  color: #ffffff;
}
.cid-tqPhQKopHb .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tqPhQKopHb .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tqPhQKopHb .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tqPhQKopHb .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tqPhQKopHb .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-tqPhQKopHb H1 {
  font-weight: 500 !important;
}
.cid-tqPhQKopHb .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-tqPhQKopHb .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tqPhQKopHb .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-tqPhQKx5W6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tqPhQKx5W6 .container-fluid {
  padding: 0 3rem;
}
.cid-tqPhQKx5W6 .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-tqPhQKx5W6 .btn {
  margin-top: 0;
}
.cid-tqPhQKx5W6 .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tqPhQKx5W6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tqPhQKx5W6 .btn {
    margin-top: 0.4rem;
  }
  .cid-tqPhQKx5W6 .mbr-section-btn {
    margin: 0;
  }
}
.cid-tqPhQKx5W6 .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-tqPhQKx5W6 .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-tqPhQKx5W6 .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-tqPhQKGlK0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tqPhQKGlK0 .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tqS0uV8wkK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-tqS0uV8wkK .mbr-text {
  color: #767676;
}
.cid-tqS0uV8wkK h4 {
  text-align: center;
}
.cid-tqS0uV8wkK p {
  text-align: center;
}
.cid-tqS0uV8wkK .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tqPhQKNToi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tqPhQKNToi .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tqPhQKNToi .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tqPhQKNToi .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tqPhQKNToi .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tqPhQKNToi .mbr-text {
  color: #444;
}
.cid-tqPhQKNToi h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tqPhQKNToi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tqPhQKNToi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqPhQKNToi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tqPhQKNToi .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqPhQKNToi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqPhQKNToi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tqPhQKNToi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tqPhQKNToi .social-list a:hover {
  opacity: 0.4;
}
.cid-tqPhQKNToi .media-container-row > div {
  padding: 0px;
}
.cid-tqPhQKNToi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tqPhQKNToi .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tqPhQKNToi .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tqPhQKNToi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqPhQKNToi .social-list,
  .cid-tqPhQKNToi .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqPhQKNToi h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tqPhQKNToi .form-group {
    max-width: 180px;
  }
}
.cid-tqPhQKNToi .links span {
  color: #9e9e9e;
}
.cid-tqPhQKNToi .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tqPhQKNToi .logo-title {
  text-align: center;
}
.cid-tqPhQKNToi .logo-title,
.cid-tqPhQKNToi .logo {
  color: #ffffff;
}
.cid-tqPhQKNToi .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tqPhQKNToi .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tqPhQKNToi .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tqPhQKNToi h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tqPhQKNToi .heighter {
  line-height: 2rem !important;
}
.cid-tqPhQKNToi .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tqPhQKNToi .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tqPhQKNToi .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-tqPhQL7fN9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-tqPhQL7fN9 .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-tqPhQL7fN9 .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-toL7bbYsZ2 {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-toL7bbYsZ2 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-toL7bbYsZ2 {
    padding-top: 240px;
  }
}
.cid-toL7bbYsZ2 .block-title,
.cid-toL7bbYsZ2 .mbr-section-title,
.cid-toL7bbYsZ2 .line,
.cid-toL7bbYsZ2 .mbr-section-btn {
  color: #ffffff;
}
.cid-toL7bbYsZ2 .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-toL7bbYsZ2 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-toL7bbYsZ2 .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-toL7bbYsZ2 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-toL7bbYsZ2 .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-toL7bbYsZ2 H1 {
  font-weight: 500 !important;
}
.cid-toL7bbYsZ2 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-toL7bbYsZ2 .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-toL7bbYsZ2 .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-toL7bcbSbA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-toL7bcbSbA .container-fluid {
  padding: 0 3rem;
}
.cid-toL7bcbSbA .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-toL7bcbSbA .btn {
  margin-top: 0;
}
.cid-toL7bcbSbA .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-toL7bcbSbA .container-fluid {
    padding: 0 1rem;
  }
  .cid-toL7bcbSbA .btn {
    margin-top: 0.4rem;
  }
  .cid-toL7bcbSbA .mbr-section-btn {
    margin: 0;
  }
}
.cid-toL7bcbSbA .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-toL7bcbSbA .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-toL7bcbSbA .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-toL7bcjly4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-toL7bcjly4 .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tGpBN6FgqL {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tGpBN6FgqL .mbr-text,
.cid-tGpBN6FgqL blockquote {
  color: #767676;
}
.cid-tGpBN6FgqL .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003C00;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
}
.cid-tGpBN6FgqL .page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #E8ECEF;
  border-color: #E2E2E2;
}
.cid-tGpBN6FgqL .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-tGpBN6FgqL .page-link:focus,
.cid-tGpBN6FgqL .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-tEl2KmhvVH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tEl2KmhvVH .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tEl2KmhvVH .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tEl2KmhvVH .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tEl2KmhvVH .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tEl2KmhvVH .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tEl2KmhvVH H1 {
  color: #232323;
}
.cid-tEl2KmhvVH P {
  text-align: left;
  color: #232323;
}
.cid-tEl2KmhvVH .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tEl2KmhvVH .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tEl2KmhvVH .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tEl2KmhvVH .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tEl2KmhvVH .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tEl2KmhvVH .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tEl2KmhvVH .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tEl2KmhvVH .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tEl2KmhvVH .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tEl2KmhvVH .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tEl2KmhvVH .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tEl2KmhvVH .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tEl2KmhvVH .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tEl2KmhvVH H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tEl2KmhvVH .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tEl2KmhvVH H2 {
  text-align: center;
}
.cid-tzfBpXzJHQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzfBpXzJHQ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tzfBpXzJHQ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzfBpXzJHQ .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tzfBpXzJHQ .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tzfBpXzJHQ .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tzfBpXzJHQ H1 {
  color: #232323;
}
.cid-tzfBpXzJHQ P {
  text-align: left;
  color: #232323;
}
.cid-tzfBpXzJHQ .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tzfBpXzJHQ .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tzfBpXzJHQ .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tzfBpXzJHQ .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tzfBpXzJHQ .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tzfBpXzJHQ .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tzfBpXzJHQ .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tzfBpXzJHQ .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tzfBpXzJHQ .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tzfBpXzJHQ .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzfBpXzJHQ .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzfBpXzJHQ .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tzfBpXzJHQ .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tzfBpXzJHQ H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tzfBpXzJHQ .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tzfBpXzJHQ H2 {
  text-align: center;
}
.cid-tzd6rNHCtn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzd6rNHCtn .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tzd6rNHCtn .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzd6rNHCtn .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tzd6rNHCtn .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tzd6rNHCtn .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tzd6rNHCtn H1 {
  color: #232323;
}
.cid-tzd6rNHCtn P {
  text-align: left;
  color: #232323;
}
.cid-tzd6rNHCtn .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tzd6rNHCtn .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tzd6rNHCtn .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tzd6rNHCtn .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tzd6rNHCtn .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tzd6rNHCtn .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tzd6rNHCtn .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tzd6rNHCtn .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tzd6rNHCtn .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tzd6rNHCtn .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzd6rNHCtn .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzd6rNHCtn .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tzd6rNHCtn .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tzd6rNHCtn H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tzd6rNHCtn .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tzd6rNHCtn H2 {
  text-align: center;
}
.cid-tzbXNOLJwi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzbXNOLJwi .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tzbXNOLJwi .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzbXNOLJwi .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tzbXNOLJwi .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tzbXNOLJwi .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tzbXNOLJwi H1 {
  color: #232323;
}
.cid-tzbXNOLJwi P {
  text-align: left;
  color: #232323;
}
.cid-tzbXNOLJwi .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tzbXNOLJwi .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tzbXNOLJwi .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tzbXNOLJwi .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tzbXNOLJwi .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tzbXNOLJwi .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tzbXNOLJwi .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tzbXNOLJwi .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tzbXNOLJwi .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tzbXNOLJwi .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzbXNOLJwi .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzbXNOLJwi .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tzbXNOLJwi .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tzbXNOLJwi H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tzbXNOLJwi .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tzbXNOLJwi H2 {
  text-align: center;
}
.cid-tzbTcaIEx1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzbTcaIEx1 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tzbTcaIEx1 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzbTcaIEx1 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tzbTcaIEx1 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tzbTcaIEx1 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tzbTcaIEx1 H1 {
  color: #232323;
}
.cid-tzbTcaIEx1 P {
  text-align: left;
  color: #232323;
}
.cid-tzbTcaIEx1 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tzbTcaIEx1 .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tzbTcaIEx1 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tzbTcaIEx1 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tzbTcaIEx1 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tzbTcaIEx1 .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tzbTcaIEx1 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tzbTcaIEx1 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tzbTcaIEx1 .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tzbTcaIEx1 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzbTcaIEx1 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzbTcaIEx1 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tzbTcaIEx1 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tzbTcaIEx1 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tzbTcaIEx1 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tzbTcaIEx1 H2 {
  text-align: center;
}
.cid-tzbTcDWc0r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzbTcDWc0r .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tzbTcDWc0r .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzbTcDWc0r .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tzbTcDWc0r .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tzbTcDWc0r .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tzbTcDWc0r H1 {
  color: #232323;
}
.cid-tzbTcDWc0r P {
  text-align: left;
  color: #232323;
}
.cid-tzbTcDWc0r .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tzbTcDWc0r .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tzbTcDWc0r .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tzbTcDWc0r .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tzbTcDWc0r .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tzbTcDWc0r .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tzbTcDWc0r .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tzbTcDWc0r .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tzbTcDWc0r .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tzbTcDWc0r .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzbTcDWc0r .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tzbTcDWc0r .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tzbTcDWc0r .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tzbTcDWc0r H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tzbTcDWc0r .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tzbTcDWc0r H2 {
  text-align: center;
}
.cid-tsskWKD7Ya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tsskWKD7Ya .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tsskWKD7Ya .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tsskWKD7Ya .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tsskWKD7Ya .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tsskWKD7Ya .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tsskWKD7Ya H1 {
  color: #232323;
}
.cid-tsskWKD7Ya P {
  text-align: left;
  color: #232323;
}
.cid-tsskWKD7Ya .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tsskWKD7Ya .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tsskWKD7Ya .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tsskWKD7Ya .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tsskWKD7Ya .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tsskWKD7Ya .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tsskWKD7Ya .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tsskWKD7Ya .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tsskWKD7Ya .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tsskWKD7Ya .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tsskWKD7Ya .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tsskWKD7Ya .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tsskWKD7Ya .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tsskWKD7Ya H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tsskWKD7Ya .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tsskWKD7Ya H2 {
  text-align: center;
}
.cid-trmTQUBgar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trmTQUBgar .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-trmTQUBgar .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-trmTQUBgar .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-trmTQUBgar .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-trmTQUBgar .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-trmTQUBgar H1 {
  color: #232323;
}
.cid-trmTQUBgar P {
  text-align: left;
  color: #232323;
}
.cid-trmTQUBgar .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-trmTQUBgar .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-trmTQUBgar .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-trmTQUBgar .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-trmTQUBgar .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-trmTQUBgar .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-trmTQUBgar .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-trmTQUBgar .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-trmTQUBgar .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-trmTQUBgar .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-trmTQUBgar .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-trmTQUBgar .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-trmTQUBgar .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-trmTQUBgar H3 {
  text-align: left;
  color: #073b4c;
}
.cid-trmTQUBgar .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-trmTQUBgar H2 {
  text-align: center;
}
.cid-tqUpl9siQp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tqUpl9siQp .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tqUpl9siQp .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tqUpl9siQp .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tqUpl9siQp .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tqUpl9siQp .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tqUpl9siQp H1 {
  color: #232323;
}
.cid-tqUpl9siQp P {
  text-align: left;
  color: #232323;
}
.cid-tqUpl9siQp .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tqUpl9siQp .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tqUpl9siQp .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tqUpl9siQp .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tqUpl9siQp .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tqUpl9siQp .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tqUpl9siQp .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tqUpl9siQp .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tqUpl9siQp .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tqUpl9siQp .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tqUpl9siQp .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tqUpl9siQp .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tqUpl9siQp .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tqUpl9siQp H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tqUpl9siQp .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tqUpl9siQp H2 {
  text-align: center;
}
.cid-tqJPYftxdo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tqJPYftxdo .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tqJPYftxdo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tqJPYftxdo .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tqJPYftxdo .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tqJPYftxdo .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tqJPYftxdo H1 {
  color: #232323;
}
.cid-tqJPYftxdo P {
  text-align: left;
  color: #232323;
}
.cid-tqJPYftxdo .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tqJPYftxdo .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tqJPYftxdo .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tqJPYftxdo .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tqJPYftxdo .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tqJPYftxdo .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tqJPYftxdo .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tqJPYftxdo .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tqJPYftxdo .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tqJPYftxdo .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tqJPYftxdo .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tqJPYftxdo .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tqJPYftxdo .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tqJPYftxdo H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tqJPYftxdo .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tqJPYftxdo H2 {
  text-align: center;
}
.cid-toL7KqmbTJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toL7KqmbTJ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toL7KqmbTJ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toL7KqmbTJ .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toL7KqmbTJ .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toL7KqmbTJ .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toL7KqmbTJ H1 {
  color: #232323;
}
.cid-toL7KqmbTJ P {
  text-align: left;
  color: #232323;
}
.cid-toL7KqmbTJ .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toL7KqmbTJ .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toL7KqmbTJ .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toL7KqmbTJ .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toL7KqmbTJ .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toL7KqmbTJ .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toL7KqmbTJ .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toL7KqmbTJ .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toL7KqmbTJ .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toL7KqmbTJ .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7KqmbTJ .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7KqmbTJ .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toL7KqmbTJ .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toL7KqmbTJ H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toL7KqmbTJ .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toL7KqmbTJ H2 {
  text-align: center;
}
.cid-toRuSf8H2L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toRuSf8H2L .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toRuSf8H2L .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toRuSf8H2L .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toRuSf8H2L .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toRuSf8H2L .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toRuSf8H2L H1 {
  color: #232323;
}
.cid-toRuSf8H2L P {
  text-align: left;
  color: #232323;
}
.cid-toRuSf8H2L .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toRuSf8H2L .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toRuSf8H2L .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toRuSf8H2L .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toRuSf8H2L .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toRuSf8H2L .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toRuSf8H2L .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toRuSf8H2L .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toRuSf8H2L .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toRuSf8H2L .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuSf8H2L .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuSf8H2L .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toRuSf8H2L .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toRuSf8H2L H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toRuSf8H2L .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toRuSf8H2L H2 {
  text-align: center;
}
.cid-tpzNHwT36j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tpzNHwT36j .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-tpzNHwT36j .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tpzNHwT36j .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-tpzNHwT36j .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tpzNHwT36j .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-tpzNHwT36j H1 {
  color: #232323;
}
.cid-tpzNHwT36j P {
  text-align: left;
  color: #232323;
}
.cid-tpzNHwT36j .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-tpzNHwT36j .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-tpzNHwT36j .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-tpzNHwT36j .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-tpzNHwT36j .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-tpzNHwT36j .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tpzNHwT36j .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-tpzNHwT36j .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-tpzNHwT36j .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-tpzNHwT36j .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tpzNHwT36j .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-tpzNHwT36j .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-tpzNHwT36j .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-tpzNHwT36j H3 {
  text-align: left;
  color: #073b4c;
}
.cid-tpzNHwT36j .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-tpzNHwT36j H2 {
  text-align: center;
}
.cid-toL7NaBLSx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toL7NaBLSx .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toL7NaBLSx .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toL7NaBLSx .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toL7NaBLSx .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toL7NaBLSx .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toL7NaBLSx H1 {
  color: #232323;
}
.cid-toL7NaBLSx P {
  text-align: left;
  color: #232323;
}
.cid-toL7NaBLSx .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toL7NaBLSx .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toL7NaBLSx .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toL7NaBLSx .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toL7NaBLSx .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toL7NaBLSx .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toL7NaBLSx .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toL7NaBLSx .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toL7NaBLSx .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toL7NaBLSx .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7NaBLSx .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7NaBLSx .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toL7NaBLSx .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toL7NaBLSx H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toL7NaBLSx .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toL7NaBLSx H2 {
  text-align: center;
}
.cid-toL7MGs9vM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toL7MGs9vM .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toL7MGs9vM .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toL7MGs9vM .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toL7MGs9vM .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toL7MGs9vM .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toL7MGs9vM H1 {
  color: #232323;
}
.cid-toL7MGs9vM P {
  text-align: left;
  color: #232323;
}
.cid-toL7MGs9vM .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toL7MGs9vM .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toL7MGs9vM .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toL7MGs9vM .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toL7MGs9vM .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toL7MGs9vM .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toL7MGs9vM .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toL7MGs9vM .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toL7MGs9vM .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toL7MGs9vM .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7MGs9vM .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7MGs9vM .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toL7MGs9vM .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toL7MGs9vM H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toL7MGs9vM .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toL7MGs9vM H2 {
  text-align: center;
}
.cid-toL7MglXXB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toL7MglXXB .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toL7MglXXB .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toL7MglXXB .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toL7MglXXB .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toL7MglXXB .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toL7MglXXB H1 {
  color: #232323;
}
.cid-toL7MglXXB P {
  text-align: left;
  color: #232323;
}
.cid-toL7MglXXB .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toL7MglXXB .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toL7MglXXB .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toL7MglXXB .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toL7MglXXB .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toL7MglXXB .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toL7MglXXB .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toL7MglXXB .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toL7MglXXB .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toL7MglXXB .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7MglXXB .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7MglXXB .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toL7MglXXB .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toL7MglXXB H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toL7MglXXB .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toL7MglXXB H2 {
  text-align: center;
}
.cid-toL7NGinpE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toL7NGinpE .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toL7NGinpE .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toL7NGinpE .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toL7NGinpE .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toL7NGinpE .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toL7NGinpE H1 {
  color: #232323;
}
.cid-toL7NGinpE P {
  text-align: left;
  color: #232323;
}
.cid-toL7NGinpE .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toL7NGinpE .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toL7NGinpE .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toL7NGinpE .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toL7NGinpE .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toL7NGinpE .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toL7NGinpE .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toL7NGinpE .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toL7NGinpE .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toL7NGinpE .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7NGinpE .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7NGinpE .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toL7NGinpE .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toL7NGinpE H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toL7NGinpE .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toL7NGinpE H2 {
  text-align: center;
}
.cid-toL7LNISPx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toL7LNISPx .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toL7LNISPx .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toL7LNISPx .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toL7LNISPx .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toL7LNISPx .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toL7LNISPx H1 {
  color: #232323;
}
.cid-toL7LNISPx P {
  text-align: left;
  color: #232323;
}
.cid-toL7LNISPx .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toL7LNISPx .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toL7LNISPx .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toL7LNISPx .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toL7LNISPx .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toL7LNISPx .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toL7LNISPx .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toL7LNISPx .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toL7LNISPx .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toL7LNISPx .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7LNISPx .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7LNISPx .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toL7LNISPx .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toL7LNISPx H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toL7LNISPx .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toL7LNISPx H2 {
  text-align: center;
}
.cid-toL7LkwgiA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toL7LkwgiA .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toL7LkwgiA .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toL7LkwgiA .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toL7LkwgiA .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toL7LkwgiA .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toL7LkwgiA H1 {
  color: #232323;
}
.cid-toL7LkwgiA P {
  text-align: left;
  color: #232323;
}
.cid-toL7LkwgiA .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toL7LkwgiA .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toL7LkwgiA .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toL7LkwgiA .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toL7LkwgiA .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toL7LkwgiA .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toL7LkwgiA .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toL7LkwgiA .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toL7LkwgiA .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toL7LkwgiA .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7LkwgiA .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7LkwgiA .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toL7LkwgiA .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toL7LkwgiA H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toL7LkwgiA .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toL7LkwgiA H2 {
  text-align: center;
}
.cid-toRuRPld3m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toRuRPld3m .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toRuRPld3m .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toRuRPld3m .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toRuRPld3m .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toRuRPld3m .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toRuRPld3m H1 {
  color: #232323;
}
.cid-toRuRPld3m P {
  text-align: left;
  color: #232323;
}
.cid-toRuRPld3m .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toRuRPld3m .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toRuRPld3m .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toRuRPld3m .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toRuRPld3m .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toRuRPld3m .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toRuRPld3m .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toRuRPld3m .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toRuRPld3m .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toRuRPld3m .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuRPld3m .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuRPld3m .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toRuRPld3m .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toRuRPld3m H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toRuRPld3m .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toRuRPld3m H2 {
  text-align: center;
}
.cid-toL7KTx6Rs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toL7KTx6Rs .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toL7KTx6Rs .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toL7KTx6Rs .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toL7KTx6Rs .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toL7KTx6Rs .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toL7KTx6Rs H1 {
  color: #232323;
}
.cid-toL7KTx6Rs P {
  text-align: left;
  color: #232323;
}
.cid-toL7KTx6Rs .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toL7KTx6Rs .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toL7KTx6Rs .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toL7KTx6Rs .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toL7KTx6Rs .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toL7KTx6Rs .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toL7KTx6Rs .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toL7KTx6Rs .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toL7KTx6Rs .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toL7KTx6Rs .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7KTx6Rs .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toL7KTx6Rs .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toL7KTx6Rs .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toL7KTx6Rs H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toL7KTx6Rs .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toL7KTx6Rs H2 {
  text-align: center;
}
.cid-toRuSDBnZP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toRuSDBnZP .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toRuSDBnZP .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toRuSDBnZP .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toRuSDBnZP .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toRuSDBnZP .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toRuSDBnZP H1 {
  color: #232323;
}
.cid-toRuSDBnZP P {
  text-align: left;
  color: #232323;
}
.cid-toRuSDBnZP .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toRuSDBnZP .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toRuSDBnZP .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toRuSDBnZP .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toRuSDBnZP .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toRuSDBnZP .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toRuSDBnZP .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toRuSDBnZP .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toRuSDBnZP .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toRuSDBnZP .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuSDBnZP .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuSDBnZP .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toRuSDBnZP .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toRuSDBnZP H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toRuSDBnZP .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toRuSDBnZP H2 {
  text-align: center;
}
.cid-toRuT2MKxa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toRuT2MKxa .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toRuT2MKxa .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toRuT2MKxa .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toRuT2MKxa .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toRuT2MKxa .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toRuT2MKxa H1 {
  color: #232323;
}
.cid-toRuT2MKxa P {
  text-align: left;
  color: #232323;
}
.cid-toRuT2MKxa .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toRuT2MKxa .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toRuT2MKxa .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toRuT2MKxa .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toRuT2MKxa .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toRuT2MKxa .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toRuT2MKxa .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toRuT2MKxa .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toRuT2MKxa .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toRuT2MKxa .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuT2MKxa .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuT2MKxa .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toRuT2MKxa .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toRuT2MKxa H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toRuT2MKxa .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toRuT2MKxa H2 {
  text-align: center;
}
.cid-toRuTomMnk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toRuTomMnk .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toRuTomMnk .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toRuTomMnk .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toRuTomMnk .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toRuTomMnk .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toRuTomMnk H1 {
  color: #232323;
}
.cid-toRuTomMnk P {
  text-align: left;
  color: #232323;
}
.cid-toRuTomMnk .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toRuTomMnk .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toRuTomMnk .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toRuTomMnk .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toRuTomMnk .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toRuTomMnk .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toRuTomMnk .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toRuTomMnk .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toRuTomMnk .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toRuTomMnk .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuTomMnk .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuTomMnk .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toRuTomMnk .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toRuTomMnk H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toRuTomMnk .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toRuTomMnk H2 {
  text-align: center;
}
.cid-toRuRj87eX {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-toRuRj87eX .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-toRuRj87eX .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-toRuRj87eX .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-toRuRj87eX .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-toRuRj87eX .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-toRuRj87eX H1 {
  color: #232323;
}
.cid-toRuRj87eX P {
  text-align: left;
  color: #232323;
}
.cid-toRuRj87eX .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-toRuRj87eX .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-toRuRj87eX .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-toRuRj87eX .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-toRuRj87eX .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-toRuRj87eX .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-toRuRj87eX .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-toRuRj87eX .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-toRuRj87eX .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-toRuRj87eX .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuRj87eX .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-toRuRj87eX .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-toRuRj87eX .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-toRuRj87eX H3 {
  text-align: left;
  color: #073b4c;
}
.cid-toRuRj87eX .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-toRuRj87eX H2 {
  text-align: center;
}
.cid-tGpBPcxIiA {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tGpBPcxIiA .mbr-text,
.cid-tGpBPcxIiA blockquote {
  color: #767676;
}
.cid-tGpBPcxIiA .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003C00;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
}
.cid-tGpBPcxIiA .page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #E8ECEF;
  border-color: #E2E2E2;
}
.cid-tGpBPcxIiA .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-tGpBPcxIiA .page-link:focus,
.cid-tGpBPcxIiA .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-tpPcKwIh8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tpPcKwIh8V .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tpPcKwIh8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tpPcKwIh8V .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tpPcKwIh8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tpPcKwIh8V .mbr-text {
  color: #444;
}
.cid-tpPcKwIh8V h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tpPcKwIh8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tpPcKwIh8V .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tpPcKwIh8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tpPcKwIh8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpPcKwIh8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tpPcKwIh8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tpPcKwIh8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tpPcKwIh8V .social-list a:hover {
  opacity: 0.4;
}
.cid-tpPcKwIh8V .media-container-row > div {
  padding: 0px;
}
.cid-tpPcKwIh8V .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tpPcKwIh8V .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tpPcKwIh8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tpPcKwIh8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tpPcKwIh8V .social-list,
  .cid-tpPcKwIh8V .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tpPcKwIh8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tpPcKwIh8V .form-group {
    max-width: 180px;
  }
}
.cid-tpPcKwIh8V .links span {
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tpPcKwIh8V .logo-title {
  text-align: center;
}
.cid-tpPcKwIh8V .logo-title,
.cid-tpPcKwIh8V .logo {
  color: #ffffff;
}
.cid-tpPcKwIh8V .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tpPcKwIh8V .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tpPcKwIh8V .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tpPcKwIh8V .heighter {
  line-height: 2rem !important;
}
.cid-tpPcKwIh8V .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tpPcKwIh8V .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-toL7bcp0RF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-toL7bcp0RF .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-toL7bcp0RF .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-tGpB3ZZsz2 {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-tGpB3ZZsz2 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-tGpB3ZZsz2 {
    padding-top: 240px;
  }
}
.cid-tGpB3ZZsz2 .block-title,
.cid-tGpB3ZZsz2 .mbr-section-title,
.cid-tGpB3ZZsz2 .line,
.cid-tGpB3ZZsz2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tGpB3ZZsz2 .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tGpB3ZZsz2 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tGpB3ZZsz2 .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tGpB3ZZsz2 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tGpB3ZZsz2 .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-tGpB3ZZsz2 H1 {
  font-weight: 500 !important;
}
.cid-tGpB3ZZsz2 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-tGpB3ZZsz2 .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tGpB3ZZsz2 .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-tGpB409mvj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tGpB409mvj .container-fluid {
  padding: 0 3rem;
}
.cid-tGpB409mvj .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-tGpB409mvj .btn {
  margin-top: 0;
}
.cid-tGpB409mvj .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tGpB409mvj .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGpB409mvj .btn {
    margin-top: 0.4rem;
  }
  .cid-tGpB409mvj .mbr-section-btn {
    margin: 0;
  }
}
.cid-tGpB409mvj .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-tGpB409mvj .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-tGpB409mvj .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-tGpB40hl6I {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tGpB40hl6I .mbr-section-subtitle {
  color: #0f7699;
}
.cid-uBndM18BOK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBndM18BOK .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uBndM18BOK .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uBndM18BOK .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uBndM18BOK .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uBndM18BOK .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uBndM18BOK H1 {
  color: #232323;
}
.cid-uBndM18BOK P {
  text-align: left;
  color: #232323;
}
.cid-uBndM18BOK .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uBndM18BOK .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uBndM18BOK .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uBndM18BOK .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uBndM18BOK .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uBndM18BOK .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBndM18BOK .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uBndM18BOK .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uBndM18BOK .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uBndM18BOK .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uBndM18BOK .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uBndM18BOK .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uBndM18BOK .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uBndM18BOK H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uBndM18BOK .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uBndM18BOK H2 {
  text-align: center;
}
.cid-v5vSsZiKgm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v5vSsZiKgm .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-v5vSsZiKgm .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-v5vSsZiKgm .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-v5vSsZiKgm .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-v5vSsZiKgm .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-v5vSsZiKgm H1 {
  color: #232323;
}
.cid-v5vSsZiKgm P {
  text-align: left;
  color: #232323;
}
.cid-v5vSsZiKgm .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-v5vSsZiKgm .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-v5vSsZiKgm .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-v5vSsZiKgm .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-v5vSsZiKgm .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-v5vSsZiKgm .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v5vSsZiKgm .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-v5vSsZiKgm .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-v5vSsZiKgm .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-v5vSsZiKgm .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-v5vSsZiKgm .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-v5vSsZiKgm .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-v5vSsZiKgm .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-v5vSsZiKgm H3 {
  text-align: left;
  color: #073b4c;
}
.cid-v5vSsZiKgm .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-v5vSsZiKgm H2 {
  text-align: center;
}
.cid-uY79qOAUMY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uY79qOAUMY .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uY79qOAUMY .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uY79qOAUMY .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uY79qOAUMY .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uY79qOAUMY .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uY79qOAUMY H1 {
  color: #232323;
}
.cid-uY79qOAUMY P {
  text-align: left;
  color: #232323;
}
.cid-uY79qOAUMY .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uY79qOAUMY .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uY79qOAUMY .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uY79qOAUMY .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uY79qOAUMY .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uY79qOAUMY .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uY79qOAUMY .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uY79qOAUMY .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uY79qOAUMY .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uY79qOAUMY .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uY79qOAUMY .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uY79qOAUMY .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uY79qOAUMY .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uY79qOAUMY H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uY79qOAUMY .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uY79qOAUMY H2 {
  text-align: center;
}
.cid-uQ94J4Cl4H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQ94J4Cl4H .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uQ94J4Cl4H .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uQ94J4Cl4H .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uQ94J4Cl4H .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uQ94J4Cl4H .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uQ94J4Cl4H H1 {
  color: #232323;
}
.cid-uQ94J4Cl4H P {
  text-align: left;
  color: #232323;
}
.cid-uQ94J4Cl4H .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uQ94J4Cl4H .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uQ94J4Cl4H .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uQ94J4Cl4H .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uQ94J4Cl4H .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uQ94J4Cl4H .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQ94J4Cl4H .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uQ94J4Cl4H .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uQ94J4Cl4H .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uQ94J4Cl4H .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uQ94J4Cl4H .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uQ94J4Cl4H .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uQ94J4Cl4H .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uQ94J4Cl4H H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uQ94J4Cl4H .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uQ94J4Cl4H H2 {
  text-align: center;
}
.cid-uY78nvkrhk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uY78nvkrhk .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uY78nvkrhk .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uY78nvkrhk .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uY78nvkrhk .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uY78nvkrhk .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uY78nvkrhk H1 {
  color: #232323;
}
.cid-uY78nvkrhk P {
  text-align: left;
  color: #232323;
}
.cid-uY78nvkrhk .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uY78nvkrhk .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uY78nvkrhk .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uY78nvkrhk .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uY78nvkrhk .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uY78nvkrhk .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uY78nvkrhk .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uY78nvkrhk .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uY78nvkrhk .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uY78nvkrhk .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uY78nvkrhk .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uY78nvkrhk .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uY78nvkrhk .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uY78nvkrhk H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uY78nvkrhk .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uY78nvkrhk H2 {
  text-align: center;
}
.cid-uFeQNmb6Gl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFeQNmb6Gl .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uFeQNmb6Gl .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uFeQNmb6Gl .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uFeQNmb6Gl .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uFeQNmb6Gl .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uFeQNmb6Gl H1 {
  color: #232323;
}
.cid-uFeQNmb6Gl P {
  text-align: left;
  color: #232323;
}
.cid-uFeQNmb6Gl .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uFeQNmb6Gl .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uFeQNmb6Gl .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uFeQNmb6Gl .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uFeQNmb6Gl .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uFeQNmb6Gl .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFeQNmb6Gl .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uFeQNmb6Gl .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uFeQNmb6Gl .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uFeQNmb6Gl .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uFeQNmb6Gl .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uFeQNmb6Gl .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uFeQNmb6Gl .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uFeQNmb6Gl H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uFeQNmb6Gl .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uFeQNmb6Gl H2 {
  text-align: center;
}
.cid-uIEaQ78TQo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIEaQ78TQo .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIEaQ78TQo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIEaQ78TQo .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIEaQ78TQo .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIEaQ78TQo .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIEaQ78TQo H1 {
  color: #232323;
}
.cid-uIEaQ78TQo P {
  text-align: left;
  color: #232323;
}
.cid-uIEaQ78TQo .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIEaQ78TQo .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIEaQ78TQo .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIEaQ78TQo .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIEaQ78TQo .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIEaQ78TQo .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIEaQ78TQo .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIEaQ78TQo .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIEaQ78TQo .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIEaQ78TQo .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIEaQ78TQo .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIEaQ78TQo .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIEaQ78TQo .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIEaQ78TQo H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIEaQ78TQo .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIEaQ78TQo H2 {
  text-align: center;
}
.cid-uIEaRIiArh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIEaRIiArh .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIEaRIiArh .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIEaRIiArh .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIEaRIiArh .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIEaRIiArh .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIEaRIiArh H1 {
  color: #232323;
}
.cid-uIEaRIiArh P {
  text-align: left;
  color: #232323;
}
.cid-uIEaRIiArh .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIEaRIiArh .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIEaRIiArh .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIEaRIiArh .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIEaRIiArh .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIEaRIiArh .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIEaRIiArh .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIEaRIiArh .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIEaRIiArh .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIEaRIiArh .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIEaRIiArh .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIEaRIiArh .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIEaRIiArh .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIEaRIiArh H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIEaRIiArh .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIEaRIiArh H2 {
  text-align: center;
}
.cid-tGpBFHMxCc {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGpBFHMxCc .mbr-text,
.cid-tGpBFHMxCc blockquote {
  color: #767676;
}
.cid-tGpBFHMxCc .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003C00;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
}
.cid-tGpBFHMxCc .page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #E8ECEF;
  border-color: #E2E2E2;
}
.cid-tGpBFHMxCc .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-tGpBFHMxCc .page-link:focus,
.cid-tGpBFHMxCc .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-tGpB40nUGi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tGpB40nUGi .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tGpB40nUGi .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tGpB40nUGi .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tGpB40nUGi .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tGpB40nUGi .mbr-text {
  color: #444;
}
.cid-tGpB40nUGi h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tGpB40nUGi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tGpB40nUGi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGpB40nUGi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tGpB40nUGi .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGpB40nUGi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tGpB40nUGi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tGpB40nUGi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGpB40nUGi .social-list a:hover {
  opacity: 0.4;
}
.cid-tGpB40nUGi .media-container-row > div {
  padding: 0px;
}
.cid-tGpB40nUGi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tGpB40nUGi .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tGpB40nUGi .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tGpB40nUGi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tGpB40nUGi .social-list,
  .cid-tGpB40nUGi .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tGpB40nUGi h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tGpB40nUGi .form-group {
    max-width: 180px;
  }
}
.cid-tGpB40nUGi .links span {
  color: #9e9e9e;
}
.cid-tGpB40nUGi .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tGpB40nUGi .logo-title {
  text-align: center;
}
.cid-tGpB40nUGi .logo-title,
.cid-tGpB40nUGi .logo {
  color: #ffffff;
}
.cid-tGpB40nUGi .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tGpB40nUGi .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tGpB40nUGi .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tGpB40nUGi h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tGpB40nUGi .heighter {
  line-height: 2rem !important;
}
.cid-tGpB40nUGi .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tGpB40nUGi .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tGpB40nUGi .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-tGpB40HnXT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-tGpB40HnXT .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-tGpB40HnXT .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-tNfoXZNFhj {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-tNfoXZNFhj {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-tNfoXZNFhj {
    padding-top: 240px;
  }
}
.cid-tNfoXZNFhj .block-title,
.cid-tNfoXZNFhj .mbr-section-title,
.cid-tNfoXZNFhj .line,
.cid-tNfoXZNFhj .mbr-section-btn {
  color: #ffffff;
}
.cid-tNfoXZNFhj .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tNfoXZNFhj .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tNfoXZNFhj .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tNfoXZNFhj .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tNfoXZNFhj .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-tNfoXZNFhj H1 {
  font-weight: 500 !important;
}
.cid-tNfoXZNFhj .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-tNfoXZNFhj .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tNfoXZNFhj .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-tNfoY01oFK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tNfoY01oFK .container-fluid {
  padding: 0 3rem;
}
.cid-tNfoY01oFK .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-tNfoY01oFK .btn {
  margin-top: 0;
}
.cid-tNfoY01oFK .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tNfoY01oFK .container-fluid {
    padding: 0 1rem;
  }
  .cid-tNfoY01oFK .btn {
    margin-top: 0.4rem;
  }
  .cid-tNfoY01oFK .mbr-section-btn {
    margin: 0;
  }
}
.cid-tNfoY01oFK .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-tNfoY01oFK .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-tNfoY01oFK .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-tNfoY0bbjp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tNfoY0bbjp .mbr-section-subtitle {
  color: #0f7699;
}
.cid-tNfoY0jxX7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tNfoY0jxX7 P {
  color: #767676;
}
.cid-tNfoY0uGBZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-tNfoY0uGBZ .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tNfoY0uGBZ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tNfoY0uGBZ .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tNfoY0uGBZ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-tNfoY0uGBZ .mbr-text {
  color: #444;
}
.cid-tNfoY0uGBZ h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-tNfoY0uGBZ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tNfoY0uGBZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tNfoY0uGBZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tNfoY0uGBZ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tNfoY0uGBZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tNfoY0uGBZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tNfoY0uGBZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tNfoY0uGBZ .social-list a:hover {
  opacity: 0.4;
}
.cid-tNfoY0uGBZ .media-container-row > div {
  padding: 0px;
}
.cid-tNfoY0uGBZ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tNfoY0uGBZ .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-tNfoY0uGBZ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tNfoY0uGBZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tNfoY0uGBZ .social-list,
  .cid-tNfoY0uGBZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tNfoY0uGBZ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tNfoY0uGBZ .form-group {
    max-width: 180px;
  }
}
.cid-tNfoY0uGBZ .links span {
  color: #9e9e9e;
}
.cid-tNfoY0uGBZ .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tNfoY0uGBZ .logo-title {
  text-align: center;
}
.cid-tNfoY0uGBZ .logo-title,
.cid-tNfoY0uGBZ .logo {
  color: #ffffff;
}
.cid-tNfoY0uGBZ .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-tNfoY0uGBZ .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-tNfoY0uGBZ .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-tNfoY0uGBZ h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-tNfoY0uGBZ .heighter {
  line-height: 2rem !important;
}
.cid-tNfoY0uGBZ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tNfoY0uGBZ .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tNfoY0uGBZ .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-tNfoY0R6my {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-tNfoY0R6my .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-tNfoY0R6my .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-twzKYownO8 {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-twzKYownO8 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-twzKYownO8 {
    padding-top: 240px;
  }
}
.cid-twzKYownO8 .block-title,
.cid-twzKYownO8 .mbr-section-title,
.cid-twzKYownO8 .line,
.cid-twzKYownO8 .mbr-section-btn {
  color: #ffffff;
}
.cid-twzKYownO8 .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-twzKYownO8 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-twzKYownO8 .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-twzKYownO8 .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-twzKYownO8 .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-twzKYownO8 H1 {
  font-weight: 500 !important;
}
.cid-twzKYownO8 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-twzKYownO8 .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-twzKYownO8 .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-twzKYoEeN9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-twzKYoEeN9 .container-fluid {
  padding: 0 3rem;
}
.cid-twzKYoEeN9 .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-twzKYoEeN9 .btn {
  margin-top: 0;
}
.cid-twzKYoEeN9 .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-twzKYoEeN9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-twzKYoEeN9 .btn {
    margin-top: 0.4rem;
  }
  .cid-twzKYoEeN9 .mbr-section-btn {
    margin: 0;
  }
}
.cid-twzKYoEeN9 .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-twzKYoEeN9 .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-twzKYoEeN9 .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-twzKYoMRgz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-twzKYoMRgz .mbr-section-subtitle {
  color: #0f7699;
}
.cid-twzP7AHVDG {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f8f4f1;
}
.cid-twzP7AHVDG .mbr-text {
  color: #767676;
}
.cid-twzP7AHVDG h4 {
  text-align: center;
}
.cid-twzP7AHVDG p {
  text-align: center;
}
.cid-twzP7AHVDG .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-twzP7AHVDG H2 {
  color: #fc6800;
}
.cid-twzP7AHVDG .mbr-section-subtitle {
  color: #0f7699;
}
.cid-twzKYoSsYu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-twzKYoSsYu .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-twzKYoSsYu .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-twzKYoSsYu .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-twzKYoSsYu .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-twzKYoSsYu .mbr-text {
  color: #444;
}
.cid-twzKYoSsYu h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-twzKYoSsYu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-twzKYoSsYu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-twzKYoSsYu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-twzKYoSsYu .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-twzKYoSsYu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-twzKYoSsYu .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-twzKYoSsYu .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-twzKYoSsYu .social-list a:hover {
  opacity: 0.4;
}
.cid-twzKYoSsYu .media-container-row > div {
  padding: 0px;
}
.cid-twzKYoSsYu .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-twzKYoSsYu .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-twzKYoSsYu .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-twzKYoSsYu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-twzKYoSsYu .social-list,
  .cid-twzKYoSsYu .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-twzKYoSsYu h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-twzKYoSsYu .form-group {
    max-width: 180px;
  }
}
.cid-twzKYoSsYu .links span {
  color: #9e9e9e;
}
.cid-twzKYoSsYu .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-twzKYoSsYu .logo-title {
  text-align: center;
}
.cid-twzKYoSsYu .logo-title,
.cid-twzKYoSsYu .logo {
  color: #ffffff;
}
.cid-twzKYoSsYu .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-twzKYoSsYu .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-twzKYoSsYu .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-twzKYoSsYu h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-twzKYoSsYu .heighter {
  line-height: 2rem !important;
}
.cid-twzKYoSsYu .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-twzKYoSsYu .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-twzKYoSsYu .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-twzKYpdqeY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-twzKYpdqeY .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-twzKYpdqeY .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cid-uXAGyBzpXs .navbar {
  background: #fc6800;
  transition: none;
  min-height: 50px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .navbar-dropdown.bg-color.transparent.opened {
  background: #fc6800;
}
.cid-uXAGyBzpXs a {
  font-style: normal;
}
.cid-uXAGyBzpXs a:focus {
  color: #fff !important;
}
.cid-uXAGyBzpXs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uXAGyBzpXs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uXAGyBzpXs .nav-item:focus,
.cid-uXAGyBzpXs .nav-link:focus {
  outline: none;
}
.cid-uXAGyBzpXs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXAGyBzpXs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uXAGyBzpXs .menu-logo {
  margin-right: auto;
  margin-top: 0rem !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand {
  display: flex;
  margin-top: 0rem;
  margin-left: 1.5rem;
  padding: 0rem 0rem 0.5rem 0rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  width: auto;
  min-width: 7rem !important;
  margin: .3rem 0;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
  border-radius: 0px 0px 7px 7px;
  background: #ffffff;
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo img {
    height: 4.7rem !important;
  }
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uXAGyBzpXs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 5rem;
    width: auto;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
  }
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .dropdown-item:hover {
    margin-left: 1rem !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu {
  background: #fc6800;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: left;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: .6em 1.5385em 0.6em 1.5385em !important;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXAGyBzpXs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uXAGyBzpXs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.3rem;
  top: 0.85rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXAGyBzpXs .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-uXAGyBzpXs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uXAGyBzpXs .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a {
  font-size: 2rem !important;
  line-height: 2rem;
  transition: font-size 0.25s;
  padding: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-logo a img {
  height: 2rem !important;
}
.cid-uXAGyBzpXs .navbar.navbar-short .navbar-brand {
  min-height: 2.2rem;
  margin-top: 0rem;
}
.cid-uXAGyBzpXs .navbar.navbar-short .menu-dentaura-top {
  display: none !important;
}
.cid-uXAGyBzpXs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uXAGyBzpXs button.navbar-toggler:focus {
  outline: none;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXAGyBzpXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXAGyBzpXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXAGyBzpXs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uXAGyBzpXs .collapsed .btn {
  display: -webkit-flex;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uXAGyBzpXs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uXAGyBzpXs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uXAGyBzpXs .collapsed button.navbar-toggler {
  display: block;
}
.cid-uXAGyBzpXs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uXAGyBzpXs .collapsed .navbar-toggleable-sm {
  flex-direction: left;
  -webkit-flex-direction: left;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uXAGyBzpXs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uXAGyBzpXs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uXAGyBzpXs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs img {
    height: 3.8rem !important;
  }
  .cid-uXAGyBzpXs .btn {
    display: -webkit-flex;
  }
  .cid-uXAGyBzpXs button.navbar-toggler {
    display: block;
  }
  .cid-uXAGyBzpXs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uXAGyBzpXs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uXAGyBzpXs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
    margin-top: 5rem !important;
    max-width: 400px;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing,
  .cid-uXAGyBzpXs .navbar-collapse.show {
    display: block !important;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uXAGyBzpXs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uXAGyBzpXs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uXAGyBzpXs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uXAGyBzpXs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 5px !important;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uXAGyBzpXs .nav-link,
  .cid-uXAGyBzpXs .dropdown-item {
    justify-content: start !important;
  }
  .cid-uXAGyBzpXs .menu-logo {
    margin-top: 0px !important;
    margin-bottom: auto !important;
    width: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-uXAGyBzpXs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uXAGyBzpXs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uXAGyBzpXs .nav-link:hover,
.cid-uXAGyBzpXs .dropdown-item:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .menu-dentaura-top {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #fc6800;
  width: 100% !important;
  display: flex;
  border-top: 5px solid #203242;
  border-bottom: 1px solid #ff3366;
  background-image: url('../../../assets/images/overlay-dentaura-019.png');
}
.cid-uXAGyBzpXs .container-fluid {
  padding: 0px!important;
  margin: 0px!important;
}
.cid-uXAGyBzpXs .dropdown-item {
  border-bottom: 0px solid #ffffff;
  line-height: 1.2rem !important;
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 0px solid #ffffff;
  }
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uXAGyBzpXs .widget-icon {
  display: inline-block;
  padding-right: 0.7rem;
  font-size: 1.65rem;
}
.cid-uXAGyBzpXs .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uXAGyBzpXs .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uXAGyBzpXs .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uXAGyBzpXs .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uXAGyBzpXs .widget-content .widget-text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uXAGyBzpXs .info-two {
    display: none;
  }
}
.cid-uXAGyBzpXs .icon-wrap {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
.cid-uXAGyBzpXs .top-linker {
  margin: 5px;
}
.cid-uXAGyBzpXs .top-linker:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .topwidget-linkone:hover {
  color: #f7ed4a !important;
}
.cid-uXAGyBzpXs .btn:hover {
  background: #374c7c !important;
  border-color: #374c7c !important;
}
@media (min-width: 1024px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: block;
  }
}
@media (max-width: 1023.8px) {
  .cid-uXAGyBzpXs .menu-dentaura-top-cover {
    display: none;
  }
}
.cid-uXAGyBzpXs .navbar-caption {
  width: auto;
  min-width: 200px !important;
  font-weight: 300 !important;
}
.cid-uXAGyBzpXs .navbar-dropdown.navbar-short .navbar-brand span {
  margin-top: 0px !important;
}
.cid-uXAGyBzpXs .navbar-buttons {
  min-width: 150px !important;
}
.cid-uIDWgGkoTN {
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg3-1800x1013.jpg");
}
@media (max-width: 991px) {
  .cid-uIDWgGkoTN {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgGkoTN {
    padding-top: 240px;
  }
}
.cid-uIDWgGkoTN .block-title,
.cid-uIDWgGkoTN .mbr-section-title,
.cid-uIDWgGkoTN .line,
.cid-uIDWgGkoTN .mbr-section-btn {
  color: #ffffff;
}
.cid-uIDWgGkoTN .google-box-dentaura {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 400px;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uIDWgGkoTN .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-uIDWgGkoTN .google-box-dentaura {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-uIDWgGkoTN .google-box-dentaura {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uIDWgGkoTN .google-box-dentaura img {
  display: inline-block;
  max-width: 37px !important;
  max-height: 14px !important;
}
.cid-uIDWgGkoTN H1 {
  font-weight: 500 !important;
}
.cid-uIDWgGkoTN .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (min-width: 769px) {
  .cid-uIDWgGkoTN .fluid-container {
    margin: 0rem 4rem 0rem 4rem !important;
  }
}
@media (max-width: 768px) {
  .cid-uIDWgGkoTN .fluid-container {
    margin: 0rem 1rem 0rem 1rem !important;
  }
}
.cid-uIDWgGx47x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-uIDWgGx47x .container-fluid {
  padding: 0 3rem;
}
.cid-uIDWgGx47x .mbr-section-title {
  color: #efefef;
  text-align: left;
}
.cid-uIDWgGx47x .btn {
  margin-top: 0;
}
.cid-uIDWgGx47x .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uIDWgGx47x .container-fluid {
    padding: 0 1rem;
  }
  .cid-uIDWgGx47x .btn {
    margin-top: 0.4rem;
  }
  .cid-uIDWgGx47x .mbr-section-btn {
    margin: 0;
  }
}
.cid-uIDWgGx47x .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-uIDWgGx47x .mbr-section-title SPAN {
  color: #2cd3b4;
}
.cid-uIDWgGx47x .idacokbg {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cid-uIDWgGHScU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIDWgGHScU .mbr-section-subtitle {
  color: #0f7699;
}
.cid-uIE7q25nRM {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIE7q25nRM .mbr-text,
.cid-uIE7q25nRM blockquote {
  color: #767676;
}
.cid-uIE7q25nRM .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003C00;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
}
.cid-uIE7q25nRM .page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #E8ECEF;
  border-color: #E2E2E2;
}
.cid-uIE7q25nRM .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-uIE7q25nRM .page-link:focus,
.cid-uIE7q25nRM .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-uIDWgJoEFm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgJoEFm .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgJoEFm .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgJoEFm .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgJoEFm .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgJoEFm .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgJoEFm H1 {
  color: #232323;
}
.cid-uIDWgJoEFm P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgJoEFm .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgJoEFm .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgJoEFm .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgJoEFm .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgJoEFm .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgJoEFm .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgJoEFm .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgJoEFm .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgJoEFm .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgJoEFm .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgJoEFm .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgJoEFm .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgJoEFm .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgJoEFm H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgJoEFm .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgJoEFm H2 {
  text-align: center;
}
.cid-uIDWgLjyUN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgLjyUN .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgLjyUN .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgLjyUN .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgLjyUN .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgLjyUN .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgLjyUN H1 {
  color: #232323;
}
.cid-uIDWgLjyUN P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgLjyUN .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgLjyUN .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgLjyUN .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgLjyUN .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgLjyUN .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgLjyUN .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgLjyUN .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgLjyUN .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgLjyUN .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgLjyUN .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgLjyUN .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgLjyUN .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgLjyUN .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgLjyUN H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgLjyUN .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgLjyUN H2 {
  text-align: center;
}
.cid-uIDWgMoyny {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgMoyny .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgMoyny .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgMoyny .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgMoyny .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgMoyny .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgMoyny H1 {
  color: #232323;
}
.cid-uIDWgMoyny P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgMoyny .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgMoyny .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgMoyny .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgMoyny .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgMoyny .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgMoyny .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgMoyny .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgMoyny .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgMoyny .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgMoyny .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgMoyny .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgMoyny .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgMoyny .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgMoyny H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgMoyny .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgMoyny H2 {
  text-align: center;
}
.cid-uIDWgNsSgB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgNsSgB .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgNsSgB .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgNsSgB .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgNsSgB .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgNsSgB .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgNsSgB H1 {
  color: #232323;
}
.cid-uIDWgNsSgB P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgNsSgB .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgNsSgB .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgNsSgB .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgNsSgB .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgNsSgB .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgNsSgB .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgNsSgB .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgNsSgB .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgNsSgB .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgNsSgB .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgNsSgB .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgNsSgB .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgNsSgB .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgNsSgB H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgNsSgB .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgNsSgB H2 {
  text-align: center;
}
.cid-uIDWgOC5uP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgOC5uP .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgOC5uP .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgOC5uP .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgOC5uP .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgOC5uP .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgOC5uP H1 {
  color: #232323;
}
.cid-uIDWgOC5uP P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgOC5uP .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgOC5uP .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgOC5uP .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgOC5uP .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgOC5uP .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgOC5uP .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgOC5uP .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgOC5uP .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgOC5uP .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgOC5uP .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgOC5uP .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgOC5uP .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgOC5uP .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgOC5uP H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgOC5uP .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgOC5uP H2 {
  text-align: center;
}
.cid-uIDWgPR5J2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgPR5J2 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgPR5J2 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgPR5J2 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgPR5J2 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgPR5J2 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgPR5J2 H1 {
  color: #232323;
}
.cid-uIDWgPR5J2 P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgPR5J2 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgPR5J2 .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgPR5J2 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgPR5J2 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgPR5J2 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgPR5J2 .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgPR5J2 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgPR5J2 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgPR5J2 .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgPR5J2 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgPR5J2 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgPR5J2 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgPR5J2 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgPR5J2 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgPR5J2 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgPR5J2 H2 {
  text-align: center;
}
.cid-uIDWgR3mhx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgR3mhx .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgR3mhx .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgR3mhx .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgR3mhx .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgR3mhx .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgR3mhx H1 {
  color: #232323;
}
.cid-uIDWgR3mhx P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgR3mhx .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgR3mhx .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgR3mhx .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgR3mhx .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgR3mhx .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgR3mhx .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgR3mhx .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgR3mhx .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgR3mhx .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgR3mhx .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgR3mhx .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgR3mhx .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgR3mhx .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgR3mhx H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgR3mhx .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgR3mhx H2 {
  text-align: center;
}
.cid-uIDWgShAIc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgShAIc .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgShAIc .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgShAIc .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgShAIc .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgShAIc .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgShAIc H1 {
  color: #232323;
}
.cid-uIDWgShAIc P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgShAIc .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgShAIc .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgShAIc .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgShAIc .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgShAIc .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgShAIc .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgShAIc .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgShAIc .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgShAIc .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgShAIc .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgShAIc .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgShAIc .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgShAIc .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgShAIc H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgShAIc .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgShAIc H2 {
  text-align: center;
}
.cid-uIDWgTvQbr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgTvQbr .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgTvQbr .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgTvQbr .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgTvQbr .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgTvQbr .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgTvQbr H1 {
  color: #232323;
}
.cid-uIDWgTvQbr P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgTvQbr .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgTvQbr .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgTvQbr .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgTvQbr .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgTvQbr .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgTvQbr .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgTvQbr .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgTvQbr .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgTvQbr .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgTvQbr .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgTvQbr .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgTvQbr .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgTvQbr .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgTvQbr H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgTvQbr .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgTvQbr H2 {
  text-align: center;
}
.cid-uIDWgUMWQ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgUMWQ8 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgUMWQ8 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgUMWQ8 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgUMWQ8 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgUMWQ8 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgUMWQ8 H1 {
  color: #232323;
}
.cid-uIDWgUMWQ8 P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgUMWQ8 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgUMWQ8 .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgUMWQ8 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgUMWQ8 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgUMWQ8 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgUMWQ8 .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgUMWQ8 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgUMWQ8 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgUMWQ8 .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgUMWQ8 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgUMWQ8 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgUMWQ8 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgUMWQ8 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgUMWQ8 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgUMWQ8 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgUMWQ8 H2 {
  text-align: center;
}
.cid-uIDWgWaSh2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgWaSh2 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgWaSh2 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgWaSh2 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgWaSh2 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgWaSh2 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgWaSh2 H1 {
  color: #232323;
}
.cid-uIDWgWaSh2 P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgWaSh2 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgWaSh2 .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgWaSh2 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgWaSh2 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgWaSh2 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgWaSh2 .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgWaSh2 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgWaSh2 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgWaSh2 .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgWaSh2 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgWaSh2 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgWaSh2 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgWaSh2 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgWaSh2 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgWaSh2 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgWaSh2 H2 {
  text-align: center;
}
.cid-uIDWgXv1RP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgXv1RP .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgXv1RP .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgXv1RP .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgXv1RP .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgXv1RP .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgXv1RP H1 {
  color: #232323;
}
.cid-uIDWgXv1RP P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgXv1RP .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgXv1RP .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgXv1RP .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgXv1RP .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgXv1RP .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgXv1RP .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgXv1RP .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgXv1RP .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgXv1RP .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgXv1RP .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgXv1RP .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgXv1RP .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgXv1RP .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgXv1RP H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgXv1RP .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgXv1RP H2 {
  text-align: center;
}
.cid-uIDWgYROfR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWgYROfR .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWgYROfR .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWgYROfR .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWgYROfR .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWgYROfR .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWgYROfR H1 {
  color: #232323;
}
.cid-uIDWgYROfR P {
  text-align: left;
  color: #232323;
}
.cid-uIDWgYROfR .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWgYROfR .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWgYROfR .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWgYROfR .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWgYROfR .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWgYROfR .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWgYROfR .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWgYROfR .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWgYROfR .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWgYROfR .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgYROfR .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWgYROfR .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWgYROfR .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWgYROfR H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWgYROfR .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWgYROfR H2 {
  text-align: center;
}
.cid-uIDWh0j0ic {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWh0j0ic .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWh0j0ic .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWh0j0ic .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWh0j0ic .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWh0j0ic .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWh0j0ic H1 {
  color: #232323;
}
.cid-uIDWh0j0ic P {
  text-align: left;
  color: #232323;
}
.cid-uIDWh0j0ic .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWh0j0ic .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWh0j0ic .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWh0j0ic .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWh0j0ic .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWh0j0ic .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWh0j0ic .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWh0j0ic .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWh0j0ic .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWh0j0ic .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh0j0ic .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh0j0ic .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWh0j0ic .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWh0j0ic H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWh0j0ic .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWh0j0ic H2 {
  text-align: center;
}
.cid-uIDWh1InX4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWh1InX4 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWh1InX4 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWh1InX4 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWh1InX4 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWh1InX4 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWh1InX4 H1 {
  color: #232323;
}
.cid-uIDWh1InX4 P {
  text-align: left;
  color: #232323;
}
.cid-uIDWh1InX4 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWh1InX4 .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWh1InX4 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWh1InX4 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWh1InX4 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWh1InX4 .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWh1InX4 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWh1InX4 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWh1InX4 .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWh1InX4 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh1InX4 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh1InX4 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWh1InX4 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWh1InX4 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWh1InX4 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWh1InX4 H2 {
  text-align: center;
}
.cid-uIDWh3arjo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWh3arjo .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWh3arjo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWh3arjo .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWh3arjo .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWh3arjo .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWh3arjo H1 {
  color: #232323;
}
.cid-uIDWh3arjo P {
  text-align: left;
  color: #232323;
}
.cid-uIDWh3arjo .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWh3arjo .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWh3arjo .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWh3arjo .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWh3arjo .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWh3arjo .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWh3arjo .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWh3arjo .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWh3arjo .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWh3arjo .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh3arjo .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh3arjo .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWh3arjo .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWh3arjo H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWh3arjo .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWh3arjo H2 {
  text-align: center;
}
.cid-uIDWh4Ffwq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWh4Ffwq .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWh4Ffwq .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWh4Ffwq .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWh4Ffwq .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWh4Ffwq .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWh4Ffwq H1 {
  color: #232323;
}
.cid-uIDWh4Ffwq P {
  text-align: left;
  color: #232323;
}
.cid-uIDWh4Ffwq .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWh4Ffwq .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWh4Ffwq .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWh4Ffwq .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWh4Ffwq .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWh4Ffwq .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWh4Ffwq .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWh4Ffwq .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWh4Ffwq .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWh4Ffwq .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh4Ffwq .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh4Ffwq .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWh4Ffwq .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWh4Ffwq H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWh4Ffwq .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWh4Ffwq H2 {
  text-align: center;
}
.cid-uIDWh6ckKN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWh6ckKN .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWh6ckKN .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWh6ckKN .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWh6ckKN .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWh6ckKN .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWh6ckKN H1 {
  color: #232323;
}
.cid-uIDWh6ckKN P {
  text-align: left;
  color: #232323;
}
.cid-uIDWh6ckKN .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWh6ckKN .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWh6ckKN .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWh6ckKN .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWh6ckKN .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWh6ckKN .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWh6ckKN .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWh6ckKN .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWh6ckKN .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWh6ckKN .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh6ckKN .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh6ckKN .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWh6ckKN .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWh6ckKN H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWh6ckKN .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWh6ckKN H2 {
  text-align: center;
}
.cid-uIDWh7HhV6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWh7HhV6 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWh7HhV6 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWh7HhV6 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWh7HhV6 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWh7HhV6 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWh7HhV6 H1 {
  color: #232323;
}
.cid-uIDWh7HhV6 P {
  text-align: left;
  color: #232323;
}
.cid-uIDWh7HhV6 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWh7HhV6 .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWh7HhV6 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWh7HhV6 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWh7HhV6 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWh7HhV6 .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWh7HhV6 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWh7HhV6 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWh7HhV6 .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWh7HhV6 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh7HhV6 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh7HhV6 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWh7HhV6 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWh7HhV6 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWh7HhV6 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWh7HhV6 H2 {
  text-align: center;
}
.cid-uIDWh9gJac {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWh9gJac .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWh9gJac .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWh9gJac .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWh9gJac .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWh9gJac .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWh9gJac H1 {
  color: #232323;
}
.cid-uIDWh9gJac P {
  text-align: left;
  color: #232323;
}
.cid-uIDWh9gJac .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWh9gJac .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWh9gJac .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWh9gJac .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWh9gJac .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWh9gJac .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWh9gJac .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWh9gJac .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWh9gJac .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWh9gJac .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh9gJac .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWh9gJac .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWh9gJac .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWh9gJac H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWh9gJac .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWh9gJac H2 {
  text-align: center;
}
.cid-uIDWhaP6mo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWhaP6mo .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWhaP6mo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWhaP6mo .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWhaP6mo .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWhaP6mo .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWhaP6mo H1 {
  color: #232323;
}
.cid-uIDWhaP6mo P {
  text-align: left;
  color: #232323;
}
.cid-uIDWhaP6mo .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWhaP6mo .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWhaP6mo .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWhaP6mo .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWhaP6mo .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWhaP6mo .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWhaP6mo .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWhaP6mo .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWhaP6mo .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWhaP6mo .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhaP6mo .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhaP6mo .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWhaP6mo .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWhaP6mo H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWhaP6mo .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWhaP6mo H2 {
  text-align: center;
}
.cid-uIDWhe7spY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWhe7spY .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWhe7spY .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWhe7spY .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWhe7spY .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWhe7spY .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWhe7spY H1 {
  color: #232323;
}
.cid-uIDWhe7spY P {
  text-align: left;
  color: #232323;
}
.cid-uIDWhe7spY .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWhe7spY .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWhe7spY .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWhe7spY .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWhe7spY .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWhe7spY .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWhe7spY .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWhe7spY .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWhe7spY .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWhe7spY .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhe7spY .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhe7spY .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWhe7spY .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWhe7spY H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWhe7spY .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWhe7spY H2 {
  text-align: center;
}
.cid-uIDWhfO4fP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWhfO4fP .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWhfO4fP .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWhfO4fP .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWhfO4fP .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWhfO4fP .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWhfO4fP H1 {
  color: #232323;
}
.cid-uIDWhfO4fP P {
  text-align: left;
  color: #232323;
}
.cid-uIDWhfO4fP .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWhfO4fP .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWhfO4fP .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWhfO4fP .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWhfO4fP .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWhfO4fP .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWhfO4fP .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWhfO4fP .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWhfO4fP .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWhfO4fP .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhfO4fP .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhfO4fP .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWhfO4fP .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWhfO4fP H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWhfO4fP .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWhfO4fP H2 {
  text-align: center;
}
.cid-uIDWhhui25 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWhhui25 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWhhui25 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWhhui25 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWhhui25 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWhhui25 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWhhui25 H1 {
  color: #232323;
}
.cid-uIDWhhui25 P {
  text-align: left;
  color: #232323;
}
.cid-uIDWhhui25 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWhhui25 .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWhhui25 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWhhui25 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWhhui25 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWhhui25 .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWhhui25 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWhhui25 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWhhui25 .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWhhui25 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhhui25 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhhui25 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWhhui25 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWhhui25 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWhhui25 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWhhui25 H2 {
  text-align: center;
}
.cid-uIDWhjcBc9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uIDWhjcBc9 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWhjcBc9 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWhjcBc9 .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWhjcBc9 .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWhjcBc9 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWhjcBc9 H1 {
  color: #232323;
}
.cid-uIDWhjcBc9 P {
  text-align: left;
  color: #232323;
}
.cid-uIDWhjcBc9 .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWhjcBc9 .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWhjcBc9 .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWhjcBc9 .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWhjcBc9 .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWhjcBc9 .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWhjcBc9 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWhjcBc9 .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWhjcBc9 .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWhjcBc9 .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhjcBc9 .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhjcBc9 .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWhjcBc9 .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWhjcBc9 H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWhjcBc9 .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWhjcBc9 H2 {
  text-align: center;
}
.cid-uIDWhkXQCR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uIDWhkXQCR .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 400;
}
.cid-uIDWhkXQCR .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uIDWhkXQCR .gallery_product {
  margin-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uIDWhkXQCR .block {
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uIDWhkXQCR .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cid-uIDWhkXQCR H1 {
  color: #232323;
}
.cid-uIDWhkXQCR P {
  text-align: left;
  color: #232323;
}
.cid-uIDWhkXQCR .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uIDWhkXQCR .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uIDWhkXQCR .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uIDWhkXQCR .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0.4rem;
}
.cid-uIDWhkXQCR .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 4px;
  border-color: #efefef;
  border-radius: 0px;
  background-color: #efefef;
}
.cid-uIDWhkXQCR .dentaura-photogal-thumb {
  border-radius: 0px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIDWhkXQCR .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 769px) {
  .cid-uIDWhkXQCR .dentaura-photogal-thumb {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .cid-uIDWhkXQCR .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uIDWhkXQCR .card-title-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhkXQCR .card-subtitle-name {
  margin: 5px 5px 0px 5px;
  padding: 0px;
}
.cid-uIDWhkXQCR .dentaura-spacer {
  width: 100%;
  height: 1px;
}
.cid-uIDWhkXQCR .textcover-desc {
  padding-bottom: 10px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin: 0px 8px 0px 8px !important;
}
.cid-uIDWhkXQCR H3 {
  text-align: left;
  color: #073b4c;
}
.cid-uIDWhkXQCR .card-btn {
  padding: 5px 10px !important;
  border-radius: 50px;
}
.cid-uIDWhkXQCR H2 {
  text-align: center;
}
.cid-uIDWhmLdfk {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uIDWhmLdfk .mbr-text,
.cid-uIDWhmLdfk blockquote {
  color: #767676;
}
.cid-uIDWhmLdfk .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003C00;
  background-color: #ffffff;
  border: 1px solid #E2E2E2;
}
.cid-uIDWhmLdfk .page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #E8ECEF;
  border-color: #E2E2E2;
}
.cid-uIDWhmLdfk .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-uIDWhmLdfk .page-link:focus,
.cid-uIDWhmLdfk .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #149dcc;
  border-color: #E2E2E2;
}
.cid-uIDWhnNImY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151f29;
}
.cid-uIDWhnNImY .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-uIDWhnNImY .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uIDWhnNImY .stripe {
  border-bottom: 1px solid #fc6800;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uIDWhnNImY .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uIDWhnNImY .mbr-text {
  color: #444;
}
.cid-uIDWhnNImY h5 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cid-uIDWhnNImY .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uIDWhnNImY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIDWhnNImY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uIDWhnNImY .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIDWhnNImY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uIDWhnNImY .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uIDWhnNImY .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uIDWhnNImY .social-list a:hover {
  opacity: 0.4;
}
.cid-uIDWhnNImY .media-container-row > div {
  padding: 0px;
}
.cid-uIDWhnNImY .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uIDWhnNImY .group-title {
  text-align: left;
  color: #cccccc;
  padding-bottom: 0.2rem;
}
.cid-uIDWhnNImY .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uIDWhnNImY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uIDWhnNImY .social-list,
  .cid-uIDWhnNImY .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uIDWhnNImY h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uIDWhnNImY .form-group {
    max-width: 180px;
  }
}
.cid-uIDWhnNImY .links span {
  color: #9e9e9e;
}
.cid-uIDWhnNImY .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uIDWhnNImY .logo-title {
  text-align: center;
}
.cid-uIDWhnNImY .logo-title,
.cid-uIDWhnNImY .logo {
  color: #ffffff;
}
.cid-uIDWhnNImY .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
}
.cid-uIDWhnNImY .links-title {
  margin-left: 5px;
  text-align: left;
}
.cid-uIDWhnNImY .links-title a::before {
  content: "▪ ";
  margin-right: 7px;
  color: #fc6800 !important;
}
.cid-uIDWhnNImY h3 a:hover {
  padding-left: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fc6800 !important;
}
.cid-uIDWhnNImY .heighter {
  line-height: 2rem !important;
}
.cid-uIDWhnNImY .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-uIDWhnNImY .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #fc6800;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #fc6800;
  height: 35px;
  display: flex;
  width: 35px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIDWhnNImY .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #fc6800 !important;
  border: 2px solid #fc6800;
}
.cid-uIDWhp207k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #151d26;
}
@media (max-width: 767px) {
  .cid-uIDWhp207k .mbr-white {
    padding-bottom: 4rem;
  }
}
.cid-uIDWhp207k .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
