/*!
 * 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(0, 0, 0, 0.2);
  border-radius: 3px;
  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(0, 0, 0, 0.4);
}

.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: 'Open Sans', sans-serif;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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: #e15126 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a43717 !important;
  border-color: #a43717 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a43717 !important;
  border-color: #a43717 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8d3014;
  color: #8d3014;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e15126;
  border-color: #e15126;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e15126 !important;
  border-color: #e15126 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e15126 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8d3014 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e15126;
  border-color: #e15126;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e15126;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fae1d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e15126;
}
/* 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: #e15126;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e15126;
}
.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: #e15126;
  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: #e15126;
  border-bottom-color: #e15126;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e15126 !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: #ff3366 !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='%23e15126' %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-u2a9TufIUR {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u2a9TufIUR .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-u2a9TufIUR .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u2a9TufIUR .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u2a9TufIUR .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u2a9TufIUR .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u2a9TufIUR .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u2a9TufIUR .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u2a9TufIUR .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-u2a9TufIUR .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-u2a9TufIUR .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-u2a9TufIUR .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u2a9TufIUR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2a9TufIUR .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u2a9TufIUR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2a9TufIUR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2a9TufIUR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u2a9TufIUR .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u2a9TufIUR .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u2a9TufIUR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2a9TufIUR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u2a9TufIUR .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u2a9TufIUR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2a9TufIUR .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u2a9TufIUR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2a9TufIUR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2a9TufIUR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u2a9TufIUR .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u2a9TufIUR .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u2a9TufIUR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2a9TufIUR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u2a9TufIUR .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u2a9TufIUR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-u2a9TufIUR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u2a9TufIUR .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u2a9TufIUR .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-u2a9TufIUR .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-u2a9TufIUR .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u2a9TufIUR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u2a9TufIUR .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u2a9TufIUR .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-u2a9TufIUR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2a9TufIUR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2a9TufIUR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u2a9TufIUR .dropdown-item.active,
.cid-u2a9TufIUR .dropdown-item:active {
  background-color: transparent;
}
.cid-u2a9TufIUR .nav-link:focus {
  color: #000000 !important;
}
.cid-u2a9TufIUR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u2a9TufIUR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2a9TufIUR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2a9TufIUR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2a9TufIUR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u2a9TufIUR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2a9TufIUR ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u2a9TufIUR .navbar-buttons {
  text-align: center;
}
.cid-u2a9TufIUR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-u2a9TufIUR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-u2a9TufIUR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2a9TufIUR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u2a9TufIUR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u2a9TufIUR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2a9TufIUR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2a9TufIUR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u2a9TufIUR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u2a9TufIUR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2a9TufIUR a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-u2a9TufIUR .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u2a9TufIUR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u2a9TufIUR .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-u2a9TufIUR .nav-link:hover {
  color: #e15126 !important;
}
.cid-u2a9TufIUR .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-u2a9TufIUR .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-u2a9TufIUR .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u2a9TufIUR .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u2a9TufIUR .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u2a9TufIUR .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u2a9TufIUR .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-u2a9TufIUR .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-u2a9TufIUR .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-u2a9TufIUR .btncodetop:hover {
  color: #ffffff !important;
}
.cid-u2a9TufIUR .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-u2a9TufIUR .btncode:hover {
  color: #ffffff !important;
}
.cid-u2a9TufIUR .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .btncodetwo {
    display: none;
  }
}
.cid-u2a9TufIUR .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-u2a9TufIUR .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-u2a9TufIUR .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-u2a9TufIUR .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-u2a9TufIUR .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-u2a9TufIUR .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-u2a9TufIUR .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u2a9TufIUR .logodiv {
    display: none;
  }
}
.cid-u2a9TufIUR .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u2a9TufIUR .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-u2a9TufIUR .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u2a9TufIUR .buttdivbottom {
    display: block;
  }
}
.cid-u2a9TufIUR .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-u2a9TufIUR .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-u2a9DqTVOB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u2a9DqTVOB .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-u2a9DqTVOB .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-u2a9DqTVOB .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u2a9DqTVOB .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-u2a9DqTVOB .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u2a9DqTVOB .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u2a9DqTVOB .mstone {
    display: block;
    text-align: left;
  }
}
.cid-u2a9DqTVOB .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-u2a9DqTVOB .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-u2a9DqTVOB .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u2a9DqTVOB .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-u2a9DqTVOB .container-fluid {
  padding: 0px !important;
}
.cid-u2a9DqTVOB .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-u2a9DqTVOB .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-u2a9DqTVOB a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-u2a9DqTVOB a:hover span {
  color: #FFE4AC !important;
}
.cid-ula9MABUD9 {
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-ula9MABUD9 {
    padding-top: 18px;
    background-position: right !important;
  }
}
@media (min-width: 992px) {
  .cid-ula9MABUD9 {
    padding-top: 36px;
    background-position: right !important;
  }
  .cid-ula9MABUD9 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 769px) {
  .cid-ula9MABUD9 {
    background-image: url("../../../assets/images/gcoi-banner-tab.jpg");
    background-position: right;
  }
}
@media (max-width: 768px) {
  .cid-ula9MABUD9 {
    background-image: url("../../../assets/images/gcoi-banner-mob.jpg");
    background-position: right;
  }
}
@media (min-width: 992px) {
  .cid-ula9MABUD9 {
    background-image: url("../../../assets/images/gcoi-banner-desktop.jpg");
    background-position: left;
  }
}
.cid-ula9MABUD9 .mbr-iconfont2 {
  color: #ffffff;
}
.cid-ula9MABUD9 .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-ula9MABUD9 .btn {
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 1.2rem !important;
  padding: 0.3rem 1rem !important;
}
.cid-ula9MABUD9 .card-inner {
  background-color: #1b2026;
  transition: 0.7s;
  z-index: 10;
  height: 100%;
}
.cid-ula9MABUD9 .card-innert {
  background-color: transparent;
  height: 100%;
}
.cid-ula9MABUD9 .row {
  padding-bottom: 2rem;
}
.cid-ula9MABUD9 .link {
  margin: 0;
}
.cid-ula9MABUD9 .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
  font-size: 1.2rem !important;
}
.cid-ula9MABUD9 .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #e15126;
  transition: 0.7s;
}
@media (min-width: 769px) {
  .cid-ula9MABUD9 .card-img {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 768px) {
  .cid-ula9MABUD9 .card-img {
    margin-bottom: 1rem;
  }
}
.cid-ula9MABUD9 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ula9MABUD9 .card:hover .card-inner {
  background-color: #e15126;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-ula9MABUD9 .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ula9MABUD9 .card:hover .card-title:after {
  background: #ffffff;
}
.cid-ula9MABUD9 .media-container-row {
  align-items: flex-end;
}
.cid-ula9MABUD9 .mbr-section-title {
  margin-bottom: 1rem;
  font-weight: 300;
  text-shadow: -0.5px 1px 1px rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .cid-ula9MABUD9 .mbr-section-title {
    font-weight: 400 !important;
    font-size: 2.1rem !important;
  }
}
@media (max-width: 768px) {
  .cid-ula9MABUD9 .mbr-section-title {
    font-weight: 400 !important;
    font-size: 1.8rem !important;
  }
}
@media (max-width: 500px) {
  .cid-ula9MABUD9 .mbr-section-title {
    font-weight: 400 !important;
    font-size: 1.2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-ula9MABUD9 .card {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
  }
  .cid-ula9MABUD9 .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ula9MABUD9 .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-ula9MABUD9 .card {
    padding: 0.5rem;
  }
  .cid-ula9MABUD9 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-ula9MABUD9 .card {
  position: relative;
  align-self: stretch;
}
.cid-ula9MABUD9 .card-4 {
  position: relative;
  z-index: 1;
}
.cid-ula9MABUD9 .card-4::after {
  content: '';
  background-color: #e15126;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: -1;
}
.cid-ula9MABUD9 .card:first-child .card-inner {
  background-color: #e15126;
}
.cid-ula9MABUD9 .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-ula9MABUD9 .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-ula9MABUD9 .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-ula9MABUD9 .card:first-child .card-inner:hover .card-title:after {
  background: #e15126;
}
.cid-ula9MABUD9 .card:first-child .card-inner:hover {
  background-color: #1b2026;
}
.cid-ula9MABUD9 .line-title {
  width: 40px;
  height: 2px;
  background-color: #b1a374;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-ula9MABUD9 .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #fc6800;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-ula9MABUD9 .block-title,
.cid-ula9MABUD9 .mbr-section-title,
.cid-ula9MABUD9 .line {
  color: #ffffff;
  text-align: left;
}
.cid-ula9MABUD9 .card-title,
.cid-ula9MABUD9 .card-img {
  text-align: left;
}
.cid-ula9MABUD9 .mbr-maintext {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ula9MABUD9 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-ula9MABUD9 H3 {
  text-align: left;
}
.cid-ula9MABUD9 .mbr-maintext,
.cid-ula9MABUD9 .mbr-section-btn {
  color: #e15126;
}
.cid-ula9MABUD9 .mbr-tag {
  color: #000 !important;
  text-align: center;
  border: 1px solid currentColor;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.85);
  text-shadow: 2px 2px 2px #ffffff;
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  .cid-ula9MABUD9 .mbr-tag {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    padding: 5px 30px;
  }
}
@media (max-width: 991px) {
  .cid-ula9MABUD9 .mbr-tag {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
    padding: 5px 30px;
  }
}
@media (max-width: 500px) {
  .cid-ula9MABUD9 .mbr-tag {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
    padding: 3px 15px;
  }
}
.cid-ula9MABUD9 .block-title,
.cid-ula9MABUD9 .mbr-section-title,
.cid-ula9MABUD9 .line,
.cid-ula9MABUD9 .mbr-section-btn {
  color: #1b2026;
}
.cid-ula9MABUD9 .gcoi-logo {
  width: 100%;
  filter: grayscale(0) !important;
  margin-left: 0;
  margin-right: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-ula9MABUD9 .gcoi-logo {
    max-width: 200px;
  }
}
@media (min-width: 500px) {
  .cid-ula9MABUD9 .gcoi-logo {
    max-width: 300px;
  }
}
.cid-ula9MABUD9 .mbr-tag:hover {
  background: #e15126;
  color: #fff !important;
  text-shadow: none;
}
.cid-ula9MABUD9 .mbr-tag,
.cid-ula9MABUD9 .tags {
  text-align: center;
  color: #232323;
}
.cid-ula9MABUD9 .linkeroner {
  padding-left: 2px;
  padding-right: 2px;
}
.cid-ula9MABUD9 .gcoi-white-logo-sm {
  width: 100%;
  max-width: 35px;
}
.cid-u3KGPcB9ut {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ad4628;
}
.cid-u3KGPcB9ut .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.cid-u3KGPcB9ut .panel-group {
  border: none;
}
.cid-u3KGPcB9ut .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u3KGPcB9ut .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u3KGPcB9ut .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u3KGPcB9ut .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u3KGPcB9ut .content {
  margin: 1rem auto;
}
.cid-u3KGPcB9ut .img-col {
  padding: 0;
}
.cid-u3KGPcB9ut .img-item {
  height: 100%;
}
.cid-u3KGPcB9ut img {
  height: 100%;
  object-fit: cover;
}
.cid-u3KGPcB9ut .collapsed span {
  transform: rotate(0deg);
}
.cid-u3KGPcB9ut .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3KGPcB9ut p {
  margin-bottom: 0.3rem;
}
.cid-u3KGPcB9ut .mbri-arrow-up {
  transform: rotate(0deg);
}
.cid-u3KGPcB9ut .panel-title-edit {
  color: #000000;
}
.cid-u3KGPcB9ut .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-u3KGPcB9ut .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-u3KGPcB9ut .panel-title-edit,
.cid-u3KGPcB9ut .mbr-iconfont {
  color: #1b2026;
}
.cid-u3KGPcB9ut .panel-text {
  color: #232323;
}
.cid-u3KGPcB9ut H4 {
  color: #777777;
}
.cid-u3KGPcB9ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3KGPcB9ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3KGPcB9ut .bg-gcoi-icon-dull {
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .cid-u3KGPcB9ut .bg-gcoi-icon-dull {
    background-position: left top;
    background-size: 90%;
  }
}
@media (min-width: 992px) {
  .cid-u3KGPcB9ut .bg-gcoi-icon-dull {
    background-position: left;
    background-size: 30%;
  }
}
.cid-u3KGPcB9ut .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u3KGPcB9ut .mbr-section-title {
  color: #ffffff;
}
.cid-u3KGPcB9ut .numberia {
  font-size: 1rem;
  color: #e15126;
}
.cid-u3SsaGVh4K {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ad4628;
}
.cid-u3SsaGVh4K .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ad4628;
  width: fit-content;
  display: inline-block;
}
.cid-u3SsaGVh4K .mbr-section-number:hover {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #fff;
  width: fit-content;
  display: inline-block;
  background-color: #ad4628;
}
.cid-u3SsaGVh4K .item:focus,
.cid-u3SsaGVh4K span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u3SsaGVh4K .align-right {
    text-align: center;
  }
}
.cid-u3SsaGVh4K .card-wrapper {
  background: #fdf2ec;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-u3SsaGVh4K .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-u3SsaGVh4K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3SsaGVh4K .item {
    margin-bottom: 1rem;
  }
}
.cid-u3SsaGVh4K .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-u3SsaGVh4K .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3SsaGVh4K .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3SsaGVh4K .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-u3SsaGVh4K .item-wrapper {
  border-radius: 10px;
  position: relative;
  background: #ad4628;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: transform .2s;
}
.cid-u3SsaGVh4K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u3SsaGVh4K .item-wrapper:hover {
  transform: scale(1.05);
}
.cid-u3SsaGVh4K .mbr-section-title {
  color: #ad4628;
  text-align: left;
}
.cid-u3SsaGVh4K .mbr-text,
.cid-u3SsaGVh4K .item .mbr-section-btn {
  text-align: center;
}
.cid-u3SsaGVh4K .mbr-number {
  color: #f0466a;
}
.cid-u3SsaGVh4K .mbr-section-subtitle,
.cid-u3SsaGVh4K .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #465052;
}
.cid-u3SsaGVh4K .mbr-text {
  text-align: left;
}
.cid-u3SsaGVh4K .mbr-text,
.cid-u3SsaGVh4K .mbr-card-btn {
  text-align: left;
}
.cid-u3SsaGVh4K .mbr-text,
.cid-u3SsaGVh4K .mbr-section-btn {
  text-align: left;
}
.cid-u3SsaGVh4K .mbr-text,
.cid-u3SsaGVh4K .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-u3SsaGVh4K .card-text,
.cid-u3SsaGVh4K .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u3SsaGVh4K .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u3SsaGVh4K .icobtngcoi {
  padding: 5px 3px 5px 5px !important;
  transition: transform .2s;
}
.cid-u3SsaGVh4K .icobtngcoi span {
  margin: 0px !important;
}
.cid-u3SsaGVh4K .icobtngcoi:hover {
  transform: scale(1.05);
}
.cid-uiy9Nf7eBk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiy9Nf7eBk .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uiy9Nf7eBk .input {
  margin-bottom: 15px;
}
.cid-uiy9Nf7eBk .media-container-row {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cid-uiy9Nf7eBk .text-block {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-uiy9Nf7eBk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uiy9Nf7eBk .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uiy9Nf7eBk .input-group-btn {
  display: block;
}
.cid-uiy9Nf7eBk .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-uiy9Nf7eBk .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uiy9Nf7eBk .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uiy9Nf7eBk .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiy9Nf7eBk h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uiy9Nf7eBk .block-content {
    padding: 0;
  }
  .cid-uiy9Nf7eBk .form-block {
    padding: 1rem;
  }
}
.cid-uiy9Nf7eBk .anchor2 {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.cid-uiy9Nf7eBk .bgblock {
  background-color: #ffefe7;
  border-radius: 10px;
}
.cid-uiy9Nf7eBk .dateboxecec {
  position: relative;
  left: 0px;
  top: 0px;
}
.cid-uiy9Nf7eBk .dateyrcalecec {
  font-size: 0.8rem;
  color: #84847A;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 30px;
  line-height: 0rem;
}
.cid-uiy9Nf7eBk .datedaycalecec {
  font-size: 1.8rem;
  color: #1D5B7C;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 51px;
  line-height: 0rem;
}
.cid-uiy9Nf7eBk .datemonthcalecec {
  font-size: 1.1rem;
  color: #18272C;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 73px;
  line-height: 0rem;
}
.cid-uiy9Nf7eBk .calpicecec {
  float: left;
  width: 90px;
  height: 100px;
  padding: 0px 10px 3px 0px;
}
.cid-uiy9Nf7eBk .webinarpic {
  width: 100%;
  max-width: 756px;
}
.cid-uiy9Nf7eBk .timeweb {
  color: #fff;
  background-color: #e15126;
  font-size: 0.9rem;
  padding: 0px 3px;
  margin: 2px;
  border-radius: 3px;
}
.cid-uPTBM5UVEG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPTBM5UVEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTBM5UVEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTBM5UVEG .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uPTBM5UVEG .row {
    padding: 0 11px;
  }
}
.cid-uPTBM5UVEG .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uPTBM5UVEG .title {
    padding: 0 5px;
  }
}
.cid-uPTBM5UVEG .title .title-wrapper {
  display: flex;
}
.cid-uPTBM5UVEG .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #e0bdb6;
  margin-right: 8px;
}
.cid-uPTBM5UVEG .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uPTBM5UVEG .item {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uPTBM5UVEG .item {
    padding: 0 5px;
  }
}
.cid-uPTBM5UVEG .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uPTBM5UVEG .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uPTBM5UVEG .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPTBM5UVEG .item .item-wrapper {
  position: relative;
}
.cid-uPTBM5UVEG .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uPTBM5UVEG .item .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uPTBM5UVEG .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uPTBM5UVEG .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uPTBM5UVEG .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPTBM5UVEG .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uPTBM5UVEG .mbr-section-title {
  color: #747474;
}
.cid-uPTBM5UVEG .mbr-text {
  color: #747474;
}
.cid-uPTBM5UVEG .mbr-price {
  color: #E0BDB6;
}
.cid-uPTNvbvuI2 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPTNvbvuI2 .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTNvbvuI2 .container-table {
  margin: 0 auto;
}
.cid-uPTNvbvuI2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uPTNvbvuI2 .dataTables_wrapper {
  display: block;
}
.cid-uPTNvbvuI2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uPTNvbvuI2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uPTNvbvuI2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uPTNvbvuI2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uPTNvbvuI2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uPTNvbvuI2 table td {
  border-top: 1px solid #cccccc;
}
.cid-uPTNvbvuI2 table.table {
  background: #fdf2ec;
}
.cid-uPTNvbvuI2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uPTNvbvuI2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uPTNvbvuI2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uPTNvbvuI2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uPTNvbvuI2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uPTNvbvuI2 .dataTables_filter {
    text-align: center;
  }
  .cid-uPTNvbvuI2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u3M8crAlac {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fdf2ec;
}
.cid-u3M8crAlac .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3M8crAlac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3M8crAlac .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u3M8crAlac .container {
    padding: 0 17px;
  }
}
.cid-u3M8crAlac .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u3M8crAlac .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u3M8crAlac .title-wrapper .mbr-section-title span {
  padding: 1px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
  color: #e15126;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-u3M8crAlac .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-u3M8crAlac .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u3M8crAlac .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u3M8crAlac .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-u3M8crAlac .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-u3M8crAlac .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-u3M8crAlac .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-u3M8crAlac .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.cid-u3M8crAlac .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-u3M8crAlac .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u3M8crAlac .image-wrapper img {
  width: 100%;
  max-width: 600px;
}
.cid-u3M8crAlac .mbr-section-title {
  color: #222222;
}
.cid-u3M8crAlac .mbr-text {
  color: #222222;
}
.cid-u3M8crAlac .mbr-tag {
  color: #222222;
}
.cid-uffIKIRyTM {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #fdf2ec;
}
.cid-uffIKIRyTM .mbr-section-subtitle {
  color: #767676;
}
.cid-uffIKIRyTM .container-table {
  margin: 0 auto;
}
.cid-uffIKIRyTM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uffIKIRyTM .dataTables_wrapper {
  display: block;
}
.cid-uffIKIRyTM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uffIKIRyTM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uffIKIRyTM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uffIKIRyTM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uffIKIRyTM table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uffIKIRyTM table td {
  border-top: 1px solid #cccccc;
}
.cid-uffIKIRyTM table.table {
  background: #ffffff;
}
.cid-uffIKIRyTM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uffIKIRyTM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uffIKIRyTM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uffIKIRyTM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uffIKIRyTM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uffIKIRyTM .dataTables_filter {
    text-align: center;
  }
  .cid-uffIKIRyTM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-u3Ol7YQCfD {
  background-image: url("../../../assets/images/bg-001.jpg");
  background-position: 80% 20%;
}
.cid-u3Ol7YQCfD H2 {
  color: #ffcd9f;
}
.cid-u3Ol7YQCfD .box {
  background: #ad4628;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-u3Ol7YQCfD .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-u3Ol7YQCfD {
    background-size: 120%;
    background-position: top;
  }
  .cid-u3Ol7YQCfD .box {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 56px;
    padding-bottom: 56px;
    margin-top: 14rem;
  }
}
.cid-u3Ol7YQCfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Ol7YQCfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3SiLlMlef {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-u3SiLlMlef hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-u3SiLlMlef hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u3SiLlMlef h2 {
  float: left;
}
.cid-u3SiLlMlef .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-u3SiLlMlef H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-u3SiLlMlef .btn-warning-outline:hover,
.cid-u3SiLlMlef .btn-warning-outline:focus,
.cid-u3SiLlMlef .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-u3McYzNsU6 {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u3McYzNsU6 .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-u3McYzNsU6 {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-u3McYzNsU6 {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-u3McYzNsU6 .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-u3McYzNsU6 .logoimg {
    margin-left: 1rem;
  }
}
.cid-u3McYzNsU6 h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-u3McYzNsU6 .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-u3McYzNsU6 .icons-wrap {
  display: flex;
}
.cid-u3McYzNsU6 .text-wrap {
  width: 100%;
}
.cid-u3McYzNsU6 .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u3McYzNsU6 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u3McYzNsU6 .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-u3McYzNsU6 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-u3McYzNsU6 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u3McYzNsU6 .jq-selectbox__dropdown,
.cid-u3McYzNsU6 ul {
  border-radius: 20px !important;
}
.cid-u3McYzNsU6 .jq-selectbox {
  border-radius: 30px;
}
.cid-u3McYzNsU6 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-u3McYzNsU6 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-u3McYzNsU6 .title1 {
  margin: 0;
}
.cid-u3McYzNsU6 .align-wrap {
  display: block;
}
.cid-u3McYzNsU6 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u3McYzNsU6 form {
    padding: 0;
  }
  .cid-u3McYzNsU6 .socicon-wrap {
    margin: auto;
  }
}
.cid-u3McYzNsU6 .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-u3McYzNsU6 .title1,
.cid-u3McYzNsU6 .title-col {
  color: #05539c;
}
.cid-u3McYzNsU6 .icon-title,
.cid-u3McYzNsU6 .align-wrap {
  text-align: left;
}
.cid-u3McYzNsU6 .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u3McYzNsU6 .incover {
    max-width: 270px;
  }
}
.cid-u3McYzNsU6 .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-u3McYzNsU6 .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u3McYzNsU6 .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-u3McYzNsU6 .links-title {
    margin-left: 5px;
  }
  .cid-u3McYzNsU6 .links-title a::before {
    content: "➜ ";
  }
  .cid-u3McYzNsU6 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;
  }
}
.cid-u3McYzNsU6 .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-u3McYzNsU6 .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-u3McYzNsU6 .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-u3McYzNsU6 .mbrib-letter {
  margin-top: .05rem;
}
.cid-uk0x9izQdo.popup-builder {
  background-color: #ffffff;
}
.cid-uk0x9izQdo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uk0x9izQdo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uk0x9izQdo .modal-content,
.cid-uk0x9izQdo .modal-dialog {
  height: auto;
}
.cid-uk0x9izQdo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uk0x9izQdo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uk0x9izQdo .form-wrapper .mbr-form .form-group,
  .cid-uk0x9izQdo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uk0x9izQdo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uk0x9izQdo .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-uk0x9izQdo .mbr-text {
  text-align: center;
  color: #981919;
}
.cid-uk0x9izQdo .pt-0 {
  padding-top: 0 !important;
}
.cid-uk0x9izQdo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uk0x9izQdo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uk0x9izQdo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uk0x9izQdo .modal-open {
  overflow: hidden;
}
.cid-uk0x9izQdo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uk0x9izQdo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uk0x9izQdo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uk0x9izQdo .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-uk0x9izQdo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uk0x9izQdo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uk0x9izQdo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uk0x9izQdo .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-uk0x9izQdo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uk0x9izQdo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uk0x9izQdo .modal-backdrop.show {
  opacity: .5;
}
.cid-uk0x9izQdo .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-uk0x9izQdo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uk0x9izQdo .modal-header .close:hover {
  opacity: 1;
}
.cid-uk0x9izQdo .modal-header .close:focus {
  outline: none;
}
.cid-uk0x9izQdo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uk0x9izQdo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uk0x9izQdo .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-uk0x9izQdo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uk0x9izQdo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uk0x9izQdo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uk0x9izQdo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uk0x9izQdo .modal-sm {
    max-width: 300px;
  }
  .cid-uk0x9izQdo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uk0x9izQdo .modal-lg,
  .cid-uk0x9izQdo .modal-xl {
    max-width: 800px;
  }
  .cid-uk0x9izQdo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uk0x9izQdo .modal-xl {
    max-width: 1140px;
  }
  .cid-uk0x9izQdo .container {
    max-width: 1140px;
  }
}
.cid-uk0x9izQdo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uk0x9izQdo .container {
    max-width: 720px;
  }
}
.cid-uk0x9izQdo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uk0x9izQdo .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-uk0x9izQdo .form-group {
  margin-bottom: 1rem;
}
.cid-uk0x9izQdo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uk0x9izQdo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uk0x9izQdo .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-uk0x9izQdo .text-sizer {
  font-size: 1rem !important;
}
.cid-u2aAbXeCm5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-u2aAbXeCm5 .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u2aAbXeCm5 .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-u2aAbXeCm5 .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-u2aAbXeCm5 .linker-dentaura {
  color: #ffa800;
}
.cid-u2aAbXeCm5 .linker-dentaura:hover {
  color: #fff;
}
.cid-u2aAdDlO89 #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-u2aAdDlO89 #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-u2aAdDlO89 #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-u2aAdDlO89 #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-u2aAdDlO89 #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-u2aAdDlO89 #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-u2aAdDlO89 #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-u2aAdDlO89 .hidden {
  display: none;
}
.cid-u2aAdDlO89 H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-u2aAe9Jv00.popup-builder {
  background-color: #ffffff;
}
.cid-u2aAe9Jv00.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2aAe9Jv00.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2aAe9Jv00 .modal-content,
.cid-u2aAe9Jv00 .modal-dialog {
  height: auto;
}
.cid-u2aAe9Jv00 .pt-0 {
  padding-top: 0 !important;
}
.cid-u2aAe9Jv00 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2aAe9Jv00 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2aAe9Jv00 .modal-open {
  overflow: hidden;
}
.cid-u2aAe9Jv00 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2aAe9Jv00 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2aAe9Jv00 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2aAe9Jv00 .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-u2aAe9Jv00 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2aAe9Jv00 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2aAe9Jv00 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2aAe9Jv00 .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-u2aAe9Jv00 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2aAe9Jv00 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2aAe9Jv00 .modal-backdrop.show {
  opacity: .5;
}
.cid-u2aAe9Jv00 .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-u2aAe9Jv00 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2aAe9Jv00 .modal-header {
    padding: 1rem;
  }
}
.cid-u2aAe9Jv00 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2aAe9Jv00 .modal-header .close:hover {
  opacity: 1;
}
.cid-u2aAe9Jv00 .modal-header .close:focus {
  outline: none;
}
.cid-u2aAe9Jv00 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-u2aAe9Jv00 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-u2aAe9Jv00 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2aAe9Jv00 .modal-body {
    padding: 1rem;
  }
}
.cid-u2aAe9Jv00 .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-u2aAe9Jv00 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2aAe9Jv00 .modal-footer {
    padding: 1rem;
  }
}
.cid-u2aAe9Jv00 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2aAe9Jv00 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2aAe9Jv00 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2aAe9Jv00 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2aAe9Jv00 .modal-sm {
    max-width: 300px;
  }
  .cid-u2aAe9Jv00 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u2aAe9Jv00 .modal-lg,
  .cid-u2aAe9Jv00 .modal-xl {
    max-width: 800px;
  }
  .cid-u2aAe9Jv00 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u2aAe9Jv00 .modal-xl {
    max-width: 1140px;
  }
  .cid-u2aAe9Jv00 .container {
    max-width: 1140px;
  }
}
.cid-u2aAe9Jv00 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u2aAe9Jv00 .container {
    max-width: 720px;
  }
}
.cid-u2aAe9Jv00 .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-u2aAe9Jv00 .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-u2aAe9Jv00 .dentaura-iconone {
  display: none;
}
.cid-u2aAe9Jv00 .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-u2aAe9Jv00 .claus-one p {
  color: #ffffff !important;
}
.cid-u2aAe9Jv00 .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-u2aAe9Jv00 .claus-two p {
  color: #ffffff !important;
}
.cid-u2aAe9Jv00 .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-u2aAe9Jv00 .claus-three p {
  color: #ffffff !important;
}
.cid-u2aAe9Jv00 .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-u2aAe9Jv00 .claus-four p {
  color: #ffffff !important;
}
.cid-u2aAe9Jv00 .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-u2aAe9Jv00 .claus-five p {
  color: #ffffff !important;
}
.cid-u2aAe9Jv00 .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-u2aAe9Jv00 .claus-six p {
  color: #ffffff !important;
}
.cid-u2aAe9Jv00 .dentaura-cover {
  width: 168px;
}
.cid-u2aAe9Jv00 P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-u2aAe9Jv00 H5 {
  text-align: center;
}
.cid-u2aAe9Jv00 .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-u2aAe9Jv00 .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u2aAe9Jv00 .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u2aAe9Jv00 .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u2aAe9Jv00 .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u2aAe9Jv00 .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-u2aAe9Jv00 .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u2aAe9Jv00 a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-u3S6fJihnh {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u3S6fJihnh .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-u3S6fJihnh .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u3S6fJihnh .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u3S6fJihnh .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u3S6fJihnh .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u3S6fJihnh .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u3S6fJihnh .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u3S6fJihnh .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-u3S6fJihnh .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-u3S6fJihnh .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-u3S6fJihnh .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u3S6fJihnh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3S6fJihnh .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u3S6fJihnh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3S6fJihnh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3S6fJihnh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u3S6fJihnh .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u3S6fJihnh .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u3S6fJihnh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3S6fJihnh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u3S6fJihnh .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u3S6fJihnh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3S6fJihnh .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u3S6fJihnh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3S6fJihnh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3S6fJihnh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u3S6fJihnh .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u3S6fJihnh .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u3S6fJihnh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3S6fJihnh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u3S6fJihnh .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u3S6fJihnh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-u3S6fJihnh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u3S6fJihnh .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u3S6fJihnh .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-u3S6fJihnh .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-u3S6fJihnh .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u3S6fJihnh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u3S6fJihnh .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u3S6fJihnh .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-u3S6fJihnh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3S6fJihnh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3S6fJihnh .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u3S6fJihnh .dropdown-item.active,
.cid-u3S6fJihnh .dropdown-item:active {
  background-color: transparent;
}
.cid-u3S6fJihnh .nav-link:focus {
  color: #000000 !important;
}
.cid-u3S6fJihnh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u3S6fJihnh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3S6fJihnh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3S6fJihnh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3S6fJihnh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u3S6fJihnh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3S6fJihnh ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u3S6fJihnh .navbar-buttons {
  text-align: center;
}
.cid-u3S6fJihnh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-u3S6fJihnh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-u3S6fJihnh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3S6fJihnh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u3S6fJihnh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u3S6fJihnh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3S6fJihnh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3S6fJihnh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u3S6fJihnh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u3S6fJihnh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3S6fJihnh a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-u3S6fJihnh .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u3S6fJihnh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u3S6fJihnh .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-u3S6fJihnh .nav-link:hover {
  color: #e15126 !important;
}
.cid-u3S6fJihnh .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-u3S6fJihnh .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-u3S6fJihnh .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u3S6fJihnh .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u3S6fJihnh .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u3S6fJihnh .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u3S6fJihnh .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-u3S6fJihnh .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-u3S6fJihnh .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-u3S6fJihnh .btncodetop:hover {
  color: #ffffff !important;
}
.cid-u3S6fJihnh .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-u3S6fJihnh .btncode:hover {
  color: #ffffff !important;
}
.cid-u3S6fJihnh .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .btncodetwo {
    display: none;
  }
}
.cid-u3S6fJihnh .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-u3S6fJihnh .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-u3S6fJihnh .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-u3S6fJihnh .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-u3S6fJihnh .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-u3S6fJihnh .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-u3S6fJihnh .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u3S6fJihnh .logodiv {
    display: none;
  }
}
.cid-u3S6fJihnh .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u3S6fJihnh .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-u3S6fJihnh .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u3S6fJihnh .buttdivbottom {
    display: block;
  }
}
.cid-u3S6fJihnh .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-u3S6fJihnh .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-u3S6fJSX5b {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-u3S6fJSX5b .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-u3S6fJSX5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3S6fJSX5b .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-u3S6fJSX5b .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-u3S6fJSX5b .gcoi-logo {
    max-width: 200px;
  }
}
.cid-u3S6fJB5YS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u3S6fJB5YS .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-u3S6fJB5YS .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-u3S6fJB5YS .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u3S6fJB5YS .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-u3S6fJB5YS .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u3S6fJB5YS .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u3S6fJB5YS .mstone {
    display: block;
    text-align: left;
  }
}
.cid-u3S6fJB5YS .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-u3S6fJB5YS .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-u3S6fJB5YS .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u3S6fJB5YS .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-u3S6fJB5YS .container-fluid {
  padding: 0px !important;
}
.cid-u3S6fJB5YS .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-u3S6fJB5YS .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-u3S6fJB5YS a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-u3S6fJB5YS a:hover span {
  color: #FFE4AC !important;
}
.cid-u3S7bwToqa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u3S7bwToqa .mbr-text,
.cid-u3S7bwToqa .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-u3S7bwToqa .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u3S7bwToqa .mbr-text,
.cid-u3S7bwToqa .mbr-section-btn,
.cid-u3S7bwToqa .mbr-section-title {
  color: #ffffff;
}
.cid-u3S7bwToqa .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u3S7bwToqa .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-u3S7bwToqa .mbr-section-title {
  font-weight: 700;
}
.cid-u3S7bwToqa .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-u3S7bwToqa .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-u3S7bwToqa .mbr-section-title,
  .cid-u3S7bwToqa .mbr-text,
  .cid-u3S7bwToqa .mbr-section-btn {
    text-align: left;
  }
}
.cid-u3S7bwToqa .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-u3S7bwToqa .dispinmob {
    display: none;
  }
}
.cid-u4belWTEOm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4belWTEOm .mbr-section-subtitle {
  color: #232323;
}
.cid-u4belWTEOm .homea {
  font-weight: 600;
}
.cid-u3S7XO2NPr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3S7XO2NPr .mbr-text,
.cid-u3S7XO2NPr blockquote {
  color: #767676;
}
.cid-u3S7XO2NPr .mbr-text {
  color: #232323;
}
.cid-u3S7XO2NPr .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u3S7XO2NPr .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u3S7XO2NPr B {
  font-weight: 600 !important;
}
.cid-u3S7XO2NPr .mbr-section-title {
  color: #e15126;
}
.cid-u4bfGKQT2s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4bfGKQT2s .mbr-section-subtitle {
  color: #232323;
}
.cid-u4bfGKQT2s .homea {
  font-weight: 600;
}
.cid-u3SkMZRag7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ad4628;
}
.cid-u3SkMZRag7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3SkMZRag7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3SkMZRag7 .end {
  justify-content: flex-end;
}
.cid-u3SkMZRag7 .title .num {
  width: 100%;
  display: block;
}
.cid-u3SkMZRag7 .title .card-title {
  z-index: 1;
}
.cid-u3SkMZRag7 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-u3SkMZRag7 .num {
  color: #ffffff;
}
.cid-u3SkMZRag7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u3SkMZRag7 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3SkMZRag7 * {
    text-align: left !important;
  }
  .cid-u3SkMZRag7 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u3SkMZRag7 .mbr-section-title,
.cid-u3SkMZRag7 .card-box {
  text-align: left;
  color: #edefeb;
}
.cid-u3SkMZRag7 .mbr-text,
.cid-u3SkMZRag7 .mbr-section-btn {
  color: #ffffff;
}
.cid-u3SkMZRag7 .card-title,
.cid-u3SkMZRag7 .card-img {
  color: #ffffff;
}
.cid-u3SkMZRag7 .mbr-maintext,
.cid-u3SkMZRag7 .mbr-section-btn {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
}
.cid-u3SkMZRag7 .card-text {
  color: #f3f6f9;
  text-align: left;
}
.cid-u3SkMZRag7 .bg-gcoi-icon-dull {
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .cid-u3SkMZRag7 .bg-gcoi-icon-dull {
    background-position: left top;
    background-size: 90%;
  }
}
@media (min-width: 992px) {
  .cid-u3SkMZRag7 .bg-gcoi-icon-dull {
    background-position: left;
    background-size: 30%;
  }
}
.cid-u3SiLlMlef {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-u3SiLlMlef hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-u3SiLlMlef hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u3SiLlMlef h2 {
  float: left;
}
.cid-u3SiLlMlef .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-u3SiLlMlef H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-u3SiLlMlef .btn-warning-outline:hover,
.cid-u3SiLlMlef .btn-warning-outline:focus,
.cid-u3SiLlMlef .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-u3S6fKOUTJ {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u3S6fKOUTJ .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-u3S6fKOUTJ {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-u3S6fKOUTJ {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-u3S6fKOUTJ .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-u3S6fKOUTJ .logoimg {
    margin-left: 1rem;
  }
}
.cid-u3S6fKOUTJ h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-u3S6fKOUTJ .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-u3S6fKOUTJ .icons-wrap {
  display: flex;
}
.cid-u3S6fKOUTJ .text-wrap {
  width: 100%;
}
.cid-u3S6fKOUTJ .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u3S6fKOUTJ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u3S6fKOUTJ .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-u3S6fKOUTJ .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-u3S6fKOUTJ .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u3S6fKOUTJ .jq-selectbox__dropdown,
.cid-u3S6fKOUTJ ul {
  border-radius: 20px !important;
}
.cid-u3S6fKOUTJ .jq-selectbox {
  border-radius: 30px;
}
.cid-u3S6fKOUTJ .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-u3S6fKOUTJ .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-u3S6fKOUTJ .title1 {
  margin: 0;
}
.cid-u3S6fKOUTJ .align-wrap {
  display: block;
}
.cid-u3S6fKOUTJ .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u3S6fKOUTJ form {
    padding: 0;
  }
  .cid-u3S6fKOUTJ .socicon-wrap {
    margin: auto;
  }
}
.cid-u3S6fKOUTJ .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-u3S6fKOUTJ .title1,
.cid-u3S6fKOUTJ .title-col {
  color: #05539c;
}
.cid-u3S6fKOUTJ .icon-title,
.cid-u3S6fKOUTJ .align-wrap {
  text-align: left;
}
.cid-u3S6fKOUTJ .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u3S6fKOUTJ .incover {
    max-width: 270px;
  }
}
.cid-u3S6fKOUTJ .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-u3S6fKOUTJ .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u3S6fKOUTJ .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-u3S6fKOUTJ .links-title {
    margin-left: 5px;
  }
  .cid-u3S6fKOUTJ .links-title a::before {
    content: "➜ ";
  }
  .cid-u3S6fKOUTJ 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;
  }
}
.cid-u3S6fKOUTJ .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-u3S6fKOUTJ .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-u3S6fKOUTJ .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-u3S6fKOUTJ .mbrib-letter {
  margin-top: .05rem;
}
.cid-u3S6fLoSXF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-u3S6fLoSXF .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u3S6fLoSXF .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-u3S6fLoSXF .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-u3S6fLoSXF .linker-dentaura {
  color: #ffa800;
}
.cid-u3S6fLoSXF .linker-dentaura:hover {
  color: #fff;
}
.cid-u3S6fLx8Ih #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-u3S6fLx8Ih #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-u3S6fLx8Ih #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-u3S6fLx8Ih #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-u3S6fLx8Ih #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-u3S6fLx8Ih #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-u3S6fLx8Ih #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-u3S6fLx8Ih .hidden {
  display: none;
}
.cid-u3S6fLx8Ih H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-u3S6fLLPlk.popup-builder {
  background-color: #ffffff;
}
.cid-u3S6fLLPlk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3S6fLLPlk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3S6fLLPlk .modal-content,
.cid-u3S6fLLPlk .modal-dialog {
  height: auto;
}
.cid-u3S6fLLPlk .pt-0 {
  padding-top: 0 !important;
}
.cid-u3S6fLLPlk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3S6fLLPlk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3S6fLLPlk .modal-open {
  overflow: hidden;
}
.cid-u3S6fLLPlk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3S6fLLPlk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3S6fLLPlk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3S6fLLPlk .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-u3S6fLLPlk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3S6fLLPlk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3S6fLLPlk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3S6fLLPlk .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-u3S6fLLPlk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3S6fLLPlk .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3S6fLLPlk .modal-backdrop.show {
  opacity: .5;
}
.cid-u3S6fLLPlk .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-u3S6fLLPlk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3S6fLLPlk .modal-header {
    padding: 1rem;
  }
}
.cid-u3S6fLLPlk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3S6fLLPlk .modal-header .close:hover {
  opacity: 1;
}
.cid-u3S6fLLPlk .modal-header .close:focus {
  outline: none;
}
.cid-u3S6fLLPlk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-u3S6fLLPlk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-u3S6fLLPlk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3S6fLLPlk .modal-body {
    padding: 1rem;
  }
}
.cid-u3S6fLLPlk .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-u3S6fLLPlk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3S6fLLPlk .modal-footer {
    padding: 1rem;
  }
}
.cid-u3S6fLLPlk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3S6fLLPlk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3S6fLLPlk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3S6fLLPlk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3S6fLLPlk .modal-sm {
    max-width: 300px;
  }
  .cid-u3S6fLLPlk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u3S6fLLPlk .modal-lg,
  .cid-u3S6fLLPlk .modal-xl {
    max-width: 800px;
  }
  .cid-u3S6fLLPlk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u3S6fLLPlk .modal-xl {
    max-width: 1140px;
  }
  .cid-u3S6fLLPlk .container {
    max-width: 1140px;
  }
}
.cid-u3S6fLLPlk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u3S6fLLPlk .container {
    max-width: 720px;
  }
}
.cid-u3S6fLLPlk .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-u3S6fLLPlk .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-u3S6fLLPlk .dentaura-iconone {
  display: none;
}
.cid-u3S6fLLPlk .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-u3S6fLLPlk .claus-one p {
  color: #ffffff !important;
}
.cid-u3S6fLLPlk .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-u3S6fLLPlk .claus-two p {
  color: #ffffff !important;
}
.cid-u3S6fLLPlk .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-u3S6fLLPlk .claus-three p {
  color: #ffffff !important;
}
.cid-u3S6fLLPlk .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-u3S6fLLPlk .claus-four p {
  color: #ffffff !important;
}
.cid-u3S6fLLPlk .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-u3S6fLLPlk .claus-five p {
  color: #ffffff !important;
}
.cid-u3S6fLLPlk .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-u3S6fLLPlk .claus-six p {
  color: #ffffff !important;
}
.cid-u3S6fLLPlk .dentaura-cover {
  width: 168px;
}
.cid-u3S6fLLPlk P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-u3S6fLLPlk H5 {
  text-align: center;
}
.cid-u3S6fLLPlk .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-u3S6fLLPlk .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3S6fLLPlk .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3S6fLLPlk .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3S6fLLPlk .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3S6fLLPlk .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-u3S6fLLPlk .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3S6fLLPlk a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-u3SdrBW5Z0 {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u3SdrBW5Z0 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-u3SdrBW5Z0 .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u3SdrBW5Z0 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u3SdrBW5Z0 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u3SdrBW5Z0 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u3SdrBW5Z0 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u3SdrBW5Z0 .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u3SdrBW5Z0 .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-u3SdrBW5Z0 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-u3SdrBW5Z0 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-u3SdrBW5Z0 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u3SdrBW5Z0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3SdrBW5Z0 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u3SdrBW5Z0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3SdrBW5Z0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3SdrBW5Z0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u3SdrBW5Z0 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u3SdrBW5Z0 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u3SdrBW5Z0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3SdrBW5Z0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u3SdrBW5Z0 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u3SdrBW5Z0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3SdrBW5Z0 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u3SdrBW5Z0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3SdrBW5Z0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3SdrBW5Z0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u3SdrBW5Z0 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u3SdrBW5Z0 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u3SdrBW5Z0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3SdrBW5Z0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u3SdrBW5Z0 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u3SdrBW5Z0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-u3SdrBW5Z0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u3SdrBW5Z0 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u3SdrBW5Z0 .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-u3SdrBW5Z0 .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-u3SdrBW5Z0 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u3SdrBW5Z0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u3SdrBW5Z0 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u3SdrBW5Z0 .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-u3SdrBW5Z0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3SdrBW5Z0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3SdrBW5Z0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u3SdrBW5Z0 .dropdown-item.active,
.cid-u3SdrBW5Z0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3SdrBW5Z0 .nav-link:focus {
  color: #000000 !important;
}
.cid-u3SdrBW5Z0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u3SdrBW5Z0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3SdrBW5Z0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3SdrBW5Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3SdrBW5Z0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u3SdrBW5Z0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3SdrBW5Z0 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u3SdrBW5Z0 .navbar-buttons {
  text-align: center;
}
.cid-u3SdrBW5Z0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-u3SdrBW5Z0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-u3SdrBW5Z0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3SdrBW5Z0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u3SdrBW5Z0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u3SdrBW5Z0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3SdrBW5Z0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3SdrBW5Z0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u3SdrBW5Z0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u3SdrBW5Z0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3SdrBW5Z0 a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-u3SdrBW5Z0 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u3SdrBW5Z0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u3SdrBW5Z0 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-u3SdrBW5Z0 .nav-link:hover {
  color: #e15126 !important;
}
.cid-u3SdrBW5Z0 .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-u3SdrBW5Z0 .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-u3SdrBW5Z0 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u3SdrBW5Z0 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u3SdrBW5Z0 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u3SdrBW5Z0 .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u3SdrBW5Z0 .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-u3SdrBW5Z0 .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-u3SdrBW5Z0 .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-u3SdrBW5Z0 .btncodetop:hover {
  color: #ffffff !important;
}
.cid-u3SdrBW5Z0 .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-u3SdrBW5Z0 .btncode:hover {
  color: #ffffff !important;
}
.cid-u3SdrBW5Z0 .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .btncodetwo {
    display: none;
  }
}
.cid-u3SdrBW5Z0 .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-u3SdrBW5Z0 .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-u3SdrBW5Z0 .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-u3SdrBW5Z0 .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-u3SdrBW5Z0 .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-u3SdrBW5Z0 .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-u3SdrBW5Z0 .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u3SdrBW5Z0 .logodiv {
    display: none;
  }
}
.cid-u3SdrBW5Z0 .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u3SdrBW5Z0 .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-u3SdrBW5Z0 .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u3SdrBW5Z0 .buttdivbottom {
    display: block;
  }
}
.cid-u3SdrBW5Z0 .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-u3SdrBW5Z0 .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-u3SdrCbTOP {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-u3SdrCbTOP .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-u3SdrCbTOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3SdrCbTOP .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-u3SdrCbTOP .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-u3SdrCbTOP .gcoi-logo {
    max-width: 200px;
  }
}
.cid-u3SdrCmMlw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u3SdrCmMlw .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-u3SdrCmMlw .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-u3SdrCmMlw .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u3SdrCmMlw .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-u3SdrCmMlw .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u3SdrCmMlw .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u3SdrCmMlw .mstone {
    display: block;
    text-align: left;
  }
}
.cid-u3SdrCmMlw .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-u3SdrCmMlw .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-u3SdrCmMlw .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u3SdrCmMlw .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-u3SdrCmMlw .container-fluid {
  padding: 0px !important;
}
.cid-u3SdrCmMlw .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-u3SdrCmMlw .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-u3SdrCmMlw a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-u3SdrCmMlw a:hover span {
  color: #FFE4AC !important;
}
.cid-u3SdrCyqyT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u3SdrCyqyT .mbr-text,
.cid-u3SdrCyqyT .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-u3SdrCyqyT .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u3SdrCyqyT .mbr-text,
.cid-u3SdrCyqyT .mbr-section-btn,
.cid-u3SdrCyqyT .mbr-section-title {
  color: #ffffff;
}
.cid-u3SdrCyqyT .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u3SdrCyqyT .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-u3SdrCyqyT .mbr-section-title {
  font-weight: 700;
}
.cid-u3SdrCyqyT .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-u3SdrCyqyT .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-u3SdrCyqyT .mbr-section-title,
  .cid-u3SdrCyqyT .mbr-text,
  .cid-u3SdrCyqyT .mbr-section-btn {
    text-align: left;
  }
}
.cid-u3SdrCyqyT .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-u3SdrCyqyT .dispinmob {
    display: none;
  }
}
.cid-u4dFlro0ae {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4dFlro0ae .mbr-section-subtitle {
  color: #232323;
}
.cid-u4dFlro0ae .homea {
  font-weight: 500;
}
.cid-u3SdrCK3Z2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3SdrCK3Z2 .mbr-text,
.cid-u3SdrCK3Z2 blockquote {
  color: #767676;
}
.cid-u3SdrCK3Z2 .mbr-text {
  color: #232323;
}
.cid-u3SdrCK3Z2 .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u3SdrCK3Z2 .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u3SdrCK3Z2 B {
  font-weight: 600 !important;
}
.cid-u3SiLlMlef {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-u3SiLlMlef hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-u3SiLlMlef hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u3SiLlMlef h2 {
  float: left;
}
.cid-u3SiLlMlef .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-u3SiLlMlef H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-u3SiLlMlef .btn-warning-outline:hover,
.cid-u3SiLlMlef .btn-warning-outline:focus,
.cid-u3SiLlMlef .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-u3SdrCSYkI {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u3SdrCSYkI .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-u3SdrCSYkI {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-u3SdrCSYkI {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-u3SdrCSYkI .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-u3SdrCSYkI .logoimg {
    margin-left: 1rem;
  }
}
.cid-u3SdrCSYkI h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-u3SdrCSYkI .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-u3SdrCSYkI .icons-wrap {
  display: flex;
}
.cid-u3SdrCSYkI .text-wrap {
  width: 100%;
}
.cid-u3SdrCSYkI .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u3SdrCSYkI .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u3SdrCSYkI .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-u3SdrCSYkI .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-u3SdrCSYkI .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u3SdrCSYkI .jq-selectbox__dropdown,
.cid-u3SdrCSYkI ul {
  border-radius: 20px !important;
}
.cid-u3SdrCSYkI .jq-selectbox {
  border-radius: 30px;
}
.cid-u3SdrCSYkI .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-u3SdrCSYkI .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-u3SdrCSYkI .title1 {
  margin: 0;
}
.cid-u3SdrCSYkI .align-wrap {
  display: block;
}
.cid-u3SdrCSYkI .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u3SdrCSYkI form {
    padding: 0;
  }
  .cid-u3SdrCSYkI .socicon-wrap {
    margin: auto;
  }
}
.cid-u3SdrCSYkI .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-u3SdrCSYkI .title1,
.cid-u3SdrCSYkI .title-col {
  color: #05539c;
}
.cid-u3SdrCSYkI .icon-title,
.cid-u3SdrCSYkI .align-wrap {
  text-align: left;
}
.cid-u3SdrCSYkI .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u3SdrCSYkI .incover {
    max-width: 270px;
  }
}
.cid-u3SdrCSYkI .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-u3SdrCSYkI .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u3SdrCSYkI .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-u3SdrCSYkI .links-title {
    margin-left: 5px;
  }
  .cid-u3SdrCSYkI .links-title a::before {
    content: "➜ ";
  }
  .cid-u3SdrCSYkI 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;
  }
}
.cid-u3SdrCSYkI .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-u3SdrCSYkI .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-u3SdrCSYkI .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-u3SdrCSYkI .mbrib-letter {
  margin-top: .05rem;
}
.cid-u3SdrDa7zi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-u3SdrDa7zi .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u3SdrDa7zi .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-u3SdrDa7zi .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-u3SdrDa7zi .linker-dentaura {
  color: #ffa800;
}
.cid-u3SdrDa7zi .linker-dentaura:hover {
  color: #fff;
}
.cid-u3SdrDkW4F #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-u3SdrDkW4F #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-u3SdrDkW4F #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-u3SdrDkW4F #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-u3SdrDkW4F #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-u3SdrDkW4F #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-u3SdrDkW4F #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-u3SdrDkW4F .hidden {
  display: none;
}
.cid-u3SdrDkW4F H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-u3SdrDxpYp.popup-builder {
  background-color: #ffffff;
}
.cid-u3SdrDxpYp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3SdrDxpYp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3SdrDxpYp .modal-content,
.cid-u3SdrDxpYp .modal-dialog {
  height: auto;
}
.cid-u3SdrDxpYp .pt-0 {
  padding-top: 0 !important;
}
.cid-u3SdrDxpYp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3SdrDxpYp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3SdrDxpYp .modal-open {
  overflow: hidden;
}
.cid-u3SdrDxpYp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3SdrDxpYp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3SdrDxpYp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3SdrDxpYp .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-u3SdrDxpYp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3SdrDxpYp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3SdrDxpYp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3SdrDxpYp .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-u3SdrDxpYp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3SdrDxpYp .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3SdrDxpYp .modal-backdrop.show {
  opacity: .5;
}
.cid-u3SdrDxpYp .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-u3SdrDxpYp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3SdrDxpYp .modal-header {
    padding: 1rem;
  }
}
.cid-u3SdrDxpYp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3SdrDxpYp .modal-header .close:hover {
  opacity: 1;
}
.cid-u3SdrDxpYp .modal-header .close:focus {
  outline: none;
}
.cid-u3SdrDxpYp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-u3SdrDxpYp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-u3SdrDxpYp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3SdrDxpYp .modal-body {
    padding: 1rem;
  }
}
.cid-u3SdrDxpYp .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-u3SdrDxpYp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3SdrDxpYp .modal-footer {
    padding: 1rem;
  }
}
.cid-u3SdrDxpYp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3SdrDxpYp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3SdrDxpYp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3SdrDxpYp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3SdrDxpYp .modal-sm {
    max-width: 300px;
  }
  .cid-u3SdrDxpYp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u3SdrDxpYp .modal-lg,
  .cid-u3SdrDxpYp .modal-xl {
    max-width: 800px;
  }
  .cid-u3SdrDxpYp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u3SdrDxpYp .modal-xl {
    max-width: 1140px;
  }
  .cid-u3SdrDxpYp .container {
    max-width: 1140px;
  }
}
.cid-u3SdrDxpYp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u3SdrDxpYp .container {
    max-width: 720px;
  }
}
.cid-u3SdrDxpYp .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-u3SdrDxpYp .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-u3SdrDxpYp .dentaura-iconone {
  display: none;
}
.cid-u3SdrDxpYp .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-u3SdrDxpYp .claus-one p {
  color: #ffffff !important;
}
.cid-u3SdrDxpYp .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-u3SdrDxpYp .claus-two p {
  color: #ffffff !important;
}
.cid-u3SdrDxpYp .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-u3SdrDxpYp .claus-three p {
  color: #ffffff !important;
}
.cid-u3SdrDxpYp .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-u3SdrDxpYp .claus-four p {
  color: #ffffff !important;
}
.cid-u3SdrDxpYp .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-u3SdrDxpYp .claus-five p {
  color: #ffffff !important;
}
.cid-u3SdrDxpYp .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-u3SdrDxpYp .claus-six p {
  color: #ffffff !important;
}
.cid-u3SdrDxpYp .dentaura-cover {
  width: 168px;
}
.cid-u3SdrDxpYp P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-u3SdrDxpYp H5 {
  text-align: center;
}
.cid-u3SdrDxpYp .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-u3SdrDxpYp .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3SdrDxpYp .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3SdrDxpYp .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3SdrDxpYp .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3SdrDxpYp .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-u3SdrDxpYp .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3SdrDxpYp a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-u3TXdyXSf7 {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u3TXdyXSf7 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-u3TXdyXSf7 .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u3TXdyXSf7 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u3TXdyXSf7 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u3TXdyXSf7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u3TXdyXSf7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u3TXdyXSf7 .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u3TXdyXSf7 .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-u3TXdyXSf7 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-u3TXdyXSf7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-u3TXdyXSf7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u3TXdyXSf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u3TXdyXSf7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u3TXdyXSf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3TXdyXSf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3TXdyXSf7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u3TXdyXSf7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u3TXdyXSf7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u3TXdyXSf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3TXdyXSf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u3TXdyXSf7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u3TXdyXSf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3TXdyXSf7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u3TXdyXSf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3TXdyXSf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3TXdyXSf7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u3TXdyXSf7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u3TXdyXSf7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u3TXdyXSf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3TXdyXSf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u3TXdyXSf7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u3TXdyXSf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-u3TXdyXSf7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u3TXdyXSf7 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u3TXdyXSf7 .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-u3TXdyXSf7 .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-u3TXdyXSf7 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u3TXdyXSf7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u3TXdyXSf7 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u3TXdyXSf7 .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-u3TXdyXSf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3TXdyXSf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3TXdyXSf7 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u3TXdyXSf7 .dropdown-item.active,
.cid-u3TXdyXSf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u3TXdyXSf7 .nav-link:focus {
  color: #000000 !important;
}
.cid-u3TXdyXSf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u3TXdyXSf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3TXdyXSf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3TXdyXSf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u3TXdyXSf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u3TXdyXSf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3TXdyXSf7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u3TXdyXSf7 .navbar-buttons {
  text-align: center;
}
.cid-u3TXdyXSf7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-u3TXdyXSf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-u3TXdyXSf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3TXdyXSf7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u3TXdyXSf7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u3TXdyXSf7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3TXdyXSf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3TXdyXSf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u3TXdyXSf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u3TXdyXSf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3TXdyXSf7 a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-u3TXdyXSf7 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u3TXdyXSf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u3TXdyXSf7 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-u3TXdyXSf7 .nav-link:hover {
  color: #e15126 !important;
}
.cid-u3TXdyXSf7 .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-u3TXdyXSf7 .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-u3TXdyXSf7 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u3TXdyXSf7 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u3TXdyXSf7 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u3TXdyXSf7 .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u3TXdyXSf7 .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-u3TXdyXSf7 .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-u3TXdyXSf7 .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-u3TXdyXSf7 .btncodetop:hover {
  color: #ffffff !important;
}
.cid-u3TXdyXSf7 .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-u3TXdyXSf7 .btncode:hover {
  color: #ffffff !important;
}
.cid-u3TXdyXSf7 .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .btncodetwo {
    display: none;
  }
}
.cid-u3TXdyXSf7 .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-u3TXdyXSf7 .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-u3TXdyXSf7 .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-u3TXdyXSf7 .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-u3TXdyXSf7 .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-u3TXdyXSf7 .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-u3TXdyXSf7 .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u3TXdyXSf7 .logodiv {
    display: none;
  }
}
.cid-u3TXdyXSf7 .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u3TXdyXSf7 .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-u3TXdyXSf7 .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u3TXdyXSf7 .buttdivbottom {
    display: block;
  }
}
.cid-u3TXdyXSf7 .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-u3TXdyXSf7 .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-u3TXdzkCgG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u3TXdzkCgG .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-u3TXdzkCgG .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-u3TXdzkCgG .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u3TXdzkCgG .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-u3TXdzkCgG .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u3TXdzkCgG .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u3TXdzkCgG .mstone {
    display: block;
    text-align: left;
  }
}
.cid-u3TXdzkCgG .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-u3TXdzkCgG .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-u3TXdzkCgG .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u3TXdzkCgG .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-u3TXdzkCgG .container-fluid {
  padding: 0px !important;
}
.cid-u3TXdzkCgG .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-u3TXdzkCgG .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-u3TXdzkCgG a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-u3TXdzkCgG a:hover span {
  color: #FFE4AC !important;
}
.cid-u3TXdzbcKD {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-u3TXdzbcKD .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-u3TXdzbcKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3TXdzbcKD .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-u3TXdzbcKD .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-u3TXdzbcKD .gcoi-logo {
    max-width: 200px;
  }
}
.cid-u3TXdzwcBh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u3TXdzwcBh .mbr-text,
.cid-u3TXdzwcBh .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-u3TXdzwcBh .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u3TXdzwcBh .mbr-text,
.cid-u3TXdzwcBh .mbr-section-btn,
.cid-u3TXdzwcBh .mbr-section-title {
  color: #ffffff;
}
.cid-u3TXdzwcBh .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u3TXdzwcBh .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-u3TXdzwcBh .mbr-section-title {
  font-weight: 700;
}
.cid-u3TXdzwcBh .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-u3TXdzwcBh .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-u3TXdzwcBh .mbr-section-title,
  .cid-u3TXdzwcBh .mbr-text,
  .cid-u3TXdzwcBh .mbr-section-btn {
    text-align: left;
  }
}
.cid-u3TXdzwcBh .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-u3TXdzwcBh .dispinmob {
    display: none;
  }
}
.cid-u4bhjTMSe3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4bhjTMSe3 .mbr-section-subtitle {
  color: #232323;
}
.cid-u4bhjTMSe3 .homea {
  font-weight: 500;
}
.cid-u3TXdzHkZV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fdf2ec;
}
.cid-u3TXdzHkZV .mbr-text,
.cid-u3TXdzHkZV blockquote {
  color: #767676;
}
.cid-u3TXdzHkZV .mbr-text {
  color: #232323;
}
.cid-u3TXdzHkZV .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u3TXdzHkZV .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u3TXdzHkZV .headonespantwo {
  font-weight: 400;
  font-size: 1.1rem;
}
.cid-u3TXdzHkZV B {
  font-weight: 600 !important;
}
.cid-u3TXdzHkZV .mbr-section-title {
  color: #e15126;
  text-align: left;
}
.cid-u47YYpwzBx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u47YYpwzBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u47YYpwzBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u47YYpwzBx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u47YYpwzBx .container {
    padding: 0 16px;
  }
}
.cid-u47YYpwzBx .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u47YYpwzBx .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-u47YYpwzBx .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
  font-size: 1.1rem !important;
}
@media (max-width: 992px) {
  .cid-u47YYpwzBx .content-wrapper .mbr-section-title {
    width: 100%;
    font-size: 1.1rem !important;
  }
}
.cid-u47YYpwzBx .content-wrapper .list-wrapper {
  width: 70%;
  padding: 20px 36px;
  background-color: #fdf2ec;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-u47YYpwzBx .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-u47YYpwzBx .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
.cid-u47YYpwzBx .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-u47YYpwzBx .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-u47YYpwzBx .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-u47YYpwzBx .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 20px;
  height: 20px;
  font-size: 16px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-u47YYpwzBx .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-u47YYpwzBx .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-u47YYpwzBx .mbr-section-title {
  color: #ad4628;
  text-align: left;
}
.cid-u47YYpwzBx .card-title {
  color: #000000;
}
.cid-u47YYpwzBx .card-text {
  color: #000000;
}
.cid-u4bhFgjz5x {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4bhFgjz5x .mbr-section-subtitle {
  color: #232323;
}
.cid-u4bhFgjz5x .homea {
  font-weight: 500;
}
.cid-u47ZXzRNve {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fdf2ec;
}
.cid-u47ZXzRNve .mbr-text,
.cid-u47ZXzRNve blockquote {
  color: #767676;
}
.cid-u47ZXzRNve .mbr-text {
  color: #232323;
}
.cid-u47ZXzRNve .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u47ZXzRNve .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u47ZXzRNve .headonespantwo {
  font-weight: 400;
  font-size: 1.1rem;
}
.cid-u47ZXzRNve B {
  font-weight: 600 !important;
}
.cid-u47ZXzRNve .mbr-section-title {
  color: #e15126;
  text-align: left;
}
.cid-u47WaU1kft {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u47WaU1kft .mbr-fallback-image.disabled {
  display: none;
}
.cid-u47WaU1kft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u47WaU1kft .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u47WaU1kft .container {
    padding: 0 16px;
  }
}
.cid-u47WaU1kft .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u47WaU1kft .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-u47WaU1kft .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
  font-size: 1.1rem !important;
}
@media (max-width: 992px) {
  .cid-u47WaU1kft .content-wrapper .mbr-section-title {
    width: 100%;
    font-size: 1.1rem !important;
  }
}
.cid-u47WaU1kft .content-wrapper .list-wrapper {
  width: 70%;
  padding: 20px 36px;
  background-color: #fdf2ec;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-u47WaU1kft .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-u47WaU1kft .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
.cid-u47WaU1kft .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-u47WaU1kft .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-u47WaU1kft .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-u47WaU1kft .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 20px;
  height: 20px;
  font-size: 16px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-u47WaU1kft .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-u47WaU1kft .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-u47WaU1kft .mbr-section-title {
  color: #ad4628;
  text-align: left;
}
.cid-u47WaU1kft .card-title {
  color: #000000;
}
.cid-u47WaU1kft .card-text {
  color: #000000;
}
.cid-u4bhGtmP4Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4bhGtmP4Y .mbr-section-subtitle {
  color: #232323;
}
.cid-u4bhGtmP4Y .homea {
  font-weight: 500;
}
.cid-u485CVk3zy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fdf2ec;
}
.cid-u485CVk3zy .mbr-text,
.cid-u485CVk3zy blockquote {
  color: #767676;
}
.cid-u485CVk3zy .mbr-text {
  color: #232323;
}
.cid-u485CVk3zy .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u485CVk3zy .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u485CVk3zy .headonespantwo {
  font-weight: 400;
  font-size: 1.1rem;
}
.cid-u485CVk3zy B {
  font-weight: 600 !important;
}
.cid-u485CVk3zy .mbr-section-title {
  color: #e15126;
  text-align: left;
}
.cid-u47Z29Uf90 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u47Z29Uf90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u47Z29Uf90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u47Z29Uf90 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u47Z29Uf90 .container {
    padding: 0 16px;
  }
}
.cid-u47Z29Uf90 .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u47Z29Uf90 .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-u47Z29Uf90 .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
  font-size: 1.1rem !important;
}
@media (max-width: 992px) {
  .cid-u47Z29Uf90 .content-wrapper .mbr-section-title {
    width: 100%;
    font-size: 1.1rem !important;
  }
}
.cid-u47Z29Uf90 .content-wrapper .list-wrapper {
  width: 70%;
  padding: 20px 36px;
  background-color: #fdf2ec;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-u47Z29Uf90 .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-u47Z29Uf90 .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
.cid-u47Z29Uf90 .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-u47Z29Uf90 .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-u47Z29Uf90 .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-u47Z29Uf90 .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 20px;
  height: 20px;
  font-size: 16px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-u47Z29Uf90 .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-u47Z29Uf90 .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-u47Z29Uf90 .mbr-section-title {
  color: #ad4628;
  text-align: left;
}
.cid-u47Z29Uf90 .card-title {
  color: #000000;
}
.cid-u47Z29Uf90 .card-text {
  color: #000000;
}
.cid-u48hjWOvaf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u48hjWOvaf .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-u48hjWOvaf .card {
  margin-bottom: 2rem;
}
.cid-u48hjWOvaf .card-box {
  word-break: break-word;
  padding-top: 0.5rem;
}
.cid-u48hjWOvaf .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-u48hjWOvaf .mbr-section-title {
  margin: 0;
}
.cid-u48hjWOvaf .gcoi-download {
  max-width: 120px;
}
.cid-u48hjWOvaf .gcoi-spacer {
  max-width: 300px;
  width: 100%;
}
.cid-u48hjWOvaf .card-title,
.cid-u48hjWOvaf .card-underline {
  color: #e15126;
}
.cid-u3TXdzP0L8 {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-u3TXdzP0L8 hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-u3TXdzP0L8 hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u3TXdzP0L8 h2 {
  float: left;
}
.cid-u3TXdzP0L8 .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-u3TXdzP0L8 H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-u3TXdzP0L8 .btn-warning-outline:hover,
.cid-u3TXdzP0L8 .btn-warning-outline:focus,
.cid-u3TXdzP0L8 .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-u3TXdzXz5h {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u3TXdzXz5h .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-u3TXdzXz5h {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-u3TXdzXz5h {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-u3TXdzXz5h .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-u3TXdzXz5h .logoimg {
    margin-left: 1rem;
  }
}
.cid-u3TXdzXz5h h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-u3TXdzXz5h .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-u3TXdzXz5h .icons-wrap {
  display: flex;
}
.cid-u3TXdzXz5h .text-wrap {
  width: 100%;
}
.cid-u3TXdzXz5h .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u3TXdzXz5h .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u3TXdzXz5h .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-u3TXdzXz5h .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-u3TXdzXz5h .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u3TXdzXz5h .jq-selectbox__dropdown,
.cid-u3TXdzXz5h ul {
  border-radius: 20px !important;
}
.cid-u3TXdzXz5h .jq-selectbox {
  border-radius: 30px;
}
.cid-u3TXdzXz5h .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-u3TXdzXz5h .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-u3TXdzXz5h .title1 {
  margin: 0;
}
.cid-u3TXdzXz5h .align-wrap {
  display: block;
}
.cid-u3TXdzXz5h .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u3TXdzXz5h form {
    padding: 0;
  }
  .cid-u3TXdzXz5h .socicon-wrap {
    margin: auto;
  }
}
.cid-u3TXdzXz5h .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-u3TXdzXz5h .title1,
.cid-u3TXdzXz5h .title-col {
  color: #05539c;
}
.cid-u3TXdzXz5h .icon-title,
.cid-u3TXdzXz5h .align-wrap {
  text-align: left;
}
.cid-u3TXdzXz5h .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u3TXdzXz5h .incover {
    max-width: 270px;
  }
}
.cid-u3TXdzXz5h .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-u3TXdzXz5h .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u3TXdzXz5h .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-u3TXdzXz5h .links-title {
    margin-left: 5px;
  }
  .cid-u3TXdzXz5h .links-title a::before {
    content: "➜ ";
  }
  .cid-u3TXdzXz5h 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;
  }
}
.cid-u3TXdzXz5h .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-u3TXdzXz5h .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-u3TXdzXz5h .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-u3TXdzXz5h .mbrib-letter {
  margin-top: .05rem;
}
.cid-u3TXdAg6OL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-u3TXdAg6OL .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u3TXdAg6OL .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-u3TXdAg6OL .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-u3TXdAg6OL .linker-dentaura {
  color: #ffa800;
}
.cid-u3TXdAg6OL .linker-dentaura:hover {
  color: #fff;
}
.cid-u3TXdAqCNA #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-u3TXdAqCNA #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-u3TXdAqCNA #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-u3TXdAqCNA #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-u3TXdAqCNA #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-u3TXdAqCNA #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-u3TXdAqCNA #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-u3TXdAqCNA .hidden {
  display: none;
}
.cid-u3TXdAqCNA H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-u3TXdABd2d.popup-builder {
  background-color: #ffffff;
}
.cid-u3TXdABd2d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3TXdABd2d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3TXdABd2d .modal-content,
.cid-u3TXdABd2d .modal-dialog {
  height: auto;
}
.cid-u3TXdABd2d .pt-0 {
  padding-top: 0 !important;
}
.cid-u3TXdABd2d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3TXdABd2d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3TXdABd2d .modal-open {
  overflow: hidden;
}
.cid-u3TXdABd2d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3TXdABd2d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3TXdABd2d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3TXdABd2d .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-u3TXdABd2d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3TXdABd2d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3TXdABd2d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3TXdABd2d .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-u3TXdABd2d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3TXdABd2d .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3TXdABd2d .modal-backdrop.show {
  opacity: .5;
}
.cid-u3TXdABd2d .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-u3TXdABd2d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3TXdABd2d .modal-header {
    padding: 1rem;
  }
}
.cid-u3TXdABd2d .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3TXdABd2d .modal-header .close:hover {
  opacity: 1;
}
.cid-u3TXdABd2d .modal-header .close:focus {
  outline: none;
}
.cid-u3TXdABd2d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-u3TXdABd2d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-u3TXdABd2d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3TXdABd2d .modal-body {
    padding: 1rem;
  }
}
.cid-u3TXdABd2d .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-u3TXdABd2d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3TXdABd2d .modal-footer {
    padding: 1rem;
  }
}
.cid-u3TXdABd2d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3TXdABd2d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3TXdABd2d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3TXdABd2d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3TXdABd2d .modal-sm {
    max-width: 300px;
  }
  .cid-u3TXdABd2d .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u3TXdABd2d .modal-lg,
  .cid-u3TXdABd2d .modal-xl {
    max-width: 800px;
  }
  .cid-u3TXdABd2d .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u3TXdABd2d .modal-xl {
    max-width: 1140px;
  }
  .cid-u3TXdABd2d .container {
    max-width: 1140px;
  }
}
.cid-u3TXdABd2d .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u3TXdABd2d .container {
    max-width: 720px;
  }
}
.cid-u3TXdABd2d .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-u3TXdABd2d .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-u3TXdABd2d .dentaura-iconone {
  display: none;
}
.cid-u3TXdABd2d .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-u3TXdABd2d .claus-one p {
  color: #ffffff !important;
}
.cid-u3TXdABd2d .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-u3TXdABd2d .claus-two p {
  color: #ffffff !important;
}
.cid-u3TXdABd2d .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-u3TXdABd2d .claus-three p {
  color: #ffffff !important;
}
.cid-u3TXdABd2d .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-u3TXdABd2d .claus-four p {
  color: #ffffff !important;
}
.cid-u3TXdABd2d .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-u3TXdABd2d .claus-five p {
  color: #ffffff !important;
}
.cid-u3TXdABd2d .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-u3TXdABd2d .claus-six p {
  color: #ffffff !important;
}
.cid-u3TXdABd2d .dentaura-cover {
  width: 168px;
}
.cid-u3TXdABd2d P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-u3TXdABd2d H5 {
  text-align: center;
}
.cid-u3TXdABd2d .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-u3TXdABd2d .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3TXdABd2d .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3TXdABd2d .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3TXdABd2d .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3TXdABd2d .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-u3TXdABd2d .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u3TXdABd2d a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-u42jnWJcnj {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u42jnWJcnj .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-u42jnWJcnj .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u42jnWJcnj .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u42jnWJcnj .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u42jnWJcnj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u42jnWJcnj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u42jnWJcnj .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u42jnWJcnj .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-u42jnWJcnj .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-u42jnWJcnj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-u42jnWJcnj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u42jnWJcnj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u42jnWJcnj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u42jnWJcnj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u42jnWJcnj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u42jnWJcnj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u42jnWJcnj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u42jnWJcnj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u42jnWJcnj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u42jnWJcnj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u42jnWJcnj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u42jnWJcnj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u42jnWJcnj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u42jnWJcnj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u42jnWJcnj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u42jnWJcnj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u42jnWJcnj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u42jnWJcnj .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u42jnWJcnj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u42jnWJcnj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u42jnWJcnj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u42jnWJcnj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-u42jnWJcnj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u42jnWJcnj .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u42jnWJcnj .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-u42jnWJcnj .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-u42jnWJcnj .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u42jnWJcnj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u42jnWJcnj .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u42jnWJcnj .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-u42jnWJcnj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u42jnWJcnj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u42jnWJcnj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u42jnWJcnj .dropdown-item.active,
.cid-u42jnWJcnj .dropdown-item:active {
  background-color: transparent;
}
.cid-u42jnWJcnj .nav-link:focus {
  color: #000000 !important;
}
.cid-u42jnWJcnj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u42jnWJcnj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u42jnWJcnj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u42jnWJcnj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u42jnWJcnj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u42jnWJcnj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u42jnWJcnj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u42jnWJcnj .navbar-buttons {
  text-align: center;
}
.cid-u42jnWJcnj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-u42jnWJcnj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-u42jnWJcnj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u42jnWJcnj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u42jnWJcnj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u42jnWJcnj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u42jnWJcnj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u42jnWJcnj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u42jnWJcnj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u42jnWJcnj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u42jnWJcnj a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-u42jnWJcnj .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u42jnWJcnj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u42jnWJcnj .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-u42jnWJcnj .nav-link:hover {
  color: #e15126 !important;
}
.cid-u42jnWJcnj .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-u42jnWJcnj .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-u42jnWJcnj .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u42jnWJcnj .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u42jnWJcnj .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u42jnWJcnj .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u42jnWJcnj .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-u42jnWJcnj .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-u42jnWJcnj .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-u42jnWJcnj .btncodetop:hover {
  color: #ffffff !important;
}
.cid-u42jnWJcnj .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-u42jnWJcnj .btncode:hover {
  color: #ffffff !important;
}
.cid-u42jnWJcnj .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .btncodetwo {
    display: none;
  }
}
.cid-u42jnWJcnj .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-u42jnWJcnj .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-u42jnWJcnj .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-u42jnWJcnj .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-u42jnWJcnj .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-u42jnWJcnj .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-u42jnWJcnj .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u42jnWJcnj .logodiv {
    display: none;
  }
}
.cid-u42jnWJcnj .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u42jnWJcnj .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-u42jnWJcnj .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u42jnWJcnj .buttdivbottom {
    display: block;
  }
}
.cid-u42jnWJcnj .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-u42jnWJcnj .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-u42jnWX5mM {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-u42jnWX5mM .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-u42jnWX5mM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u42jnWX5mM .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-u42jnWX5mM .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-u42jnWX5mM .gcoi-logo {
    max-width: 200px;
  }
}
.cid-u42jnX6DyC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u42jnX6DyC .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-u42jnX6DyC .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-u42jnX6DyC .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u42jnX6DyC .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-u42jnX6DyC .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u42jnX6DyC .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u42jnX6DyC .mstone {
    display: block;
    text-align: left;
  }
}
.cid-u42jnX6DyC .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-u42jnX6DyC .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-u42jnX6DyC .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u42jnX6DyC .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-u42jnX6DyC .container-fluid {
  padding: 0px !important;
}
.cid-u42jnX6DyC .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-u42jnX6DyC .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-u42jnX6DyC a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-u42jnX6DyC a:hover span {
  color: #FFE4AC !important;
}
.cid-u42jnXgL1s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u42jnXgL1s .mbr-text,
.cid-u42jnXgL1s .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-u42jnXgL1s .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u42jnXgL1s .mbr-text,
.cid-u42jnXgL1s .mbr-section-btn,
.cid-u42jnXgL1s .mbr-section-title {
  color: #ffffff;
}
.cid-u42jnXgL1s .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u42jnXgL1s .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-u42jnXgL1s .mbr-section-title {
  font-weight: 700;
}
.cid-u42jnXgL1s .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-u42jnXgL1s .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-u42jnXgL1s .mbr-section-title,
  .cid-u42jnXgL1s .mbr-text,
  .cid-u42jnXgL1s .mbr-section-btn {
    text-align: left;
  }
}
.cid-u42jnXgL1s .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-u42jnXgL1s .dispinmob {
    display: none;
  }
}
.cid-u4bjfG6uIq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4bjfG6uIq .mbr-section-subtitle {
  color: #232323;
}
.cid-u4bjfG6uIq .homea {
  font-weight: 500;
}
.cid-u42jnXpEjH {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u42jnXpEjH .mbr-text,
.cid-u42jnXpEjH blockquote {
  color: #767676;
}
.cid-u42jnXpEjH .mbr-text {
  color: #232323;
}
.cid-u42jnXpEjH .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u42jnXpEjH .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u42jnXpEjH B {
  font-weight: 600 !important;
}
.cid-u42jnXpEjH .mbr-section-title {
  color: #e15126;
  text-align: left;
}
.cid-u4bkfvNBMK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4bkfvNBMK .mbr-section-subtitle {
  color: #232323;
}
.cid-u4bkfvNBMK .homea {
  font-weight: 500;
}
.cid-u437ijdalX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u437ijdalX .mbr-text,
.cid-u437ijdalX blockquote {
  color: #767676;
}
.cid-u437ijdalX .mbr-text {
  color: #232323;
}
.cid-u437ijdalX .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u437ijdalX .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u437ijdalX B {
  font-weight: 600 !important;
}
.cid-u437ijdalX .mbr-section-title {
  color: #e15126;
  text-align: left;
}
.cid-u4bkgw4G27 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4bkgw4G27 .mbr-section-subtitle {
  color: #232323;
}
.cid-u4bkgw4G27 .homea {
  font-weight: 500;
}
.cid-u437iFFd6q {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u437iFFd6q .mbr-text,
.cid-u437iFFd6q blockquote {
  color: #767676;
}
.cid-u437iFFd6q .mbr-text {
  color: #232323;
}
.cid-u437iFFd6q .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u437iFFd6q .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u437iFFd6q B {
  font-weight: 600 !important;
}
.cid-u437iFFd6q .mbr-section-title {
  color: #e15126;
  text-align: left;
}
.cid-u444wLYYYD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u444wLYYYD .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-u444wLYYYD .card {
  margin-bottom: 2rem;
}
.cid-u444wLYYYD .card-box {
  word-break: break-word;
  padding-top: 0.5rem;
}
.cid-u444wLYYYD .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-u444wLYYYD .mbr-section-title {
  margin: 0;
}
.cid-u444wLYYYD .gcoi-download {
  max-width: 120px;
}
.cid-u444wLYYYD .gcoi-spacer {
  max-width: 300px;
  width: 100%;
}
.cid-u444wLYYYD .card-title,
.cid-u444wLYYYD .card-underline {
  color: #e15126;
}
.cid-u4bkhjyfcw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4bkhjyfcw .mbr-section-subtitle {
  color: #232323;
}
.cid-u4bkhjyfcw .homea {
  font-weight: 500;
}
.cid-u43KwKOT0Q {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u43KwKOT0Q .mbr-text,
.cid-u43KwKOT0Q blockquote {
  color: #767676;
}
.cid-u43KwKOT0Q .mbr-text {
  color: #232323;
}
.cid-u43KwKOT0Q .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u43KwKOT0Q .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u43KwKOT0Q B {
  font-weight: 600 !important;
}
.cid-u43KwKOT0Q .mbr-section-title {
  color: #e15126;
  text-align: left;
}
.cid-u42jnXwXCw {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-u42jnXwXCw hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-u42jnXwXCw hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u42jnXwXCw h2 {
  float: left;
}
.cid-u42jnXwXCw .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-u42jnXwXCw H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-u42jnXwXCw .btn-warning-outline:hover,
.cid-u42jnXwXCw .btn-warning-outline:focus,
.cid-u42jnXwXCw .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-u42jnXEUat {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u42jnXEUat .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-u42jnXEUat {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-u42jnXEUat {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-u42jnXEUat .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-u42jnXEUat .logoimg {
    margin-left: 1rem;
  }
}
.cid-u42jnXEUat h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-u42jnXEUat .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-u42jnXEUat .icons-wrap {
  display: flex;
}
.cid-u42jnXEUat .text-wrap {
  width: 100%;
}
.cid-u42jnXEUat .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u42jnXEUat .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u42jnXEUat .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-u42jnXEUat .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-u42jnXEUat .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u42jnXEUat .jq-selectbox__dropdown,
.cid-u42jnXEUat ul {
  border-radius: 20px !important;
}
.cid-u42jnXEUat .jq-selectbox {
  border-radius: 30px;
}
.cid-u42jnXEUat .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-u42jnXEUat .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-u42jnXEUat .title1 {
  margin: 0;
}
.cid-u42jnXEUat .align-wrap {
  display: block;
}
.cid-u42jnXEUat .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u42jnXEUat form {
    padding: 0;
  }
  .cid-u42jnXEUat .socicon-wrap {
    margin: auto;
  }
}
.cid-u42jnXEUat .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-u42jnXEUat .title1,
.cid-u42jnXEUat .title-col {
  color: #05539c;
}
.cid-u42jnXEUat .icon-title,
.cid-u42jnXEUat .align-wrap {
  text-align: left;
}
.cid-u42jnXEUat .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u42jnXEUat .incover {
    max-width: 270px;
  }
}
.cid-u42jnXEUat .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-u42jnXEUat .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u42jnXEUat .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-u42jnXEUat .links-title {
    margin-left: 5px;
  }
  .cid-u42jnXEUat .links-title a::before {
    content: "➜ ";
  }
  .cid-u42jnXEUat 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;
  }
}
.cid-u42jnXEUat .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-u42jnXEUat .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-u42jnXEUat .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-u42jnXEUat .mbrib-letter {
  margin-top: .05rem;
}
.cid-u42jnXTcbr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-u42jnXTcbr .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u42jnXTcbr .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-u42jnXTcbr .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-u42jnXTcbr .linker-dentaura {
  color: #ffa800;
}
.cid-u42jnXTcbr .linker-dentaura:hover {
  color: #fff;
}
.cid-u42jnY1p3t #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-u42jnY1p3t #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-u42jnY1p3t #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-u42jnY1p3t #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-u42jnY1p3t #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-u42jnY1p3t #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-u42jnY1p3t #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-u42jnY1p3t .hidden {
  display: none;
}
.cid-u42jnY1p3t H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-u42jnYdzSo.popup-builder {
  background-color: #ffffff;
}
.cid-u42jnYdzSo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u42jnYdzSo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u42jnYdzSo .modal-content,
.cid-u42jnYdzSo .modal-dialog {
  height: auto;
}
.cid-u42jnYdzSo .pt-0 {
  padding-top: 0 !important;
}
.cid-u42jnYdzSo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u42jnYdzSo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u42jnYdzSo .modal-open {
  overflow: hidden;
}
.cid-u42jnYdzSo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u42jnYdzSo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u42jnYdzSo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u42jnYdzSo .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-u42jnYdzSo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u42jnYdzSo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u42jnYdzSo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u42jnYdzSo .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-u42jnYdzSo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u42jnYdzSo .modal-backdrop.fade {
  opacity: 0;
}
.cid-u42jnYdzSo .modal-backdrop.show {
  opacity: .5;
}
.cid-u42jnYdzSo .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-u42jnYdzSo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u42jnYdzSo .modal-header {
    padding: 1rem;
  }
}
.cid-u42jnYdzSo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u42jnYdzSo .modal-header .close:hover {
  opacity: 1;
}
.cid-u42jnYdzSo .modal-header .close:focus {
  outline: none;
}
.cid-u42jnYdzSo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-u42jnYdzSo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-u42jnYdzSo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u42jnYdzSo .modal-body {
    padding: 1rem;
  }
}
.cid-u42jnYdzSo .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-u42jnYdzSo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u42jnYdzSo .modal-footer {
    padding: 1rem;
  }
}
.cid-u42jnYdzSo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u42jnYdzSo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u42jnYdzSo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u42jnYdzSo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u42jnYdzSo .modal-sm {
    max-width: 300px;
  }
  .cid-u42jnYdzSo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u42jnYdzSo .modal-lg,
  .cid-u42jnYdzSo .modal-xl {
    max-width: 800px;
  }
  .cid-u42jnYdzSo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u42jnYdzSo .modal-xl {
    max-width: 1140px;
  }
  .cid-u42jnYdzSo .container {
    max-width: 1140px;
  }
}
.cid-u42jnYdzSo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u42jnYdzSo .container {
    max-width: 720px;
  }
}
.cid-u42jnYdzSo .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-u42jnYdzSo .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-u42jnYdzSo .dentaura-iconone {
  display: none;
}
.cid-u42jnYdzSo .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-u42jnYdzSo .claus-one p {
  color: #ffffff !important;
}
.cid-u42jnYdzSo .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-u42jnYdzSo .claus-two p {
  color: #ffffff !important;
}
.cid-u42jnYdzSo .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-u42jnYdzSo .claus-three p {
  color: #ffffff !important;
}
.cid-u42jnYdzSo .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-u42jnYdzSo .claus-four p {
  color: #ffffff !important;
}
.cid-u42jnYdzSo .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-u42jnYdzSo .claus-five p {
  color: #ffffff !important;
}
.cid-u42jnYdzSo .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-u42jnYdzSo .claus-six p {
  color: #ffffff !important;
}
.cid-u42jnYdzSo .dentaura-cover {
  width: 168px;
}
.cid-u42jnYdzSo P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-u42jnYdzSo H5 {
  text-align: center;
}
.cid-u42jnYdzSo .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-u42jnYdzSo .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u42jnYdzSo .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u42jnYdzSo .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u42jnYdzSo .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u42jnYdzSo .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-u42jnYdzSo .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u42jnYdzSo a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-u492INHWPa {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u492INHWPa .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u492INHWPa .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-u492INHWPa .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u492INHWPa .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u492INHWPa .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u492INHWPa .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u492INHWPa .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u492INHWPa .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u492INHWPa .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-u492INHWPa .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-u492INHWPa .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-u492INHWPa .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u492INHWPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u492INHWPa .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u492INHWPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u492INHWPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u492INHWPa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u492INHWPa .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u492INHWPa .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u492INHWPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u492INHWPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u492INHWPa .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u492INHWPa .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u492INHWPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u492INHWPa .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u492INHWPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u492INHWPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u492INHWPa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u492INHWPa .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u492INHWPa .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u492INHWPa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u492INHWPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u492INHWPa .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u492INHWPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-u492INHWPa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u492INHWPa .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u492INHWPa .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-u492INHWPa .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-u492INHWPa .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u492INHWPa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u492INHWPa .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u492INHWPa .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-u492INHWPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u492INHWPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u492INHWPa .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u492INHWPa .dropdown-item.active,
.cid-u492INHWPa .dropdown-item:active {
  background-color: transparent;
}
.cid-u492INHWPa .nav-link:focus {
  color: #000000 !important;
}
.cid-u492INHWPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u492INHWPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u492INHWPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u492INHWPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u492INHWPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u492INHWPa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u492INHWPa ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u492INHWPa .navbar-buttons {
  text-align: center;
}
.cid-u492INHWPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-u492INHWPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-u492INHWPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u492INHWPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u492INHWPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u492INHWPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u492INHWPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u492INHWPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u492INHWPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u492INHWPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u492INHWPa a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-u492INHWPa .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u492INHWPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u492INHWPa .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-u492INHWPa .nav-link:hover {
  color: #e15126 !important;
}
.cid-u492INHWPa .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-u492INHWPa .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-u492INHWPa .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-u492INHWPa .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u492INHWPa .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u492INHWPa .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u492INHWPa .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u492INHWPa .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-u492INHWPa .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-u492INHWPa .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-u492INHWPa .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u492INHWPa .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-u492INHWPa .btncodetop:hover {
  color: #ffffff !important;
}
.cid-u492INHWPa .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u492INHWPa .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-u492INHWPa .btncode:hover {
  color: #ffffff !important;
}
.cid-u492INHWPa .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-u492INHWPa .btncodetwo {
    display: none;
  }
}
.cid-u492INHWPa .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-u492INHWPa .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-u492INHWPa .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-u492INHWPa .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-u492INHWPa .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-u492INHWPa .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-u492INHWPa .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-u492INHWPa .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u492INHWPa .logodiv {
    display: none;
  }
}
.cid-u492INHWPa .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-u492INHWPa .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u492INHWPa .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-u492INHWPa .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u492INHWPa .buttdivbottom {
    display: block;
  }
}
.cid-u492INHWPa .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-u492INHWPa .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-u492INVPih {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-u492INVPih .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-u492INVPih .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492INVPih .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-u492INVPih .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-u492INVPih .gcoi-logo {
    max-width: 200px;
  }
}
.cid-u492IO3TYP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u492IO3TYP .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-u492IO3TYP .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-u492IO3TYP .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u492IO3TYP .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-u492IO3TYP .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u492IO3TYP .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u492IO3TYP .mstone {
    display: block;
    text-align: left;
  }
}
.cid-u492IO3TYP .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-u492IO3TYP .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-u492IO3TYP .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u492IO3TYP .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-u492IO3TYP .container-fluid {
  padding: 0px !important;
}
.cid-u492IO3TYP .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-u492IO3TYP .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-u492IO3TYP a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-u492IO3TYP a:hover span {
  color: #FFE4AC !important;
}
.cid-u492IOc6td {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u492IOc6td .mbr-text,
.cid-u492IOc6td .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-u492IOc6td .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u492IOc6td .mbr-text,
.cid-u492IOc6td .mbr-section-btn,
.cid-u492IOc6td .mbr-section-title {
  color: #ffffff;
}
.cid-u492IOc6td .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u492IOc6td .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-u492IOc6td .mbr-section-title {
  font-weight: 700;
}
.cid-u492IOc6td .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-u492IOc6td .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-u492IOc6td .mbr-section-title,
  .cid-u492IOc6td .mbr-text,
  .cid-u492IOc6td .mbr-section-btn {
    text-align: left;
  }
}
.cid-u492IOc6td .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-u492IOc6td .dispinmob {
    display: none;
  }
}
.cid-u492IOktB7 {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u492IOktB7 .mbr-text,
.cid-u492IOktB7 blockquote {
  color: #767676;
}
.cid-u492IOktB7 .mbr-text {
  color: #232323;
}
.cid-u492IOktB7 .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-u492IOktB7 .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-u492IOktB7 B {
  font-weight: 600 !important;
}
.cid-u492IOs3Ts {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-u492IOs3Ts hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-u492IOs3Ts hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u492IOs3Ts h2 {
  float: left;
}
.cid-u492IOs3Ts .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-u492IOs3Ts H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-u492IOs3Ts .btn-warning-outline:hover,
.cid-u492IOs3Ts .btn-warning-outline:focus,
.cid-u492IOs3Ts .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-u492IOz1pq {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u492IOz1pq .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-u492IOz1pq {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-u492IOz1pq {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-u492IOz1pq .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-u492IOz1pq .logoimg {
    margin-left: 1rem;
  }
}
.cid-u492IOz1pq h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-u492IOz1pq .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-u492IOz1pq .icons-wrap {
  display: flex;
}
.cid-u492IOz1pq .text-wrap {
  width: 100%;
}
.cid-u492IOz1pq .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u492IOz1pq .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u492IOz1pq .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-u492IOz1pq .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-u492IOz1pq .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u492IOz1pq .jq-selectbox__dropdown,
.cid-u492IOz1pq ul {
  border-radius: 20px !important;
}
.cid-u492IOz1pq .jq-selectbox {
  border-radius: 30px;
}
.cid-u492IOz1pq .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-u492IOz1pq .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-u492IOz1pq .title1 {
  margin: 0;
}
.cid-u492IOz1pq .align-wrap {
  display: block;
}
.cid-u492IOz1pq .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u492IOz1pq form {
    padding: 0;
  }
  .cid-u492IOz1pq .socicon-wrap {
    margin: auto;
  }
}
.cid-u492IOz1pq .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-u492IOz1pq .title1,
.cid-u492IOz1pq .title-col {
  color: #05539c;
}
.cid-u492IOz1pq .icon-title,
.cid-u492IOz1pq .align-wrap {
  text-align: left;
}
.cid-u492IOz1pq .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u492IOz1pq .incover {
    max-width: 270px;
  }
}
.cid-u492IOz1pq .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-u492IOz1pq .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u492IOz1pq .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-u492IOz1pq .links-title {
    margin-left: 5px;
  }
  .cid-u492IOz1pq .links-title a::before {
    content: "➜ ";
  }
  .cid-u492IOz1pq 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;
  }
}
.cid-u492IOz1pq .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-u492IOz1pq .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-u492IOz1pq .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-u492IOz1pq .mbrib-letter {
  margin-top: .05rem;
}
.cid-u492IORJWr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-u492IORJWr .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u492IORJWr .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-u492IORJWr .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-u492IORJWr .linker-dentaura {
  color: #ffa800;
}
.cid-u492IORJWr .linker-dentaura:hover {
  color: #fff;
}
.cid-u492IOZIPm #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-u492IOZIPm #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-u492IOZIPm #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-u492IOZIPm #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-u492IOZIPm #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-u492IOZIPm #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-u492IOZIPm #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-u492IOZIPm .hidden {
  display: none;
}
.cid-u492IOZIPm H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-u492IPbuOu.popup-builder {
  background-color: #ffffff;
}
.cid-u492IPbuOu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u492IPbuOu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u492IPbuOu .modal-content,
.cid-u492IPbuOu .modal-dialog {
  height: auto;
}
.cid-u492IPbuOu .pt-0 {
  padding-top: 0 !important;
}
.cid-u492IPbuOu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u492IPbuOu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u492IPbuOu .modal-open {
  overflow: hidden;
}
.cid-u492IPbuOu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u492IPbuOu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u492IPbuOu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u492IPbuOu .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-u492IPbuOu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u492IPbuOu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u492IPbuOu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u492IPbuOu .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-u492IPbuOu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u492IPbuOu .modal-backdrop.fade {
  opacity: 0;
}
.cid-u492IPbuOu .modal-backdrop.show {
  opacity: .5;
}
.cid-u492IPbuOu .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-u492IPbuOu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u492IPbuOu .modal-header {
    padding: 1rem;
  }
}
.cid-u492IPbuOu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u492IPbuOu .modal-header .close:hover {
  opacity: 1;
}
.cid-u492IPbuOu .modal-header .close:focus {
  outline: none;
}
.cid-u492IPbuOu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-u492IPbuOu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-u492IPbuOu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u492IPbuOu .modal-body {
    padding: 1rem;
  }
}
.cid-u492IPbuOu .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-u492IPbuOu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u492IPbuOu .modal-footer {
    padding: 1rem;
  }
}
.cid-u492IPbuOu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u492IPbuOu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u492IPbuOu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u492IPbuOu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u492IPbuOu .modal-sm {
    max-width: 300px;
  }
  .cid-u492IPbuOu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u492IPbuOu .modal-lg,
  .cid-u492IPbuOu .modal-xl {
    max-width: 800px;
  }
  .cid-u492IPbuOu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u492IPbuOu .modal-xl {
    max-width: 1140px;
  }
  .cid-u492IPbuOu .container {
    max-width: 1140px;
  }
}
.cid-u492IPbuOu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u492IPbuOu .container {
    max-width: 720px;
  }
}
.cid-u492IPbuOu .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-u492IPbuOu .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-u492IPbuOu .dentaura-iconone {
  display: none;
}
.cid-u492IPbuOu .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-u492IPbuOu .claus-one p {
  color: #ffffff !important;
}
.cid-u492IPbuOu .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-u492IPbuOu .claus-two p {
  color: #ffffff !important;
}
.cid-u492IPbuOu .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-u492IPbuOu .claus-three p {
  color: #ffffff !important;
}
.cid-u492IPbuOu .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-u492IPbuOu .claus-four p {
  color: #ffffff !important;
}
.cid-u492IPbuOu .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-u492IPbuOu .claus-five p {
  color: #ffffff !important;
}
.cid-u492IPbuOu .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-u492IPbuOu .claus-six p {
  color: #ffffff !important;
}
.cid-u492IPbuOu .dentaura-cover {
  width: 168px;
}
.cid-u492IPbuOu P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-u492IPbuOu H5 {
  text-align: center;
}
.cid-u492IPbuOu .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-u492IPbuOu .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492IPbuOu .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492IPbuOu .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492IPbuOu .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492IPbuOu .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-u492IPbuOu .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492IPbuOu a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-u492JfNNki {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u492JfNNki .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u492JfNNki .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-u492JfNNki .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u492JfNNki .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u492JfNNki .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u492JfNNki .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u492JfNNki .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u492JfNNki .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u492JfNNki .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-u492JfNNki .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-u492JfNNki .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-u492JfNNki .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u492JfNNki .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u492JfNNki .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u492JfNNki .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u492JfNNki .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u492JfNNki .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u492JfNNki .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u492JfNNki .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u492JfNNki .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u492JfNNki .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u492JfNNki .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u492JfNNki .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u492JfNNki .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u492JfNNki .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u492JfNNki .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u492JfNNki .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u492JfNNki .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u492JfNNki .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u492JfNNki .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u492JfNNki .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u492JfNNki .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u492JfNNki .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u492JfNNki .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-u492JfNNki .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u492JfNNki .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u492JfNNki .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-u492JfNNki .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-u492JfNNki .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u492JfNNki .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u492JfNNki .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u492JfNNki .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-u492JfNNki .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u492JfNNki .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u492JfNNki .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u492JfNNki .dropdown-item.active,
.cid-u492JfNNki .dropdown-item:active {
  background-color: transparent;
}
.cid-u492JfNNki .nav-link:focus {
  color: #000000 !important;
}
.cid-u492JfNNki .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u492JfNNki .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u492JfNNki .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u492JfNNki .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u492JfNNki .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u492JfNNki .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u492JfNNki ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u492JfNNki .navbar-buttons {
  text-align: center;
}
.cid-u492JfNNki button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-u492JfNNki button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-u492JfNNki button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u492JfNNki button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u492JfNNki button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u492JfNNki button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u492JfNNki nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u492JfNNki nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u492JfNNki nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u492JfNNki nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u492JfNNki a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-u492JfNNki .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u492JfNNki .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u492JfNNki .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-u492JfNNki .nav-link:hover {
  color: #e15126 !important;
}
.cid-u492JfNNki .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-u492JfNNki .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-u492JfNNki .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-u492JfNNki .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u492JfNNki .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u492JfNNki .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u492JfNNki .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u492JfNNki .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-u492JfNNki .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-u492JfNNki .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-u492JfNNki .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u492JfNNki .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-u492JfNNki .btncodetop:hover {
  color: #ffffff !important;
}
.cid-u492JfNNki .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u492JfNNki .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-u492JfNNki .btncode:hover {
  color: #ffffff !important;
}
.cid-u492JfNNki .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-u492JfNNki .btncodetwo {
    display: none;
  }
}
.cid-u492JfNNki .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-u492JfNNki .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-u492JfNNki .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-u492JfNNki .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-u492JfNNki .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-u492JfNNki .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-u492JfNNki .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-u492JfNNki .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u492JfNNki .logodiv {
    display: none;
  }
}
.cid-u492JfNNki .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-u492JfNNki .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u492JfNNki .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-u492JfNNki .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u492JfNNki .buttdivbottom {
    display: block;
  }
}
.cid-u492JfNNki .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-u492JfNNki .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-u492Jg0p6V {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-u492Jg0p6V .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-u492Jg0p6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492Jg0p6V .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-u492Jg0p6V .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-u492Jg0p6V .gcoi-logo {
    max-width: 200px;
  }
}
.cid-u492Jg99fb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u492Jg99fb .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-u492Jg99fb .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-u492Jg99fb .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u492Jg99fb .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-u492Jg99fb .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u492Jg99fb .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u492Jg99fb .mstone {
    display: block;
    text-align: left;
  }
}
.cid-u492Jg99fb .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-u492Jg99fb .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-u492Jg99fb .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u492Jg99fb .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-u492Jg99fb .container-fluid {
  padding: 0px !important;
}
.cid-u492Jg99fb .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-u492Jg99fb .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-u492Jg99fb a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-u492Jg99fb a:hover span {
  color: #FFE4AC !important;
}
.cid-u492Jgh4Cz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u492Jgh4Cz .mbr-text,
.cid-u492Jgh4Cz .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-u492Jgh4Cz .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u492Jgh4Cz .mbr-text,
.cid-u492Jgh4Cz .mbr-section-btn,
.cid-u492Jgh4Cz .mbr-section-title {
  color: #ffffff;
}
.cid-u492Jgh4Cz .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u492Jgh4Cz .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-u492Jgh4Cz .mbr-section-title {
  font-weight: 700;
}
.cid-u492Jgh4Cz .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-u492Jgh4Cz .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-u492Jgh4Cz .mbr-section-title,
  .cid-u492Jgh4Cz .mbr-text,
  .cid-u492Jgh4Cz .mbr-section-btn {
    text-align: left;
  }
}
.cid-u492Jgh4Cz .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-u492Jgh4Cz .dispinmob {
    display: none;
  }
}
.cid-u4dF6PHB5i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4dF6PHB5i .mbr-section-subtitle {
  color: #232323;
}
.cid-u4dF6PHB5i .homea {
  font-weight: 500;
}
.cid-u498DF4Zcv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u498DF4Zcv .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-u498DF4Zcv .input {
  margin-bottom: 15px;
}
.cid-u498DF4Zcv .media-container-row {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cid-u498DF4Zcv .text-block {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-u498DF4Zcv a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-u498DF4Zcv .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-u498DF4Zcv .input-group-btn {
  display: block;
}
.cid-u498DF4Zcv .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-u498DF4Zcv .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u498DF4Zcv .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u498DF4Zcv .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u498DF4Zcv h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-u498DF4Zcv .block-content {
    padding: 0;
  }
  .cid-u498DF4Zcv .form-block {
    padding: 1rem;
  }
}
.cid-u498DF4Zcv .anchor2 {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.cid-u492JgxZxI {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-u492JgxZxI hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-u492JgxZxI hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u492JgxZxI h2 {
  float: left;
}
.cid-u492JgxZxI .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-u492JgxZxI H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-u492JgxZxI .btn-warning-outline:hover,
.cid-u492JgxZxI .btn-warning-outline:focus,
.cid-u492JgxZxI .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-u492JgF46B {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u492JgF46B .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-u492JgF46B {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-u492JgF46B {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-u492JgF46B .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-u492JgF46B .logoimg {
    margin-left: 1rem;
  }
}
.cid-u492JgF46B h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-u492JgF46B .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-u492JgF46B .icons-wrap {
  display: flex;
}
.cid-u492JgF46B .text-wrap {
  width: 100%;
}
.cid-u492JgF46B .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u492JgF46B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u492JgF46B .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-u492JgF46B .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-u492JgF46B .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u492JgF46B .jq-selectbox__dropdown,
.cid-u492JgF46B ul {
  border-radius: 20px !important;
}
.cid-u492JgF46B .jq-selectbox {
  border-radius: 30px;
}
.cid-u492JgF46B .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-u492JgF46B .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-u492JgF46B .title1 {
  margin: 0;
}
.cid-u492JgF46B .align-wrap {
  display: block;
}
.cid-u492JgF46B .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u492JgF46B form {
    padding: 0;
  }
  .cid-u492JgF46B .socicon-wrap {
    margin: auto;
  }
}
.cid-u492JgF46B .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-u492JgF46B .title1,
.cid-u492JgF46B .title-col {
  color: #05539c;
}
.cid-u492JgF46B .icon-title,
.cid-u492JgF46B .align-wrap {
  text-align: left;
}
.cid-u492JgF46B .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u492JgF46B .incover {
    max-width: 270px;
  }
}
.cid-u492JgF46B .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-u492JgF46B .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u492JgF46B .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-u492JgF46B .links-title {
    margin-left: 5px;
  }
  .cid-u492JgF46B .links-title a::before {
    content: "➜ ";
  }
  .cid-u492JgF46B 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;
  }
}
.cid-u492JgF46B .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-u492JgF46B .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-u492JgF46B .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-u492JgF46B .mbrib-letter {
  margin-top: .05rem;
}
.cid-u492JgVjSn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-u492JgVjSn .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u492JgVjSn .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-u492JgVjSn .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-u492JgVjSn .linker-dentaura {
  color: #ffa800;
}
.cid-u492JgVjSn .linker-dentaura:hover {
  color: #fff;
}
.cid-u492Jh3Ecn #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-u492Jh3Ecn #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-u492Jh3Ecn #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-u492Jh3Ecn #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-u492Jh3Ecn #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-u492Jh3Ecn #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-u492Jh3Ecn #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-u492Jh3Ecn .hidden {
  display: none;
}
.cid-u492Jh3Ecn H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-u492JheRvx.popup-builder {
  background-color: #ffffff;
}
.cid-u492JheRvx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u492JheRvx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u492JheRvx .modal-content,
.cid-u492JheRvx .modal-dialog {
  height: auto;
}
.cid-u492JheRvx .pt-0 {
  padding-top: 0 !important;
}
.cid-u492JheRvx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u492JheRvx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u492JheRvx .modal-open {
  overflow: hidden;
}
.cid-u492JheRvx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u492JheRvx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u492JheRvx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u492JheRvx .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-u492JheRvx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u492JheRvx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u492JheRvx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u492JheRvx .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-u492JheRvx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u492JheRvx .modal-backdrop.fade {
  opacity: 0;
}
.cid-u492JheRvx .modal-backdrop.show {
  opacity: .5;
}
.cid-u492JheRvx .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-u492JheRvx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u492JheRvx .modal-header {
    padding: 1rem;
  }
}
.cid-u492JheRvx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u492JheRvx .modal-header .close:hover {
  opacity: 1;
}
.cid-u492JheRvx .modal-header .close:focus {
  outline: none;
}
.cid-u492JheRvx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-u492JheRvx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-u492JheRvx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u492JheRvx .modal-body {
    padding: 1rem;
  }
}
.cid-u492JheRvx .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-u492JheRvx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u492JheRvx .modal-footer {
    padding: 1rem;
  }
}
.cid-u492JheRvx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u492JheRvx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u492JheRvx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u492JheRvx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u492JheRvx .modal-sm {
    max-width: 300px;
  }
  .cid-u492JheRvx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u492JheRvx .modal-lg,
  .cid-u492JheRvx .modal-xl {
    max-width: 800px;
  }
  .cid-u492JheRvx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u492JheRvx .modal-xl {
    max-width: 1140px;
  }
  .cid-u492JheRvx .container {
    max-width: 1140px;
  }
}
.cid-u492JheRvx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u492JheRvx .container {
    max-width: 720px;
  }
}
.cid-u492JheRvx .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-u492JheRvx .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-u492JheRvx .dentaura-iconone {
  display: none;
}
.cid-u492JheRvx .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-u492JheRvx .claus-one p {
  color: #ffffff !important;
}
.cid-u492JheRvx .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-u492JheRvx .claus-two p {
  color: #ffffff !important;
}
.cid-u492JheRvx .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-u492JheRvx .claus-three p {
  color: #ffffff !important;
}
.cid-u492JheRvx .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-u492JheRvx .claus-four p {
  color: #ffffff !important;
}
.cid-u492JheRvx .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-u492JheRvx .claus-five p {
  color: #ffffff !important;
}
.cid-u492JheRvx .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-u492JheRvx .claus-six p {
  color: #ffffff !important;
}
.cid-u492JheRvx .dentaura-cover {
  width: 168px;
}
.cid-u492JheRvx P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-u492JheRvx H5 {
  text-align: center;
}
.cid-u492JheRvx .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-u492JheRvx .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492JheRvx .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492JheRvx .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492JheRvx .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492JheRvx .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-u492JheRvx .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492JheRvx a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-u492Lnl78g {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u492Lnl78g .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-u492Lnl78g .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u492Lnl78g .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u492Lnl78g .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u492Lnl78g .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u492Lnl78g .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u492Lnl78g .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-u492Lnl78g .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-u492Lnl78g .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-u492Lnl78g .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-u492Lnl78g .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u492Lnl78g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u492Lnl78g .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u492Lnl78g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u492Lnl78g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u492Lnl78g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u492Lnl78g .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u492Lnl78g .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u492Lnl78g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u492Lnl78g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u492Lnl78g .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u492Lnl78g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u492Lnl78g .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u492Lnl78g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u492Lnl78g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u492Lnl78g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u492Lnl78g .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u492Lnl78g .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u492Lnl78g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u492Lnl78g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u492Lnl78g .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u492Lnl78g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-u492Lnl78g .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u492Lnl78g .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u492Lnl78g .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-u492Lnl78g .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-u492Lnl78g .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u492Lnl78g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u492Lnl78g .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u492Lnl78g .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-u492Lnl78g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u492Lnl78g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u492Lnl78g .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u492Lnl78g .dropdown-item.active,
.cid-u492Lnl78g .dropdown-item:active {
  background-color: transparent;
}
.cid-u492Lnl78g .nav-link:focus {
  color: #000000 !important;
}
.cid-u492Lnl78g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u492Lnl78g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u492Lnl78g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u492Lnl78g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u492Lnl78g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u492Lnl78g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u492Lnl78g ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u492Lnl78g .navbar-buttons {
  text-align: center;
}
.cid-u492Lnl78g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-u492Lnl78g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-u492Lnl78g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u492Lnl78g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u492Lnl78g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u492Lnl78g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u492Lnl78g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u492Lnl78g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u492Lnl78g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u492Lnl78g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u492Lnl78g a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-u492Lnl78g .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u492Lnl78g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u492Lnl78g .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-u492Lnl78g .nav-link:hover {
  color: #e15126 !important;
}
.cid-u492Lnl78g .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-u492Lnl78g .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-u492Lnl78g .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u492Lnl78g .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u492Lnl78g .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u492Lnl78g .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u492Lnl78g .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-u492Lnl78g .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-u492Lnl78g .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-u492Lnl78g .btncodetop:hover {
  color: #ffffff !important;
}
.cid-u492Lnl78g .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-u492Lnl78g .btncode:hover {
  color: #ffffff !important;
}
.cid-u492Lnl78g .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .btncodetwo {
    display: none;
  }
}
.cid-u492Lnl78g .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-u492Lnl78g .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-u492Lnl78g .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-u492Lnl78g .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-u492Lnl78g .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-u492Lnl78g .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-u492Lnl78g .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u492Lnl78g .logodiv {
    display: none;
  }
}
.cid-u492Lnl78g .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-u492Lnl78g .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-u492Lnl78g .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u492Lnl78g .buttdivbottom {
    display: block;
  }
}
.cid-u492Lnl78g .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-u492Lnl78g .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-u492LnyavV {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-u492LnyavV .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-u492LnyavV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u492LnyavV .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-u492LnyavV .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-u492LnyavV .gcoi-logo {
    max-width: 200px;
  }
}
.cid-u492LnG0md {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u492LnG0md .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-u492LnG0md .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-u492LnG0md .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u492LnG0md .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-u492LnG0md .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u492LnG0md .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u492LnG0md .mstone {
    display: block;
    text-align: left;
  }
}
.cid-u492LnG0md .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-u492LnG0md .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-u492LnG0md .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-u492LnG0md .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-u492LnG0md .container-fluid {
  padding: 0px !important;
}
.cid-u492LnG0md .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-u492LnG0md .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-u492LnG0md a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-u492LnG0md a:hover span {
  color: #FFE4AC !important;
}
.cid-u492LnQZAz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-u492LnQZAz .mbr-text,
.cid-u492LnQZAz .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-u492LnQZAz .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u492LnQZAz .mbr-text,
.cid-u492LnQZAz .mbr-section-btn,
.cid-u492LnQZAz .mbr-section-title {
  color: #ffffff;
}
.cid-u492LnQZAz .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u492LnQZAz .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-u492LnQZAz .mbr-section-title {
  font-weight: 700;
}
.cid-u492LnQZAz .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-u492LnQZAz .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-u492LnQZAz .mbr-section-title,
  .cid-u492LnQZAz .mbr-text,
  .cid-u492LnQZAz .mbr-section-btn {
    text-align: left;
  }
}
.cid-u492LnQZAz .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-u492LnQZAz .dispinmob {
    display: none;
  }
}
.cid-u4dEPrbVdC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-u4dEPrbVdC .mbr-section-subtitle {
  color: #232323;
}
.cid-u4dEPrbVdC .homea {
  font-weight: 500;
}
.cid-u494ee06CZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u494ee06CZ .mbr-section-subtitle {
  color: #e15126;
  font-weight: 500;
}
.cid-u492Lo6YUk {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-u492Lo6YUk hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-u492Lo6YUk hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u492Lo6YUk h2 {
  float: left;
}
.cid-u492Lo6YUk .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-u492Lo6YUk H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-u492Lo6YUk .btn-warning-outline:hover,
.cid-u492Lo6YUk .btn-warning-outline:focus,
.cid-u492Lo6YUk .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-u492LogXsJ {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u492LogXsJ .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-u492LogXsJ {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-u492LogXsJ {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-u492LogXsJ .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-u492LogXsJ .logoimg {
    margin-left: 1rem;
  }
}
.cid-u492LogXsJ h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-u492LogXsJ .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-u492LogXsJ .icons-wrap {
  display: flex;
}
.cid-u492LogXsJ .text-wrap {
  width: 100%;
}
.cid-u492LogXsJ .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-u492LogXsJ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-u492LogXsJ .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-u492LogXsJ .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-u492LogXsJ .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-u492LogXsJ .jq-selectbox__dropdown,
.cid-u492LogXsJ ul {
  border-radius: 20px !important;
}
.cid-u492LogXsJ .jq-selectbox {
  border-radius: 30px;
}
.cid-u492LogXsJ .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-u492LogXsJ .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-u492LogXsJ .title1 {
  margin: 0;
}
.cid-u492LogXsJ .align-wrap {
  display: block;
}
.cid-u492LogXsJ .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u492LogXsJ form {
    padding: 0;
  }
  .cid-u492LogXsJ .socicon-wrap {
    margin: auto;
  }
}
.cid-u492LogXsJ .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-u492LogXsJ .title1,
.cid-u492LogXsJ .title-col {
  color: #05539c;
}
.cid-u492LogXsJ .icon-title,
.cid-u492LogXsJ .align-wrap {
  text-align: left;
}
.cid-u492LogXsJ .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u492LogXsJ .incover {
    max-width: 270px;
  }
}
.cid-u492LogXsJ .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-u492LogXsJ .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u492LogXsJ .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-u492LogXsJ .links-title {
    margin-left: 5px;
  }
  .cid-u492LogXsJ .links-title a::before {
    content: "➜ ";
  }
  .cid-u492LogXsJ 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;
  }
}
.cid-u492LogXsJ .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-u492LogXsJ .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-u492LogXsJ .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-u492LogXsJ .mbrib-letter {
  margin-top: .05rem;
}
.cid-u492LowXtF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-u492LowXtF .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-u492LowXtF .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-u492LowXtF .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-u492LowXtF .linker-dentaura {
  color: #ffa800;
}
.cid-u492LowXtF .linker-dentaura:hover {
  color: #fff;
}
.cid-u492LoEpKH #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-u492LoEpKH #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-u492LoEpKH #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-u492LoEpKH #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-u492LoEpKH #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-u492LoEpKH #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-u492LoEpKH #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-u492LoEpKH .hidden {
  display: none;
}
.cid-u492LoEpKH H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-u492LoP8Jm.popup-builder {
  background-color: #ffffff;
}
.cid-u492LoP8Jm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u492LoP8Jm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u492LoP8Jm .modal-content,
.cid-u492LoP8Jm .modal-dialog {
  height: auto;
}
.cid-u492LoP8Jm .pt-0 {
  padding-top: 0 !important;
}
.cid-u492LoP8Jm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u492LoP8Jm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u492LoP8Jm .modal-open {
  overflow: hidden;
}
.cid-u492LoP8Jm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u492LoP8Jm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u492LoP8Jm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u492LoP8Jm .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-u492LoP8Jm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u492LoP8Jm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u492LoP8Jm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u492LoP8Jm .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-u492LoP8Jm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u492LoP8Jm .modal-backdrop.fade {
  opacity: 0;
}
.cid-u492LoP8Jm .modal-backdrop.show {
  opacity: .5;
}
.cid-u492LoP8Jm .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-u492LoP8Jm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u492LoP8Jm .modal-header {
    padding: 1rem;
  }
}
.cid-u492LoP8Jm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u492LoP8Jm .modal-header .close:hover {
  opacity: 1;
}
.cid-u492LoP8Jm .modal-header .close:focus {
  outline: none;
}
.cid-u492LoP8Jm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-u492LoP8Jm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-u492LoP8Jm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u492LoP8Jm .modal-body {
    padding: 1rem;
  }
}
.cid-u492LoP8Jm .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-u492LoP8Jm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u492LoP8Jm .modal-footer {
    padding: 1rem;
  }
}
.cid-u492LoP8Jm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u492LoP8Jm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u492LoP8Jm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u492LoP8Jm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u492LoP8Jm .modal-sm {
    max-width: 300px;
  }
  .cid-u492LoP8Jm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u492LoP8Jm .modal-lg,
  .cid-u492LoP8Jm .modal-xl {
    max-width: 800px;
  }
  .cid-u492LoP8Jm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u492LoP8Jm .modal-xl {
    max-width: 1140px;
  }
  .cid-u492LoP8Jm .container {
    max-width: 1140px;
  }
}
.cid-u492LoP8Jm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u492LoP8Jm .container {
    max-width: 720px;
  }
}
.cid-u492LoP8Jm .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-u492LoP8Jm .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-u492LoP8Jm .dentaura-iconone {
  display: none;
}
.cid-u492LoP8Jm .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-u492LoP8Jm .claus-one p {
  color: #ffffff !important;
}
.cid-u492LoP8Jm .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-u492LoP8Jm .claus-two p {
  color: #ffffff !important;
}
.cid-u492LoP8Jm .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-u492LoP8Jm .claus-three p {
  color: #ffffff !important;
}
.cid-u492LoP8Jm .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-u492LoP8Jm .claus-four p {
  color: #ffffff !important;
}
.cid-u492LoP8Jm .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-u492LoP8Jm .claus-five p {
  color: #ffffff !important;
}
.cid-u492LoP8Jm .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-u492LoP8Jm .claus-six p {
  color: #ffffff !important;
}
.cid-u492LoP8Jm .dentaura-cover {
  width: 168px;
}
.cid-u492LoP8Jm P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-u492LoP8Jm H5 {
  text-align: center;
}
.cid-u492LoP8Jm .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-u492LoP8Jm .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492LoP8Jm .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492LoP8Jm .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492LoP8Jm .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492LoP8Jm .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-u492LoP8Jm .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-u492LoP8Jm a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-ugwlDVPABb {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ugwlDVPABb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-ugwlDVPABb .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-ugwlDVPABb .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-ugwlDVPABb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-ugwlDVPABb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ugwlDVPABb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ugwlDVPABb .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-ugwlDVPABb .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-ugwlDVPABb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-ugwlDVPABb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-ugwlDVPABb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ugwlDVPABb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ugwlDVPABb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ugwlDVPABb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugwlDVPABb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugwlDVPABb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugwlDVPABb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ugwlDVPABb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ugwlDVPABb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugwlDVPABb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ugwlDVPABb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ugwlDVPABb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugwlDVPABb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ugwlDVPABb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugwlDVPABb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugwlDVPABb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugwlDVPABb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ugwlDVPABb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ugwlDVPABb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugwlDVPABb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ugwlDVPABb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ugwlDVPABb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-ugwlDVPABb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugwlDVPABb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ugwlDVPABb .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-ugwlDVPABb .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-ugwlDVPABb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ugwlDVPABb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ugwlDVPABb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ugwlDVPABb .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-ugwlDVPABb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugwlDVPABb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugwlDVPABb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ugwlDVPABb .dropdown-item.active,
.cid-ugwlDVPABb .dropdown-item:active {
  background-color: transparent;
}
.cid-ugwlDVPABb .nav-link:focus {
  color: #000000 !important;
}
.cid-ugwlDVPABb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-ugwlDVPABb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugwlDVPABb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugwlDVPABb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugwlDVPABb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ugwlDVPABb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugwlDVPABb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ugwlDVPABb .navbar-buttons {
  text-align: center;
}
.cid-ugwlDVPABb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-ugwlDVPABb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-ugwlDVPABb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugwlDVPABb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ugwlDVPABb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ugwlDVPABb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugwlDVPABb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugwlDVPABb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ugwlDVPABb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ugwlDVPABb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugwlDVPABb a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-ugwlDVPABb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ugwlDVPABb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ugwlDVPABb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-ugwlDVPABb .nav-link:hover {
  color: #e15126 !important;
}
.cid-ugwlDVPABb .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-ugwlDVPABb .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-ugwlDVPABb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ugwlDVPABb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ugwlDVPABb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ugwlDVPABb .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-ugwlDVPABb .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-ugwlDVPABb .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-ugwlDVPABb .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-ugwlDVPABb .btncodetop:hover {
  color: #ffffff !important;
}
.cid-ugwlDVPABb .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-ugwlDVPABb .btncode:hover {
  color: #ffffff !important;
}
.cid-ugwlDVPABb .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .btncodetwo {
    display: none;
  }
}
.cid-ugwlDVPABb .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-ugwlDVPABb .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-ugwlDVPABb .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-ugwlDVPABb .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-ugwlDVPABb .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-ugwlDVPABb .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-ugwlDVPABb .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-ugwlDVPABb .logodiv {
    display: none;
  }
}
.cid-ugwlDVPABb .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-ugwlDVPABb .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-ugwlDVPABb .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-ugwlDVPABb .buttdivbottom {
    display: block;
  }
}
.cid-ugwlDVPABb .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-ugwlDVPABb .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-ugwlDW4Wwc {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-ugwlDW4Wwc .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-ugwlDW4Wwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugwlDW4Wwc .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-ugwlDW4Wwc .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-ugwlDW4Wwc .gcoi-logo {
    max-width: 200px;
  }
}
.cid-ugwlDWdd5g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-ugwlDWdd5g .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-ugwlDWdd5g .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-ugwlDWdd5g .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-ugwlDWdd5g .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-ugwlDWdd5g .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-ugwlDWdd5g .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ugwlDWdd5g .mstone {
    display: block;
    text-align: left;
  }
}
.cid-ugwlDWdd5g .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-ugwlDWdd5g .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-ugwlDWdd5g .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-ugwlDWdd5g .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-ugwlDWdd5g .container-fluid {
  padding: 0px !important;
}
.cid-ugwlDWdd5g .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-ugwlDWdd5g .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-ugwlDWdd5g a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-ugwlDWdd5g a:hover span {
  color: #FFE4AC !important;
}
.cid-ugwlDWmCVl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-ugwlDWmCVl .mbr-text,
.cid-ugwlDWmCVl .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-ugwlDWmCVl .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-ugwlDWmCVl .mbr-text,
.cid-ugwlDWmCVl .mbr-section-btn,
.cid-ugwlDWmCVl .mbr-section-title {
  color: #ffffff;
}
.cid-ugwlDWmCVl .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-ugwlDWmCVl .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-ugwlDWmCVl .mbr-section-title {
  font-weight: 700;
}
.cid-ugwlDWmCVl .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-ugwlDWmCVl .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-ugwlDWmCVl .mbr-section-title,
  .cid-ugwlDWmCVl .mbr-text,
  .cid-ugwlDWmCVl .mbr-section-btn {
    text-align: left;
  }
}
.cid-ugwlDWmCVl .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-ugwlDWmCVl .dispinmob {
    display: none;
  }
}
.cid-ugwlDWvkOi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ugwlDWvkOi .mbr-section-subtitle {
  color: #232323;
}
.cid-ugwlDWvkOi .homea {
  font-weight: 500;
}
.cid-ugwlDWDwq6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ugwlDWDwq6 .mbr-text,
.cid-ugwlDWDwq6 blockquote {
  color: #767676;
}
.cid-ugwlDWDwq6 .mbr-text {
  color: #232323;
}
.cid-ugwlDWDwq6 .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-ugwlDWDwq6 .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-ugwlDWDwq6 B {
  font-weight: 600 !important;
}
.cid-ugwlDWMi68 {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-ugwlDWMi68 hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-ugwlDWMi68 hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-ugwlDWMi68 h2 {
  float: left;
}
.cid-ugwlDWMi68 .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-ugwlDWMi68 H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-ugwlDWMi68 .btn-warning-outline:hover,
.cid-ugwlDWMi68 .btn-warning-outline:focus,
.cid-ugwlDWMi68 .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-ugwlDWVPCr {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ugwlDWVPCr .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-ugwlDWVPCr {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-ugwlDWVPCr {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-ugwlDWVPCr .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-ugwlDWVPCr .logoimg {
    margin-left: 1rem;
  }
}
.cid-ugwlDWVPCr h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-ugwlDWVPCr .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-ugwlDWVPCr .icons-wrap {
  display: flex;
}
.cid-ugwlDWVPCr .text-wrap {
  width: 100%;
}
.cid-ugwlDWVPCr .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ugwlDWVPCr .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-ugwlDWVPCr .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-ugwlDWVPCr .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-ugwlDWVPCr .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-ugwlDWVPCr .jq-selectbox__dropdown,
.cid-ugwlDWVPCr ul {
  border-radius: 20px !important;
}
.cid-ugwlDWVPCr .jq-selectbox {
  border-radius: 30px;
}
.cid-ugwlDWVPCr .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-ugwlDWVPCr .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-ugwlDWVPCr .title1 {
  margin: 0;
}
.cid-ugwlDWVPCr .align-wrap {
  display: block;
}
.cid-ugwlDWVPCr .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-ugwlDWVPCr form {
    padding: 0;
  }
  .cid-ugwlDWVPCr .socicon-wrap {
    margin: auto;
  }
}
.cid-ugwlDWVPCr .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-ugwlDWVPCr .title1,
.cid-ugwlDWVPCr .title-col {
  color: #05539c;
}
.cid-ugwlDWVPCr .icon-title,
.cid-ugwlDWVPCr .align-wrap {
  text-align: left;
}
.cid-ugwlDWVPCr .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ugwlDWVPCr .incover {
    max-width: 270px;
  }
}
.cid-ugwlDWVPCr .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-ugwlDWVPCr .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-ugwlDWVPCr .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-ugwlDWVPCr .links-title {
    margin-left: 5px;
  }
  .cid-ugwlDWVPCr .links-title a::before {
    content: "➜ ";
  }
  .cid-ugwlDWVPCr 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;
  }
}
.cid-ugwlDWVPCr .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-ugwlDWVPCr .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-ugwlDWVPCr .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-ugwlDWVPCr .mbrib-letter {
  margin-top: .05rem;
}
.cid-ugwlDXdgDz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-ugwlDXdgDz .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-ugwlDXdgDz .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-ugwlDXdgDz .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-ugwlDXdgDz .linker-dentaura {
  color: #ffa800;
}
.cid-ugwlDXdgDz .linker-dentaura:hover {
  color: #fff;
}
.cid-ugwlDXmcr9 #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-ugwlDXmcr9 #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-ugwlDXmcr9 #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-ugwlDXmcr9 #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-ugwlDXmcr9 #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-ugwlDXmcr9 #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-ugwlDXmcr9 #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-ugwlDXmcr9 .hidden {
  display: none;
}
.cid-ugwlDXmcr9 H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-ugwlDXylFa.popup-builder {
  background-color: #ffffff;
}
.cid-ugwlDXylFa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugwlDXylFa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugwlDXylFa .modal-content,
.cid-ugwlDXylFa .modal-dialog {
  height: auto;
}
.cid-ugwlDXylFa .pt-0 {
  padding-top: 0 !important;
}
.cid-ugwlDXylFa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugwlDXylFa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugwlDXylFa .modal-open {
  overflow: hidden;
}
.cid-ugwlDXylFa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugwlDXylFa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugwlDXylFa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugwlDXylFa .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-ugwlDXylFa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugwlDXylFa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugwlDXylFa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugwlDXylFa .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-ugwlDXylFa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugwlDXylFa .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugwlDXylFa .modal-backdrop.show {
  opacity: .5;
}
.cid-ugwlDXylFa .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-ugwlDXylFa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugwlDXylFa .modal-header {
    padding: 1rem;
  }
}
.cid-ugwlDXylFa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugwlDXylFa .modal-header .close:hover {
  opacity: 1;
}
.cid-ugwlDXylFa .modal-header .close:focus {
  outline: none;
}
.cid-ugwlDXylFa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-ugwlDXylFa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-ugwlDXylFa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugwlDXylFa .modal-body {
    padding: 1rem;
  }
}
.cid-ugwlDXylFa .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-ugwlDXylFa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugwlDXylFa .modal-footer {
    padding: 1rem;
  }
}
.cid-ugwlDXylFa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugwlDXylFa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugwlDXylFa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugwlDXylFa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugwlDXylFa .modal-sm {
    max-width: 300px;
  }
  .cid-ugwlDXylFa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ugwlDXylFa .modal-lg,
  .cid-ugwlDXylFa .modal-xl {
    max-width: 800px;
  }
  .cid-ugwlDXylFa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ugwlDXylFa .modal-xl {
    max-width: 1140px;
  }
  .cid-ugwlDXylFa .container {
    max-width: 1140px;
  }
}
.cid-ugwlDXylFa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ugwlDXylFa .container {
    max-width: 720px;
  }
}
.cid-ugwlDXylFa .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-ugwlDXylFa .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-ugwlDXylFa .dentaura-iconone {
  display: none;
}
.cid-ugwlDXylFa .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-ugwlDXylFa .claus-one p {
  color: #ffffff !important;
}
.cid-ugwlDXylFa .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-ugwlDXylFa .claus-two p {
  color: #ffffff !important;
}
.cid-ugwlDXylFa .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-ugwlDXylFa .claus-three p {
  color: #ffffff !important;
}
.cid-ugwlDXylFa .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-ugwlDXylFa .claus-four p {
  color: #ffffff !important;
}
.cid-ugwlDXylFa .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-ugwlDXylFa .claus-five p {
  color: #ffffff !important;
}
.cid-ugwlDXylFa .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-ugwlDXylFa .claus-six p {
  color: #ffffff !important;
}
.cid-ugwlDXylFa .dentaura-cover {
  width: 168px;
}
.cid-ugwlDXylFa P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-ugwlDXylFa H5 {
  text-align: center;
}
.cid-ugwlDXylFa .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-ugwlDXylFa .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-ugwlDXylFa .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-ugwlDXylFa .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-ugwlDXylFa .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-ugwlDXylFa .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-ugwlDXylFa .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-ugwlDXylFa a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-uiv8RWYtL0 {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uiv8RWYtL0 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-uiv8RWYtL0 .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uiv8RWYtL0 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uiv8RWYtL0 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uiv8RWYtL0 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uiv8RWYtL0 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uiv8RWYtL0 .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uiv8RWYtL0 .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-uiv8RWYtL0 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-uiv8RWYtL0 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-uiv8RWYtL0 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uiv8RWYtL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiv8RWYtL0 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uiv8RWYtL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiv8RWYtL0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiv8RWYtL0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiv8RWYtL0 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uiv8RWYtL0 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uiv8RWYtL0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiv8RWYtL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uiv8RWYtL0 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uiv8RWYtL0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiv8RWYtL0 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uiv8RWYtL0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiv8RWYtL0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiv8RWYtL0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiv8RWYtL0 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uiv8RWYtL0 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uiv8RWYtL0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiv8RWYtL0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uiv8RWYtL0 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uiv8RWYtL0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-uiv8RWYtL0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiv8RWYtL0 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uiv8RWYtL0 .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uiv8RWYtL0 .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-uiv8RWYtL0 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uiv8RWYtL0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uiv8RWYtL0 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uiv8RWYtL0 .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-uiv8RWYtL0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiv8RWYtL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiv8RWYtL0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uiv8RWYtL0 .dropdown-item.active,
.cid-uiv8RWYtL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uiv8RWYtL0 .nav-link:focus {
  color: #000000 !important;
}
.cid-uiv8RWYtL0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uiv8RWYtL0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiv8RWYtL0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiv8RWYtL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiv8RWYtL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uiv8RWYtL0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiv8RWYtL0 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uiv8RWYtL0 .navbar-buttons {
  text-align: center;
}
.cid-uiv8RWYtL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-uiv8RWYtL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-uiv8RWYtL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiv8RWYtL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uiv8RWYtL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uiv8RWYtL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiv8RWYtL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiv8RWYtL0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uiv8RWYtL0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uiv8RWYtL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiv8RWYtL0 a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-uiv8RWYtL0 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uiv8RWYtL0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uiv8RWYtL0 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-uiv8RWYtL0 .nav-link:hover {
  color: #e15126 !important;
}
.cid-uiv8RWYtL0 .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uiv8RWYtL0 .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-uiv8RWYtL0 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uiv8RWYtL0 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uiv8RWYtL0 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uiv8RWYtL0 .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uiv8RWYtL0 .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-uiv8RWYtL0 .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-uiv8RWYtL0 .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-uiv8RWYtL0 .btncodetop:hover {
  color: #ffffff !important;
}
.cid-uiv8RWYtL0 .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-uiv8RWYtL0 .btncode:hover {
  color: #ffffff !important;
}
.cid-uiv8RWYtL0 .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .btncodetwo {
    display: none;
  }
}
.cid-uiv8RWYtL0 .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-uiv8RWYtL0 .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-uiv8RWYtL0 .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-uiv8RWYtL0 .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-uiv8RWYtL0 .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-uiv8RWYtL0 .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-uiv8RWYtL0 .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uiv8RWYtL0 .logodiv {
    display: none;
  }
}
.cid-uiv8RWYtL0 .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uiv8RWYtL0 .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uiv8RWYtL0 .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uiv8RWYtL0 .buttdivbottom {
    display: block;
  }
}
.cid-uiv8RWYtL0 .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-uiv8RWYtL0 .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-uiv8RXcpRd {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-uiv8RXcpRd .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-uiv8RXcpRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiv8RXcpRd .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-uiv8RXcpRd .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-uiv8RXcpRd .gcoi-logo {
    max-width: 200px;
  }
}
.cid-uiv8RXm8fI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uiv8RXm8fI .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-uiv8RXm8fI .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-uiv8RXm8fI .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uiv8RXm8fI .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-uiv8RXm8fI .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uiv8RXm8fI .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uiv8RXm8fI .mstone {
    display: block;
    text-align: left;
  }
}
.cid-uiv8RXm8fI .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uiv8RXm8fI .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uiv8RXm8fI .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uiv8RXm8fI .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-uiv8RXm8fI .container-fluid {
  padding: 0px !important;
}
.cid-uiv8RXm8fI .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-uiv8RXm8fI .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-uiv8RXm8fI a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-uiv8RXm8fI a:hover span {
  color: #FFE4AC !important;
}
.cid-uiv8RXvQMa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uiv8RXvQMa .mbr-text,
.cid-uiv8RXvQMa .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-uiv8RXvQMa .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uiv8RXvQMa .mbr-text,
.cid-uiv8RXvQMa .mbr-section-btn,
.cid-uiv8RXvQMa .mbr-section-title {
  color: #ffffff;
}
.cid-uiv8RXvQMa .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uiv8RXvQMa .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uiv8RXvQMa .mbr-section-title {
  font-weight: 700;
}
.cid-uiv8RXvQMa .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-uiv8RXvQMa .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-uiv8RXvQMa .mbr-section-title,
  .cid-uiv8RXvQMa .mbr-text,
  .cid-uiv8RXvQMa .mbr-section-btn {
    text-align: left;
  }
}
.cid-uiv8RXvQMa .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-uiv8RXvQMa .dispinmob {
    display: none;
  }
}
.cid-uiv8RXEIZl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiv8RXEIZl .mbr-section-subtitle {
  color: #232323;
}
.cid-uiv8RXEIZl .homea {
  font-weight: 500;
}
.cid-uiv8RXNadM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uiv8RXNadM .mbr-section-subtitle {
  color: #e15126;
  font-weight: 500;
}
.cid-uiv8RXUz8j {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-uiv8RXUz8j hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uiv8RXUz8j hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-uiv8RXUz8j h2 {
  float: left;
}
.cid-uiv8RXUz8j .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-uiv8RXUz8j H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-uiv8RXUz8j .btn-warning-outline:hover,
.cid-uiv8RXUz8j .btn-warning-outline:focus,
.cid-uiv8RXUz8j .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-uiv8RY3qIv {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uiv8RY3qIv .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-uiv8RY3qIv {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-uiv8RY3qIv {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-uiv8RY3qIv .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-uiv8RY3qIv .logoimg {
    margin-left: 1rem;
  }
}
.cid-uiv8RY3qIv h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-uiv8RY3qIv .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-uiv8RY3qIv .icons-wrap {
  display: flex;
}
.cid-uiv8RY3qIv .text-wrap {
  width: 100%;
}
.cid-uiv8RY3qIv .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uiv8RY3qIv .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uiv8RY3qIv .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-uiv8RY3qIv .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-uiv8RY3qIv .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uiv8RY3qIv .jq-selectbox__dropdown,
.cid-uiv8RY3qIv ul {
  border-radius: 20px !important;
}
.cid-uiv8RY3qIv .jq-selectbox {
  border-radius: 30px;
}
.cid-uiv8RY3qIv .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uiv8RY3qIv .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uiv8RY3qIv .title1 {
  margin: 0;
}
.cid-uiv8RY3qIv .align-wrap {
  display: block;
}
.cid-uiv8RY3qIv .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uiv8RY3qIv form {
    padding: 0;
  }
  .cid-uiv8RY3qIv .socicon-wrap {
    margin: auto;
  }
}
.cid-uiv8RY3qIv .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-uiv8RY3qIv .title1,
.cid-uiv8RY3qIv .title-col {
  color: #05539c;
}
.cid-uiv8RY3qIv .icon-title,
.cid-uiv8RY3qIv .align-wrap {
  text-align: left;
}
.cid-uiv8RY3qIv .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uiv8RY3qIv .incover {
    max-width: 270px;
  }
}
.cid-uiv8RY3qIv .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-uiv8RY3qIv .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uiv8RY3qIv .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-uiv8RY3qIv .links-title {
    margin-left: 5px;
  }
  .cid-uiv8RY3qIv .links-title a::before {
    content: "➜ ";
  }
  .cid-uiv8RY3qIv 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;
  }
}
.cid-uiv8RY3qIv .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-uiv8RY3qIv .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-uiv8RY3qIv .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-uiv8RY3qIv .mbrib-letter {
  margin-top: .05rem;
}
.cid-uiv8RYnrwi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-uiv8RYnrwi .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uiv8RYnrwi .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-uiv8RYnrwi .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-uiv8RYnrwi .linker-dentaura {
  color: #ffa800;
}
.cid-uiv8RYnrwi .linker-dentaura:hover {
  color: #fff;
}
.cid-uiv8RYweem #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uiv8RYweem #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uiv8RYweem #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uiv8RYweem #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uiv8RYweem #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-uiv8RYweem #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-uiv8RYweem #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-uiv8RYweem .hidden {
  display: none;
}
.cid-uiv8RYweem H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-uiv8RYK9tW.popup-builder {
  background-color: #ffffff;
}
.cid-uiv8RYK9tW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiv8RYK9tW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiv8RYK9tW .modal-content,
.cid-uiv8RYK9tW .modal-dialog {
  height: auto;
}
.cid-uiv8RYK9tW .pt-0 {
  padding-top: 0 !important;
}
.cid-uiv8RYK9tW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiv8RYK9tW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiv8RYK9tW .modal-open {
  overflow: hidden;
}
.cid-uiv8RYK9tW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiv8RYK9tW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiv8RYK9tW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiv8RYK9tW .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-uiv8RYK9tW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiv8RYK9tW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiv8RYK9tW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiv8RYK9tW .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-uiv8RYK9tW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiv8RYK9tW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiv8RYK9tW .modal-backdrop.show {
  opacity: .5;
}
.cid-uiv8RYK9tW .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-uiv8RYK9tW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiv8RYK9tW .modal-header {
    padding: 1rem;
  }
}
.cid-uiv8RYK9tW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiv8RYK9tW .modal-header .close:hover {
  opacity: 1;
}
.cid-uiv8RYK9tW .modal-header .close:focus {
  outline: none;
}
.cid-uiv8RYK9tW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-uiv8RYK9tW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-uiv8RYK9tW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiv8RYK9tW .modal-body {
    padding: 1rem;
  }
}
.cid-uiv8RYK9tW .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-uiv8RYK9tW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiv8RYK9tW .modal-footer {
    padding: 1rem;
  }
}
.cid-uiv8RYK9tW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiv8RYK9tW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiv8RYK9tW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiv8RYK9tW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiv8RYK9tW .modal-sm {
    max-width: 300px;
  }
  .cid-uiv8RYK9tW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uiv8RYK9tW .modal-lg,
  .cid-uiv8RYK9tW .modal-xl {
    max-width: 800px;
  }
  .cid-uiv8RYK9tW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uiv8RYK9tW .modal-xl {
    max-width: 1140px;
  }
  .cid-uiv8RYK9tW .container {
    max-width: 1140px;
  }
}
.cid-uiv8RYK9tW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uiv8RYK9tW .container {
    max-width: 720px;
  }
}
.cid-uiv8RYK9tW .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-uiv8RYK9tW .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uiv8RYK9tW .dentaura-iconone {
  display: none;
}
.cid-uiv8RYK9tW .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-uiv8RYK9tW .claus-one p {
  color: #ffffff !important;
}
.cid-uiv8RYK9tW .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-uiv8RYK9tW .claus-two p {
  color: #ffffff !important;
}
.cid-uiv8RYK9tW .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-uiv8RYK9tW .claus-three p {
  color: #ffffff !important;
}
.cid-uiv8RYK9tW .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-uiv8RYK9tW .claus-four p {
  color: #ffffff !important;
}
.cid-uiv8RYK9tW .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-uiv8RYK9tW .claus-five p {
  color: #ffffff !important;
}
.cid-uiv8RYK9tW .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-uiv8RYK9tW .claus-six p {
  color: #ffffff !important;
}
.cid-uiv8RYK9tW .dentaura-cover {
  width: 168px;
}
.cid-uiv8RYK9tW P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-uiv8RYK9tW H5 {
  text-align: center;
}
.cid-uiv8RYK9tW .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-uiv8RYK9tW .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8RYK9tW .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8RYK9tW .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8RYK9tW .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8RYK9tW .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-uiv8RYK9tW .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8RYK9tW a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-uiv8TjtEmD {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uiv8TjtEmD .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-uiv8TjtEmD .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uiv8TjtEmD .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uiv8TjtEmD .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uiv8TjtEmD .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uiv8TjtEmD .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uiv8TjtEmD .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uiv8TjtEmD .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-uiv8TjtEmD .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-uiv8TjtEmD .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-uiv8TjtEmD .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uiv8TjtEmD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiv8TjtEmD .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uiv8TjtEmD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiv8TjtEmD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiv8TjtEmD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiv8TjtEmD .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uiv8TjtEmD .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uiv8TjtEmD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiv8TjtEmD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uiv8TjtEmD .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uiv8TjtEmD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiv8TjtEmD .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uiv8TjtEmD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiv8TjtEmD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiv8TjtEmD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiv8TjtEmD .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uiv8TjtEmD .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uiv8TjtEmD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiv8TjtEmD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uiv8TjtEmD .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uiv8TjtEmD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-uiv8TjtEmD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiv8TjtEmD .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uiv8TjtEmD .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uiv8TjtEmD .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-uiv8TjtEmD .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uiv8TjtEmD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uiv8TjtEmD .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uiv8TjtEmD .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-uiv8TjtEmD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiv8TjtEmD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiv8TjtEmD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uiv8TjtEmD .dropdown-item.active,
.cid-uiv8TjtEmD .dropdown-item:active {
  background-color: transparent;
}
.cid-uiv8TjtEmD .nav-link:focus {
  color: #000000 !important;
}
.cid-uiv8TjtEmD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uiv8TjtEmD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiv8TjtEmD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiv8TjtEmD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiv8TjtEmD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uiv8TjtEmD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiv8TjtEmD ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uiv8TjtEmD .navbar-buttons {
  text-align: center;
}
.cid-uiv8TjtEmD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-uiv8TjtEmD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-uiv8TjtEmD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiv8TjtEmD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uiv8TjtEmD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uiv8TjtEmD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiv8TjtEmD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiv8TjtEmD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uiv8TjtEmD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uiv8TjtEmD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiv8TjtEmD a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-uiv8TjtEmD .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uiv8TjtEmD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uiv8TjtEmD .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-uiv8TjtEmD .nav-link:hover {
  color: #e15126 !important;
}
.cid-uiv8TjtEmD .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uiv8TjtEmD .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-uiv8TjtEmD .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uiv8TjtEmD .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uiv8TjtEmD .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uiv8TjtEmD .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uiv8TjtEmD .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-uiv8TjtEmD .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-uiv8TjtEmD .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-uiv8TjtEmD .btncodetop:hover {
  color: #ffffff !important;
}
.cid-uiv8TjtEmD .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-uiv8TjtEmD .btncode:hover {
  color: #ffffff !important;
}
.cid-uiv8TjtEmD .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .btncodetwo {
    display: none;
  }
}
.cid-uiv8TjtEmD .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-uiv8TjtEmD .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-uiv8TjtEmD .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-uiv8TjtEmD .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-uiv8TjtEmD .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-uiv8TjtEmD .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-uiv8TjtEmD .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uiv8TjtEmD .logodiv {
    display: none;
  }
}
.cid-uiv8TjtEmD .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uiv8TjtEmD .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uiv8TjtEmD .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uiv8TjtEmD .buttdivbottom {
    display: block;
  }
}
.cid-uiv8TjtEmD .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-uiv8TjtEmD .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-uiv8TjIYJ5 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-uiv8TjIYJ5 .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-uiv8TjIYJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiv8TjIYJ5 .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-uiv8TjIYJ5 .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-uiv8TjIYJ5 .gcoi-logo {
    max-width: 200px;
  }
}
.cid-uiv8TjREAK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uiv8TjREAK .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-uiv8TjREAK .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-uiv8TjREAK .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uiv8TjREAK .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-uiv8TjREAK .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uiv8TjREAK .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uiv8TjREAK .mstone {
    display: block;
    text-align: left;
  }
}
.cid-uiv8TjREAK .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uiv8TjREAK .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uiv8TjREAK .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uiv8TjREAK .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-uiv8TjREAK .container-fluid {
  padding: 0px !important;
}
.cid-uiv8TjREAK .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-uiv8TjREAK .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-uiv8TjREAK a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-uiv8TjREAK a:hover span {
  color: #FFE4AC !important;
}
.cid-uiv8Tk1Flk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uiv8Tk1Flk .mbr-text,
.cid-uiv8Tk1Flk .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-uiv8Tk1Flk .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uiv8Tk1Flk .mbr-text,
.cid-uiv8Tk1Flk .mbr-section-btn,
.cid-uiv8Tk1Flk .mbr-section-title {
  color: #ffffff;
}
.cid-uiv8Tk1Flk .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uiv8Tk1Flk .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uiv8Tk1Flk .mbr-section-title {
  font-weight: 700;
}
.cid-uiv8Tk1Flk .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-uiv8Tk1Flk .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-uiv8Tk1Flk .mbr-section-title,
  .cid-uiv8Tk1Flk .mbr-text,
  .cid-uiv8Tk1Flk .mbr-section-btn {
    text-align: left;
  }
}
.cid-uiv8Tk1Flk .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-uiv8Tk1Flk .dispinmob {
    display: none;
  }
}
.cid-uiv8TkalOP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiv8TkalOP .mbr-section-subtitle {
  color: #232323;
}
.cid-uiv8TkalOP .homea {
  font-weight: 500;
}
.cid-uPTNfig9yJ {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uPTNfig9yJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTNfig9yJ .container-table {
  margin: 0 auto;
}
.cid-uPTNfig9yJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uPTNfig9yJ .dataTables_wrapper {
  display: block;
}
.cid-uPTNfig9yJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uPTNfig9yJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uPTNfig9yJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uPTNfig9yJ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uPTNfig9yJ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uPTNfig9yJ table td {
  border-top: 1px solid #cccccc;
}
.cid-uPTNfig9yJ table.table {
  background: #fdf2ec;
}
.cid-uPTNfig9yJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uPTNfig9yJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uPTNfig9yJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uPTNfig9yJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uPTNfig9yJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uPTNfig9yJ .dataTables_filter {
    text-align: center;
  }
  .cid-uPTNfig9yJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uM1iVdyY9J {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uM1iVdyY9J .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uM1iVdyY9J .input {
  margin-bottom: 15px;
}
.cid-uM1iVdyY9J .media-container-row {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cid-uM1iVdyY9J .text-block {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-uM1iVdyY9J a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uM1iVdyY9J .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uM1iVdyY9J .input-group-btn {
  display: block;
}
.cid-uM1iVdyY9J .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-uM1iVdyY9J .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uM1iVdyY9J .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uM1iVdyY9J .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM1iVdyY9J h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uM1iVdyY9J .block-content {
    padding: 0;
  }
  .cid-uM1iVdyY9J .form-block {
    padding: 1rem;
  }
}
.cid-uM1iVdyY9J .anchor2 {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.cid-uM1iVdyY9J .bgblock {
  background-color: #ffefe7;
  border-radius: 10px;
}
.cid-uM1iVdyY9J .dateboxecec {
  position: relative;
  left: 0px;
  top: 0px;
}
.cid-uM1iVdyY9J .dateyrcalecec {
  font-size: 0.8rem;
  color: #84847A;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 30px;
  line-height: 0rem;
}
.cid-uM1iVdyY9J .datedaycalecec {
  font-size: 1.8rem;
  color: #1D5B7C;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 51px;
  line-height: 0rem;
}
.cid-uM1iVdyY9J .datemonthcalecec {
  font-size: 1.1rem;
  color: #18272C;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 73px;
  line-height: 0rem;
}
.cid-uM1iVdyY9J .calpicecec {
  float: left;
  width: 90px;
  height: 100px;
  padding: 0px 10px 3px 0px;
}
.cid-uM1iVdyY9J .webinarpic {
  width: 100%;
  max-width: 756px;
}
.cid-uM1iVdyY9J .timeweb {
  color: #fff;
  background-color: #e15126;
  font-size: 0.9rem;
  padding: 0px 3px;
  margin: 2px;
  border-radius: 3px;
}
.cid-uZt7U9oxEc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZt7U9oxEc .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uZt7U9oxEc .input {
  margin-bottom: 15px;
}
.cid-uZt7U9oxEc .media-container-row {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cid-uZt7U9oxEc .text-block {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-uZt7U9oxEc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uZt7U9oxEc .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uZt7U9oxEc .input-group-btn {
  display: block;
}
.cid-uZt7U9oxEc .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-uZt7U9oxEc .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uZt7U9oxEc .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uZt7U9oxEc .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZt7U9oxEc h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uZt7U9oxEc .block-content {
    padding: 0;
  }
  .cid-uZt7U9oxEc .form-block {
    padding: 1rem;
  }
}
.cid-uZt7U9oxEc .anchor2 {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.cid-uZt7U9oxEc .bgblock {
  background-color: #ffefe7;
  border-radius: 10px;
}
.cid-uZt7U9oxEc .dateboxecec {
  position: relative;
  left: 0px;
  top: 0px;
}
.cid-uZt7U9oxEc .dateyrcalecec {
  font-size: 0.8rem;
  color: #84847A;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 30px;
  line-height: 0rem;
}
.cid-uZt7U9oxEc .datedaycalecec {
  font-size: 1.8rem;
  color: #1D5B7C;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 51px;
  line-height: 0rem;
}
.cid-uZt7U9oxEc .datemonthcalecec {
  font-size: 1.1rem;
  color: #18272C;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 73px;
  line-height: 0rem;
}
.cid-uZt7U9oxEc .calpicecec {
  float: left;
  width: 90px;
  height: 100px;
  padding: 0px 10px 3px 0px;
}
.cid-uZt7U9oxEc .webinarpic {
  width: 100%;
  max-width: 756px;
}
.cid-uZt7U9oxEc .timeweb {
  color: #fff;
  background-color: #e15126;
  font-size: 0.9rem;
  padding: 0px 3px;
  margin: 2px;
  border-radius: 3px;
}
.cid-uO4EVRWy31 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uO4EVRWy31 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uO4EVRWy31 .input {
  margin-bottom: 15px;
}
.cid-uO4EVRWy31 .media-container-row {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cid-uO4EVRWy31 .text-block {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-uO4EVRWy31 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uO4EVRWy31 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uO4EVRWy31 .input-group-btn {
  display: block;
}
.cid-uO4EVRWy31 .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-uO4EVRWy31 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uO4EVRWy31 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uO4EVRWy31 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uO4EVRWy31 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uO4EVRWy31 .block-content {
    padding: 0;
  }
  .cid-uO4EVRWy31 .form-block {
    padding: 1rem;
  }
}
.cid-uO4EVRWy31 .anchor2 {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.cid-uO4EVRWy31 .bgblock {
  background-color: #ffefe7;
  border-radius: 10px;
}
.cid-uO4EVRWy31 .dateboxecec {
  position: relative;
  left: 0px;
  top: 0px;
}
.cid-uO4EVRWy31 .dateyrcalecec {
  font-size: 0.8rem;
  color: #84847A;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 30px;
  line-height: 0rem;
}
.cid-uO4EVRWy31 .datedaycalecec {
  font-size: 1.8rem;
  color: #1D5B7C;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 51px;
  line-height: 0rem;
}
.cid-uO4EVRWy31 .datemonthcalecec {
  font-size: 1.1rem;
  color: #18272C;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 73px;
  line-height: 0rem;
}
.cid-uO4EVRWy31 .calpicecec {
  float: left;
  width: 90px;
  height: 100px;
  padding: 0px 10px 3px 0px;
}
.cid-uO4EVRWy31 .webinarpic {
  width: 100%;
  max-width: 756px;
}
.cid-uO4EVRWy31 .timeweb {
  color: #fff;
  background-color: #e15126;
  font-size: 0.9rem;
  padding: 0px 3px;
  margin: 2px;
  border-radius: 3px;
}
.cid-uMR6i3T1W5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMR6i3T1W5 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uMR6i3T1W5 .input {
  margin-bottom: 15px;
}
.cid-uMR6i3T1W5 .media-container-row {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cid-uMR6i3T1W5 .text-block {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-uMR6i3T1W5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uMR6i3T1W5 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uMR6i3T1W5 .input-group-btn {
  display: block;
}
.cid-uMR6i3T1W5 .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-uMR6i3T1W5 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uMR6i3T1W5 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uMR6i3T1W5 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMR6i3T1W5 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uMR6i3T1W5 .block-content {
    padding: 0;
  }
  .cid-uMR6i3T1W5 .form-block {
    padding: 1rem;
  }
}
.cid-uMR6i3T1W5 .anchor2 {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.cid-uMR6i3T1W5 .bgblock {
  background-color: #ffefe7;
  border-radius: 10px;
}
.cid-uMR6i3T1W5 .dateboxecec {
  position: relative;
  left: 0px;
  top: 0px;
}
.cid-uMR6i3T1W5 .dateyrcalecec {
  font-size: 0.8rem;
  color: #84847A;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 30px;
  line-height: 0rem;
}
.cid-uMR6i3T1W5 .datedaycalecec {
  font-size: 1.8rem;
  color: #1D5B7C;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 51px;
  line-height: 0rem;
}
.cid-uMR6i3T1W5 .datemonthcalecec {
  font-size: 1.1rem;
  color: #18272C;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 73px;
  line-height: 0rem;
}
.cid-uMR6i3T1W5 .calpicecec {
  float: left;
  width: 90px;
  height: 100px;
  padding: 0px 10px 3px 0px;
}
.cid-uMR6i3T1W5 .webinarpic {
  width: 100%;
  max-width: 756px;
}
.cid-uMR6i3T1W5 .timeweb {
  color: #fff;
  background-color: #e15126;
  font-size: 0.9rem;
  padding: 0px 3px;
  margin: 2px;
  border-radius: 3px;
}
.cid-uiv8TkheVr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uiv8TkheVr .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uiv8TkheVr .input {
  margin-bottom: 15px;
}
.cid-uiv8TkheVr .media-container-row {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.cid-uiv8TkheVr .text-block {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-uiv8TkheVr a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uiv8TkheVr .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uiv8TkheVr .input-group-btn {
  display: block;
}
.cid-uiv8TkheVr .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-uiv8TkheVr .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uiv8TkheVr .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uiv8TkheVr .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiv8TkheVr h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-uiv8TkheVr .block-content {
    padding: 0;
  }
  .cid-uiv8TkheVr .form-block {
    padding: 1rem;
  }
}
.cid-uiv8TkheVr .anchor2 {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}
.cid-uiv8TkheVr .bgblock {
  background-color: #ffefe7;
  border-radius: 10px;
}
.cid-uiv8TkheVr .dateboxecec {
  position: relative;
  left: 0px;
  top: 0px;
}
.cid-uiv8TkheVr .dateyrcalecec {
  font-size: 0.8rem;
  color: #84847A;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 30px;
  line-height: 0rem;
}
.cid-uiv8TkheVr .datedaycalecec {
  font-size: 1.8rem;
  color: #1D5B7C;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 51px;
  line-height: 0rem;
}
.cid-uiv8TkheVr .datemonthcalecec {
  font-size: 1.1rem;
  color: #18272C;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 15px;
  top: 73px;
  line-height: 0rem;
}
.cid-uiv8TkheVr .calpicecec {
  float: left;
  width: 90px;
  height: 100px;
  padding: 0px 10px 3px 0px;
}
.cid-uiv8TkheVr .webinarpic {
  width: 100%;
  max-width: 756px;
}
.cid-uiv8TkheVr .timeweb {
  color: #fff;
  background-color: #e15126;
  font-size: 0.9rem;
  padding: 0px 3px;
  margin: 2px;
  border-radius: 3px;
}
.cid-uiv8TkrDR1 {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-uiv8TkrDR1 hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uiv8TkrDR1 hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-uiv8TkrDR1 h2 {
  float: left;
}
.cid-uiv8TkrDR1 .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-uiv8TkrDR1 H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-uiv8TkrDR1 .btn-warning-outline:hover,
.cid-uiv8TkrDR1 .btn-warning-outline:focus,
.cid-uiv8TkrDR1 .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-uiv8TkA5XQ {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uiv8TkA5XQ .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-uiv8TkA5XQ {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-uiv8TkA5XQ {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-uiv8TkA5XQ .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-uiv8TkA5XQ .logoimg {
    margin-left: 1rem;
  }
}
.cid-uiv8TkA5XQ h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-uiv8TkA5XQ .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-uiv8TkA5XQ .icons-wrap {
  display: flex;
}
.cid-uiv8TkA5XQ .text-wrap {
  width: 100%;
}
.cid-uiv8TkA5XQ .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uiv8TkA5XQ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uiv8TkA5XQ .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-uiv8TkA5XQ .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-uiv8TkA5XQ .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uiv8TkA5XQ .jq-selectbox__dropdown,
.cid-uiv8TkA5XQ ul {
  border-radius: 20px !important;
}
.cid-uiv8TkA5XQ .jq-selectbox {
  border-radius: 30px;
}
.cid-uiv8TkA5XQ .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uiv8TkA5XQ .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uiv8TkA5XQ .title1 {
  margin: 0;
}
.cid-uiv8TkA5XQ .align-wrap {
  display: block;
}
.cid-uiv8TkA5XQ .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uiv8TkA5XQ form {
    padding: 0;
  }
  .cid-uiv8TkA5XQ .socicon-wrap {
    margin: auto;
  }
}
.cid-uiv8TkA5XQ .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-uiv8TkA5XQ .title1,
.cid-uiv8TkA5XQ .title-col {
  color: #05539c;
}
.cid-uiv8TkA5XQ .icon-title,
.cid-uiv8TkA5XQ .align-wrap {
  text-align: left;
}
.cid-uiv8TkA5XQ .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uiv8TkA5XQ .incover {
    max-width: 270px;
  }
}
.cid-uiv8TkA5XQ .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-uiv8TkA5XQ .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uiv8TkA5XQ .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-uiv8TkA5XQ .links-title {
    margin-left: 5px;
  }
  .cid-uiv8TkA5XQ .links-title a::before {
    content: "➜ ";
  }
  .cid-uiv8TkA5XQ 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;
  }
}
.cid-uiv8TkA5XQ .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-uiv8TkA5XQ .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-uiv8TkA5XQ .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-uiv8TkA5XQ .mbrib-letter {
  margin-top: .05rem;
}
.cid-uiv8TkTY3C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-uiv8TkTY3C .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uiv8TkTY3C .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-uiv8TkTY3C .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-uiv8TkTY3C .linker-dentaura {
  color: #ffa800;
}
.cid-uiv8TkTY3C .linker-dentaura:hover {
  color: #fff;
}
.cid-uiv8Tl5xgd #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uiv8Tl5xgd #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uiv8Tl5xgd #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uiv8Tl5xgd #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uiv8Tl5xgd #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-uiv8Tl5xgd #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-uiv8Tl5xgd #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-uiv8Tl5xgd .hidden {
  display: none;
}
.cid-uiv8Tl5xgd H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-uiv8TlhaIC.popup-builder {
  background-color: #ffffff;
}
.cid-uiv8TlhaIC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiv8TlhaIC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiv8TlhaIC .modal-content,
.cid-uiv8TlhaIC .modal-dialog {
  height: auto;
}
.cid-uiv8TlhaIC .pt-0 {
  padding-top: 0 !important;
}
.cid-uiv8TlhaIC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiv8TlhaIC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiv8TlhaIC .modal-open {
  overflow: hidden;
}
.cid-uiv8TlhaIC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiv8TlhaIC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiv8TlhaIC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiv8TlhaIC .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-uiv8TlhaIC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiv8TlhaIC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiv8TlhaIC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiv8TlhaIC .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-uiv8TlhaIC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiv8TlhaIC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiv8TlhaIC .modal-backdrop.show {
  opacity: .5;
}
.cid-uiv8TlhaIC .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-uiv8TlhaIC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiv8TlhaIC .modal-header {
    padding: 1rem;
  }
}
.cid-uiv8TlhaIC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiv8TlhaIC .modal-header .close:hover {
  opacity: 1;
}
.cid-uiv8TlhaIC .modal-header .close:focus {
  outline: none;
}
.cid-uiv8TlhaIC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-uiv8TlhaIC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-uiv8TlhaIC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiv8TlhaIC .modal-body {
    padding: 1rem;
  }
}
.cid-uiv8TlhaIC .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-uiv8TlhaIC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiv8TlhaIC .modal-footer {
    padding: 1rem;
  }
}
.cid-uiv8TlhaIC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiv8TlhaIC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiv8TlhaIC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiv8TlhaIC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiv8TlhaIC .modal-sm {
    max-width: 300px;
  }
  .cid-uiv8TlhaIC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uiv8TlhaIC .modal-lg,
  .cid-uiv8TlhaIC .modal-xl {
    max-width: 800px;
  }
  .cid-uiv8TlhaIC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uiv8TlhaIC .modal-xl {
    max-width: 1140px;
  }
  .cid-uiv8TlhaIC .container {
    max-width: 1140px;
  }
}
.cid-uiv8TlhaIC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uiv8TlhaIC .container {
    max-width: 720px;
  }
}
.cid-uiv8TlhaIC .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-uiv8TlhaIC .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uiv8TlhaIC .dentaura-iconone {
  display: none;
}
.cid-uiv8TlhaIC .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-uiv8TlhaIC .claus-one p {
  color: #ffffff !important;
}
.cid-uiv8TlhaIC .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-uiv8TlhaIC .claus-two p {
  color: #ffffff !important;
}
.cid-uiv8TlhaIC .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-uiv8TlhaIC .claus-three p {
  color: #ffffff !important;
}
.cid-uiv8TlhaIC .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-uiv8TlhaIC .claus-four p {
  color: #ffffff !important;
}
.cid-uiv8TlhaIC .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-uiv8TlhaIC .claus-five p {
  color: #ffffff !important;
}
.cid-uiv8TlhaIC .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-uiv8TlhaIC .claus-six p {
  color: #ffffff !important;
}
.cid-uiv8TlhaIC .dentaura-cover {
  width: 168px;
}
.cid-uiv8TlhaIC P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-uiv8TlhaIC H5 {
  text-align: center;
}
.cid-uiv8TlhaIC .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-uiv8TlhaIC .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8TlhaIC .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8TlhaIC .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8TlhaIC .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8TlhaIC .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-uiv8TlhaIC .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiv8TlhaIC a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-uiHoQQyHsF {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uiHoQQyHsF .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-uiHoQQyHsF .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uiHoQQyHsF .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uiHoQQyHsF .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uiHoQQyHsF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uiHoQQyHsF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uiHoQQyHsF .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uiHoQQyHsF .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-uiHoQQyHsF .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-uiHoQQyHsF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-uiHoQQyHsF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uiHoQQyHsF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiHoQQyHsF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uiHoQQyHsF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiHoQQyHsF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiHoQQyHsF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiHoQQyHsF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uiHoQQyHsF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uiHoQQyHsF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiHoQQyHsF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uiHoQQyHsF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uiHoQQyHsF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiHoQQyHsF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uiHoQQyHsF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiHoQQyHsF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiHoQQyHsF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiHoQQyHsF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uiHoQQyHsF .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uiHoQQyHsF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiHoQQyHsF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uiHoQQyHsF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uiHoQQyHsF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-uiHoQQyHsF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiHoQQyHsF .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uiHoQQyHsF .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uiHoQQyHsF .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-uiHoQQyHsF .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uiHoQQyHsF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uiHoQQyHsF .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uiHoQQyHsF .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-uiHoQQyHsF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiHoQQyHsF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiHoQQyHsF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uiHoQQyHsF .dropdown-item.active,
.cid-uiHoQQyHsF .dropdown-item:active {
  background-color: transparent;
}
.cid-uiHoQQyHsF .nav-link:focus {
  color: #000000 !important;
}
.cid-uiHoQQyHsF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uiHoQQyHsF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiHoQQyHsF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiHoQQyHsF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uiHoQQyHsF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uiHoQQyHsF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiHoQQyHsF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uiHoQQyHsF .navbar-buttons {
  text-align: center;
}
.cid-uiHoQQyHsF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-uiHoQQyHsF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-uiHoQQyHsF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiHoQQyHsF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uiHoQQyHsF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uiHoQQyHsF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiHoQQyHsF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiHoQQyHsF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uiHoQQyHsF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uiHoQQyHsF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiHoQQyHsF a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-uiHoQQyHsF .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uiHoQQyHsF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uiHoQQyHsF .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-uiHoQQyHsF .nav-link:hover {
  color: #e15126 !important;
}
.cid-uiHoQQyHsF .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uiHoQQyHsF .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-uiHoQQyHsF .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uiHoQQyHsF .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uiHoQQyHsF .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uiHoQQyHsF .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uiHoQQyHsF .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-uiHoQQyHsF .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-uiHoQQyHsF .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-uiHoQQyHsF .btncodetop:hover {
  color: #ffffff !important;
}
.cid-uiHoQQyHsF .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-uiHoQQyHsF .btncode:hover {
  color: #ffffff !important;
}
.cid-uiHoQQyHsF .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .btncodetwo {
    display: none;
  }
}
.cid-uiHoQQyHsF .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-uiHoQQyHsF .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-uiHoQQyHsF .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-uiHoQQyHsF .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-uiHoQQyHsF .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-uiHoQQyHsF .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-uiHoQQyHsF .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uiHoQQyHsF .logodiv {
    display: none;
  }
}
.cid-uiHoQQyHsF .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uiHoQQyHsF .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uiHoQQyHsF .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uiHoQQyHsF .buttdivbottom {
    display: block;
  }
}
.cid-uiHoQQyHsF .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-uiHoQQyHsF .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-uiHoQQMBjb {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-uiHoQQMBjb .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-uiHoQQMBjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHoQQMBjb .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-uiHoQQMBjb .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-uiHoQQMBjb .gcoi-logo {
    max-width: 200px;
  }
}
.cid-uiHoQQX5WQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uiHoQQX5WQ .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-uiHoQQX5WQ .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-uiHoQQX5WQ .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uiHoQQX5WQ .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-uiHoQQX5WQ .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uiHoQQX5WQ .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uiHoQQX5WQ .mstone {
    display: block;
    text-align: left;
  }
}
.cid-uiHoQQX5WQ .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uiHoQQX5WQ .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uiHoQQX5WQ .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uiHoQQX5WQ .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-uiHoQQX5WQ .container-fluid {
  padding: 0px !important;
}
.cid-uiHoQQX5WQ .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-uiHoQQX5WQ .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-uiHoQQX5WQ a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-uiHoQQX5WQ a:hover span {
  color: #FFE4AC !important;
}
.cid-uiHoQR8q8X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uiHoQR8q8X .mbr-text,
.cid-uiHoQR8q8X .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-uiHoQR8q8X .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uiHoQR8q8X .mbr-text,
.cid-uiHoQR8q8X .mbr-section-btn,
.cid-uiHoQR8q8X .mbr-section-title {
  color: #ffffff;
}
.cid-uiHoQR8q8X .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uiHoQR8q8X .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uiHoQR8q8X .mbr-section-title {
  font-weight: 700;
}
.cid-uiHoQR8q8X .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-uiHoQR8q8X .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-uiHoQR8q8X .mbr-section-title,
  .cid-uiHoQR8q8X .mbr-text,
  .cid-uiHoQR8q8X .mbr-section-btn {
    text-align: left;
  }
}
.cid-uiHoQR8q8X .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-uiHoQR8q8X .dispinmob {
    display: none;
  }
}
.cid-uiHoQRhbQ7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uiHoQRhbQ7 .mbr-section-subtitle {
  color: #232323;
}
.cid-uiHoQRhbQ7 .homea {
  font-weight: 500;
}
.cid-uSAch8Mq2b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSAch8Mq2b .mbr-section-subtitle {
  color: #464646;
  text-align: left;
}
.cid-uSAch8Mq2b H2 {
  text-align: left;
  font-weight: 500;
  color: #013648;
}
.cid-uSAch8Mq2b .dentaura-li {
  margin-top: 0.5rem;
}
.cid-uSAch8Mq2b .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-uiHoQRxlRn {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-uiHoQRxlRn hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uiHoQRxlRn hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-uiHoQRxlRn h2 {
  float: left;
}
.cid-uiHoQRxlRn .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-uiHoQRxlRn H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-uiHoQRxlRn .btn-warning-outline:hover,
.cid-uiHoQRxlRn .btn-warning-outline:focus,
.cid-uiHoQRxlRn .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-uiHoQRG2eh {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uiHoQRG2eh .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-uiHoQRG2eh {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-uiHoQRG2eh {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-uiHoQRG2eh .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-uiHoQRG2eh .logoimg {
    margin-left: 1rem;
  }
}
.cid-uiHoQRG2eh h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-uiHoQRG2eh .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-uiHoQRG2eh .icons-wrap {
  display: flex;
}
.cid-uiHoQRG2eh .text-wrap {
  width: 100%;
}
.cid-uiHoQRG2eh .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uiHoQRG2eh .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uiHoQRG2eh .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-uiHoQRG2eh .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-uiHoQRG2eh .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uiHoQRG2eh .jq-selectbox__dropdown,
.cid-uiHoQRG2eh ul {
  border-radius: 20px !important;
}
.cid-uiHoQRG2eh .jq-selectbox {
  border-radius: 30px;
}
.cid-uiHoQRG2eh .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uiHoQRG2eh .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uiHoQRG2eh .title1 {
  margin: 0;
}
.cid-uiHoQRG2eh .align-wrap {
  display: block;
}
.cid-uiHoQRG2eh .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uiHoQRG2eh form {
    padding: 0;
  }
  .cid-uiHoQRG2eh .socicon-wrap {
    margin: auto;
  }
}
.cid-uiHoQRG2eh .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-uiHoQRG2eh .title1,
.cid-uiHoQRG2eh .title-col {
  color: #05539c;
}
.cid-uiHoQRG2eh .icon-title,
.cid-uiHoQRG2eh .align-wrap {
  text-align: left;
}
.cid-uiHoQRG2eh .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uiHoQRG2eh .incover {
    max-width: 270px;
  }
}
.cid-uiHoQRG2eh .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-uiHoQRG2eh .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uiHoQRG2eh .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-uiHoQRG2eh .links-title {
    margin-left: 5px;
  }
  .cid-uiHoQRG2eh .links-title a::before {
    content: "➜ ";
  }
  .cid-uiHoQRG2eh 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;
  }
}
.cid-uiHoQRG2eh .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-uiHoQRG2eh .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-uiHoQRG2eh .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-uiHoQRG2eh .mbrib-letter {
  margin-top: .05rem;
}
.cid-uiHoQRZMXx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-uiHoQRZMXx .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uiHoQRZMXx .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-uiHoQRZMXx .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-uiHoQRZMXx .linker-dentaura {
  color: #ffa800;
}
.cid-uiHoQRZMXx .linker-dentaura:hover {
  color: #fff;
}
.cid-uiHoQS9ULl #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uiHoQS9ULl #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uiHoQS9ULl #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uiHoQS9ULl #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uiHoQS9ULl #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-uiHoQS9ULl #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-uiHoQS9ULl #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-uiHoQS9ULl .hidden {
  display: none;
}
.cid-uiHoQS9ULl H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-uiHoQSmOWh.popup-builder {
  background-color: #ffffff;
}
.cid-uiHoQSmOWh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiHoQSmOWh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiHoQSmOWh .modal-content,
.cid-uiHoQSmOWh .modal-dialog {
  height: auto;
}
.cid-uiHoQSmOWh .pt-0 {
  padding-top: 0 !important;
}
.cid-uiHoQSmOWh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiHoQSmOWh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiHoQSmOWh .modal-open {
  overflow: hidden;
}
.cid-uiHoQSmOWh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiHoQSmOWh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiHoQSmOWh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiHoQSmOWh .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-uiHoQSmOWh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiHoQSmOWh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiHoQSmOWh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiHoQSmOWh .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-uiHoQSmOWh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiHoQSmOWh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiHoQSmOWh .modal-backdrop.show {
  opacity: .5;
}
.cid-uiHoQSmOWh .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-uiHoQSmOWh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiHoQSmOWh .modal-header {
    padding: 1rem;
  }
}
.cid-uiHoQSmOWh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiHoQSmOWh .modal-header .close:hover {
  opacity: 1;
}
.cid-uiHoQSmOWh .modal-header .close:focus {
  outline: none;
}
.cid-uiHoQSmOWh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-uiHoQSmOWh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-uiHoQSmOWh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiHoQSmOWh .modal-body {
    padding: 1rem;
  }
}
.cid-uiHoQSmOWh .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-uiHoQSmOWh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiHoQSmOWh .modal-footer {
    padding: 1rem;
  }
}
.cid-uiHoQSmOWh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiHoQSmOWh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiHoQSmOWh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiHoQSmOWh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiHoQSmOWh .modal-sm {
    max-width: 300px;
  }
  .cid-uiHoQSmOWh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uiHoQSmOWh .modal-lg,
  .cid-uiHoQSmOWh .modal-xl {
    max-width: 800px;
  }
  .cid-uiHoQSmOWh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uiHoQSmOWh .modal-xl {
    max-width: 1140px;
  }
  .cid-uiHoQSmOWh .container {
    max-width: 1140px;
  }
}
.cid-uiHoQSmOWh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uiHoQSmOWh .container {
    max-width: 720px;
  }
}
.cid-uiHoQSmOWh .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-uiHoQSmOWh .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uiHoQSmOWh .dentaura-iconone {
  display: none;
}
.cid-uiHoQSmOWh .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-uiHoQSmOWh .claus-one p {
  color: #ffffff !important;
}
.cid-uiHoQSmOWh .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-uiHoQSmOWh .claus-two p {
  color: #ffffff !important;
}
.cid-uiHoQSmOWh .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-uiHoQSmOWh .claus-three p {
  color: #ffffff !important;
}
.cid-uiHoQSmOWh .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-uiHoQSmOWh .claus-four p {
  color: #ffffff !important;
}
.cid-uiHoQSmOWh .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-uiHoQSmOWh .claus-five p {
  color: #ffffff !important;
}
.cid-uiHoQSmOWh .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-uiHoQSmOWh .claus-six p {
  color: #ffffff !important;
}
.cid-uiHoQSmOWh .dentaura-cover {
  width: 168px;
}
.cid-uiHoQSmOWh P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-uiHoQSmOWh H5 {
  text-align: center;
}
.cid-uiHoQSmOWh .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-uiHoQSmOWh .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiHoQSmOWh .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiHoQSmOWh .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiHoQSmOWh .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiHoQSmOWh .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-uiHoQSmOWh .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uiHoQSmOWh a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-uLhCOBsF08 {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uLhCOBsF08 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-uLhCOBsF08 .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uLhCOBsF08 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uLhCOBsF08 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uLhCOBsF08 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uLhCOBsF08 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uLhCOBsF08 .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uLhCOBsF08 .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-uLhCOBsF08 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-uLhCOBsF08 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-uLhCOBsF08 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uLhCOBsF08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLhCOBsF08 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uLhCOBsF08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhCOBsF08 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhCOBsF08 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLhCOBsF08 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uLhCOBsF08 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uLhCOBsF08 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhCOBsF08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uLhCOBsF08 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uLhCOBsF08 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhCOBsF08 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uLhCOBsF08 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhCOBsF08 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLhCOBsF08 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLhCOBsF08 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uLhCOBsF08 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uLhCOBsF08 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLhCOBsF08 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uLhCOBsF08 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uLhCOBsF08 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-uLhCOBsF08 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLhCOBsF08 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uLhCOBsF08 .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uLhCOBsF08 .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-uLhCOBsF08 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uLhCOBsF08 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLhCOBsF08 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uLhCOBsF08 .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-uLhCOBsF08 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLhCOBsF08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhCOBsF08 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLhCOBsF08 .dropdown-item.active,
.cid-uLhCOBsF08 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhCOBsF08 .nav-link:focus {
  color: #000000 !important;
}
.cid-uLhCOBsF08 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uLhCOBsF08 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhCOBsF08 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhCOBsF08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLhCOBsF08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uLhCOBsF08 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhCOBsF08 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uLhCOBsF08 .navbar-buttons {
  text-align: center;
}
.cid-uLhCOBsF08 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-uLhCOBsF08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-uLhCOBsF08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhCOBsF08 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uLhCOBsF08 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uLhCOBsF08 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhCOBsF08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhCOBsF08 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uLhCOBsF08 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uLhCOBsF08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhCOBsF08 a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-uLhCOBsF08 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uLhCOBsF08 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uLhCOBsF08 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-uLhCOBsF08 .nav-link:hover {
  color: #e15126 !important;
}
.cid-uLhCOBsF08 .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uLhCOBsF08 .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-uLhCOBsF08 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uLhCOBsF08 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uLhCOBsF08 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uLhCOBsF08 .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uLhCOBsF08 .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-uLhCOBsF08 .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-uLhCOBsF08 .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-uLhCOBsF08 .btncodetop:hover {
  color: #ffffff !important;
}
.cid-uLhCOBsF08 .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-uLhCOBsF08 .btncode:hover {
  color: #ffffff !important;
}
.cid-uLhCOBsF08 .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .btncodetwo {
    display: none;
  }
}
.cid-uLhCOBsF08 .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-uLhCOBsF08 .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-uLhCOBsF08 .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-uLhCOBsF08 .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-uLhCOBsF08 .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-uLhCOBsF08 .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-uLhCOBsF08 .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uLhCOBsF08 .logodiv {
    display: none;
  }
}
.cid-uLhCOBsF08 .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uLhCOBsF08 .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uLhCOBsF08 .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uLhCOBsF08 .buttdivbottom {
    display: block;
  }
}
.cid-uLhCOBsF08 .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-uLhCOBsF08 .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-uLhCOBG1Ye {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-uLhCOBG1Ye .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-uLhCOBG1Ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhCOBG1Ye .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-uLhCOBG1Ye .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-uLhCOBG1Ye .gcoi-logo {
    max-width: 200px;
  }
}
.cid-uLhCOBNkrX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uLhCOBNkrX .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-uLhCOBNkrX .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-uLhCOBNkrX .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uLhCOBNkrX .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-uLhCOBNkrX .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uLhCOBNkrX .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uLhCOBNkrX .mstone {
    display: block;
    text-align: left;
  }
}
.cid-uLhCOBNkrX .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uLhCOBNkrX .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uLhCOBNkrX .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uLhCOBNkrX .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-uLhCOBNkrX .container-fluid {
  padding: 0px !important;
}
.cid-uLhCOBNkrX .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-uLhCOBNkrX .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-uLhCOBNkrX a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-uLhCOBNkrX a:hover span {
  color: #FFE4AC !important;
}
.cid-uLhCOBXksv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uLhCOBXksv .mbr-text,
.cid-uLhCOBXksv .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-uLhCOBXksv .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uLhCOBXksv .mbr-text,
.cid-uLhCOBXksv .mbr-section-btn,
.cid-uLhCOBXksv .mbr-section-title {
  color: #ffffff;
}
.cid-uLhCOBXksv .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uLhCOBXksv .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uLhCOBXksv .mbr-section-title {
  font-weight: 700;
}
.cid-uLhCOBXksv .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-uLhCOBXksv .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-uLhCOBXksv .mbr-section-title,
  .cid-uLhCOBXksv .mbr-text,
  .cid-uLhCOBXksv .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLhCOBXksv .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-uLhCOBXksv .dispinmob {
    display: none;
  }
}
.cid-uLhCOC85ZS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uLhCOC85ZS .mbr-section-subtitle {
  color: #232323;
}
.cid-uLhCOC85ZS .homea {
  font-weight: 500;
}
.cid-uLhCZa3kfY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLhCZa3kfY .mbr-section-subtitle {
  color: #232323;
}
.cid-uLhCZa3kfY .formoid {
  margin: auto;
}
.cid-uLhCZa3kfY .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-uLhCZa3kfY .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .cid-uLhCZa3kfY .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLhCZa3kfY .form-group,
  .cid-uLhCZa3kfY .input-group-btn,
  .cid-uLhCZa3kfY .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-uLhCZa3kfY .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-uLhCZa3kfY .typesearchtxt {
  font-size: 1rem !important;
  color: #e15126 !important;
}
.cid-uNmph547zH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uNmph547zH .mbr-section-subtitle {
  color: #232323;
}
.cid-uNmph547zH .formoid {
  margin: auto;
}
.cid-uNmph547zH .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-uNmph547zH .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .cid-uNmph547zH .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNmph547zH .form-group,
  .cid-uNmph547zH .input-group-btn,
  .cid-uNmph547zH .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-uNmph547zH .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-uNmph547zH .typesearchtxt {
  font-size: 1rem !important;
  color: #e15126 !important;
}
.cid-uLhCZKEvMz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLhCZKEvMz .mbr-section-subtitle {
  color: #e15126;
  text-align: left;
}
.cid-uLhCZKEvMz .mbr-text {
  color: #232323;
}
.cid-uLJ7v86WOf {
  background-image: url("../../../assets/images/gcoi-icon-dull.jpg");
  background-position: 80% 20%;
}
.cid-uLJ7v86WOf H2 {
  color: #ffffff;
}
.cid-uLJ7v86WOf .box {
  background: #ad4628;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-uLJ7v86WOf .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uLJ7v86WOf {
    background-size: 120%;
    background-position: top;
  }
  .cid-uLJ7v86WOf .box {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-top: 0rem;
  }
}
.cid-uLJ7v86WOf LABEL {
  color: #232323;
  text-align: left;
}
.cid-uLJ7v86WOf .loginbox {
  background-color: #FFF;
  border-radius: 4px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLJ7v86WOf .mbr-text,
.cid-uLJ7v86WOf .mbr-section-btn {
  text-align: center;
  color: #ff3366;
}
.cid-uLJl7qVycC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLJl7qVycC .mbr-section-subtitle {
  color: #232323;
}
.cid-uLJl7qVycC .formoid {
  margin: auto;
}
.cid-uLJl7qVycC .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-uLJl7qVycC .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .cid-uLJl7qVycC .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLJl7qVycC .form-group,
  .cid-uLJl7qVycC .input-group-btn,
  .cid-uLJl7qVycC .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-uLJl7qVycC .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-uLJl7qVycC .typesearchtxt {
  font-size: 1rem !important;
  color: #e15126 !important;
}
.cid-uLKX6UAFhJ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLKX6UAFhJ .mbr-text,
.cid-uLKX6UAFhJ blockquote {
  color: #767676;
}
.cid-uLKX6UAFhJ .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-uLKX6UAFhJ .page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #E8ECEF;
  border-color: #E2E2E2;
}
.cid-uLKX6UAFhJ .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e15126;
  border-color: #E2E2E2;
}
.cid-uLKX6UAFhJ .page-link:focus,
.cid-uLKX6UAFhJ .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e15126;
  border-color: #E2E2E2;
}
.cid-uLJd9t04bd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLJd9t04bd .card {
  line-height: 1.2rem !important;
  margin: 0px !important;
  border-radius: 0px;
  padding: 0.5rem;
}
.cid-uLJd9t04bd H3 {
  color: #232323;
  text-align: left;
  line-height: 1.2rem !important;
}
.cid-uLJd9t04bd H4 {
  line-height: 1.2rem !important;
  color: #780000;
  font-size: 0.8rem !important;
  text-align: left;
}
.cid-uLJd9t04bd .card-top {
  border-style: solid;
  border-color: #e15126;
  background-color: #ad4628;
}
.cid-uLJd9t04bd .card-aaa {
  border-style: solid;
  border-color: #e15126;
  background-color: #ffcd9f;
}
@media (max-width: 768px) {
  .cid-uLJd9t04bd .card-aaa {
    border-width: 1px 1px 1px 1px;
  }
}
@media (min-width: 769px) {
  .cid-uLJd9t04bd .card-aaa {
    border-width: 1px 0px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-aaa {
    border-width: 1px 0px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-bbb {
  border-style: solid;
  border-color: #e15126;
  background-color: #efefef;
}
@media (max-width: 768px) {
  .cid-uLJd9t04bd .card-bbb {
    border-width: 0px 0px 1px 1px;
  }
}
@media (min-width: 769px) {
  .cid-uLJd9t04bd .card-bbb {
    border-width: 1px 1px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-bbb {
    border-width: 1px 0px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-ccc {
  border-style: solid;
  border-color: #e15126;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLJd9t04bd .card-ccc {
    border-width: 0px 1px 1px 1px;
  }
}
@media (min-width: 769px) {
  .cid-uLJd9t04bd .card-ccc {
    border-width: 0px 0px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-ccc {
    border-width: 1px 0px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-ddd {
  border-style: solid;
  border-color: #e15126;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uLJd9t04bd .card-ddd {
    border-width: 0px 0px 1px 1px;
  }
}
@media (min-width: 769px) {
  .cid-uLJd9t04bd .card-ddd {
    border-width: 0px 0px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-ddd {
    border-width: 1px 0px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-eee {
  border-style: solid;
  border-color: #e15126;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLJd9t04bd .card-eee {
    border-width: 0px 1px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-eee {
    border-width: 1px 1px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-fff {
  border-style: solid;
  border-color: #e15126;
  background-color: #ffefe7;
}
.cid-uLJd9t04bd .card-fff H3,
.cid-uLJd9t04bd .card-fff H4 {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uLJd9t04bd .card-fff {
    border-width: 0px 1px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-fff {
    border-width: 1px 1px 1px 0px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd H4 {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uLJd9t04bd .card-top {
    display: none;
  }
}
.cid-uLJd9t04bd 34 H2 {
  color: #ffffff;
}
.cid-uLJd9t04bd .card-aaatop {
  border-style: solid;
  border-color: cardsBrdrtop;
  background-color: #ad4628;
}
@media (max-width: 991px) {
  .cid-uLJd9t04bd .card-aaatop {
    border-width: 1px 0px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-aaatop {
    border-width: 1px 0px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-bbbtop {
  border-style: solid;
  border-color: cardsBrdrtop;
  background-color: #ad4628;
}
@media (max-width: 991px) {
  .cid-uLJd9t04bd .card-bbbtop {
    border-width: 1px 1px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-bbbtop {
    border-width: 1px 0px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-ccctop {
  border-style: solid;
  border-color: cardsBrdrtop;
  background-color: #ad4628;
}
@media (max-width: 991px) {
  .cid-uLJd9t04bd .card-ccctop {
    border-width: 0px 0px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-ccctop {
    border-width: 1px 0px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-dddtop {
  border-style: solid;
  border-color: cardsBrdrtop;
  background-color: #ad4628;
}
@media (max-width: 768px) {
  .cid-uLJd9t04bd .card-dddtop {
    border-width: 0px 1px 1px 1px;
  }
}
@media (min-width: 769px) {
  .cid-uLJd9t04bd .card-dddtop {
    border-width: 0px 0px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-dddtop {
    border-width: 1px 0px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-eeetop {
  border-style: solid;
  border-color: cardsBrdrtop;
  background-color: #ad4628;
}
@media (max-width: 991px) {
  .cid-uLJd9t04bd .card-eeetop {
    border-width: 0px 1px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-eeetop {
    border-width: 1px 1px 1px 1px;
  }
}
.cid-uLJd9t04bd .card-ffftop {
  border-style: solid;
  border-color: cardsBrdrtop;
  background-color: #ad4628;
}
@media (max-width: 991px) {
  .cid-uLJd9t04bd .card-ffftop {
    border-width: 0px 1px 1px 1px;
  }
}
@media (min-width: 992px) {
  .cid-uLJd9t04bd .card-ffftop {
    border-width: 1px 1px 1px 0px;
  }
}
.cid-uLJd9t04bd H2 {
  color: #ffffff;
}
.cid-uLJd9t04bd .btn {
  padding: 5px 3px 5px 5px !important;
}
.cid-uLJd9t04bd .btn span {
  margin: 0px !important;
}
.cid-uLKXhHQMZN {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLKXhHQMZN .mbr-text,
.cid-uLKXhHQMZN blockquote {
  color: #767676;
}
.cid-uLKXhHQMZN .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-uLKXhHQMZN .page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #E8ECEF;
  border-color: #E2E2E2;
}
.cid-uLKXhHQMZN .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e15126;
  border-color: #E2E2E2;
}
.cid-uLKXhHQMZN .page-link:focus,
.cid-uLKXhHQMZN .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e15126;
  border-color: #E2E2E2;
}
.cid-uLhCOCkLVZ {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-uLhCOCkLVZ hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uLhCOCkLVZ hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-uLhCOCkLVZ h2 {
  float: left;
}
.cid-uLhCOCkLVZ .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-uLhCOCkLVZ H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-uLhCOCkLVZ .btn-warning-outline:hover,
.cid-uLhCOCkLVZ .btn-warning-outline:focus,
.cid-uLhCOCkLVZ .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-uLhCOCsbeR {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uLhCOCsbeR .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-uLhCOCsbeR {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-uLhCOCsbeR {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-uLhCOCsbeR .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-uLhCOCsbeR .logoimg {
    margin-left: 1rem;
  }
}
.cid-uLhCOCsbeR h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-uLhCOCsbeR .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-uLhCOCsbeR .icons-wrap {
  display: flex;
}
.cid-uLhCOCsbeR .text-wrap {
  width: 100%;
}
.cid-uLhCOCsbeR .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uLhCOCsbeR .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uLhCOCsbeR .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-uLhCOCsbeR .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-uLhCOCsbeR .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uLhCOCsbeR .jq-selectbox__dropdown,
.cid-uLhCOCsbeR ul {
  border-radius: 20px !important;
}
.cid-uLhCOCsbeR .jq-selectbox {
  border-radius: 30px;
}
.cid-uLhCOCsbeR .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uLhCOCsbeR .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uLhCOCsbeR .title1 {
  margin: 0;
}
.cid-uLhCOCsbeR .align-wrap {
  display: block;
}
.cid-uLhCOCsbeR .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uLhCOCsbeR form {
    padding: 0;
  }
  .cid-uLhCOCsbeR .socicon-wrap {
    margin: auto;
  }
}
.cid-uLhCOCsbeR .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-uLhCOCsbeR .title1,
.cid-uLhCOCsbeR .title-col {
  color: #05539c;
}
.cid-uLhCOCsbeR .icon-title,
.cid-uLhCOCsbeR .align-wrap {
  text-align: left;
}
.cid-uLhCOCsbeR .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLhCOCsbeR .incover {
    max-width: 270px;
  }
}
.cid-uLhCOCsbeR .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-uLhCOCsbeR .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uLhCOCsbeR .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-uLhCOCsbeR .links-title {
    margin-left: 5px;
  }
  .cid-uLhCOCsbeR .links-title a::before {
    content: "➜ ";
  }
  .cid-uLhCOCsbeR 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;
  }
}
.cid-uLhCOCsbeR .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-uLhCOCsbeR .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-uLhCOCsbeR .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-uLhCOCsbeR .mbrib-letter {
  margin-top: .05rem;
}
.cid-uLhCOCJZGm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-uLhCOCJZGm .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uLhCOCJZGm .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-uLhCOCJZGm .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-uLhCOCJZGm .linker-dentaura {
  color: #ffa800;
}
.cid-uLhCOCJZGm .linker-dentaura:hover {
  color: #fff;
}
.cid-uLhCOCRXii #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uLhCOCRXii #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uLhCOCRXii #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uLhCOCRXii #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uLhCOCRXii #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-uLhCOCRXii #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-uLhCOCRXii #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-uLhCOCRXii .hidden {
  display: none;
}
.cid-uLhCOCRXii H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-uLhCOD2Au0.popup-builder {
  background-color: #ffffff;
}
.cid-uLhCOD2Au0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLhCOD2Au0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLhCOD2Au0 .modal-content,
.cid-uLhCOD2Au0 .modal-dialog {
  height: auto;
}
.cid-uLhCOD2Au0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uLhCOD2Au0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLhCOD2Au0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLhCOD2Au0 .modal-open {
  overflow: hidden;
}
.cid-uLhCOD2Au0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLhCOD2Au0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLhCOD2Au0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLhCOD2Au0 .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-uLhCOD2Au0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLhCOD2Au0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLhCOD2Au0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLhCOD2Au0 .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-uLhCOD2Au0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLhCOD2Au0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLhCOD2Au0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uLhCOD2Au0 .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-uLhCOD2Au0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhCOD2Au0 .modal-header {
    padding: 1rem;
  }
}
.cid-uLhCOD2Au0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLhCOD2Au0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uLhCOD2Au0 .modal-header .close:focus {
  outline: none;
}
.cid-uLhCOD2Au0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-uLhCOD2Au0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-uLhCOD2Au0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhCOD2Au0 .modal-body {
    padding: 1rem;
  }
}
.cid-uLhCOD2Au0 .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-uLhCOD2Au0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhCOD2Au0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uLhCOD2Au0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLhCOD2Au0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLhCOD2Au0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLhCOD2Au0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLhCOD2Au0 .modal-sm {
    max-width: 300px;
  }
  .cid-uLhCOD2Au0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uLhCOD2Au0 .modal-lg,
  .cid-uLhCOD2Au0 .modal-xl {
    max-width: 800px;
  }
  .cid-uLhCOD2Au0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uLhCOD2Au0 .modal-xl {
    max-width: 1140px;
  }
  .cid-uLhCOD2Au0 .container {
    max-width: 1140px;
  }
}
.cid-uLhCOD2Au0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uLhCOD2Au0 .container {
    max-width: 720px;
  }
}
.cid-uLhCOD2Au0 .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-uLhCOD2Au0 .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uLhCOD2Au0 .dentaura-iconone {
  display: none;
}
.cid-uLhCOD2Au0 .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-uLhCOD2Au0 .claus-one p {
  color: #ffffff !important;
}
.cid-uLhCOD2Au0 .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-uLhCOD2Au0 .claus-two p {
  color: #ffffff !important;
}
.cid-uLhCOD2Au0 .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-uLhCOD2Au0 .claus-three p {
  color: #ffffff !important;
}
.cid-uLhCOD2Au0 .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-uLhCOD2Au0 .claus-four p {
  color: #ffffff !important;
}
.cid-uLhCOD2Au0 .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-uLhCOD2Au0 .claus-five p {
  color: #ffffff !important;
}
.cid-uLhCOD2Au0 .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-uLhCOD2Au0 .claus-six p {
  color: #ffffff !important;
}
.cid-uLhCOD2Au0 .dentaura-cover {
  width: 168px;
}
.cid-uLhCOD2Au0 P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-uLhCOD2Au0 H5 {
  text-align: center;
}
.cid-uLhCOD2Au0 .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-uLhCOD2Au0 .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uLhCOD2Au0 .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uLhCOD2Au0 .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uLhCOD2Au0 .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uLhCOD2Au0 .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-uLhCOD2Au0 .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uLhCOD2Au0 a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-uMR321fsG4 {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uMR321fsG4 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-uMR321fsG4 .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uMR321fsG4 .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uMR321fsG4 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uMR321fsG4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uMR321fsG4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uMR321fsG4 .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uMR321fsG4 .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-uMR321fsG4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-uMR321fsG4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-uMR321fsG4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uMR321fsG4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMR321fsG4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uMR321fsG4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMR321fsG4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMR321fsG4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMR321fsG4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uMR321fsG4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uMR321fsG4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMR321fsG4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uMR321fsG4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uMR321fsG4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMR321fsG4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uMR321fsG4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMR321fsG4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMR321fsG4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMR321fsG4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uMR321fsG4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uMR321fsG4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMR321fsG4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uMR321fsG4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uMR321fsG4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-uMR321fsG4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMR321fsG4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uMR321fsG4 .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uMR321fsG4 .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-uMR321fsG4 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uMR321fsG4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uMR321fsG4 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uMR321fsG4 .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-uMR321fsG4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMR321fsG4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMR321fsG4 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uMR321fsG4 .dropdown-item.active,
.cid-uMR321fsG4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMR321fsG4 .nav-link:focus {
  color: #000000 !important;
}
.cid-uMR321fsG4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uMR321fsG4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMR321fsG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMR321fsG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMR321fsG4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uMR321fsG4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMR321fsG4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uMR321fsG4 .navbar-buttons {
  text-align: center;
}
.cid-uMR321fsG4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-uMR321fsG4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-uMR321fsG4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMR321fsG4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uMR321fsG4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uMR321fsG4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMR321fsG4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMR321fsG4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uMR321fsG4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uMR321fsG4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMR321fsG4 a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-uMR321fsG4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uMR321fsG4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uMR321fsG4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-uMR321fsG4 .nav-link:hover {
  color: #e15126 !important;
}
.cid-uMR321fsG4 .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uMR321fsG4 .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-uMR321fsG4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uMR321fsG4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uMR321fsG4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uMR321fsG4 .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uMR321fsG4 .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-uMR321fsG4 .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-uMR321fsG4 .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-uMR321fsG4 .btncodetop:hover {
  color: #ffffff !important;
}
.cid-uMR321fsG4 .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-uMR321fsG4 .btncode:hover {
  color: #ffffff !important;
}
.cid-uMR321fsG4 .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .btncodetwo {
    display: none;
  }
}
.cid-uMR321fsG4 .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-uMR321fsG4 .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-uMR321fsG4 .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-uMR321fsG4 .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-uMR321fsG4 .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-uMR321fsG4 .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-uMR321fsG4 .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uMR321fsG4 .logodiv {
    display: none;
  }
}
.cid-uMR321fsG4 .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uMR321fsG4 .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uMR321fsG4 .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uMR321fsG4 .buttdivbottom {
    display: block;
  }
}
.cid-uMR321fsG4 .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-uMR321fsG4 .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-uMR321teE1 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-uMR321teE1 .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-uMR321teE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMR321teE1 .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-uMR321teE1 .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-uMR321teE1 .gcoi-logo {
    max-width: 200px;
  }
}
.cid-uMR321BrUj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uMR321BrUj .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-uMR321BrUj .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-uMR321BrUj .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uMR321BrUj .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-uMR321BrUj .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uMR321BrUj .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uMR321BrUj .mstone {
    display: block;
    text-align: left;
  }
}
.cid-uMR321BrUj .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uMR321BrUj .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uMR321BrUj .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uMR321BrUj .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-uMR321BrUj .container-fluid {
  padding: 0px !important;
}
.cid-uMR321BrUj .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-uMR321BrUj .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-uMR321BrUj a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-uMR321BrUj a:hover span {
  color: #FFE4AC !important;
}
.cid-uMR321MokL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uMR321MokL .mbr-text,
.cid-uMR321MokL .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-uMR321MokL .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uMR321MokL .mbr-text,
.cid-uMR321MokL .mbr-section-btn,
.cid-uMR321MokL .mbr-section-title {
  color: #ffffff;
}
.cid-uMR321MokL .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uMR321MokL .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uMR321MokL .mbr-section-title {
  font-weight: 700;
}
.cid-uMR321MokL .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-uMR321MokL .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-uMR321MokL .mbr-section-title,
  .cid-uMR321MokL .mbr-text,
  .cid-uMR321MokL .mbr-section-btn {
    text-align: left;
  }
}
.cid-uMR321MokL .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-uMR321MokL .dispinmob {
    display: none;
  }
}
.cid-uMR321U93l {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uMR321U93l .mbr-section-subtitle {
  color: #232323;
}
.cid-uMR321U93l .homea {
  font-weight: 500;
}
.cid-uMR7D47OGF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMR7D47OGF .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMR7D47OGF .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uMR7D47OGF .panel-group {
  width: 100%;
}
.cid-uMR7D47OGF .panel-text,
.cid-uMR7D47OGF .mbr-section-subtitle {
  color: #767676;
}
.cid-uMR7D47OGF .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uMR7D47OGF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMR7D47OGF .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #efd2ae;
  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-uMR7D47OGF .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-uMR7D47OGF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMR7D47OGF .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uMR7D47OGF .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uMR7D47OGF .card .panel-body {
  background: #ffffff;
}
.cid-uMR7D47OGF .header-text,
.cid-uMR7D47OGF .sign {
  color: #232323;
}
.cid-uMR7D47OGF .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-uMR7D47OGF .panel-text {
  color: #1b2026;
}
.cid-uMR7D47OGF .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-uMR7D47OGF .mbr-text {
  color: #e15126;
}
.cid-uMR3228CgE {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-uMR3228CgE hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uMR3228CgE hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-uMR3228CgE h2 {
  float: left;
}
.cid-uMR3228CgE .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-uMR3228CgE H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-uMR3228CgE .btn-warning-outline:hover,
.cid-uMR3228CgE .btn-warning-outline:focus,
.cid-uMR3228CgE .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-uMR322f7tL {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uMR322f7tL .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-uMR322f7tL {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-uMR322f7tL {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-uMR322f7tL .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-uMR322f7tL .logoimg {
    margin-left: 1rem;
  }
}
.cid-uMR322f7tL h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-uMR322f7tL .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-uMR322f7tL .icons-wrap {
  display: flex;
}
.cid-uMR322f7tL .text-wrap {
  width: 100%;
}
.cid-uMR322f7tL .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uMR322f7tL .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uMR322f7tL .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-uMR322f7tL .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-uMR322f7tL .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uMR322f7tL .jq-selectbox__dropdown,
.cid-uMR322f7tL ul {
  border-radius: 20px !important;
}
.cid-uMR322f7tL .jq-selectbox {
  border-radius: 30px;
}
.cid-uMR322f7tL .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uMR322f7tL .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uMR322f7tL .title1 {
  margin: 0;
}
.cid-uMR322f7tL .align-wrap {
  display: block;
}
.cid-uMR322f7tL .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uMR322f7tL form {
    padding: 0;
  }
  .cid-uMR322f7tL .socicon-wrap {
    margin: auto;
  }
}
.cid-uMR322f7tL .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-uMR322f7tL .title1,
.cid-uMR322f7tL .title-col {
  color: #05539c;
}
.cid-uMR322f7tL .icon-title,
.cid-uMR322f7tL .align-wrap {
  text-align: left;
}
.cid-uMR322f7tL .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMR322f7tL .incover {
    max-width: 270px;
  }
}
.cid-uMR322f7tL .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-uMR322f7tL .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uMR322f7tL .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-uMR322f7tL .links-title {
    margin-left: 5px;
  }
  .cid-uMR322f7tL .links-title a::before {
    content: "➜ ";
  }
  .cid-uMR322f7tL 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;
  }
}
.cid-uMR322f7tL .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-uMR322f7tL .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-uMR322f7tL .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-uMR322f7tL .mbrib-letter {
  margin-top: .05rem;
}
.cid-uMR322wlOL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-uMR322wlOL .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uMR322wlOL .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-uMR322wlOL .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-uMR322wlOL .linker-dentaura {
  color: #ffa800;
}
.cid-uMR322wlOL .linker-dentaura:hover {
  color: #fff;
}
.cid-uMR322EleF #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uMR322EleF #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uMR322EleF #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uMR322EleF #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uMR322EleF #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-uMR322EleF #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-uMR322EleF #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-uMR322EleF .hidden {
  display: none;
}
.cid-uMR322EleF H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-uMR322OAM4.popup-builder {
  background-color: #ffffff;
}
.cid-uMR322OAM4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMR322OAM4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMR322OAM4 .modal-content,
.cid-uMR322OAM4 .modal-dialog {
  height: auto;
}
.cid-uMR322OAM4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uMR322OAM4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMR322OAM4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMR322OAM4 .modal-open {
  overflow: hidden;
}
.cid-uMR322OAM4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMR322OAM4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMR322OAM4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMR322OAM4 .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-uMR322OAM4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMR322OAM4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMR322OAM4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMR322OAM4 .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-uMR322OAM4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMR322OAM4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMR322OAM4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uMR322OAM4 .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-uMR322OAM4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMR322OAM4 .modal-header {
    padding: 1rem;
  }
}
.cid-uMR322OAM4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMR322OAM4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uMR322OAM4 .modal-header .close:focus {
  outline: none;
}
.cid-uMR322OAM4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-uMR322OAM4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-uMR322OAM4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMR322OAM4 .modal-body {
    padding: 1rem;
  }
}
.cid-uMR322OAM4 .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-uMR322OAM4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMR322OAM4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uMR322OAM4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMR322OAM4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMR322OAM4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMR322OAM4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMR322OAM4 .modal-sm {
    max-width: 300px;
  }
  .cid-uMR322OAM4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMR322OAM4 .modal-lg,
  .cid-uMR322OAM4 .modal-xl {
    max-width: 800px;
  }
  .cid-uMR322OAM4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMR322OAM4 .modal-xl {
    max-width: 1140px;
  }
  .cid-uMR322OAM4 .container {
    max-width: 1140px;
  }
}
.cid-uMR322OAM4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMR322OAM4 .container {
    max-width: 720px;
  }
}
.cid-uMR322OAM4 .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-uMR322OAM4 .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uMR322OAM4 .dentaura-iconone {
  display: none;
}
.cid-uMR322OAM4 .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-uMR322OAM4 .claus-one p {
  color: #ffffff !important;
}
.cid-uMR322OAM4 .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-uMR322OAM4 .claus-two p {
  color: #ffffff !important;
}
.cid-uMR322OAM4 .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-uMR322OAM4 .claus-three p {
  color: #ffffff !important;
}
.cid-uMR322OAM4 .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-uMR322OAM4 .claus-four p {
  color: #ffffff !important;
}
.cid-uMR322OAM4 .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-uMR322OAM4 .claus-five p {
  color: #ffffff !important;
}
.cid-uMR322OAM4 .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-uMR322OAM4 .claus-six p {
  color: #ffffff !important;
}
.cid-uMR322OAM4 .dentaura-cover {
  width: 168px;
}
.cid-uMR322OAM4 P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-uMR322OAM4 H5 {
  text-align: center;
}
.cid-uMR322OAM4 .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-uMR322OAM4 .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR322OAM4 .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR322OAM4 .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR322OAM4 .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR322OAM4 .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-uMR322OAM4 .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR322OAM4 a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-uMR7scX3Ox {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uMR7scX3Ox .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-uMR7scX3Ox .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uMR7scX3Ox .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uMR7scX3Ox .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uMR7scX3Ox .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uMR7scX3Ox .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uMR7scX3Ox .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uMR7scX3Ox .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-uMR7scX3Ox .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-uMR7scX3Ox .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-uMR7scX3Ox .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uMR7scX3Ox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMR7scX3Ox .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uMR7scX3Ox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMR7scX3Ox .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMR7scX3Ox .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uMR7scX3Ox .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uMR7scX3Ox .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uMR7scX3Ox .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMR7scX3Ox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uMR7scX3Ox .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uMR7scX3Ox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMR7scX3Ox .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uMR7scX3Ox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMR7scX3Ox .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMR7scX3Ox .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uMR7scX3Ox .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uMR7scX3Ox .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uMR7scX3Ox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMR7scX3Ox .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uMR7scX3Ox .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uMR7scX3Ox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-uMR7scX3Ox .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uMR7scX3Ox .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uMR7scX3Ox .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uMR7scX3Ox .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-uMR7scX3Ox .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uMR7scX3Ox .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uMR7scX3Ox .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uMR7scX3Ox .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-uMR7scX3Ox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMR7scX3Ox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMR7scX3Ox .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uMR7scX3Ox .dropdown-item.active,
.cid-uMR7scX3Ox .dropdown-item:active {
  background-color: transparent;
}
.cid-uMR7scX3Ox .nav-link:focus {
  color: #000000 !important;
}
.cid-uMR7scX3Ox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uMR7scX3Ox .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMR7scX3Ox .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMR7scX3Ox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMR7scX3Ox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uMR7scX3Ox .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMR7scX3Ox ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uMR7scX3Ox .navbar-buttons {
  text-align: center;
}
.cid-uMR7scX3Ox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-uMR7scX3Ox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-uMR7scX3Ox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMR7scX3Ox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uMR7scX3Ox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uMR7scX3Ox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMR7scX3Ox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMR7scX3Ox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uMR7scX3Ox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uMR7scX3Ox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMR7scX3Ox a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-uMR7scX3Ox .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uMR7scX3Ox .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uMR7scX3Ox .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-uMR7scX3Ox .nav-link:hover {
  color: #e15126 !important;
}
.cid-uMR7scX3Ox .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uMR7scX3Ox .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-uMR7scX3Ox .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uMR7scX3Ox .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uMR7scX3Ox .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uMR7scX3Ox .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uMR7scX3Ox .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-uMR7scX3Ox .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-uMR7scX3Ox .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-uMR7scX3Ox .btncodetop:hover {
  color: #ffffff !important;
}
.cid-uMR7scX3Ox .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-uMR7scX3Ox .btncode:hover {
  color: #ffffff !important;
}
.cid-uMR7scX3Ox .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .btncodetwo {
    display: none;
  }
}
.cid-uMR7scX3Ox .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-uMR7scX3Ox .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-uMR7scX3Ox .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-uMR7scX3Ox .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-uMR7scX3Ox .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-uMR7scX3Ox .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-uMR7scX3Ox .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uMR7scX3Ox .logodiv {
    display: none;
  }
}
.cid-uMR7scX3Ox .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uMR7scX3Ox .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uMR7scX3Ox .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uMR7scX3Ox .buttdivbottom {
    display: block;
  }
}
.cid-uMR7scX3Ox .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-uMR7scX3Ox .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-uMR7sdc0k1 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-uMR7sdc0k1 .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-uMR7sdc0k1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMR7sdc0k1 .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-uMR7sdc0k1 .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-uMR7sdc0k1 .gcoi-logo {
    max-width: 200px;
  }
}
.cid-uMR7sdkCaE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uMR7sdkCaE .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-uMR7sdkCaE .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-uMR7sdkCaE .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uMR7sdkCaE .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-uMR7sdkCaE .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uMR7sdkCaE .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uMR7sdkCaE .mstone {
    display: block;
    text-align: left;
  }
}
.cid-uMR7sdkCaE .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uMR7sdkCaE .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uMR7sdkCaE .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uMR7sdkCaE .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-uMR7sdkCaE .container-fluid {
  padding: 0px !important;
}
.cid-uMR7sdkCaE .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-uMR7sdkCaE .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-uMR7sdkCaE a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-uMR7sdkCaE a:hover span {
  color: #FFE4AC !important;
}
.cid-uMR7sdv1tp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uMR7sdv1tp .mbr-text,
.cid-uMR7sdv1tp .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-uMR7sdv1tp .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uMR7sdv1tp .mbr-text,
.cid-uMR7sdv1tp .mbr-section-btn,
.cid-uMR7sdv1tp .mbr-section-title {
  color: #ffffff;
}
.cid-uMR7sdv1tp .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uMR7sdv1tp .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uMR7sdv1tp .mbr-section-title {
  font-weight: 700;
}
.cid-uMR7sdv1tp .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-uMR7sdv1tp .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-uMR7sdv1tp .mbr-section-title,
  .cid-uMR7sdv1tp .mbr-text,
  .cid-uMR7sdv1tp .mbr-section-btn {
    text-align: left;
  }
}
.cid-uMR7sdv1tp .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-uMR7sdv1tp .dispinmob {
    display: none;
  }
}
.cid-uMR7sdERsY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uMR7sdERsY .mbr-section-subtitle {
  color: #232323;
}
.cid-uMR7sdERsY .homea {
  font-weight: 500;
}
.cid-uMR7sdLgzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uMR7sdLgzb .mbr-text,
.cid-uMR7sdLgzb blockquote {
  color: #767676;
}
.cid-uMR7sdLgzb .mbr-text {
  color: #232323;
}
.cid-uMR7sdLgzb .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-uMR7sdLgzb .headone {
  font-weight: 500;
  font-size: 1.1rem;
}
.cid-uMR7sdLgzb B {
  font-weight: 600 !important;
}
.cid-uSAbC4I2gC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSAbC4I2gC .mbr-section-subtitle {
  color: #464646;
  text-align: left;
}
.cid-uSAbC4I2gC H2 {
  text-align: left;
  font-weight: 500;
  color: #013648;
}
.cid-uSAbC4I2gC .dentaura-li {
  margin-top: 0.5rem;
}
.cid-uSAbC4I2gC .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-uMR7zw7vF6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMR7zw7vF6 .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMR7zw7vF6 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uMR7zw7vF6 .panel-group {
  width: 100%;
}
.cid-uMR7zw7vF6 .panel-text,
.cid-uMR7zw7vF6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uMR7zw7vF6 .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uMR7zw7vF6 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMR7zw7vF6 .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #efd2ae;
  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-uMR7zw7vF6 .card .card-header a.panel-title:hover {
  opacity: 0.8;
}
.cid-uMR7zw7vF6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMR7zw7vF6 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uMR7zw7vF6 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uMR7zw7vF6 .card .panel-body {
  background: #ffffff;
}
.cid-uMR7zw7vF6 .header-text,
.cid-uMR7zw7vF6 .sign {
  color: #232323;
}
.cid-uMR7zw7vF6 .linkico {
  width: 8px;
  height: 13px;
  margin-bottom: 5px;
}
.cid-uMR7zw7vF6 .panel-text {
  color: #232323;
}
.cid-uMR7zw7vF6 .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-uMR7zw7vF6 .mbr-text {
  color: #e15126;
}
.cid-uSAb8ovH6O {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSAb8ovH6O .mbr-section-subtitle {
  color: #232323;
}
.cid-uSAb8ovH6O .container-table {
  margin: 0 auto;
}
.cid-uSAb8ovH6O .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uSAb8ovH6O .dataTables_wrapper {
  display: block;
}
.cid-uSAb8ovH6O .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uSAb8ovH6O .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uSAb8ovH6O table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-uSAb8ovH6O table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uSAb8ovH6O table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-uSAb8ovH6O table td {
  border-top: 1px solid #cccccc;
}
.cid-uSAb8ovH6O table.table {
  background: #fdf2ec;
}
.cid-uSAb8ovH6O .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uSAb8ovH6O .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uSAb8ovH6O .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uSAb8ovH6O .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uSAb8ovH6O .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uSAb8ovH6O .dataTables_filter {
    text-align: center;
  }
  .cid-uSAb8ovH6O .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uSAb8ovH6O .btn {
  font-size: 0.9rem !important;
  letter-spacing: 2px !important;
  border: 1px solid #ffa800 !important;
  padding: 3px 8px 2px 8px !important;
  color: #fff !important;
  border-radius: 4px !important;
  margin: 2px !important;
}
.cid-uSAb8ovH6O .head-item {
  text-align: left;
}
.cid-v2FOjt7rpW {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2FOjt7rpW .mbr-section-subtitle {
  color: #232323;
}
.cid-v2FOjt7rpW .container-table {
  margin: 0 auto;
}
.cid-v2FOjt7rpW .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v2FOjt7rpW .dataTables_wrapper {
  display: block;
}
.cid-v2FOjt7rpW .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v2FOjt7rpW .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v2FOjt7rpW table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v2FOjt7rpW table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v2FOjt7rpW table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v2FOjt7rpW table td {
  border-top: 1px solid #cccccc;
}
.cid-v2FOjt7rpW table.table {
  background: #fdf2ec;
}
.cid-v2FOjt7rpW .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v2FOjt7rpW .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v2FOjt7rpW .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v2FOjt7rpW .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v2FOjt7rpW .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v2FOjt7rpW .dataTables_filter {
    text-align: center;
  }
  .cid-v2FOjt7rpW .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v2FOjt7rpW .btn {
  font-size: 0.9rem !important;
  letter-spacing: 2px !important;
  border: 1px solid #ffa800 !important;
  padding: 3px 8px 2px 8px !important;
  color: #fff !important;
  border-radius: 4px !important;
  margin: 2px !important;
}
.cid-v2FOjt7rpW .head-item {
  text-align: left;
}
.cid-uMR7sdTw7O {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-uMR7sdTw7O hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uMR7sdTw7O hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-uMR7sdTw7O h2 {
  float: left;
}
.cid-uMR7sdTw7O .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-uMR7sdTw7O H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-uMR7sdTw7O .btn-warning-outline:hover,
.cid-uMR7sdTw7O .btn-warning-outline:focus,
.cid-uMR7sdTw7O .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-uMR7se1xFb {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uMR7se1xFb .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-uMR7se1xFb {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-uMR7se1xFb {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-uMR7se1xFb .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-uMR7se1xFb .logoimg {
    margin-left: 1rem;
  }
}
.cid-uMR7se1xFb h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-uMR7se1xFb .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-uMR7se1xFb .icons-wrap {
  display: flex;
}
.cid-uMR7se1xFb .text-wrap {
  width: 100%;
}
.cid-uMR7se1xFb .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uMR7se1xFb .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uMR7se1xFb .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-uMR7se1xFb .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-uMR7se1xFb .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uMR7se1xFb .jq-selectbox__dropdown,
.cid-uMR7se1xFb ul {
  border-radius: 20px !important;
}
.cid-uMR7se1xFb .jq-selectbox {
  border-radius: 30px;
}
.cid-uMR7se1xFb .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uMR7se1xFb .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uMR7se1xFb .title1 {
  margin: 0;
}
.cid-uMR7se1xFb .align-wrap {
  display: block;
}
.cid-uMR7se1xFb .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uMR7se1xFb form {
    padding: 0;
  }
  .cid-uMR7se1xFb .socicon-wrap {
    margin: auto;
  }
}
.cid-uMR7se1xFb .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-uMR7se1xFb .title1,
.cid-uMR7se1xFb .title-col {
  color: #05539c;
}
.cid-uMR7se1xFb .icon-title,
.cid-uMR7se1xFb .align-wrap {
  text-align: left;
}
.cid-uMR7se1xFb .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMR7se1xFb .incover {
    max-width: 270px;
  }
}
.cid-uMR7se1xFb .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-uMR7se1xFb .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uMR7se1xFb .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-uMR7se1xFb .links-title {
    margin-left: 5px;
  }
  .cid-uMR7se1xFb .links-title a::before {
    content: "➜ ";
  }
  .cid-uMR7se1xFb 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;
  }
}
.cid-uMR7se1xFb .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-uMR7se1xFb .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-uMR7se1xFb .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-uMR7se1xFb .mbrib-letter {
  margin-top: .05rem;
}
.cid-uMR7sehbNh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-uMR7sehbNh .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uMR7sehbNh .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-uMR7sehbNh .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-uMR7sehbNh .linker-dentaura {
  color: #ffa800;
}
.cid-uMR7sehbNh .linker-dentaura:hover {
  color: #fff;
}
.cid-uMR7seqCRW #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uMR7seqCRW #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uMR7seqCRW #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uMR7seqCRW #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uMR7seqCRW #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-uMR7seqCRW #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-uMR7seqCRW #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-uMR7seqCRW .hidden {
  display: none;
}
.cid-uMR7seqCRW H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-uMR7seBLHz.popup-builder {
  background-color: #ffffff;
}
.cid-uMR7seBLHz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMR7seBLHz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMR7seBLHz .modal-content,
.cid-uMR7seBLHz .modal-dialog {
  height: auto;
}
.cid-uMR7seBLHz .pt-0 {
  padding-top: 0 !important;
}
.cid-uMR7seBLHz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMR7seBLHz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMR7seBLHz .modal-open {
  overflow: hidden;
}
.cid-uMR7seBLHz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMR7seBLHz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMR7seBLHz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMR7seBLHz .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-uMR7seBLHz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMR7seBLHz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMR7seBLHz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMR7seBLHz .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-uMR7seBLHz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMR7seBLHz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMR7seBLHz .modal-backdrop.show {
  opacity: .5;
}
.cid-uMR7seBLHz .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-uMR7seBLHz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMR7seBLHz .modal-header {
    padding: 1rem;
  }
}
.cid-uMR7seBLHz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMR7seBLHz .modal-header .close:hover {
  opacity: 1;
}
.cid-uMR7seBLHz .modal-header .close:focus {
  outline: none;
}
.cid-uMR7seBLHz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-uMR7seBLHz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-uMR7seBLHz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMR7seBLHz .modal-body {
    padding: 1rem;
  }
}
.cid-uMR7seBLHz .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-uMR7seBLHz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMR7seBLHz .modal-footer {
    padding: 1rem;
  }
}
.cid-uMR7seBLHz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMR7seBLHz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMR7seBLHz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMR7seBLHz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMR7seBLHz .modal-sm {
    max-width: 300px;
  }
  .cid-uMR7seBLHz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uMR7seBLHz .modal-lg,
  .cid-uMR7seBLHz .modal-xl {
    max-width: 800px;
  }
  .cid-uMR7seBLHz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uMR7seBLHz .modal-xl {
    max-width: 1140px;
  }
  .cid-uMR7seBLHz .container {
    max-width: 1140px;
  }
}
.cid-uMR7seBLHz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMR7seBLHz .container {
    max-width: 720px;
  }
}
.cid-uMR7seBLHz .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-uMR7seBLHz .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uMR7seBLHz .dentaura-iconone {
  display: none;
}
.cid-uMR7seBLHz .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-uMR7seBLHz .claus-one p {
  color: #ffffff !important;
}
.cid-uMR7seBLHz .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-uMR7seBLHz .claus-two p {
  color: #ffffff !important;
}
.cid-uMR7seBLHz .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-uMR7seBLHz .claus-three p {
  color: #ffffff !important;
}
.cid-uMR7seBLHz .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-uMR7seBLHz .claus-four p {
  color: #ffffff !important;
}
.cid-uMR7seBLHz .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-uMR7seBLHz .claus-five p {
  color: #ffffff !important;
}
.cid-uMR7seBLHz .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-uMR7seBLHz .claus-six p {
  color: #ffffff !important;
}
.cid-uMR7seBLHz .dentaura-cover {
  width: 168px;
}
.cid-uMR7seBLHz P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-uMR7seBLHz H5 {
  text-align: center;
}
.cid-uMR7seBLHz .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-uMR7seBLHz .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR7seBLHz .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR7seBLHz .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR7seBLHz .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR7seBLHz .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-uMR7seBLHz .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uMR7seBLHz a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-uOUkCORrkA {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uOUkCORrkA .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-uOUkCORrkA .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uOUkCORrkA .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uOUkCORrkA .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uOUkCORrkA .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uOUkCORrkA .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uOUkCORrkA .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uOUkCORrkA .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-uOUkCORrkA .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-uOUkCORrkA .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-uOUkCORrkA .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uOUkCORrkA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOUkCORrkA .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uOUkCORrkA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOUkCORrkA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOUkCORrkA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOUkCORrkA .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uOUkCORrkA .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uOUkCORrkA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOUkCORrkA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uOUkCORrkA .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uOUkCORrkA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOUkCORrkA .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uOUkCORrkA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOUkCORrkA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOUkCORrkA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOUkCORrkA .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uOUkCORrkA .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uOUkCORrkA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOUkCORrkA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uOUkCORrkA .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uOUkCORrkA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-uOUkCORrkA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOUkCORrkA .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uOUkCORrkA .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uOUkCORrkA .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-uOUkCORrkA .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uOUkCORrkA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uOUkCORrkA .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uOUkCORrkA .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-uOUkCORrkA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOUkCORrkA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOUkCORrkA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uOUkCORrkA .dropdown-item.active,
.cid-uOUkCORrkA .dropdown-item:active {
  background-color: transparent;
}
.cid-uOUkCORrkA .nav-link:focus {
  color: #000000 !important;
}
.cid-uOUkCORrkA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uOUkCORrkA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOUkCORrkA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOUkCORrkA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOUkCORrkA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uOUkCORrkA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOUkCORrkA ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uOUkCORrkA .navbar-buttons {
  text-align: center;
}
.cid-uOUkCORrkA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-uOUkCORrkA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-uOUkCORrkA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOUkCORrkA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uOUkCORrkA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uOUkCORrkA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOUkCORrkA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOUkCORrkA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uOUkCORrkA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uOUkCORrkA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOUkCORrkA a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-uOUkCORrkA .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uOUkCORrkA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uOUkCORrkA .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-uOUkCORrkA .nav-link:hover {
  color: #e15126 !important;
}
.cid-uOUkCORrkA .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uOUkCORrkA .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-uOUkCORrkA .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uOUkCORrkA .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uOUkCORrkA .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uOUkCORrkA .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uOUkCORrkA .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-uOUkCORrkA .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-uOUkCORrkA .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-uOUkCORrkA .btncodetop:hover {
  color: #ffffff !important;
}
.cid-uOUkCORrkA .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-uOUkCORrkA .btncode:hover {
  color: #ffffff !important;
}
.cid-uOUkCORrkA .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .btncodetwo {
    display: none;
  }
}
.cid-uOUkCORrkA .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-uOUkCORrkA .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-uOUkCORrkA .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-uOUkCORrkA .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-uOUkCORrkA .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-uOUkCORrkA .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-uOUkCORrkA .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uOUkCORrkA .logodiv {
    display: none;
  }
}
.cid-uOUkCORrkA .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uOUkCORrkA .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uOUkCORrkA .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uOUkCORrkA .buttdivbottom {
    display: block;
  }
}
.cid-uOUkCORrkA .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-uOUkCORrkA .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-uOUkCP9JJn {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-uOUkCP9JJn .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-uOUkCP9JJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOUkCP9JJn .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-uOUkCP9JJn .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-uOUkCP9JJn .gcoi-logo {
    max-width: 200px;
  }
}
.cid-uOUkCPmVUz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uOUkCPmVUz .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-uOUkCPmVUz .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-uOUkCPmVUz .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uOUkCPmVUz .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-uOUkCPmVUz .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uOUkCPmVUz .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uOUkCPmVUz .mstone {
    display: block;
    text-align: left;
  }
}
.cid-uOUkCPmVUz .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uOUkCPmVUz .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uOUkCPmVUz .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uOUkCPmVUz .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-uOUkCPmVUz .container-fluid {
  padding: 0px !important;
}
.cid-uOUkCPmVUz .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-uOUkCPmVUz .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-uOUkCPmVUz a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-uOUkCPmVUz a:hover span {
  color: #FFE4AC !important;
}
.cid-uOUkCPyieP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uOUkCPyieP .mbr-text,
.cid-uOUkCPyieP .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-uOUkCPyieP .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uOUkCPyieP .mbr-text,
.cid-uOUkCPyieP .mbr-section-btn,
.cid-uOUkCPyieP .mbr-section-title {
  color: #ffffff;
}
.cid-uOUkCPyieP .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uOUkCPyieP .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uOUkCPyieP .mbr-section-title {
  font-weight: 700;
}
.cid-uOUkCPyieP .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-uOUkCPyieP .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-uOUkCPyieP .mbr-section-title,
  .cid-uOUkCPyieP .mbr-text,
  .cid-uOUkCPyieP .mbr-section-btn {
    text-align: left;
  }
}
.cid-uOUkCPyieP .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-uOUkCPyieP .dispinmob {
    display: none;
  }
}
.cid-uOUpAVE0Uv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uOUpAVE0Uv H1 {
  color: #8fb335;
  text-align: left;
}
.cid-uOUpAVE0Uv .mbr-text,
.cid-uOUpAVE0Uv .mbr-section-btn {
  color: #232323;
}
.cid-uOUpAVE0Uv H3 {
  color: #767676;
  text-align: left;
}
.cid-uOUpAVE0Uv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uOUpAVE0Uv DIV {
  color: #232323;
}
.cid-uOUpAVE0Uv .mbr-text,
.cid-uOUpAVE0Uv .media-content {
  text-align: left;
}
.cid-uOUpAVE0Uv .card-box > p,
.cid-uOUpAVE0Uv .mbr-section-btn {
  text-align: center;
}
.cid-uOUpAVE0Uv .card-title {
  letter-spacing: 0.03em;
  line-height: 1.5rem;
  color: #232323;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
}
.cid-uOUpAVE0Uv .card {
  margin-bottom: 0.5rem;
}
.cid-uOUpAVE0Uv .card-box {
  padding-top: 0rem;
  margin-top: 0px;
}
.cid-uOUpAVE0Uv .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uOUpAVE0Uv .btn {
  margin: .3rem;
}
.cid-uOUpAVE0Uv .card-underline,
.cid-uOUpAVE0Uv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uOUpAVE0Uv .card-underline .line,
.cid-uOUpAVE0Uv .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uOUpAVE0Uv .card-underline {
  margin-bottom: 0rem;
  margin-top: 0 !important;
}
.cid-uOUpAVE0Uv .card-underline .line {
  background: #ffbc00;
}
.cid-uOUpAVE0Uv .mbr-section-title,
.cid-uOUpAVE0Uv .underline {
  text-align: left;
}
.cid-uOUpAVE0Uv .card-img {
  margin-bottom: 0rem;
}
.cid-uOUkCPKorX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uOUkCPKorX .mbr-section-subtitle {
  color: #232323;
}
.cid-uOUkCPKorX .homea {
  font-weight: 500;
}
.cid-uOUkCQ20aA {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-uOUkCQ20aA hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uOUkCQ20aA hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-uOUkCQ20aA h2 {
  float: left;
}
.cid-uOUkCQ20aA .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-uOUkCQ20aA H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-uOUkCQ20aA .btn-warning-outline:hover,
.cid-uOUkCQ20aA .btn-warning-outline:focus,
.cid-uOUkCQ20aA .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-uOUkCQe6kD {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uOUkCQe6kD .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-uOUkCQe6kD {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-uOUkCQe6kD {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-uOUkCQe6kD .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-uOUkCQe6kD .logoimg {
    margin-left: 1rem;
  }
}
.cid-uOUkCQe6kD h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-uOUkCQe6kD .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-uOUkCQe6kD .icons-wrap {
  display: flex;
}
.cid-uOUkCQe6kD .text-wrap {
  width: 100%;
}
.cid-uOUkCQe6kD .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uOUkCQe6kD .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uOUkCQe6kD .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-uOUkCQe6kD .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-uOUkCQe6kD .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uOUkCQe6kD .jq-selectbox__dropdown,
.cid-uOUkCQe6kD ul {
  border-radius: 20px !important;
}
.cid-uOUkCQe6kD .jq-selectbox {
  border-radius: 30px;
}
.cid-uOUkCQe6kD .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uOUkCQe6kD .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uOUkCQe6kD .title1 {
  margin: 0;
}
.cid-uOUkCQe6kD .align-wrap {
  display: block;
}
.cid-uOUkCQe6kD .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uOUkCQe6kD form {
    padding: 0;
  }
  .cid-uOUkCQe6kD .socicon-wrap {
    margin: auto;
  }
}
.cid-uOUkCQe6kD .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-uOUkCQe6kD .title1,
.cid-uOUkCQe6kD .title-col {
  color: #05539c;
}
.cid-uOUkCQe6kD .icon-title,
.cid-uOUkCQe6kD .align-wrap {
  text-align: left;
}
.cid-uOUkCQe6kD .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOUkCQe6kD .incover {
    max-width: 270px;
  }
}
.cid-uOUkCQe6kD .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-uOUkCQe6kD .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uOUkCQe6kD .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-uOUkCQe6kD .links-title {
    margin-left: 5px;
  }
  .cid-uOUkCQe6kD .links-title a::before {
    content: "➜ ";
  }
  .cid-uOUkCQe6kD 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;
  }
}
.cid-uOUkCQe6kD .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-uOUkCQe6kD .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-uOUkCQe6kD .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-uOUkCQe6kD .mbrib-letter {
  margin-top: .05rem;
}
.cid-uOUkCQxUQo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-uOUkCQxUQo .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uOUkCQxUQo .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-uOUkCQxUQo .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-uOUkCQxUQo .linker-dentaura {
  color: #ffa800;
}
.cid-uOUkCQxUQo .linker-dentaura:hover {
  color: #fff;
}
.cid-uOUkCQH2ou #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uOUkCQH2ou #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uOUkCQH2ou #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uOUkCQH2ou #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uOUkCQH2ou #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-uOUkCQH2ou #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-uOUkCQH2ou #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-uOUkCQH2ou .hidden {
  display: none;
}
.cid-uOUkCQH2ou H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-uOUkCQWzh8.popup-builder {
  background-color: #ffffff;
}
.cid-uOUkCQWzh8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOUkCQWzh8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOUkCQWzh8 .modal-content,
.cid-uOUkCQWzh8 .modal-dialog {
  height: auto;
}
.cid-uOUkCQWzh8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uOUkCQWzh8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOUkCQWzh8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOUkCQWzh8 .modal-open {
  overflow: hidden;
}
.cid-uOUkCQWzh8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOUkCQWzh8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOUkCQWzh8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOUkCQWzh8 .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-uOUkCQWzh8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOUkCQWzh8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOUkCQWzh8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOUkCQWzh8 .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-uOUkCQWzh8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOUkCQWzh8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOUkCQWzh8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uOUkCQWzh8 .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-uOUkCQWzh8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOUkCQWzh8 .modal-header {
    padding: 1rem;
  }
}
.cid-uOUkCQWzh8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOUkCQWzh8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uOUkCQWzh8 .modal-header .close:focus {
  outline: none;
}
.cid-uOUkCQWzh8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-uOUkCQWzh8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-uOUkCQWzh8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOUkCQWzh8 .modal-body {
    padding: 1rem;
  }
}
.cid-uOUkCQWzh8 .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-uOUkCQWzh8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOUkCQWzh8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uOUkCQWzh8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOUkCQWzh8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOUkCQWzh8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOUkCQWzh8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOUkCQWzh8 .modal-sm {
    max-width: 300px;
  }
  .cid-uOUkCQWzh8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uOUkCQWzh8 .modal-lg,
  .cid-uOUkCQWzh8 .modal-xl {
    max-width: 800px;
  }
  .cid-uOUkCQWzh8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uOUkCQWzh8 .modal-xl {
    max-width: 1140px;
  }
  .cid-uOUkCQWzh8 .container {
    max-width: 1140px;
  }
}
.cid-uOUkCQWzh8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uOUkCQWzh8 .container {
    max-width: 720px;
  }
}
.cid-uOUkCQWzh8 .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-uOUkCQWzh8 .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uOUkCQWzh8 .dentaura-iconone {
  display: none;
}
.cid-uOUkCQWzh8 .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-uOUkCQWzh8 .claus-one p {
  color: #ffffff !important;
}
.cid-uOUkCQWzh8 .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-uOUkCQWzh8 .claus-two p {
  color: #ffffff !important;
}
.cid-uOUkCQWzh8 .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-uOUkCQWzh8 .claus-three p {
  color: #ffffff !important;
}
.cid-uOUkCQWzh8 .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-uOUkCQWzh8 .claus-four p {
  color: #ffffff !important;
}
.cid-uOUkCQWzh8 .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-uOUkCQWzh8 .claus-five p {
  color: #ffffff !important;
}
.cid-uOUkCQWzh8 .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-uOUkCQWzh8 .claus-six p {
  color: #ffffff !important;
}
.cid-uOUkCQWzh8 .dentaura-cover {
  width: 168px;
}
.cid-uOUkCQWzh8 P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-uOUkCQWzh8 H5 {
  text-align: center;
}
.cid-uOUkCQWzh8 .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-uOUkCQWzh8 .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uOUkCQWzh8 .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uOUkCQWzh8 .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uOUkCQWzh8 .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uOUkCQWzh8 .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-uOUkCQWzh8 .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uOUkCQWzh8 a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-uZR9qgoHZx {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uZR9qgoHZx .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-uZR9qgoHZx .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-uZR9qgoHZx .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-uZR9qgoHZx .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-uZR9qgoHZx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uZR9qgoHZx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uZR9qgoHZx .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uZR9qgoHZx .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-uZR9qgoHZx .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-uZR9qgoHZx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-uZR9qgoHZx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uZR9qgoHZx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZR9qgoHZx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uZR9qgoHZx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZR9qgoHZx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZR9qgoHZx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZR9qgoHZx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uZR9qgoHZx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uZR9qgoHZx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZR9qgoHZx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uZR9qgoHZx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uZR9qgoHZx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZR9qgoHZx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uZR9qgoHZx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZR9qgoHZx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZR9qgoHZx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZR9qgoHZx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uZR9qgoHZx .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uZR9qgoHZx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZR9qgoHZx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uZR9qgoHZx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uZR9qgoHZx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-uZR9qgoHZx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZR9qgoHZx .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uZR9qgoHZx .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uZR9qgoHZx .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-uZR9qgoHZx .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uZR9qgoHZx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uZR9qgoHZx .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uZR9qgoHZx .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-uZR9qgoHZx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZR9qgoHZx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZR9qgoHZx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uZR9qgoHZx .dropdown-item.active,
.cid-uZR9qgoHZx .dropdown-item:active {
  background-color: transparent;
}
.cid-uZR9qgoHZx .nav-link:focus {
  color: #000000 !important;
}
.cid-uZR9qgoHZx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uZR9qgoHZx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZR9qgoHZx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZR9qgoHZx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZR9qgoHZx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uZR9qgoHZx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZR9qgoHZx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uZR9qgoHZx .navbar-buttons {
  text-align: center;
}
.cid-uZR9qgoHZx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-uZR9qgoHZx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-uZR9qgoHZx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZR9qgoHZx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uZR9qgoHZx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uZR9qgoHZx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZR9qgoHZx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZR9qgoHZx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uZR9qgoHZx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uZR9qgoHZx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZR9qgoHZx a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-uZR9qgoHZx .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uZR9qgoHZx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uZR9qgoHZx .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-uZR9qgoHZx .nav-link:hover {
  color: #e15126 !important;
}
.cid-uZR9qgoHZx .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uZR9qgoHZx .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-uZR9qgoHZx .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uZR9qgoHZx .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uZR9qgoHZx .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uZR9qgoHZx .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uZR9qgoHZx .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-uZR9qgoHZx .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-uZR9qgoHZx .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-uZR9qgoHZx .btncodetop:hover {
  color: #ffffff !important;
}
.cid-uZR9qgoHZx .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-uZR9qgoHZx .btncode:hover {
  color: #ffffff !important;
}
.cid-uZR9qgoHZx .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .btncodetwo {
    display: none;
  }
}
.cid-uZR9qgoHZx .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-uZR9qgoHZx .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-uZR9qgoHZx .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-uZR9qgoHZx .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-uZR9qgoHZx .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-uZR9qgoHZx .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-uZR9qgoHZx .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uZR9qgoHZx .logodiv {
    display: none;
  }
}
.cid-uZR9qgoHZx .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-uZR9qgoHZx .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uZR9qgoHZx .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-uZR9qgoHZx .buttdivbottom {
    display: block;
  }
}
.cid-uZR9qgoHZx .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-uZR9qgoHZx .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-uZR9qgE2Dw {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-uZR9qgE2Dw .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-uZR9qgE2Dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZR9qgE2Dw .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-uZR9qgE2Dw .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-uZR9qgE2Dw .gcoi-logo {
    max-width: 200px;
  }
}
.cid-uZR9qgLNrd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uZR9qgLNrd .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-uZR9qgLNrd .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-uZR9qgLNrd .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uZR9qgLNrd .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-uZR9qgLNrd .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uZR9qgLNrd .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uZR9qgLNrd .mstone {
    display: block;
    text-align: left;
  }
}
.cid-uZR9qgLNrd .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-uZR9qgLNrd .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uZR9qgLNrd .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uZR9qgLNrd .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-uZR9qgLNrd .container-fluid {
  padding: 0px !important;
}
.cid-uZR9qgLNrd .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-uZR9qgLNrd .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-uZR9qgLNrd a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-uZR9qgLNrd a:hover span {
  color: #FFE4AC !important;
}
.cid-uZR9qgU5AS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-uZR9qgU5AS .mbr-text,
.cid-uZR9qgU5AS .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-uZR9qgU5AS .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-uZR9qgU5AS .mbr-text,
.cid-uZR9qgU5AS .mbr-section-btn,
.cid-uZR9qgU5AS .mbr-section-title {
  color: #ffffff;
}
.cid-uZR9qgU5AS .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-uZR9qgU5AS .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-uZR9qgU5AS .mbr-section-title {
  font-weight: 700;
}
.cid-uZR9qgU5AS .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-uZR9qgU5AS .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-uZR9qgU5AS .mbr-section-title,
  .cid-uZR9qgU5AS .mbr-text,
  .cid-uZR9qgU5AS .mbr-section-btn {
    text-align: left;
  }
}
.cid-uZR9qgU5AS .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-uZR9qgU5AS .dispinmob {
    display: none;
  }
}
.cid-uZR9qh3VYY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uZR9qh3VYY .mbr-section-subtitle {
  color: #232323;
}
.cid-uZR9qh3VYY .homea {
  font-weight: 500;
}
.cid-uZS2kktAYX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZRakHIn6K {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uZRakHIn6K .image-block {
  margin: auto;
  width: 100% !important;
  max-width: 1024px !important;
}
.cid-uZRakHIn6K figcaption {
  position: relative;
}
.cid-uZRakHIn6K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZRakHIn6K .image-block {
    width: 100% !important;
  }
}
.cid-uZS2RKqTE5 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZR9qhhegQ {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-uZR9qhhegQ hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-uZR9qhhegQ hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-uZR9qhhegQ h2 {
  float: left;
}
.cid-uZR9qhhegQ .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-uZR9qhhegQ H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-uZR9qhhegQ .btn-warning-outline:hover,
.cid-uZR9qhhegQ .btn-warning-outline:focus,
.cid-uZR9qhhegQ .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-uZR9qhpLDw {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uZR9qhpLDw .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-uZR9qhpLDw {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-uZR9qhpLDw {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-uZR9qhpLDw .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-uZR9qhpLDw .logoimg {
    margin-left: 1rem;
  }
}
.cid-uZR9qhpLDw h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-uZR9qhpLDw .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-uZR9qhpLDw .icons-wrap {
  display: flex;
}
.cid-uZR9qhpLDw .text-wrap {
  width: 100%;
}
.cid-uZR9qhpLDw .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uZR9qhpLDw .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uZR9qhpLDw .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-uZR9qhpLDw .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-uZR9qhpLDw .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uZR9qhpLDw .jq-selectbox__dropdown,
.cid-uZR9qhpLDw ul {
  border-radius: 20px !important;
}
.cid-uZR9qhpLDw .jq-selectbox {
  border-radius: 30px;
}
.cid-uZR9qhpLDw .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uZR9qhpLDw .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uZR9qhpLDw .title1 {
  margin: 0;
}
.cid-uZR9qhpLDw .align-wrap {
  display: block;
}
.cid-uZR9qhpLDw .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uZR9qhpLDw form {
    padding: 0;
  }
  .cid-uZR9qhpLDw .socicon-wrap {
    margin: auto;
  }
}
.cid-uZR9qhpLDw .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-uZR9qhpLDw .title1,
.cid-uZR9qhpLDw .title-col {
  color: #05539c;
}
.cid-uZR9qhpLDw .icon-title,
.cid-uZR9qhpLDw .align-wrap {
  text-align: left;
}
.cid-uZR9qhpLDw .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uZR9qhpLDw .incover {
    max-width: 270px;
  }
}
.cid-uZR9qhpLDw .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-uZR9qhpLDw .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uZR9qhpLDw .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-uZR9qhpLDw .links-title {
    margin-left: 5px;
  }
  .cid-uZR9qhpLDw .links-title a::before {
    content: "➜ ";
  }
  .cid-uZR9qhpLDw 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;
  }
}
.cid-uZR9qhpLDw .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-uZR9qhpLDw .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-uZR9qhpLDw .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-uZR9qhpLDw .mbrib-letter {
  margin-top: .05rem;
}
.cid-uZR9qhHBCO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-uZR9qhHBCO .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uZR9qhHBCO .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-uZR9qhHBCO .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-uZR9qhHBCO .linker-dentaura {
  color: #ffa800;
}
.cid-uZR9qhHBCO .linker-dentaura:hover {
  color: #fff;
}
.cid-uZR9qhPsil #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZR9qhPsil #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZR9qhPsil #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZR9qhPsil #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZR9qhPsil #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-uZR9qhPsil #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-uZR9qhPsil #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-uZR9qhPsil .hidden {
  display: none;
}
.cid-uZR9qhPsil H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-uZR9qhZmFQ.popup-builder {
  background-color: #ffffff;
}
.cid-uZR9qhZmFQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZR9qhZmFQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZR9qhZmFQ .modal-content,
.cid-uZR9qhZmFQ .modal-dialog {
  height: auto;
}
.cid-uZR9qhZmFQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uZR9qhZmFQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZR9qhZmFQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZR9qhZmFQ .modal-open {
  overflow: hidden;
}
.cid-uZR9qhZmFQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZR9qhZmFQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZR9qhZmFQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZR9qhZmFQ .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-uZR9qhZmFQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZR9qhZmFQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZR9qhZmFQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZR9qhZmFQ .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-uZR9qhZmFQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZR9qhZmFQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZR9qhZmFQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uZR9qhZmFQ .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-uZR9qhZmFQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZR9qhZmFQ .modal-header {
    padding: 1rem;
  }
}
.cid-uZR9qhZmFQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZR9qhZmFQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uZR9qhZmFQ .modal-header .close:focus {
  outline: none;
}
.cid-uZR9qhZmFQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-uZR9qhZmFQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-uZR9qhZmFQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZR9qhZmFQ .modal-body {
    padding: 1rem;
  }
}
.cid-uZR9qhZmFQ .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-uZR9qhZmFQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZR9qhZmFQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uZR9qhZmFQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZR9qhZmFQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZR9qhZmFQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZR9qhZmFQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZR9qhZmFQ .modal-sm {
    max-width: 300px;
  }
  .cid-uZR9qhZmFQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uZR9qhZmFQ .modal-lg,
  .cid-uZR9qhZmFQ .modal-xl {
    max-width: 800px;
  }
  .cid-uZR9qhZmFQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uZR9qhZmFQ .modal-xl {
    max-width: 1140px;
  }
  .cid-uZR9qhZmFQ .container {
    max-width: 1140px;
  }
}
.cid-uZR9qhZmFQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uZR9qhZmFQ .container {
    max-width: 720px;
  }
}
.cid-uZR9qhZmFQ .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-uZR9qhZmFQ .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-uZR9qhZmFQ .dentaura-iconone {
  display: none;
}
.cid-uZR9qhZmFQ .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-uZR9qhZmFQ .claus-one p {
  color: #ffffff !important;
}
.cid-uZR9qhZmFQ .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-uZR9qhZmFQ .claus-two p {
  color: #ffffff !important;
}
.cid-uZR9qhZmFQ .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-uZR9qhZmFQ .claus-three p {
  color: #ffffff !important;
}
.cid-uZR9qhZmFQ .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-uZR9qhZmFQ .claus-four p {
  color: #ffffff !important;
}
.cid-uZR9qhZmFQ .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-uZR9qhZmFQ .claus-five p {
  color: #ffffff !important;
}
.cid-uZR9qhZmFQ .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-uZR9qhZmFQ .claus-six p {
  color: #ffffff !important;
}
.cid-uZR9qhZmFQ .dentaura-cover {
  width: 168px;
}
.cid-uZR9qhZmFQ P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-uZR9qhZmFQ H5 {
  text-align: center;
}
.cid-uZR9qhZmFQ .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-uZR9qhZmFQ .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uZR9qhZmFQ .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uZR9qhZmFQ .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uZR9qhZmFQ .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uZR9qhZmFQ .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-uZR9qhZmFQ .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-uZR9qhZmFQ a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-v4jpTAgt2f {
  border-bottom: 1px solid #ffa800;
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v4jpTAgt2f .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0rem 0rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .navbar-dropdown {
    padding: 0 0rem;
  }
}
.cid-v4jpTAgt2f .navbar {
  position: static !important;
  min-height: 50px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-v4jpTAgt2f .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-v4jpTAgt2f .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-v4jpTAgt2f .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v4jpTAgt2f .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v4jpTAgt2f .navbar .navbar-collapse {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-v4jpTAgt2f .navbar .navbar-collapse {
    display: flex;
  }
}
.cid-v4jpTAgt2f .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0);
  background: transparent !important;
}
.cid-v4jpTAgt2f .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #e15126;
}
.cid-v4jpTAgt2f .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v4jpTAgt2f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4jpTAgt2f .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v4jpTAgt2f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4jpTAgt2f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4jpTAgt2f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.25em solid transparent;
  border-left: 0.25em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4jpTAgt2f .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v4jpTAgt2f .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v4jpTAgt2f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4jpTAgt2f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v4jpTAgt2f .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v4jpTAgt2f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4jpTAgt2f .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v4jpTAgt2f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4jpTAgt2f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4jpTAgt2f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4jpTAgt2f .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v4jpTAgt2f .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v4jpTAgt2f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4jpTAgt2f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v4jpTAgt2f .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v4jpTAgt2f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0rem;
  }
  .cid-v4jpTAgt2f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4jpTAgt2f .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v4jpTAgt2f .navbar.navbar-short {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-v4jpTAgt2f .navbar.navbar-short {
    min-height: 40px;
  }
}
.cid-v4jpTAgt2f .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v4jpTAgt2f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v4jpTAgt2f .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v4jpTAgt2f .navbar-brand {
  background-color: #ffffff;
  flex-shrink: 3;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  display: flex;
  margin-bottom: 0rem;
  opacity: 1;
  min-width: 100%;
}
.cid-v4jpTAgt2f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4jpTAgt2f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4jpTAgt2f .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v4jpTAgt2f .dropdown-item.active,
.cid-v4jpTAgt2f .dropdown-item:active {
  background-color: transparent;
}
.cid-v4jpTAgt2f .nav-link:focus {
  color: #000000 !important;
}
.cid-v4jpTAgt2f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v4jpTAgt2f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4jpTAgt2f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4jpTAgt2f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4jpTAgt2f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v4jpTAgt2f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4jpTAgt2f ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v4jpTAgt2f .navbar-buttons {
  text-align: center;
}
.cid-v4jpTAgt2f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-v4jpTAgt2f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15126;
}
.cid-v4jpTAgt2f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4jpTAgt2f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4jpTAgt2f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4jpTAgt2f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4jpTAgt2f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4jpTAgt2f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v4jpTAgt2f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v4jpTAgt2f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4jpTAgt2f a.nav-link {
  display: flex;
  align-items: left;
  justify-content: left;
  outline: none;
}
.cid-v4jpTAgt2f .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v4jpTAgt2f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v4jpTAgt2f .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 400;
}
.cid-v4jpTAgt2f .nav-link:hover {
  color: #e15126 !important;
}
.cid-v4jpTAgt2f .dropdown-item:hover {
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-v4jpTAgt2f .dropdown-item:hover {
    color: #ffa800 !important;
  }
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .dropdown-item:hover {
    color: #e15126 !important;
  }
}
.cid-v4jpTAgt2f .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v4jpTAgt2f .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v4jpTAgt2f .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4jpTAgt2f .nav-dropdown {
  padding: 0.7rem 1.5rem 0.7rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-v4jpTAgt2f .nav-dropdown {
    padding: 0.7rem 1.5rem 0.7rem 0rem;
  }
}
.cid-v4jpTAgt2f .nav-item {
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .dropdown-item {
    padding-left: 2.5rem !important;
  }
}
.cid-v4jpTAgt2f .btncodetop {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .btncodetop {
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}
.cid-v4jpTAgt2f .btncodetop:hover {
  color: #ffffff !important;
}
.cid-v4jpTAgt2f .btncode {
  padding: 0.2rem .8rem !important;
  color: #ffffff !important;
  font-size: 0.95rem !important;
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .btncode {
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
}
.cid-v4jpTAgt2f .btncode:hover {
  color: #ffffff !important;
}
.cid-v4jpTAgt2f .btncodetwo {
  padding: 0.2rem 0rem 0.2rem 1.2rem !important;
  color: #d0323e !important;
  font-size: 0.75rem !important;
  border-color: #d08900 !important;
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .btncodetwo {
    display: none;
  }
}
.cid-v4jpTAgt2f .btncodetwo:hover span {
  color: #ffffff !important;
}
.cid-v4jpTAgt2f .btncodetwotwo:hover {
  color: #ffffff !important;
}
.cid-v4jpTAgt2f .btncodetwo:focus span {
  color: #ffffff !important;
}
.cid-v4jpTAgt2f .btncodetwo:active span {
  color: #ffffff !important;
}
.cid-v4jpTAgt2f .navbar-collapse {
  width: 100% !important;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-v4jpTAgt2f .mbr-section-btn {
    margin-left: auto !important;
  }
}
.cid-v4jpTAgt2f .logodiv {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .logodiv {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-v4jpTAgt2f .logodiv {
    display: none;
  }
}
.cid-v4jpTAgt2f .logodivlogo {
  width: 100%;
  max-width: 150px;
  margin: 5px 5px 5px 1rem;
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .buttdivtop {
    display: block;
  }
}
@media (min-width: 992px) {
  .cid-v4jpTAgt2f .buttdivtop {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v4jpTAgt2f .buttdivbottom {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-v4jpTAgt2f .buttdivbottom {
    display: block;
  }
}
.cid-v4jpTAgt2f .dropdown-item.dropdown-toggle::after {
  margin-top: -0.255em !important;
}
.cid-v4jpTAgt2f .link.dropdown-toggle::after {
  margin-top: 0.35em !important;
}
.cid-v4jpTAylOY {
  display: flex;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cover-image-bg-1.jpg");
  overflow: hidden;
}
.cid-v4jpTAylOY .mbr-overlay {
  background-color: #fdf2ec;
  opacity: 0.8;
}
.cid-v4jpTAylOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jpTAylOY .gcoi-logo {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-bottom: 2rem !important;
}
@media (max-width: 500px) {
  .cid-v4jpTAylOY .gcoi-logo {
    max-width: 150px;
  }
}
@media (min-width: 500px) {
  .cid-v4jpTAylOY .gcoi-logo {
    max-width: 200px;
  }
}
.cid-v4jpTAHSnF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-v4jpTAHSnF .menu-farmeat-top {
  padding: 0.5rem 1rem 0rem 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-bottom-color: #DADADA;
  background-color: #e15126;
  width: 100%;
}
.cid-v4jpTAHSnF .mftrow {
  max-width: 1100px;
  margin: auto;
}
.cid-v4jpTAHSnF .top-text {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-v4jpTAHSnF .top-text a {
  font-size: 0.9rem !important;
}
@media (max-width: 768px) {
  .cid-v4jpTAHSnF .hamcov {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v4jpTAHSnF .mstone {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-v4jpTAHSnF .mstone {
    display: block;
    text-align: left;
  }
}
.cid-v4jpTAHSnF .msttwo {
  text-align: center !important;
}
@media (max-width: 991px) {
  .cid-v4jpTAHSnF .mstthree {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-v4jpTAHSnF .mstthree {
    display: block;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-v4jpTAHSnF .mstthree {
    display: block;
    text-align: right;
  }
}
.cid-v4jpTAHSnF .container-fluid {
  padding: 0px !important;
}
.cid-v4jpTAHSnF .mbr-iconfont {
  font-size: 1.3rem;
  color: #132c70;
}
.cid-v4jpTAHSnF .fa-envelope-o {
  padding-right: 0.5rem;
}
.cid-v4jpTAHSnF a.text-white:hover {
  color: #FFE4AC !important;
}
.cid-v4jpTAHSnF a:hover span {
  color: #FFE4AC !important;
}
.cid-v4jpTATy84 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e15126;
}
.cid-v4jpTATy84 .mbr-text,
.cid-v4jpTATy84 .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-v4jpTATy84 .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-v4jpTATy84 .mbr-text,
.cid-v4jpTATy84 .mbr-section-btn,
.cid-v4jpTATy84 .mbr-section-title {
  color: #ffffff;
}
.cid-v4jpTATy84 .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v4jpTATy84 .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-v4jpTATy84 .mbr-section-title {
  font-weight: 700;
}
.cid-v4jpTATy84 .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-v4jpTATy84 .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-v4jpTATy84 .mbr-section-title,
  .cid-v4jpTATy84 .mbr-text,
  .cid-v4jpTATy84 .mbr-section-btn {
    text-align: left;
  }
}
.cid-v4jpTATy84 .overlay-bg-1 {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .cid-v4jpTATy84 .dispinmob {
    display: none;
  }
}
.cid-v4jpTB3Sh4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v4jpTB3Sh4 .mbr-section-subtitle {
  color: #232323;
}
.cid-v4jpTB3Sh4 .homea {
  font-weight: 500;
}
.cid-v4jqaMWffO {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4jqaMWffO .mbr-section-subtitle {
  color: #232323;
}
.cid-v4jqaMWffO .container-table {
  margin: 0 auto;
}
.cid-v4jqaMWffO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v4jqaMWffO .dataTables_wrapper {
  display: block;
}
.cid-v4jqaMWffO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v4jqaMWffO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v4jqaMWffO table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-v4jqaMWffO table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-v4jqaMWffO table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-v4jqaMWffO table td {
  border-top: 1px solid #cccccc;
}
.cid-v4jqaMWffO table.table {
  background: #fdf2ec;
}
.cid-v4jqaMWffO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v4jqaMWffO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v4jqaMWffO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v4jqaMWffO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v4jqaMWffO .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v4jqaMWffO .dataTables_filter {
    text-align: center;
  }
  .cid-v4jqaMWffO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v4jqaMWffO .btn {
  font-size: 0.9rem !important;
  letter-spacing: 2px !important;
  border: 1px solid #ffa800 !important;
  padding: 3px 8px 2px 8px !important;
  color: #fff !important;
  border-radius: 4px !important;
  margin: 2px !important;
}
.cid-v4jqaMWffO .head-item {
  text-align: left;
}
.cid-v4jpTBbRuq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4jpTBbRuq .mbr-section-subtitle {
  color: #464646;
  text-align: left;
}
.cid-v4jpTBbRuq H2 {
  text-align: left;
  font-weight: 500;
  color: #013648;
}
.cid-v4jpTBbRuq .dentaura-li {
  margin-top: 0.5rem;
}
.cid-v4jpTBbRuq .dentaura-li li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-v4jpTBkSSw {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fdf2ec;
}
.cid-v4jpTBkSSw hr.top-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-v4jpTBkSSw hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-v4jpTBkSSw h2 {
  float: left;
}
.cid-v4jpTBkSSw .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-v4jpTBkSSw H2 {
  color: #999999;
  letter-spacing: 2px;
}
.cid-v4jpTBkSSw .btn-warning-outline:hover,
.cid-v4jpTBkSSw .btn-warning-outline:focus,
.cid-v4jpTBkSSw .btn-warning-outline:active {
  background-color: #e15126 !important;
  border-color: #e15126 !important;
  color: #ffffff !important;
}
.cid-v4jpTBtlVb {
  border-top: 7px solid #e15126;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-v4jpTBtlVb .mbr-overlay {
  background-color: #ffcd9f;
  opacity: 0.2;
}
@media (min-width: 769px) {
  .cid-v4jpTBtlVb {
    background-image: url("../../../assets/images/world-map.jpg");
  }
}
@media (max-width: 768px) {
  .cid-v4jpTBtlVb {
    background-image: url("../../../assets/images/world-map-mob.jpg");
  }
}
.cid-v4jpTBtlVb .logoimg {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 768px) {
  .cid-v4jpTBtlVb .logoimg {
    margin-left: 1rem;
  }
}
.cid-v4jpTBtlVb h3 {
  margin: 0;
  line-height: 1.2rem;
}
.cid-v4jpTBtlVb .btn {
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 2rem;
}
.cid-v4jpTBtlVb .icons-wrap {
  display: flex;
}
.cid-v4jpTBtlVb .text-wrap {
  width: 100%;
}
.cid-v4jpTBtlVb .item-wrap {
  display: inline-block;
  width: 100%;
}
.cid-v4jpTBtlVb .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-v4jpTBtlVb .socicon-wrap .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff !important;
  background: #f57f20;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #f57f20;
  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-v4jpTBtlVb .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #f57f20 !important;
  border: 2px solid #f57f20;
}
.cid-v4jpTBtlVb .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-v4jpTBtlVb .jq-selectbox__dropdown,
.cid-v4jpTBtlVb ul {
  border-radius: 20px !important;
}
.cid-v4jpTBtlVb .jq-selectbox {
  border-radius: 30px;
}
.cid-v4jpTBtlVb .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-v4jpTBtlVb .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-v4jpTBtlVb .title1 {
  margin: 0;
}
.cid-v4jpTBtlVb .align-wrap {
  display: block;
}
.cid-v4jpTBtlVb .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v4jpTBtlVb form {
    padding: 0;
  }
  .cid-v4jpTBtlVb .socicon-wrap {
    margin: auto;
  }
}
.cid-v4jpTBtlVb .title {
  color: #ed6436;
  font-weight: 500 !important;
}
.cid-v4jpTBtlVb .title1,
.cid-v4jpTBtlVb .title-col {
  color: #05539c;
}
.cid-v4jpTBtlVb .icon-title,
.cid-v4jpTBtlVb .align-wrap {
  text-align: left;
}
.cid-v4jpTBtlVb .incover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v4jpTBtlVb .incover {
    max-width: 270px;
  }
}
.cid-v4jpTBtlVb .incover2 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .cid-v4jpTBtlVb .incover2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v4jpTBtlVb .incover2 {
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  .cid-v4jpTBtlVb .links-title {
    margin-left: 5px;
  }
  .cid-v4jpTBtlVb .links-title a::before {
    content: "➜ ";
  }
  .cid-v4jpTBtlVb 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;
  }
}
.cid-v4jpTBtlVb .anchor {
  display: block;
  height: 70px;
  margin-top: -70px;
  visibility: hidden;
}
.cid-v4jpTBtlVb .mbrib-pin {
  margin-top: 0.25rem;
}
.cid-v4jpTBtlVb .mbrib-mobile2 {
  margin-top: 0rem;
}
.cid-v4jpTBtlVb .mbrib-letter {
  margin-top: .05rem;
}
.cid-v4jpTBLdpu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s-bg-1.jpg");
}
.cid-v4jpTBLdpu .bgokfootlast {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v4jpTBLdpu .mbr-white {
    padding-bottom: 3.5rem;
  }
}
.cid-v4jpTBLdpu .media-container-row .mbr-text {
  color: #ffcd9f;
}
.cid-v4jpTBLdpu .linker-dentaura {
  color: #ffa800;
}
.cid-v4jpTBLdpu .linker-dentaura:hover {
  color: #fff;
}
.cid-v4jpTBUc5C #dentauralinkpanel {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e15126;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-v4jpTBUc5C #dentauralinkpanel {
    left: 20px;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-v4jpTBUc5C #dentauralinkpanel {
    left: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-v4jpTBUc5C #dentauralinkpanel {
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-v4jpTBUc5C #dentauralinkpanel span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 1;
}
.cid-v4jpTBUc5C #dentauralinkpanel:hover {
  background-color: #ad4628;
}
.cid-v4jpTBUc5C #dentauralinkpanel:hover span {
  color: #ffffff;
}
.cid-v4jpTBUc5C .hidden {
  display: none;
}
.cid-v4jpTBUc5C H4 {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  width: 50px;
}
.cid-v4jpTCcN12.popup-builder {
  background-color: #ffffff;
}
.cid-v4jpTCcN12.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v4jpTCcN12.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v4jpTCcN12 .modal-content,
.cid-v4jpTCcN12 .modal-dialog {
  height: auto;
}
.cid-v4jpTCcN12 .pt-0 {
  padding-top: 0 !important;
}
.cid-v4jpTCcN12 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v4jpTCcN12 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v4jpTCcN12 .modal-open {
  overflow: hidden;
}
.cid-v4jpTCcN12 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v4jpTCcN12 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v4jpTCcN12 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v4jpTCcN12 .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-v4jpTCcN12 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v4jpTCcN12 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v4jpTCcN12 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v4jpTCcN12 .modal-content {
  background: transparent;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
}
.cid-v4jpTCcN12 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v4jpTCcN12 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v4jpTCcN12 .modal-backdrop.show {
  opacity: .5;
}
.cid-v4jpTCcN12 .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-v4jpTCcN12 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v4jpTCcN12 .modal-header {
    padding: 1rem;
  }
}
.cid-v4jpTCcN12 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v4jpTCcN12 .modal-header .close:hover {
  opacity: 1;
}
.cid-v4jpTCcN12 .modal-header .close:focus {
  outline: none;
}
.cid-v4jpTCcN12 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f9a842;
}
.cid-v4jpTCcN12 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-v4jpTCcN12 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4jpTCcN12 .modal-body {
    padding: 1rem;
  }
}
.cid-v4jpTCcN12 .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-v4jpTCcN12 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4jpTCcN12 .modal-footer {
    padding: 1rem;
  }
}
.cid-v4jpTCcN12 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v4jpTCcN12 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v4jpTCcN12 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v4jpTCcN12 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v4jpTCcN12 .modal-sm {
    max-width: 300px;
  }
  .cid-v4jpTCcN12 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v4jpTCcN12 .modal-lg,
  .cid-v4jpTCcN12 .modal-xl {
    max-width: 800px;
  }
  .cid-v4jpTCcN12 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v4jpTCcN12 .modal-xl {
    max-width: 1140px;
  }
  .cid-v4jpTCcN12 .container {
    max-width: 1140px;
  }
}
.cid-v4jpTCcN12 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v4jpTCcN12 .container {
    max-width: 720px;
  }
}
.cid-v4jpTCcN12 .dentaura-ico {
  width: 80px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  border-radius: 4px;
}
.cid-v4jpTCcN12 .dentaura-icotwo {
  width: 164px !important;
  height: 80px !important;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-v4jpTCcN12 .dentaura-iconone {
  display: none;
}
.cid-v4jpTCcN12 .claus-one {
  background: #e62b33;
  padding-top: 14px;
}
.cid-v4jpTCcN12 .claus-one p {
  color: #ffffff !important;
}
.cid-v4jpTCcN12 .claus-two {
  background: #00a356;
  padding-top: 14px;
}
.cid-v4jpTCcN12 .claus-two p {
  color: #ffffff !important;
}
.cid-v4jpTCcN12 .claus-three {
  background: #4267b2;
  padding-top: 14px;
}
.cid-v4jpTCcN12 .claus-three p {
  color: #ffffff !important;
}
.cid-v4jpTCcN12 .claus-four {
  background: #bc2a8d;
  padding-top: 14px;
}
.cid-v4jpTCcN12 .claus-four p {
  color: #ffffff !important;
}
.cid-v4jpTCcN12 .claus-five {
  background: #ff9400;
  padding-top: 9px;
}
.cid-v4jpTCcN12 .claus-five p {
  color: #ffffff !important;
}
.cid-v4jpTCcN12 .claus-six {
  background: #f5681b;
  padding-top: 11px;
}
.cid-v4jpTCcN12 .claus-six p {
  color: #ffffff !important;
}
.cid-v4jpTCcN12 .dentaura-cover {
  width: 168px;
}
.cid-v4jpTCcN12 P {
  color: #d0323e;
  font-size: 0.8rem;
  text-align: center;
}
.cid-v4jpTCcN12 H5 {
  text-align: center;
}
.cid-v4jpTCcN12 .dentaura-image {
  max-width: 100px !important;
  max-height: 50px !important;
  padding: 0px !important;
  margin: 0px auto 0px auto !important;
  background-size: cover;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 0px !important;
}
.cid-v4jpTCcN12 .dentaura-icon-imgone {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-v4jpTCcN12 .dentaura-icon-imgtwo {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-v4jpTCcN12 .dentaura-icon-imgthree {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-v4jpTCcN12 .dentaura-icon-imgfour {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-v4jpTCcN12 .dentaura-icon-imgfive {
  width: 84px;
  height: 42px;
  background-image: url("../../../assets/images/available-at-amazon-2.png");
}
.cid-v4jpTCcN12 .dentaura-icon-imgsix {
  width: 40px;
  height: 40px;
  background-image: url("../../../assets/images/logo5-1.png");
}
.cid-v4jpTCcN12 a:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
