/*
* Theme Name: Smiles Bagan
*  Author: Smilesbagan
*  Author URI: 
*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Myanmar:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "tt_rounds_neue_trialbold";
  src: url("/wp-content/themes/smilesbagan/fonts/tt-rounds-neue-trial/tt_rounds_neue_trial_bold-webfont.woff2")
      format("woff2"),
    url("wp-content/themes/smilesbagan/fonts/tt-rounds-neue-trial/tt_rounds_neue_trial_bold-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_rounds_neue_trial";
  src: url("/wp-content/themes/smilesbagan/fonts/tt-rounds-neue-trial/tt_rounds_neue_trial_regular-webfont.woff2")
      format("woff2"),
    url("wp-content/themes/smilesbagan/fonts/tt-rounds-neue-trial/tt_rounds_neue_trial_regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color1: #302872;
  --color2: #f6c262;
  --primary-color: #ffe484;
  --secondary-color: #f4a757;
  --secondary-color-2: #482705;
  --light-color: #fafaf9;
  --text-primary-color: #997500;
  --text-secondary-color: #44403c;
}

body,
body p {
  /* margin: 0 auto; */
  font-family: "Be Vietnam Pro", "Noto Sans Myanmar", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "tt_rounds_neue_trialbold", "Noto Sans Myanmar", sans-serif;
}

/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}

ul.page-numbers li {
  float: left;
  height: 35px;
  width: 35px;
  list-style: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

ul.page-numbers li span.current {
  color: #000;
  font-size: 16px;
}

.content-img img {
  width: 100%;
  height: auto;
}

/* 404 error */
.error img {
  position: relative;
  margin: 0 auto;
}

.back-home-wrap p {
  font-size: 21px;
  margin-top: 50px;
}

.back-home-wrap {
  text-align: center;
  left: 0;
  right: 0;
}

.error {
  height: 400px;
}

.back-home {
  margin-top: 14px;
  border-radius: 0;
}

.mm-menu--offcanvas {
  position: fixed;
}

/* Breadcrumb */

#breadcrumbs {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
#breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  color: #000;
  color: var(--primary-color);
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 10px;
}
/*********************** Widget ******************/
.mywidget h4 {
  font-size: 14px;
  font-family: "Lato", "Noto Sans Myanmar", sans-serif;
}

.widget-title {
  font-family: "Lato", "Noto Sans Myanmar", sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.widget ul li a {
  color: #333;
  font-family: "Raleway", "Noto Sans Myanmar", sans-serif;
  border-bottom: 1px solid #ddd;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.widget ul li a::before {
  content: "";
  position: absolute;
  border: 1px solid var(--color1);
  bottom: 0;
  width: 53px;
}

.widget ul li a:hover::before {
  content: "";
  position: absolute;
  border: 1px solid var(--color1);
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease;
}

.widget ul li a:hover,
.widget ul li a:focus {
  color: var(--color1);
  text-decoration: none;
  outline: none;
}

.widget ul {
  padding-left: 0;
  list-style-type: none;
}
.banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.relative {
  position: relative;
}

.banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.theme-inner-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.4);
}
.breadcrumbs a {
  color: var(--primary-color);
}
.eventbar {
  background: var(--secondary-color);
  padding: 11px 0px;
  text-align: center;
  color: var(--light-color);
}

.btn-secondary,
.btn-secondary:hover {
  background: var(--secondary-color-2);
  color: #fff;
  border-radius: 20px;
  border-color: var(--secondary-color-2);
  margin-left: 10px;
}
header .menu {
  background: var(--primary-color);
  padding: 14px 0px;
}
a.nav-link {
  color: var(--text-secondary-color);
}
.customsearch input.form-control {
  background: transparent;
  border: none;
}
.customsearch button.btn.btn-default {
  color: var(--secondary-color);
}
.customsearch {
  max-width: 200px;
  margin-left: auto;
}
.logo-box {
  max-width: 128px;
}
ul#menu-main-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.hero-section .carousel-caption {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fefaf5;
  text-align: center;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background: rgb(0, 0, 0, 0.7);
  padding-top: 5%;
}
.services-section {
  margin-top: -207px;
  position: relative;
  z-index: 222;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hero-section h1 {
  font-size: 3rem;
  position: relative;
  max-width: 350px;
  /* max-height: 400px; */
}
.hero-section h1 {
  font-size: 4rem;
  position: relative;
  max-width: 419px;
}
.hero-section h1:before {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/smilesbagan/images/star-vector.png)
    no-repeat top center;
  width: 64px;
  height: 72px;
  top: -36px;
  left: -34px;
}
.hero-section h1:after {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/smilesbagan/images/star-vector.png)
    no-repeat top center;
  width: 64px;
  height: 72px;
  top: -36px;
  right: -34px;
}
.hero-section .btn.btn-outline,
.hero-section .btn.btn-outline:hover {
  border: 1px solid #fff;
  color: #fff;
  padding: 17px 45px;
  border-radius: 10px;
  padding: 10px 40px 16px 40px;
}
.btn.btn-primary,
.btn.btn-primary:hover {
  border: 1px solid var(--primary-color);
  color: var(--text-primary-color);
  padding: 10px 40px 16px 40px;
  background-color: var(--primary-color);
  border-radius: 10px;
}

.gap-10 {
  gap: 10px;
}

.hero-section .btn.btn-primary img {
  margin-right: 10px;
}
.hero-section p {
  margin-bottom: 30px;
}
.bg-primary-gradient {
  background: var(--primary-color) !important;
  background: linear-gradient(180deg, #ffdb66 0%, #ffcf33 100%);
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
}
.pd-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.bg-primary {
  background: var(--primary-color) !important;
}
.pd-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.text-primary {
  color: var(--text-primary-color) !important;
}

a.btn.btn-outline-primary i {
  margin-left: 10px;
}
a.btn.btn-outline-primary:hover {
  background: var(--text-primary-color);
  color: #fff;
}
a.btn.btn-outline-primary {
  border-color: var(--text-primary-color);
  color: var(--text-primary-color);
  width: 100%;
  border-radius: 10px;
  padding: 15px 5px;
  font-size: 14px;
  font-weight: 600;
}
.home-title {
  font-size: 48px;
  font-weight: 700;
}
.text-secondary {
  color: var(--text-secondary-color) !important;
}
.about-us-section img {
  border-radius: 10px;
}
.value-box {
  text-align: center;
}
.value-box h4 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.value-box p {
  color: #686868;
  line-height: 24px;
}
.value-icon img {
  max-width: 80px;
  margin: auto;
}
.value-box:before {
  position: absolute;
  content: "\2b";
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 100%;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.value-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px dashed var(--primary-color);
}
.value-box.last-child::after,
.value-box.last-child::before {
  display: none;
}
.value-box {
  text-align: center;
  position: relative;
}
.gradient-bg {
  background: linear-gradient(180deg, #ffffff 0%, #fff1c2 100%);
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #c4c4c4;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #904f09;
  width: 45px;
  height: 15px;
}
video {
  width: 100%;
  height: 503px;
  object-fit: cover;
  border-radius: 16px;
}

.video-wrap {
  position: relative;
  max-height: 503px;
  overflow: hidden;
  border-radius: 16px;
}
.video-wrap {
  position: relative;
  max-width: 480px;
  margin: 20px auto;
}

.youtube-player {
  width: 100%;
  height: 360px;
  background: #000;
}

.video-content {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
}

.play-video,
.pause-video {
  margin-right: 10px;
}

.owl-theme.owl-logos img {
  width: auto !important;
  margin: auto;
}
.owl-logos img.img-fluid {
  border: 1px solid #f9cd9f;
  border-radius: 10px;
}
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.flex-col {
  flex-direction: column !important;
}
.beforeAfter img {
  border-radius: 24px;
  width: 100%;
  height: auto;
}
footer {
  background: #5a4c34;
  color: #fff;
  position: relative;
}
footer:after {
  content: "";
  position: absolute;
  right: 10px;
  top: -7%;
  width: 361px;
  height: 100%;
  right: -6%;
  background: url(/wp-content/themes/smilesbagan/images/logo-vector.png)
    no-repeat top center;
  opacity: 0.7;
  background-size: contain;
}
footer a {
  color: #fff;
  text-decoration: none;
}
img.img-fluid.footer-logo {
  max-width: 192px;
}
footer .short-desc {
  font-family: "tt_rounds_neue_trial", "Noto Sans Myanmar", sans-serif;
  margin-top: 20px;
  max-width: 500px;
  text-align: justify;
}
.f-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.f-social-links a {
  color: #f39c3f;
  font-size: 30px;
}
footer .blog-wrap h5 {
  font-family: "tt_rounds_neue_trial", "Noto Sans Myanmar", sans-serif;
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 25px;
}
.blog-wrap img {
  width: 96px;
  height: 96px;
  border-radius: 10px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.blog-wrap p.date {
  font-size: 12px;
  text-decoration: none !important;
  color: #fdf0e2;
}
.row.address-row.pd-30 {
  background: #51442e;
  border: 1px solid;
  border-color: #403625;
  border-radius: 20px;
  padding: 30px 0px;
  text-align: center;
}
.row.address-row p,
.row.address-row a {
  font-size: 15px;
  margin: 0;
}
.row.address-row h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.copyright {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #675006;
  margin-top: 50px;
}
div#menu-main-menu-1 {
  background: #5a4c34;
}
.mm-navbar {
  background: #5a4c34;
  color: #fff;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary-color);
}

a.btn.btn-primary.floating-btn {
  position: fixed;
  right: -46px;
  top: 50%;
  z-index: 222;
  transform: rotate(-90deg);
  text-transform: uppercase;
  box-shadow: 0px 4px 4px 0px #00000040;
  color: #292524;
  z-index: 9999;
}
.owl-stage {
  margin: auto;
}
.inner-value-box img {
  box-shadow: 0px 4px 4px 0px #0000001a;
  background: var(--primary-color);
  width: 100px;
  height: 100px;
  padding: 20px;
  border-radius: 100%;
  margin-bottom: 20px;
}
.inner-value-box {
  width: 200px;
  text-align: center;
  margin: auto;
}
.about-image-box img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  /* overflow: hidden; */
  object-fit: contain;
  padding: 20px;
}
.highlight-content {
  background: #fff6d3;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #9a7501;
  color: var(--text-secondary-color);
}
/* about us */
.about-float-wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  min-height: 600px;
}

.four-values-box {
  position: relative;
  width: 100%;
  height: 700px; /* adjust for spacing */
  justify-content: center;
  align-items: center;
}

.four-values-box .inner-value-box {
  width: 280px;
  text-align: center;
  /* background: #fff; */
  padding: 15px;
  border-radius: 12px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
  position: absolute;
}

.about-image-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px dashed #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

/* .about-image-box img {
  width: 100%;
  height: auto;
} */

/* Position each box around the center image */
.four-values-box .inner-value-box:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.four-values-box .inner-value-box:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.four-values-box .inner-value-box:nth-child(4) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.four-values-box .inner-value-box:nth-child(5) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team-box.text-center {
  background: var(--primary-color);
  padding: 20px;
  border-radius: 20px;
}
.team-box img {
  border-radius: 20px;
}
.doctor-bio-box ul li,
.custom-list li,
.benefits li,
.membership-box li,
.membership-box ol {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
}
.doctor-bio-box ul li:before,
.custom-list li:before,
.benefits li:before,
.membership-box li:before,
.membership-box ol:before {
  position: absolute;
  content: "\f00c";
  left: -30px;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-size: contain;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  background: var(--primary-color);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.owl-plans img {
  width: auto !important;
}
.owl-plans a.btn.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
header.fixed .eventbar {
  display: none;
}
.blog-box {
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  overflow: hidden;
  background: #fffae8;
  padding: 10px;
  border: 1px solid #f4e19e;
}
a.btn.btn-clippath {
  float: right;
}
.blog-box a {
  text-decoration: none;
  color: inherit;
}
.blog-box .blog-content {
  padding: 20px 10px;
}
.blog-content h4 {
  color: var(--text-secondary-color);
  font-size: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
a:focus-visible {
  outline: none;
}
.mywidget a {
  text-decoration: none;
  color: inherit;
}
.mywidget h4 {
  font-size: 16px;
  font-family: "Lato", "Noto Sans Myanmar", sans-serif;
  margin: 0px;
}
.widget-inner h3 {
  color: var(--text-primary-color);
  margin-bottom: 20px;
  border-bottom: 1px solid var(--text-secondary-color);
  padding-bottom: 15px;
}
.widget-inner img {
  width: 94px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.row.mywidget {
  align-items: center;
}
.widget-inner {
  background: #fffae8;
  padding: 20px;
  border: 1px solid #f4e19e;
  border-radius: 20px;
}
.thumbnail img {
  border-radius: 20px;
}
.inner-content p.date {
  /* background: #eee; */
  /* border-radius: 12px; */
  /* padding: 10px 21px; */
  display: inline-block;
  margin-top: -100px;
  color: var(--text-secondary-color);
  /* font-weight: bold; */
}
.blog-single-wrap {
  background: #f8f7f7;
  padding: 20px;
  border-radius: 20px;

  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); */
}
.thumbnail img {
  width: 100%;
}
ul.page-numbers li {
  justify-content: center;
  background: var(--primary-color);
  border-radius: 10px;
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  /* margin: auto; */
}
ul.page-numbers li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}
.page-numbers li:has(.current) {
  background: var(--primary-color);
}
ul.page-numbers li {
  justify-content: center;
  background: #fbefc5;
  border-radius: 10px;
  color: #000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  /* margin: auto; */
}
ul.page-numbers {
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.no-result img {
  width: 150px;
  margin-bottom: 30px;
}
.instagram-img {
  border: 1px solid #000;
  border-radius: 20px;
}
.left-contact-box.relative {
  background: var(--primary-color);
  padding: 20px;
  border-radius: 20px;
}
#contact-form .form-control {
  background: #fffcf0;
  border-radius: 15px;
  padding: 20px;
}
iframe {
  border-radius: 20px;
}
.row.contact-row.pd-30 {
  text-align: center;
}
p.small-text.text-xs {
  font-size: 13px;
  max-width: 1000px;
  margin: auto;
}
.contact-row a {
  text-decoration: none;
  color: inherit;
}
.blog-single-wrap a {
  color: inherit;
}
.after-wrapper img {
  width: auto !important;
}
/* services */
a {
  text-decoration: none;
}
.service-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.service-box .title {
  font-size: 30px;
}
.service-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 60.8%,
    rgba(240, 131, 15, 0.3) 100%
  );
}
.service-box .title {
  font-size: 26px;
  color: #fff !important;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.splide__slide img {
  vertical-align: bottom;
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
  border-radius: 20px;
}
.service-box .title {
  font-size: 26px;
  color: var(--text-secondary-color);
}
.faq-section {
  background: #fff2c5;
}
.faq-section .col-lg-7 {
  background: #fff2c5;
}
button.accordion-button {
  color: var(--text-secondary-color) !important;
  background: #fff !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.accordion-item {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  border: none !important;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
button.accordion-button {
  color: var(--text-secondary-color) !important;
  background: #fff !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  font-size: 20px;
  padding: 24px;
}
.membership-box.p-4 {
  background: #fff3c5;
  border-radius: 20px;
}
.inner-content h1,
.inner-content h2,
.inner-content h3,
.inner-content h4,
.inner-content h5,
.inner-content h6 {
  font-size: 20px;
}

.theme-inner-banner img {
  min-height: 150px;
  object-fit: cover;
}
html {
  overflow-x: hidden;
}
.sticky-cta {
  --header-text-color: #21201e;
  --header-opposite-color: #fff;
  width: 100%;
  max-width: 770px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 990;
  padding: 24px 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 0;
}
.sticky-cta .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d5c1a9;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(120px);
  border-radius: 12px;
  padding: 12px 12px 12px 24px;
  max-width: 770px;
  margin: 0 auto;
}
.sticky-cta h2 {
  margin: 0;
}
.sticky-cta .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 24px;
}
.sticky-cta .btns .btn-call {
  color: var(--text-secondary-color);
  border-color: var(--text-secondary-color);
  margin-right: 8px;
}
.sticky-cta .btns .btn-blue,
.sticky-cta .btns .btn-call {
  font-size: 18px;
  padding: 9px 23px;
}
.sticky-cta .btns .close-btn {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sticky-cta.active {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}
a {
  color: var(--text-primary-color);
}
.values-rotation {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 40px auto;
  border-radius: 50%;
  background: #ffe58c;
  overflow: visible;
}

/* Rotation animation */
.rotate-container {
  animation: rotate-text 10s linear infinite;
}
.rotate-item.rotate-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
ul.dropdown-menu li a {
  padding: 10px 20px;
  background: inherit;
}

ul.dropdown-menu {
  background: var(--primary-color);
  padding: 0;
  top: 70px !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--text-primary-color);
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: inherit;
  background-color: transparent;
}
.relative-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.overlay-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 60.8%,
    rgba(240, 131, 15, 0.3) 100%
  );
}
.overlay-text p {
  max-width: 300px;
}
.relative-box img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: l;
}
.color-box img {
  width: 250px;
  margin: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
}
.color-box {
  background: var(--primary-color);
  border-radius: 30px;
  text-align: center;
}
@keyframes rotate-text {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.crew-image {
  overflow: hidden;
  border-radius: 20px;
}
.crew-info {
  /* border: 1px solid #d5c1a9; */
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* backdrop-filter: blur(120px); */
  margin-top: -50px;
  max-width: 90%;
  margin: auto;
  /* margin-top: -50px; */
  /* padding: 15px; */
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; */
  margin-bottom: 10px;
}
.about-us-page img {
  border-radius: 20px;
}
.inner-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.crew-box {
  background: #fff5d3;
  padding: 20px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.crew-box:hover {
  background: linear-gradient(204deg, #fff5d3 16%, #ffe484 73%);
}
.crew-image img {
  aspect-ratio: 2 / 1.5;
  object-fit: cover;
  object-position: center;
}
.testimonial-wrap .image img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  border: 3px solid var(--primary-color);
  margin: auto;
}
.testimonial-wrap .image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.testimonial-wrap .quote-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.testimonial-wrap {
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.banner-container h2 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  color: #fff !important;
}
.banner-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.banner-container:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 67.79%,
    rgba(243, 156, 63, 0.3) 100%
  );
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.banner-container h2 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  color: #fff !important;
  max-width: 300px;
}
.rounded-container {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.patientsmile-image-container img {
  aspect-ratio: 3 / 1.5;
  object-fit: cover;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}
.patientsmile-image-container img.img2 {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 50px;
  margin-top: -120px;
  float: right;
  position: relative;
}
.about-us-section a.btn.btn-outline-primary {
  width: auto;
  padding: 15px 30px;
}
.mm-panel {
  background: #5a4c34;
}
.services-page .inner-logo {
  max-width: 200px;
  margin: auto;
  margin-top: 30px;
}
.inner-box.right {
  background: #fff;
  padding: 50px 30px;
  border-radius: 20px;
}
.service-last-section {
  background: #fff3c5;
}
.inner-box.right .icon {
  width: 120px;
  height: 100px;
  background: #fff4c5;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-box.right {
  background: #fff;
  padding: 50px 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--text-primary-color);
  background-color: var(--primary-color);
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
  color: var(--text-primary-color);
  background: #fff;
  background-color: rgb(251 246 228);
  backdrop-filter: blur(120px);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  margin-bottom: 20px;
  text-align: left;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
}
.nav-pills .nav-link .icon {
  width: 50px;
  display: inline-block;
  margin-right: 10px;
}
.inner-page-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.inner-page-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50.8%,
    rgb(154, 117, 1, 0.6) 100%
  );
  z-index: 1;
}
.inner-page-box .inner-page-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}
.inner-page-box .inner-page-content h3 {
  color: #fff;
  text-align: center;
}
.nav-pills .nav-link i {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* flashcard */
.steps {
  overflow: visible;
}
/* section {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
} */
.steps .wrapper {
  padding: 64px 0px;
}
/* .steps .left {
  width: 45%;
  max-width: 451px;
} */
.steps .left .text-box {
  position: sticky;
  top: 120px;
}
.steps .left .text-box h2 {
  max-width: 430px;
  margin-bottom: 32px;
}
/* .steps .right {
  width: 48.925%;
  max-width: 546px;
} */
.steps.style-2 .right .list {
  counter-reset: stepcounter;
}
.steps.style-2 .right .list .item {
  min-height: 367.359px;
  overflow: visible;
  margin-left: 24px;
}

.steps .right .list .item {
  border-radius: 16px;
  border: 1px solid #d5c1a9;
  background-color: #fff;
  overflow: hidden;
  position: sticky;
  top: 120px;
}
.steps.style-2 .right .list .item:before {
  content: counter(stepcounter);
  counter-increment: stepcounter;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding-bottom: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #d5c1a9;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-weight: 250;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #21201e;
}
.steps.style-2 .right .list .item .text-box {
  max-height: unset;
  padding-left: 56px;
}
.item.onlyone:before {
  content: unset !important;
}
.steps .right .list .item .text-box {
  /* max-height: 328px; */
  padding: 48px 36px 48px 40px;
  overflow-y: auto;
}
.steps.style-2 .right .list .item .text-box h3 {
  margin-bottom: 25px;
}
.steps.style-2 .right .list .item .text-box p:last-child {
  margin-bottom: 0;
}
.steps.style-2 .right .list .item + .item {
  margin-top: 24px;
}

.steps .right .list .item + .item {
  margin-top: 40px;
}
.steps .right .list .item {
  border-radius: 16px;
  border: 1px solid #9a7600;
  background-color: #fffcf3;
  overflow: hidden;
  position: sticky;
  top: 120px;
}
.sidebar {
  position: sticky;
  top: 120px;
}
.text-box span {
  font-family: "Be Vietnam Pro", "Noto Sans Myanmar", sans-serif !important;
}
li {
  white-space: unset !important;
}
/* .steps .content {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */
.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.right,
.list {
  align-items: flex-start; /* or */
  display: block;
}
.steps *,
.wrapper,
.content,
.right,
.list {
  overflow: visible !important;
}
.mm-wrapper {
  /* overflow-x: hidden !important; */
  overflow: visible !important;
}
.home.mm-wrapper {
  overflow-x: hidden !important;
}
.wowo,
.fadeInUp,
.animated {
  transform: none !important;
}
.faq-section .col-lg-4 {
  position: sticky;
  top: 120px;
}
.accordion-body * {
  font-family: "Be Vietnam Pro", "Noto Sans Myanmar", sans-serif !important;
}
.video-box iframe {
  width: 100% !important;
}
.text-box img {
  height: 200px;
  border-radius: 10px !important;
  overflow: hidden !important;
  object-fit: contain;
  width: auto;
}
.equipment-box {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #9a7600;
  min-height: 760px;
}
.equipment-box .img-box {
  margin-bottom: 20px;
}
.equipment-box h4 {
  text-align: center;
  margin-bottom: 20px;
}
.type-box {
  padding: 30px 20px;
  background: #fff3c4;
  border-radius: 20px;
  margin-bottom: 10px;
}
.follow-box {
  padding: 20px;
  background: #fffcf0;
  border-radius: 20px;
  border: 1px solid #8a6903;
}
iframe {
  width: 100%;
  width: 100% !important;
  aspect-ratio: 16 / 7.5;
  height: auto;
}
.equipment-box iframe {
  aspect-ratio: 16 / 10;
}
.cleaning-page .item:before,
.inner-service-page .item.onlyone:before {
  display: none !important;
}
.item.onlyone {
  min-height: auto !important;
}
.pdf-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pdf-box .icon {
  font-size: 50px;
  text-align: center;
}
.pdf-box {
  border: 1px solid;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.type-box img {
  border-radius: 20px;
}
.benefits .risk-box li:before {
  content: "\f071";
  padding: 17px;
}
.faq-section {
  margin-top: 20px;
}
.home .left-img img,
.home .right-img img {
  border-radius: 20px;
}
/*
.patientsmile-image-container img.img3 {
  margin-top: -120px;
  position: relative;
} */
/* Responsive */
@media (max-width: 768px) {
  .four-values-box {
    height: auto;
  }
  .inner-value-box,
  .about-image-box {
    position: static;
    transform: none;
    margin: 15px auto;
  }
  .service-box img {
    width: 100px;
    margin: auto;
  }
  .service-box .title {
    font-size: 18px;
    color: var(--text-secondary-color);
  }
}

/* end about us */
@media (min-width: 1200px) {
  a.btn.btn-primary.floating-btn {
    right: -70px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .clinical-crew-box {
    min-height: 488px;
  }
  .type-box {
    height: 100%;
  }
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--text-primary-color);
  }
  .about-us-section .col-lg-6 {
    max-width: 570px;
  }
  button.play-video {
    width: 96px;
    height: 96px;
    font-size: 30px;
    margin: auto;
    padding: 0px !important;
  }

  .video-wrap:hover .video-content {
    top: 30%;
  }
  .video-wrap:hover:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.7);
    content: "";
    transition: all 0.3s ease;
    /* z-index: 1; */
  }
  .video-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    color: #fff;
  }
  .video-content h5 {
    font-size: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #fff;
    width: calc(100% - 30px);
    margin: auto;
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .mm-wrapper {
    /* overflow-x: hidden !important; */
    /* overflow: visible !important; */
    overflow-x: hidden !important;
  }
  .nav-pills.flex-column {
    flex-direction: row !important;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    margin-bottom: 20px !important;
  }
  .nav-pills.flex-column button {
    width: 23%;
  }
  .nav-pills.flex-column button {
    width: 23%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    font-size: 16px;
  }
  .nav-pills .nav-link i {
    font-size: 30px;
    position: absolute;
    right: unset;
    top: unset;
    transform: rotate(90deg);
    bottom: -20px;
  }
  .contact-page-box .col-md-8.p-5 {
    padding: 30px 0px !important;
  }
  header.fixed .menu .col-lg-3 {
    display: none;
  }
  .pd-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  button.accordion-button {
    font-size: 17px;
    padding: 15px;
  }
  .membership-box ul {
    max-width: 277px;
    margin: auto;
  }
  .mb-5 {
    margin-bottom: 20px !important;
  }
  .g-5 {
    --bs-gutter-y: 0rem;
  }
  .video-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    bottom: 0%;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    color: #fff;
    border-top: 1px solid #fff;
  }
  button.play-video {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: auto;
    padding: 0px !important;
  }
  .video-content h5 {
    font-size: 20px;
    margin-bottom: 40px;
    /* border-top: 1px solid #fff; */
    width: unset;
    margin: auto;
    padding-top: 0px;
  }
  .home-title {
    font-size: 30px;
    font-weight: 700;
  }
  .f-contact-box {
    margin-bottom: 20px;
  }
  .row.address-row h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .services-section.bg-primary.pd-50 .col-md-6 {
    margin-bottom: 20px;
  }
  .pd-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* .customsearch {
    max-width: 100%;
    margin: auto;
    border-top: 1px dotted;
    margin-top: 20px;
    padding-top: 10px;
  } */
  .customsearch {
    max-width: 100%;
    margin: auto;
    border-top: 1px dotted;
    margin-top: 0px;
    padding-top: 5px;
    border: none;
    padding-bottom: 5px;
    background: rgb(255, 255, 255, 0.1);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .hero-section img.d-block {
    min-height: 300px;
    object-fit: cover;
    object-position: right;
  }
  .hero-section h1 {
    font-size: 1.3rem;
    position: relative;
    max-width: 565px;
  }
  .btn.btn-outline,
  .btn.btn-primary {
    padding: 6px 20px 8px 20px !important;
    font-size: 14px;
  }

  .hero-section h1:before,
  .hero-section h1:after {
    width: 34px;
    height: 52px;
    background-size: contain;
  }
  .eventbar {
    font-size: 12px;
  }
  .eventbar a.btn.btn-secondary {
    font-size: inherit;
    padding: 0px 10px;
  }
  a.d-lg-none.mobile-btn {
    color: var(--text-secondary-color);
    font-size: 22px;
    border: 1px solid var(--text-secondary-color);
    padding: 5px 10px;
    border-radius: 10px;
  }
  .bg-primary-gradient {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .row.address-row.pd-30 {
    background: transparent;
    border-color: transparent;
  }
  footer .col-lg-6 {
    text-align: center;
  }
  footer .f-social-links {
    justify-content: center;
  }
  footer .pd-50 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .copyright {
    margin-top: 0px;
  }
  .row.address-row p {
    font-size: 13px;
    margin: 0;
  }
  footer:after {
    /* top: unset; */
    bottom: 100px;
    opacity: 0.1;
  }

  footer .short-desc {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-us-section img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .sticky-cta .content {
    flex-direction: column;
    gap: 10px;
  }
  .sticky-cta .btns .btn-blue,
  .sticky-cta .btns .btn-call {
    font-size: 14px;
    padding: 6px 23px;
  }
  .sticky-cta {
    width: 300px;
    padding: 0px;
  }
  .sticky-cta .content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .joinchat__button {
    bottom: 160px !important;
    right: 0px !important;
  }
  .sticky-cta .btns {
    margin-left: 0px;
  }
  .sticky-cta .content {
    padding: 6px;
  }
  .inner-title {
    font-size: 1.5rem;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .patientsmile-image-container img.img2 {
    display: none;
  }
  .values-rotation {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 10px auto;
    border-radius: 50%;
    background: #ffe58c;
    overflow: visible;
  }
  .about-content-box.mb-5 {
    text-align: center;
  }
  body p,
  body ul,
  body ol {
    font-size: 14px;
  }
  .services-section {
    margin-top: -107px;
  }
  .hero-section .carousel-caption {
    padding-top: 9%;
  }
  .steps.style-2 .right .list .item .text-box {
    max-height: unset;
    padding-left: 36px;
  }

  .steps .right .list .item .text-box {
    /* max-height: 328px; */
    padding: 18px 36px 18px 18px;
    overflow-y: auto;
  }
  .steps .right .list .item {
    border-radius: 16px;
    border: 1px solid #9a7600;
    background-color: #fffcf3;
    overflow: hidden;
    position: relative;
    top: 0;
  }
}

@media (max-width: 767px) {
  .home-title {
    font-size: 22px;
    font-weight: 700;
  }
}