/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
}
a {
  text-decoration: none;
  color: #b90072;
}
a:hover {
  color: #b90072;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b90072;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #b90072;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}
#topbar.topbar-transparent {
  background: transparent;
}
#topbar.topbar-scrolled {
  top: -50px;
}
#topbar i {
  color: #b90072;
  line-height: 0;
}
#topbar i span {
  color: #fff;
  font-style: normal;
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 50px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 36px;
}
@media (max-width: 992px) {
  #header .logo img {
    max-height: 24px;
  }}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 1.3rem;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #b90072;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: flex;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: #b90072;
  font-weight: bold;
  border-radius: 20px;
  text-transform: uppercase;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #b90072;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h1 {
  color: #b90072;
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 700;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
}
#hero p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 3rem;
  }
  #hero h2 {
    font-size: 1.5rem;
  }
  #hero p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 24px;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  margin: 16px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}
.section-title h2 span {
  color: #b90072;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Smile, Smile2
--------------------------------------------------------------*/
.smile {
  background-color: #b90072;
  text-align: center;
  padding: 16px;
}
.smile .center {
  margin: auto;
  padding: 16px;
}
.smile h2 {
  color: #fff;
}
.smile img {
  max-height: 240px;
}
.smile2 {
  background-color: #b90072;
  text-align: center;
  padding: 16px;
}
.smile2 .center {
  margin: auto;
  padding: 16px;
}
.smile2 h2 {
  color: #fff;
}
.smile2 p {
  color: #fff;
}
.smile2 img {
  max-height: 240px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: white;
  background-image: url(../img/background-about.jpg) !important;
  background-repeat: no-repeat;
  background-color: #fafafa;
  padding: 24px;
}
.about .content {
  padding: 0 80px;
}
.about h2 {
  margin: 15px 0 0 0;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}
.about h2 span {
  color: #b90072;
}
.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}
.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.about .content p {
  font-size: 15px;
  color: #848484;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li + li {
  margin-top: 15px;
}
.about .content ul li {
  position: relative;
  padding-left: 26px;
}
.about .content ul i {
  font-size: 20px;
  color: #b90072;
  position: absolute;
  left: 0;
  top: 2px;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about img {
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .about .content, .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }
  .about .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}
.specials .nav-tabs {
  border: 0;
}
.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 1.3rem;
}
.specials .nav-link:hover {
  color: #b90072;
}
.specials .nav-link.active {
  color: #b90072;
  border-color: #b90072;
}
.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}
.specials .details h2 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #b90072;
}
.specials .details a {
  color: #b90072;
}
.specials .details p {
  color: #777777;
}
.specials .details p:last-child {
  margin-bottom: 0;
}
.specials .margin-auto{
  margin: auto;
}
.specials img {
  max-height: 300px;
}
.specials .btn {
  background-color: #b90072;
  border-color: #b90072;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.specials .details .btn-i {
  color: #fafafa;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
    text-align: center;
  }
  .specials .nav-link.active {
    color: #fff;
    background: #b90072;
  }
  .specials h2 {
    margin-top: 20px;
    text-align: center;
  }
  .specials p {
    margin-top: 20px;
    text-align: center;
  }
  .specials .btn {
    display: flow-root;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 0;
  background-color: #fafafa;
}
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery .btn {
  background-color: #b90072;
  border-color: #b90072;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*--------------------------------------------------------------
# Gallery-new
--------------------------------------------------------------*/
.gallery-new {
  padding-bottom: 0;
  background-color: #fafafa;
}
.gallery-new h2{
  padding: 30px;
}
.gallery-new .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery-new .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery-new .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-new .btn {
  background-color: #b90072;
  border-color: #b90072;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery-new .gallery-new-centar {
  text-align: center;
  padding: 30px;
  margin: 30px;
}
.gallery-new video {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
# Price
--------------------------------------------------------------*/
.price {
  background: url("../img/dental.jpg") center center no-repeat fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 0;
  position: relative;
}
.price::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.price .container {
  position: relative;
  z-index: 10;
}
.price .btn {
  background-color: #b90072;
  border-color: #b90072;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.new-page-table .price-center {
  text-align: center;
  margin: 30px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  padding-bottom: 0px;
}
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.contact .info {
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #b90072;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}
.contact .info:hover i {
  background: #b90072;
  color: #fff;
}
.map {
  display: flex !important;
  height: 480px;
  padding: 0px;
}

.map iframe {
  width: 100vw;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #35322d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer h4 {
  color: #b90072;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer .social-links {
  margin: 0 0 20px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #b90072;;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}

/*--------------------------------------------------------------
# New-page
--------------------------------------------------------------*/
.new-page {
  background: white;
  background-image: url(../img/background-about.jpg) !important;
  background-repeat: no-repeat;
  background-color: #fafafa;
}
.new-page img {
  max-height: 600px;
  border-radius: 20px;
  margin-top: 24px;
}
.new-page .btn {
  background-color: #b90072;
  border: #b90072;
  margin-bottom: 30px;
}
.new-page .content {
  padding: 0 80px;
}
.new-page h2 {
  margin: 16px 0 0 0;
  padding-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}
.new-page h2 span {
  color: #b90072;
}
.new-page .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}
.new-page .content p {
  font-size: 15px;
  color: #848484;
}
.new-page .content ul {
  list-style: none;
  padding: 0;
}
.new-page .content ul li + li {
  margin-top: 15px;
}
.new-page .content ul li {
  position: relative;
  padding-left: 26px;
  color: #848484;
}
.new-page .content ul i {
  font-size: 20px;
  color: #b90072;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 1024px) {
  .new-page .content, .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .new-page .content {
    padding-top: 30px;
  }
  .new-page .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# New-page-table
--------------------------------------------------------------*/
.new-page-table {
  background: white;
  background-image: url(../img/background-about.jpg) !important;
  background-repeat: no-repeat;
  background-color: #fafafa;
}
.new-page-table  .btn {
  background-color: #b90072;
  border: #b90072;
  margin-bottom: 30px
}
.new-page-table a {
  margin: 36px auto;
}
.new-page-table .content {
  padding: 0 80px;
}
.new-page-table h2 {
  margin: 16px 0 0 0;
  padding-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}
.new-page-table h2 span {
  color: #b90072;
}
.new-page-table td span {
  color: #b90072;
}
.new-page-table .content ul {
  list-style: none;
  padding: 0;
}
.new-page-table .content ul li + li {
  margin-top: 15px;
}
.new-page-table .content ul li {
  position: relative;
  padding-left: 26px;
  color: #848484;
}
.new-page-table .content ul i {
  font-size: 20px;
  color: #b90072;
  position: absolute;
  left: 0;
  top: 2px;
}
.new-page-table {
  box-sizing: border-box;
}
.new-page-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.new-page-table th, td {
  text-align: center;
  padding: 8px;
}
.new-page-table th {
  background-color: #b90072;
  color: #f2f2f2;
}
.new-page-table tr:nth-child(even){background-color: #f2f2f2}

/*--------------------------------------------------------------
# Hero2 Section
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 90vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}
#hero2 .carousel-item {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero2 .carousel-item::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero2 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero2 .carousel-content {
  text-align: center;
}
#hero2 h1 {
  color: #b90072;
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 700;
}
#hero2  h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
}
#hero2 p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero2 .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero2 .carousel-inner .carousel-item,
#hero2 .carousel-inner .active.carousel-item-start,
#hero2 .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero2 .carousel-inner .active,
#hero2 .carousel-inner .carousel-item-next.carousel-item-start,
#hero2 .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero2 .carousel-inner .carousel-item-next,
#hero2 .carousel-inner .carousel-item-prev,
#hero2 .carousel-inner .active.carousel-item-start,
#hero2 .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero2 .carousel-control-next-icon, #hero2 .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero2 .carousel-control-next-icon:hover, #hero2 .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero2 .carousel-indicators li {
  cursor: pointer;
}
@media (max-width: 768px) {
  #hero2 h1 {
    font-size: 3rem;
  }
  #hero2 h2 {
    font-size: 1.5rem;
  }
  #hero2 p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  #hero2 p {
    width: 50%;
  }
  #hero2 .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 992px) {
  #hero2 {
    height: 60vh;
  }
  #hero2 .carousel-item {
    height: 60vh;
  }
}

/*--------------------------------------------------------------
# Bold
--------------------------------------------------------------*/
.bold {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Contact2
--------------------------------------------------------------*/
#contact2 {
  margin: 16px 0 0 0;
  padding-bottom: 0px;
}
.contact2 .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.contact2 .info {
  background: #fff;
}
.contact2 .info i {
  font-size: 20px;
  color: #b90072;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact2 .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: "Poppins", sans-serif;
}
.contact2 .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}
.contact2 .info:hover i {
  background: #b90072;
  color: #fff;
}

/*--------------------------------------------------------------
# Phone
--------------------------------------------------------------*/
.phone {
  background-color: #b90072;
  text-align: center;
  padding: 12px;
}
.phone .center {
  margin: auto;
}
.phone a {
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 992px) {
  #phone a {
    font-size: 1.5rem;
  }}