/*
Theme Name: Dent Center
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: #
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

:root {
  --brown: #9A6D5D;
  --light-brown: #C89A55;
  --dark: #5F5F5F;
}

body {
  font-size: 1.7rem;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  color: var(--dark);
}

.sticky_position {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  align-self: flex-start;
}

.d-flex {
  flex-wrap: wrap;
}

.h1,
h1 {
  font-size: 5.6rem;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
}

.h2,
h2 {
  font-size: 3.4rem;
  line-height: 140%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
}

.h3,
h3 {
  font-size: 2.8rem;
  line-height: 140%;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h4,
h4 {
  font-size: 2.1rem;
  line-height: 140%;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h5,
h5 {
  font-size: 2rem;
  line-height: 140%;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h6,
h6 {
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

p {
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 30px;
}

.mb-40{
  margin-bottom: 40px;
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400;
}

.color-grey {
  color: #5F5F5F
}

.color-dark {
  color: #000;
}

.color-brown {
  color: #9A6D5D
}

.color-light-brown {
  color: #C89A55;
}

a {
  color: var(--light-brown);
  font-size: 1.6rem;
  line-height: 150%;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  color: var(--brown);
  transition: 0.3s;
}

ul {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  margin: auto;
}

.container_md {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: auto;
}

a.main_button {
  font-size: 1.6rem;
  line-height: 120%;
  padding: 18px 30px;
  text-decoration: none;
  display: block;
  width: fit-content;
  transition: 0.3s;
  font-weight: 400;
  border-radius: 15px;
}

a.main_button.button_brown_light {
  background: var(--light-brown);
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.main_button.button_brown_light:hover {
  background: var(--brown)
}

.divider-40 {
  height: 4rem;
}

.divider-60 {
  height: 6rem;
}

.divider-80 {
  height: 8rem;
}

.divider-90 {
  height: 9rem;
}

.divider-100 {
  height: 10rem;
}

.divider-120 {
  height: 12rem;
}

.thank_content h1 {
  font-size: 5.7rem;
  line-height: 60px;
  font-weight: 900;
  color: rgba(154, 109, 93, 1)
}

.thank_content p {
  color: rgba(154, 109, 93, 1);
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 34px;
}

.thank_content {
  text-align: center;
  padding: 30px;
  padding-right: 8px;
  padding-bottom: 0;
}

.thank_you_page .container > .d-flex {
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  background: white;
  border-radius: 10px;
}

.thank_content a {
  display: block;
  padding: 16px 12px;
  color: white;
  background: rgba(200, 154, 85, 1);
  border-radius: 10px;
  max-width: 450px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 45px;
}

.thank_content a:hover {
  background: var(--brown)
}

.thank_content img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
}

.thank_map {
  padding-left: 8px;
}

.thank_map iframe {
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.thank_contact_title h2 {
  font-size: 3.8rem;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 10px;
}

.thank_contact_title p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(58, 32, 36, 1);
  margin-bottom: 0;
}

.thank_contacts {
  align-items: flex-end;
  margin-top: 24px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.thank_contact_items {
  margin-bottom: 5px;
  justify-content: space-between;
}

.thank_you_page .box_shadow {
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.contact_item.address img {
  width: 45px;
  height: 45px;
}

.main_menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 25px;
}

.main_menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(154, 109, 93, 1);
  letter-spacing: 1px;
  transition: 0.3s;
  position: relative;
}

.main_menu ul li.current-menu-item a:after {
  content: '';
  background: url('/wp-content/uploads/2025/11/divider-gradient.png');
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}

.main_menu ul.sub-menu {
  background-color: #fff;
  z-index: 999;
  visibility: hidden;
  position: absolute;
  width: 330px;
  opacity: 0;
  transition: .3s;
  margin-top: 0;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 16%);
  display: block;
  padding: 10px 0;
  top: 60px;
}

.main_menu .menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.main_menu ul.sub-menu li {
  padding: 3px 15px;
}

.main_menu ul li a:hover {
  color: var(--light-brown)
}

.main_menu ul li.current_page_item a {
  color: var(--light-brown)
}

.header.active {
  position: sticky;
  width: 100%;
  top: 0;
  transition: transform 0.2s ease, background 0.2s ease;
  background: white;
  z-index: 9999;
}

.logo_site img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

.header_menu .col-md-5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_menu .col-md-5.right_menu {
  justify-content: flex-end
}

.header {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
  padding: 12px 0;
  position: relative;
}

.contact_socials {
  margin-top: 40px;
}

.zaga_img img {
  width: 90%;
  margin-top: 10px
}

.social_bg {
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px 9px 0px 0px;
}

.background_social {
  background: white;
  text-align: center;
  padding: 22px;
  border-radius: 30px 30px 9px 9px;
  margin-top: -35px;
  padding-bottom: 28px;
}

.background_social p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 22px
}

.background_social h6 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 10px
}

.single_social {
  box-shadow: 0 3px 6px #b5b5b5;
  border-radius: 9px;
}

@media (min-width: 768px) {
  .single_social.col-md-4 {
    flex: 0 0 auto;
    width: calc(33.33333333% - 24px);
    margin: 0 12px;
  }
}

.social_btn {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  padding: 10px 15px;
  border-radius: 5px;
  transition: 0.3s
}

.social_btn.fb_btn {
  background-color: rgba(24, 119, 242, 1);
}

.social_btn.fb_btn:hover {
  background-color: #0f66d5;
  color: white;
}

.social_img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-top: -35px;
  background: #fffdf6;
}

.social_btn.insta_btn {
  background: linear-gradient(90deg, #FFA010 0%, #FF0B5D 47.7%, #FD03B2 100%);
}

.social_btn.insta_btn:hover {
  background: linear-gradient(90deg, #FD03B2 0%, #FF0B5D 47.7%, #FFA010 100%);
  color: white;
  transition: 03.s
}

.social_btn.yt_btn {
  background: rgba(255, 2, 10, 1);
}

.social_btn.yt_btn:hover {
  background: #d3050b;
  color: white;
}

.contact_socials {
  margin-bottom: 80px;
}

.page_intro .block_title h1 {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 40px;
  margin-bottom: 10px;
}

.page_intro .block_title p {
  color: #3A2024;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 55px;
}

.section_title p {
  color: #5F5F5F;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.contact_page_c {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.sticky_element {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  padding: 18px;
  position: relative;
  margin-bottom: 12px;
}

.sticky_element a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 13px;
  box-shadow: 0 3px 3px #00000040;
  border-radius: 100%;
}

.sticky_element.phone a {
  padding: 15px
}

.sticky_element:last-child {
  margin-bottom: 0;
}

.sticky_widget {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 9999;
}

.whatsapp.sticky_element {
  background: #25D366;
}

.phone.sticky_element {
  background: var(--brown)
}

.messenger.sticky_element {
  background: #0084FF
}

.hero_bg h1,
.hero_bg p {
  color: white;
}

.hero_bg p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.hero_bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 185px 0 195px;
}

.hero_bg:before {
  content: '';
  background: rgba(154, 109, 93, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page_title {
  position: relative;
}

.gallery_images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.gallery_images img {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.grid_columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.single_case {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: white;
  flex-wrap: wrap;
  box-shadow: 0 3px 6px #8d8d8d;
}

.single_case img {
  width: 50%;
  height: 230px;
  object-fit: cover
}

.single_case img.before {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.single_case img.after {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.adv_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 35px;
}

.single_adv {
  background: rgba(248, 248, 248, 1);
  border-radius: 14px;
  padding: 14px;
}

.single_adv p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.single_adv h6 {
  font-size: 19px;
  line-height: 28px;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.single_adv img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.form_short h2 {
  text-align: left;
  color: #000;
  font-size: 36px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 50px;
}

.form_short form {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.name_col_6,
.phone_col_6 {
  width: calc(50% - 13px);
}

.form_short form input {
  width: 100%;
  border: 1px solid rgba(209, 209, 209, 1);
  border-radius: 10px;
  padding: 14px 20px;
  color: #000;
  font-size: 18px;
}

.form_short form p {
  margin-bottom: 0;
}

.form_short form ::placeholder {
  color: rgba(147, 147, 148, 1);
}

.form_short form .submit_12 {
  width: 100%;
}

.form_short form .submit_12 input {
  width: 100%;
  background: rgba(238, 189, 97, 1);
  font-weight: 600;
  transition: 0.3s;
  border-color: rgba(238, 189, 97, 1);
}

.form_short {
  padding-left: 60px;
}

.form_short form .submit_12 input:hover {
  background: var(--brown);
  color: white;
  border-color: var(--brown);
}

.form_img img {
  height: 330px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  object-position: top center;
}

.submit_12 {
  position: relative;
}

.short_form .d-flex {
  align-items: flex-end;
}

.zaga_content h2 {
  margin-bottom: 30px;
}

.zaga_content {
  padding-left: 70px;
}

.zaga_content a {
  margin-top: 40px;
}

.align-center {
  align-items: center;
}

.dentures_content h6,
.junior_content h6,
.ortho_content h6 {
  font-size: 18px;
  line-height: 28px;
  color: rgba(200, 154, 85, 1);
  font-weight: 500;
  margin: 20px 0;
}

.dentures_content p,
.junior_content p,
.ortho_content p {
  color: #000;
}

.big_btn.main_button {
  background: rgba(238, 189, 97, 1);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 22px 35px;
  color: rgba(58, 32, 36, 1);
  border-radius: 15px;
  display: block;
  margin-top: 40px;
  width: fit-content;
  transition: 0.3s
}

.big_btn.main_button:hover {
  background: var(--brown);
  color: white;
}

.dentures_content .big_btn.main_button,
.ortho_content .big_btn.main_button {
  margin-right: 0;
  margin-left: auto;
}

.dentures_content .big_btn.main_button {
  margin-top: 70px;
}

.home_fixed_dentures,
.junior_section,
.ortho_section {
  background-color: #F8F8F8;
  padding: 40px 0;
}

.ortho_section {
  margin-top: 40px;
}

.ortho_section .big_btn.main_button {
  margin-top: 150px;
  padding: 22px 70px;
}

.junior_section .big_btn.main_button {
  padding: 22px 70px;
}

.dentures_content,
.ortho_content {
  padding-left: 50px
}

.dentures_img {
  background: linear-gradient(180deg, #9A6D5D 0%, #C89A55 100%);
  border-radius: 15px;
  box-shadow: 0px 10px 15px -3px #0000001A;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dentures_img img {
  width: 75%;
  margin: auto;
  text-align: center;
  margin: auto;
  transform: translateY(5px);
}

.steps h2 {
  font-weight: 700;
}

.step_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 32px;
}

.step_items .sinle_step {
  background: #F8F8F8;
  padding: 25px 30px;
  border-radius: 10px;
}

.sinle_step {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
}

.sinle_step p {
  background: white;
  border-radius: 100%;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 100%;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.form_inline.form_short {
  padding-left: 0;
  margin-top: 40px;
}

.form_inline.form_short .name_col_6,
.form_inline.form_short .phone_col_6 {
  width: calc(25% - 24px)
}

.form_inline.form_short .submit_12 {
  width: calc(50% - 16px);
}

.form_inline.form_short form {
  gap: 32px;
}

.junior_content {
  padding-right: 50px;
}

.junior_img,
.ortho_img {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  box-shadow: 0px 10px 15px -3px #0000001A;
}

.step_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.single_step_home img {
  height: 80px;
  width: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

.single_step_home h6 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 14px;
}

.single_step_home p {
  color: #5F5F5F;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.small_button.main_button {
  background: #C89A55;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.small_button.main_button:hover {
  background: var(--brown)
}

.short_form2 h2 {
  font-size: 34px;
}

.short_form2 .form_img img {
  height: 320px;
  object-position: top center;
}

.benefits_content {
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px
}

.benefits_img {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  box-shadow: 0px 10px 15px -3px #0000001A;
}

.benefits_content .small_button.main_button {
  margin-left: 0;
  margin-right: auto;
}

.benefits_content p {
  color: #5F5F5F;
  line-height: 28px;
  margin-top: 24px;
}

.benefits {
  padding: 40px 0;
  background: #F8F8F8;
}

.foto_logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
  align-items: center;
}

.review_icon {
  background: white;
  border-radius: 10px;
  width: 64px;
  height: 64px;
  box-shadow: 0px 4px 6px -1px #0000001A;
  padding: 12px;
}

.fb_reviews .review_icon {
  background: #1877F2
}

.review_numbers {
  font-size: 15px;
  line-height: 24px;
  color: #5F5F5F;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.review_numbers img {
  height: 20px;
  width: auto;
  margin-top: -4px;
}

.review_intro h4 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 8px;
}

.review_title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews_list .col-md-6 {
  border-radius: 16px;
  box-shadow: 0px 10px 15px -3px #0000001A;
  padding: 32px;
  width: calc(50% - 48px);
  margin: 0 24px;
}

.reviews_list {
  margin: 0 -24px;
  margin-top: 40px;
}

.review_title,
.single_review {
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.client_image img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.client_name h6 {
  color: var(--brown);
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
}

.client_name p {
  margin-bottom: 0;
  font-size: 13px;
  color: #5F5F5F;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.client_name p img {
  height: 16px;
  width: auto;
  margin-top: -2px
}

.client_review {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.review_text {
  font-size: 15px;
  line-height: 26px;
  color: #5F5F5F;
  margin-bottom: 0;
}

.view_more a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #4285F4;
  transition: 0.3s;
}

.view_more a:hover {
  color: #2066d9;
}

.view_more a img {
  width: 16px;
  height: 16px;
}

.footer_contactf input {
  width: 100%;
  border: 1px solid rgba(208, 208, 207, 1);
  background: rgba(235, 235, 235, 1);
  border-radius: 10px;
  padding: 15px 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 16px;
}

.footer_contactf ::placeholder {
  color: rgba(118, 118, 118, 0.5)
}

.footer_contactf .wpcf7-list-item input {
  width: auto;
  margin-top: 2px
}

.footer_contactf .wpcf7-list-item {
  margin-left: 0;
}

.footer_contactf .wpcf7-list-item a {
  font-size: 11px;
  line-height: 16px;
  display: block;
}

.footer_contactf .wpcf7-list-item label {
  font-size: 11px;
  line-height: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer_contactf .wpcf7-submit {
  background: rgba(200, 154, 85, 1);
  padding: 15px 12px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  line-height: 20px;
  letter-spacing: 1px;
  border: 0;
  margin-top: 24px;
  transition: 0.3s;
  margin-bottom: 0;
}

.footer_contactf form p {
  margin-bottom: 0;
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 15px;
}

.footer_contactf .wpcf7-submit:hover {
  background: var(--brown)
}

.form_intro {
  background-color: rgba(154, 109, 93, 1);
  color: white;
  text-align: center;
  padding: 18px 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cf7_footer {
  background: white;
  padding: 32px 16px;
  border-bottom-left-radius: 10px;
}

.footer_form .d-flex {
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 10px
}

.footer_contactf {
  padding-right: 8px;
}

.footer_map {
  padding-left: 8px;
}

.footer_map iframe {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
}

.form_intro h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
}

.form_intro p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.contact_item img {
  width: 50px;
  height: 50px;
  margin-right: 10px
}

.contact_text h6 {
  font-size: 1.8rem;
  line-height: 25px;
  font-weight: 400;
  color: rgba(154, 109, 93, 1);
}

.contact_text p {
  color: rgba(58, 32, 36, 1);
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.3s
}

.contact_item:hover p {
  color: var(--light-brown)
}

.contact_item {
  position: relative;
}

.contact_item a {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.contact_item {
  justify-content: center;
}

.footer_contacts .block_title h2 {
  font-size: 3.8rem;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 10px;
}

.footer_contacts .block_title p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(58, 32, 36, 1);
  margin-bottom: 34px;
}

footer {
  background: var(--light-brown);
  padding-top: 80px;
  margin-top: 40px;
}

footer h4 {
  color: white;
  font-size: 2.2rem;
  line-height: 32px;
}

footer p,
footer p a {
  color: rgba(255, 255, 255, 0.8);
}

.footer_col1 p {
  margin: 30px 0;
  font-size: 1.5rem;
  line-height: 26px;
}

.footer_socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer_socials img {
  width: 48px;
  height: 48px;
}

.copyright p,
.copyright a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  transition: 0.3s
}

.copyright a:hover {
  color: #fff;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0;
}

.main_footer {
  margin-bottom: 80px;
}

.copyright .d-flex {
  align-items: center;
  justify-content: space-between;
}

.copy_links a:first-child {
  margin-right: 20px
}

.footer_col3 p {
  margin-bottom: 15px;
  font-size: 2rem;
  line-height: 140%;
  font-weight: 400;
}

.footer_col3 img {
  border-radius: 10px;
  padding: 10px;
  background: white;
  height: 120px;
  object-fit: contain;
}

.footer_col2 ul {
  list-style: none;
  padding-left: 0;
}

.footer_col2 ul li,
.footer_col2 ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 24px;
}

.footer_col2 ul li a:hover {
  color: #fff;
}

.footer_col2 ul li {
  margin-bottom: 15px
}

.footer_col2 h4 {
  margin-bottom: 28px;
  font-size: 19px;
  line-height: 28px;
}

.footer_col1 {
  padding-right: 50px;
}

.footer_col3 {
  padding-left: 50px;
}

.faq_answer {
  display: none;
}

.faq_item.active .faq_answer {
  display: block;
}

.faq-1 {
  padding-right: 35px
}

.faq-2 {
  padding-left: 35px
}

.faq_item {
  border-bottom: 1px solid #0000001A;
  border-radius: 0 0px 10px 10px;
}

.faq_grid {
  margin-top: 50px;
}

.faq_question {
  font-size: 18px;
  font-weight: 900;
  color: var(--brown);
  line-height: 28px;
  padding: 21px 24px;
}

.faq_question:hover {
  cursor: pointer;
}

.faq_item.active .faq_question {
  color: var(--light-brown)
}

.faq_answer p {
  padding: 0 24px;
  font-size: 15px;
  line-height: 24px;
}

.review_style1_bg,
.review_style2_bg {
  border-radius: 10px;
}

.review_content {
  color: white;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 20px
}

.review_style2 .review_content {
  padding-right: 0;
  padding-left: 40px;
}

.review_content h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 40px;
}

.review_content p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 40px;
  padding-right: 90px;
}

.reviews_photos {
  gap: 30px;
}

.reviews_photos .col-md-4 {
  flex: 0 0 auto;
  width: calc(33.33333333% - 20px);
}

.reviews_photos img {
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.review_content .col-md-4 p {
  padding-right: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  font-style: normal;
}

.p3 a {
  background: #EEBD61;
  color: #3A2024;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  border-radius: 10px;
  padding: 18px 10px;
  transition: 0.3s;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 22px;
}

.p3 a:hover {
  background: #dfac4c;
  color: white;
}

.review_image {
  display: flex;
  align-items: flex-end;
}

.member_img .member_photo {
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}

.single_member {
  border-radius: 8px;
  background: #D9D9D9;
  padding: 18px;
}

.team_section .container {
  position: relative;
}

.team_members {
  margin: 0 80px;
  margin-top: 40px;
}

.member_img p {
  margin-bottom: 0;
  position: absolute;
  bottom: 8px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  color: white;
  background: #C89A5580;
  width: calc(100% - 16px);
  border-radius: 3px;
  left: 8px;
  padding: 10px;
  padding-left: 40px;
}

.member_img p:before {
  content: '';
  background: url('/wp-content/uploads/2025/11/certificate.svg');
  width: 18px;
  height: 18px;
  position: absolute;
  left: 8px;
}

.member_img {
  position: relative;
}

.member_desc p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 19px;
}

.member_desc {
  margin-top: 15px;
  min-height: 65px;
}

.member_desc h5 {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 5px;
}

.team_section .swiper-button-next,
.team_section .swiper-button-prev {
  width: 34px;
  height: 34px;
  top: 58%
}

.team_section .swiper-button-next:after {
  content: '';
  background: url('/wp-content/uploads/2025/11/next.svg');
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.team_section .swiper-button-prev:after {
  content: '';
  background: url('/wp-content/uploads/2025/11/prev.svg');
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero_slider {
  height: 600px;
  object-fit: cover;
  display: flex;
  align-items: center;
}

.single_hero_slide.slide2 {
  position: relative;
}

.single_hero_slide.slide2:before {
  content: '';
  background: #ffffff;
  background: linear-gradient(60deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 1) 20%, rgb(255 255 255 / 0%) 60%, rgba(237, 221, 83, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero_slider .single_hero_slide img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero_home .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1300px;
  z-index: 9;
}

.hero_home {
  position: relative;
}

.hero_intro .h1 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 300;
  margin-bottom: 15px;
}

.hero_intro .h1 span {
  font-weight: 900;
}

.hero_intro h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 9px;
}

.hero_intro p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  color: #5F5F5F;
  margin-bottom: 40px;
}

.hero_intro {
  max-width: 50%
}

.hero_intro a.main_button {
  padding: 18px 40px;
}

.divider_hero {
  background: url('/wp-content/uploads/2025/11/divider-gradient.png');
  width: 100%;
  height: 2px;
  background-position: center;
  background-size: cover;
}

.laser_section {
  background: var(--brown);
}

.laser_content {
  color: white;
  padding: 90px 0;
  padding-left: 120px;
}

.laser_content h2 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}

.laser_content p {
  font-weight: 300;
  margin-bottom: 0;
}

.laser_content p strong {
  font-weight: 900;
}

.laser_section .laser_button {
  background-size: cover!important;
  background-position: right top!important;
  display: flex;
  align-items: center;
}

.laser_section .laser_button a {
  margin-top: 60px;
  margin-left: 50px;
  letter-spacing: 2px;
  padding: 18px 40px;
}

.laser_section .laser_button a:hover {
  background: #dfac4c;
  color: white;
}

.content_services {
  position: relative;
}

.content_services .service_img {
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.content_services:before {
  content: '';
  background: linear-gradient(180deg, rgba(154, 109, 93, 0) 0%, rgba(154, 109, 93, 0.32) 50.69%, rgba(154, 109, 93, 0.4) 100%);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.content_services h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  border-radius: 3px;
  color: white;
  position: absolute;
  left: 8px;
  width: calc(100% - 16px);
  top: 8px;
  background: #C89A5580;
  text-align: center;
  padding: 10px 5px
}

.service_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.services_slider_wrapper {
  position: relative;
  overflow: hidden;
}

.blur_left,
.blur_right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  height: 140%;
  z-index: 50;
  pointer-events: none;
  filter: blur(18px);
}

.blur_left {
  left: -50px;
  background: linear-gradient(
          to right,
          rgb(255, 255, 255) 0%,
          rgb(255, 255, 255) 40%,
          rgba(255, 255, 255, 0.34) 100%
  );
}

.blur_right {
  right: -50px;
  background: linear-gradient(
          to left,
          rgb(255, 255, 255) 0%,
          rgb(255, 255, 255) 40%,
          rgba(255, 255, 255, 0.34) 100%
  );
}



.services_slider {
  margin-top: 30px;
}

.services_slider .swiper-wrapper{
  transition-timing-function: linear !important;
}

.video-layout {
  background: #D9D9D9;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.main-video {
  flex: 2;
  position: relative;
}

.main-video iframe {
  width: 100%;
  height: 480px;
  margin-bottom: -8px;
}

.related-videos {
  flex: 1;
  overflow-y: auto;
  max-height: 480px;
}

.related-videos ul {
  list-style: none;
  padding: 0;
}

.related-videos ul li {
  display: flex;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #939393
}

.related-videos ul li.active {
  background-color: #b5b5b5;
  border-bottom: 1px solid #939393;
  font-weight: 400;
}

.related-videos ul li img {
  width: 55px;
  height: 42px;
  object-fit: cover;
  margin-right: 20px;
}

.related-videos h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.related-videos ul li.active h3 {
  color: #000;
}

.faq_video .video-layout,
.happy_clients .video-layout {
  margin-top: 40px
}

.team-pagination-bullets {
  text-align: center;
  margin-top: 15px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  background: var(--brown);
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--light-brown)
}

.review_style2 .review_image img {
  height: 470px;
  object-fit: contain;
}

.grid_why {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 32px;
  margin-top: 40px;
}

.why_single {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 36px 50px;
  text-align: center;
}

.why_icon {
  background: white;
  border-radius: 100%;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.why_icon img {
  width: 48px;
  height: 48px;
}

.why_single h6 {
  font-weight: 900;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 12px
}

.why_single p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  color: #5F5F5F;
}

.whom_content p {
  margin-bottom: 0;
  font-weight: 300;
  padding: 38px 10px
}

.single_whom {
  border-radius: 10px;
  box-shadow: 0px 10px 15px -3px #0000001A;
  margin-bottom: 20px;
}

.whom_img {
  background-position: center;
  background-size: cover;
  border-radius: 10px 0 0 10px
}

.for_whom .section_title {
  margin-bottom: 40px
}

.for_whom .single_whom.whom2 .whom_img,
.for_whom .single_whom.whom4 .whom_img {
  border-radius: 0px 10px 10px 0
}

.what_is {
  border-radius: 10px;
  background: #C89A55;
  color: white;
  margin-bottom: 30px;
  margin-top: 40px;
}

.what_is .what_content {
  padding: 30px 36px;
}

.what_content p:last-child {
  margin-bottom: 0;
}

.what_content {
  font-weight: 300;
  line-height: 25px;
}

.testimonials_video_dentures .section_title {
  margin-bottom: 40px
}

.what_img {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.testimonials_cta {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
}

.testimonials_cta h2 {
  color: var(--brown);
  font-weight: 400;
  margin-bottom: 0;
}

.testimonials_cta .big_btn.main_button {
  display: block;
  width: 450px;
  text-align: center;
  margin-top: 0;
}

.grid_packages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.single_package {
  box-shadow: 0px 10px 15px -3px #0000001A;
}

.single_package h2 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  background: var(--brown);
  border-radius: 10px 10px 0 0;
  padding: 12px 24px;
}

.single_package:nth-child(3) h2,
.single_package:nth-child(4) h2 {
  background: #C89A55
}

.package_img img {
  background: #5F5F5F;
  border-radius: 0 0 10px 10px;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.package_img {
  position: relative;
}

.package_price p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  background: white;
  color: #5F5F5F;
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 25px;
  border-radius: 10px 0px 0 10px;
  width: 175px;
}

.package_price {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
}

.package_price a {
  background: #9A6D5D;
  color: white;
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 25px;
  border-radius: 0 10px 10px 0;
  width: calc(100% - 175px);
  text-align: center;
  transition: 0.3s;
  padding-left: 0
}

.package_price a:hover {
  background: #C89A55;
}

.package_price a span {
  position: relative;
}

.package_price a span:before {
  content: '';
  background: url('/wp-content/uploads/2025/11/arrow-right.svg');right: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: cover;
  right: -30px;
  top: 3px;
}

.single_package:nth-child(3) .package_price a,
.single_package:nth-child(4) .package_price a {
  background: #C89A55;
}

.single_package:nth-child(3) .package_price a:hover,
.single_package:nth-child(4) .package_price a:hover {
  background: var(--brown);
}

.mb-4 {
  margin-bottom: 40px!important
}

.single_ba img {
  height: 230px;
  object-fit: cover;
}

.before_img {
  border-radius: 10px 0 0 10px;
}

.after_img {
  border-radius: 0px 10px 10px 0px;
}

.single_ba {
  border-radius: 10px;
  box-shadow: 0px 5px 10px #00000033;
  flex: 0 0 auto;
  width: calc(50% - 8px);
}

.gap_px {
  gap: 16px;
}

.single_ba_cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #EEBD61;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  border-radius: 10px;
  transition: 0.3s
}

.single_ba_cta a:hover {
  background: var(--brown);
  color: white;
}

.dentures_hero_content h1 {
  font-size: 58px;
  font-weight: 900;
  line-height: 64px;
  color: white;
}

.dentures_hero_content h1 span {
  color: #EEBD61
}

.dentures_hero_content h2 {
  font-size: 19px;
  line-height: 32px;
  font-weight: 400;
  color: white;
  margin-top: 25px;
  margin-bottom: 40px;
}

.zaga_dentures img {
  height: 120px;
  object-fit: cover;
  width: auto;
  padding: 10px;
  border-radius: 10px;
  background: white;
  border-radius: 10px;
}

.zaga_dentures p {
  width: 400px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
  color: white;
}

.zaga_dentures {
  align-items: center;
  gap: 22px;
  margin-top: 60px;
}

.dentures_hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 60px;
  position: relative;
}

.dentures_hero:before {
  content: '';
  background: linear-gradient(90deg, rgba(154, 109, 93, 0.9) 0%, rgba(154, 109, 93, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dentures_hero .container {
  position: relative;
}

.price-page .section_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.price-page .button a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #F1F1F1;
  padding: 14px 40px;
  background: var(--light-brown);
  border-radius: 10px;
  padding-right: 70px
}

.price-page .button a:hover {
  background: var(--brown)
}

.price-page .services_slider {
  margin-top: 50px
}

.price-page .button a span {
  position: relative;
}

.price-page .button a span:before {
  content: '';
  background: url('/wp-content/uploads/2025/11/arrow-right.svg');
  right: 0;
  position: absolute;
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: cover;
  right: -24px;
  top: 4px;
  transform: rotate(90deg);
}

.prices_table h2 span {
  font-weight: 300;
}

.single_price_table h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  color: #9A6D5D;
  text-transform: uppercase;
  border-bottom: 2px solid var(--brown);
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.price_list {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 25px;
}

.price_list p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
  color: #5F5F5F;
}

.price_list .price_mdl {
  width: 150px;
  text-align: right;
}

.price_list .price_title {
  width: calc(100% - 150px);
}

.single_price_table {
  margin-bottom: 50px;
}

.prices_table .color-brown {
  margin-bottom: 60px;
  padding-left: 25px;
}

.service_content .d-flex,
.single_serv {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.mt--8 {
  margin-top: -12px;
}

.service_content .d-flex:after,
.single_serv:after {
  content: '';
  background: url('/wp-content/uploads/2025/11/divider-gradient.png');
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.single_service_content h2 {
  position: relative;
  padding-left: 20px;
  font-weight: 900!important;
  color: #5f5f5f!important;
  margin-bottom: 10px;
}

.single_service_content h2:before {
  width: 6px;
  height: 100%;
  background: var(--brown);
  position: absolute;
  left: 0;
  top: 0;
  content: ''
}

.single_service_content h3 {
  color: var(--brown);
  margin-top: 40px;
  margin-bottom: 10px
}

.single_service_content h3 strong,
.single_service_content h2 strong {
  font-weight: 900;
}

.single_service_content h5 {
  color: var(--brown);
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.page-id-769 .single_service_content img {
  width: auto;
}

.single_service_content .doctor img {
  width: 200px;
  border-radius: 100%;
  margin-top: 10px;
}

.single_service_content .wp-block-quote p {
  font-weight: 600;
  font-size: 18px;
  margin-top: 40px;
}

.single_service_content p {
  margin-bottom: 15px;
}

.single_service_content ul {
  margin-top: -2px;
  margin-bottom: 20px;
}

.single_service_content ul li {
  margin-bottom: 5px;
  font-size: 16px;
}

.feature_img img {
  width: auto;
  height: auto;
  height: 400px;
  object-fit: cover;
  margin-bottom: 40px;
}

.single_serv a {
  margin-right: 0;
  margin-left: auto;
}

.single_serv h2 {
  margin-bottom: 20px;
}

.service_text h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #9A6D5D;
  margin-bottom: 20px;
  text-transform: uppercase;
  scroll-margin-top: 120px;
}

.service_text {
  padding-right: 270px;
}

.service_icon img {
  height: 80px;
  object-fit: contain;
}

.content_service p:last-child {
  margin-bottom: 0;
}

.content_service p,
.content_service li {
  font-weight: 300;
  color: #5F5F5F;
  font-size: 16px;
  line-height: 25px;
}

.content_service p {
  margin-bottom: 10px;
}

.content_service ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px
}

.content_service ul li {
  position: relative;
  padding-left: 22px;
  margin: 5px;
}

.content_service ul li:before {
  width: 10px;
  height: 10px;
  position: absolute;
  content: '';
  background-color: #E3B676;
  border-radius: 100%;
  left: 0;
  top: 7px;
}

.content_service ul li strong {
  font-style: italic;
}

.content_service blockquote {
  position: relative;
  font-style: italic;
  margin-bottom: 30px;
  padding-top: 65px;
}

.content_service blockquote:after {
  content: '"';
  color: #EBEBEB;
  font-size: 100px;
  font-weight: 900;
  top: 34px;
  position: absolute;
  left: -10px;
}

.content_service blockquote:before {
  content: '"';
  color: #EBEBEB;
  font-size: 100px;
  font-weight: 900;
  bottom: -10px;
  position: absolute;
  right: -70px;
}

.content_service img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}

.content_service h4 {
  font-size: 20px;
  line-height: 30px;
  color: #5F5F5F;
}

.service_content .container {
  padding-left: 60px;
  padding-right: 60px;
}

.turism_content .container {
  max-width: 1100px;
}

.turism_content .container img {
  margin-bottom: 20px
}

.divider_img img,
.page_hero img {
  width: 100%;
  height: 2px;
  object-fit: cover;
}

.hero_junior img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 30% center;
}

.junior_content_intro {
  padding-left: 70px;
  margin-top: 20px;
}

.junior_content_intro p {
  margin-bottom: 20px;
}

.junior_content_intro h6 {
  text-transform: uppercase;
  color: #c89a55;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px
}

.junior_content_intro h6 strong {
  font-weight: 900;
}

.for_img img,
.why_img img {
  border-radius: 10px;
  box-shadow: 0px 10px 15px -3px #0000001A;
}

.for_content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.for_content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #5f5f5f
}

.for_content ul li:before {
  width: 10px;
  height: 10px;
  position: absolute;
  content: '';
  background-color: #E3B676;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.for_content {
  padding-right: 70px;
}

.for_why .d-flex {
  align-items: center;
}

.for_why {
  background: #F8F8F8;
  padding: 50px 0;
}

.grid_junior {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.single_junior_service {
  border-radius: 10px;
  padding: 30px;
  background: #F8F8F8;
  text-align: center;
  position: relative;
}

.single_junior_service img {
  height: 70px;
  object-fit: cover;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}

.single_junior_service h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  transition: 0.3s
}

section.prices_table {
  scroll-margin-top: 120px;
}

.page-template-default .divider_img {
  margin-top: -13px;
}

.single_junior_service p {
  margin-bottom: 0;
}

.juniot_services a {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.single_junior_service a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.price_title b {
  color: #FF0000;
}

.single_junior_service:hover h2 {
  color: var(--light-brown)
}

.service_content .divider_img {
  height: 2px;
  object-fit: cover;
  margin-bottom: 40px;
  margin-top: 80px;
}

.service_content .service_text {
  padding-right: 120px
}

.why_content h3 {
  margin-bottom: 30px;
}

.why_content {
  padding-left: 50px;
}

.why_content p {
  margin-bottom: 20px;
}

.why_choose .d-flex {
  align-items: center;
}

.page_hero h1 {
  font-size: 44px;
  line-height: 140%;
}

.page_hero {
  padding: 40px 0;
  background: #F8F8F8
}

.page_content h2 {
  color: var(--brown);
  margin-bottom: 10px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.page_content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page_content ul li {
  position: relative;
  list-style: none;
  padding-left: 24px;
}

.page_content ul li:before {
  width: 10px;
  height: 10px;
  position: absolute;
  content: '';
  background-color: #E3B676;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.not_found_page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
  background: #f7f7f7;
}

.not_content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
}

.text_not span {
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  color: #c89a55;
  display: inline-block;
  animation: floating 3s ease-in-out infinite;
}

.not_content h1 {
  font-size: 42px;
  margin-top: 20px;
  font-weight: 700;
  color: #222;
}

.not_content p {
  font-size: 18px;
  margin-top: 10px;
  color: #555;
}

.button_cta {
  margin-top: 35px;
}

.btn_red {
  background: #c89a55;
  padding: 14px 32px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn_red:hover {
  background: #c89a55;
  color: white;
  transform: translateY(-2px);
}

/* ANIMAȚIE NUMĂR 404 */
@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .text_not span {
    font-size: 110px;
  }

  .not_content h1 {
    font-size: 32px;
  }

  .not_content p {
    font-size: 16px;
  }
}


/* Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 50px;
    border: 1px solid #888;
    border-radius: 8px;
    width: 80%;
    max-width: 760px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s;
}

.modal-content .close {
    color: white;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background: #9a6d5d;
    position: absolute;
    right: -19px;
    top: -17px;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}


.modal-content input,
.modal-content textarea {
    border-color: #ccc
}

.modal-content textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
}

.modal-content .form_short {
  padding-left: 0;
  margin-top: 30px;
}

.mobile__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile__nav.active {
  right: 0;
  z-index: 9999;
}

.mobile__nav__inner {
  padding: 40px 20px;
  padding-top: 80px;
}

.close__mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu {
  list-style: none;
  padding: 0;
}

.mobile-menu li {
  margin-bottom: 15px;
}

.mobile-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}

.mobile-menu .current_page_item a {
  color: var(--light-brown)
}

.logo_site {
  display: flex;
  justify-content: center;
  transform: translateX(20px);
}

.sub-menu li a:after {
  display: none!important
}

.main_menu ul li.current_page_item .sub-menu li a {
  color: var(--brown)
}

.page-template-about-us .team_section .container {
  padding: 0;
}

.about_content h2 {
  color: var(--brown);
  margin-top: 40px;
  margin-bottom: 10px
}

.about_content .zaga_about h2 {
  margin-top: 0
}

.about_content .zaga_about .zaga_img img {
  width: 80%;
  margin-top: 10px
}

.about_content .zaga_about {
  margin-top: 60px
}

.about_content p {
  margin-bottom: 20px;
}

@media (min-width: 1201px) {
  .mobile__menu {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .header_menu .col-md-5  {
    display: none;
  }
  .logo_site {
    justify-content: flex-start;
    transform: translateX(0px);
  }
  .sub-menu {
    display: none;
  }
  .mobile__menu {
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    background: #c89a55;
    left: auto;
    right: 15px;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile__menu span {
    height: 2px;
    width: 20px;
    position: absolute;
    margin-left: 7px;
    margin-bottom: 1px;
    top: 12px;
    border-radius: 0;
    transition: .5s;
    background: white;
  }
  .mobile__menu span:nth-child(2) {
    top: 21px;
  }
  .header_icons {
    position: relative;
    padding-right: 52px;
    margin-top: -8px;
  }
  .menu__primary {
    display: none;
  }
  .header_menu > .d-flex {
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .mob_machet {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .header {
    padding: 12px 0;
  }
  .col-md-5.col-12.dentures_hero_img {
    display: none;
  }
  .zaga_dentures {
    margin-top: 0!important;
    margin-bottom: 30px
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .member_desc {
    min-height: 52px;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .zaga_about .col-12 {
    width: 100%;
  }
  .page-template-default footer {
    margin-top: 0;
    padding-top: 50px;
  }
  .about_content .zaga_about .zaga_img img {
    width: 50%;
  }
  .page_hero h1 {
    font-size: 36px;
  }
  .mobile__nav {
    width: 50%;
  }
  .footer_col1 {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .footer_col1 p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer h4 {
    font-size: 2.6rem;
  }
  .footer_socials {
    justify-content: center;
    margin-bottom: 30px
  }
  .footer_col2 {
    width: 100%;
  }
  .footer_col3 {
    padding-left: 0;
    display: flex;
    width: 100%;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
  }
  .footer_col3 p {
    margin-bottom: 0;
  }
  .main_footer {
    margin-bottom: 50px;
  }
  .page_content ul li {
    margin-bottom: 5px;
  }
  .header {
    padding: 6px 0;
  }
  .col-md-2.logo_site {
    width: 24%;
  }
  .hero_home .container {
    width: 100%;
  }
  .hero_intro {
    max-width: 80%;
  }
  .hero_slider .single_hero_slide:before {
    content: '';
    background: #ffffffd1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .hero_slider .single_hero_slide img {
    object-position: 70% 0;
  }
  .hero_intro .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .zaga_center .col-md-6 {
    width: 100%;
    text-align: center;
  }
  .zaga_img img {
    width: 40%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .zaga_content {
    text-align: center;
    padding-left: 0
  }
  .h2, h2 {
    font-size: 3rem;
  }
  p {
    margin-bottom: 15px;
  }
  .zaga_content h2 {
    margin-bottom: 20px;
  }
  .zaga_content a.main_button.button_brown_light {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .laser_content {
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content_services .service_img {
    height: 320px;
  }
  .blur_left, .blur_right {
    display: none;
  }
  .dentures_content,
  .ortho_content {
    padding-left: 20px;
  }
  .dentures_content .big_btn.main_button {
    margin-top: 40px;
    margin-left: 0;
  }
  .big_btn.main_button {
    font-size: 18px;
    padding: 18px;
  }
  .review_image,
  .review_content {
    width: 100%;
  }
  .review_image img {
    width: 50%;
  }
  .review_image {
    justify-content: center;
    border-bottom: 1px solid var(--light-brown)
  }
  .review_content {
    padding-left: 15px;
    text-align: center;
  }
  .review_content h6 {
    margin-bottom: 10px;
  }
  .review_content p {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .gallery_images,
  .step_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .form_inline.form_short form {
    gap: 12px;
  }
  .form_inline.form_short .name_col_6,
  .form_inline.form_short .phone_col_6 {
    width: calc(27% - 19px);
  }
  .form_short {
    padding-left: 20px;
  }
  .benefits_content {
    padding: 0px;
    padding-left: 20px;
  }
  .benefits_content .small_button.main_button {
    margin-top: 20px;
  }
  .benefits_content p {
    margin-top: 10px;
  }
  .team_members {
    margin: 0 50px;
    margin-top: 30px;
  }
  .reviews_list .col-md-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 15px;
  }
  .reviews_list {
    margin: 0;
    margin-top: 30px;
  }
  .form_short h2 {
    font-size: 30px;
  }
  .faq-1 {
    padding-right: 10px;
  }
  .faq-2 {
    padding-left: 10px
  }
  .faq_question {
    padding-left: 12px;
    padding-right: 12px;;
  }
  .hero_slider {
    height: 450px;
  }
  .faq_answer p {
    padding-left: 0;
  }
  .dentures_hero_content,
  .dentures_hero_img {
    width: 100%;
  }
  .dentures_hero_content h1 br,
  .dentures_hero_content h2 br {
    display: none;
  }
  .dentures_hero_content h1 {
    font-size: 48px;
  }
  .dentures_hero_content {
    text-align: center;
  }
  .dentures_hero_content h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .dentures_hero_content a {
    margin-left: auto;
    margin-right: auto;
  }
  .zaga_dentures {
    justify-content: center;
    margin-top: 40px
  }
  .zaga_dentures p {
    text-align: left;
  }
  .dentures_hero_img img {
    width: 50%;
  }
  .dentures_hero_img {
    text-align: center;
    margin-top: 30px;
  }
  .dentures_hero {
    padding-bottom: 20px;
  }
  .grid_why {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .why_single {
    padding: 25px;
  }
  .what_is .what_content {
    padding-right: 0px;
  }
  .divider-90 {
    height: 8rem;
  }
  .grid_packages {
    gap: 14px;
  }
  .single_package h2 {
    padding: 12px;
  }
  .package_price p {
    padding: 10px 15px;
    width: 130px;
    font-size: 16px;
  }
  .package_price {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .package_price a {
    width: calc(100% - 130px);
    font-size: 16px;
    padding: 10px 15px;
  }
  .package_price a span:before {
    display: none;
  }
  .review_style2_bg {
    flex-direction: column-reverse;
  }
  .review_style2 .review_image img {
    height: 320px;
    object-fit: contain;
    object-position: bottom;
  }
  .review_style2 .review_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-content {
    padding: 50px 30px;
  }
  .mb-4 {
    margin-bottom: 30px !important;
  }
  .single_ba img,
  .single_case img {
    height: 150px;
  }
  .adv_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .hero_bg {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .h1, h1 {
    font-size: 4.2rem;
  }
  .hero_junior img {
    height: 330px;
  }
  .junior_intro .d-flex .col-md-4,
  .junior_intro .d-flex .col-md-8,
  .why_choose .col-md-6,
  .for_why .col-md-6 {
    width: 100%;
  }
  .junior_img_intro {
    text-align: center;
  }
  .junior_img_intro img {
    width: 30%;
  }
  .junior_content_intro {
    padding-left: 0;
    text-align: center;
  }
  .for_content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .service_content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service_content .service_text {
    padding-right: 40px
  }
  .why_content {
    padding-left: 0;
    margin-top: 40px;
  }
  .package_img img {
    height: 270px;
  }
  .single_serv a {
    margin-top: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .hero_home .container,
  .container {
    max-width: 100%;
    width: 100%;
  }
  .member_img .member_photo {
    height: 400px;
  }
  .zaga_dentures p {
    font-size: 18px;
    width: 330px;
  }
  .footer_col3 p {
    font-size: 18px;
  }
  .footer_col3 {
    padding-left: 25px;
  }
  .main_footer {
    margin-bottom: 50px;
  }
  .review_style2 .review_image img {
    height: 390px
  }
  .reviews_list {
    margin-left: 0;
    margin-right: 0;
  }
  .reviews_list .col-md-6 {
    width: calc(50% - 10px);
    margin: 0px 5px;
  }
  .why_single {
    padding: 30px 15px;
  }
  .package_img img {
    height: 340px;
  }
  .single_package h2 {
    padding: 12px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .about_content h2 {
    margin-top: 30px;
  }
  .zaga_img img {
    width: 70%;
    margin-top: 0px
  }
  .step_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 24px;
  }
  .step_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .single_step_home h6 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .single_step_home p {
    line-height: 24px;
  }
  .single_step_home img {
    height: 70px;
  }
  .benefits_content {
    padding-left: 0;
    padding-top: 0;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 0;
  }
  .benefits_img {
    height: 250px;
  }
  .benefits_content p {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .small_button.main_button {
    margin-top: 30px;
  }
  .page_intro .block_title h1 {
    font-size: 3.2rem
  }
  .contact_item {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .page_intro .block_title p {
    margin-bottom: 30px;
  }
  .footer_map {
    padding-left: 0px;
  }
  .footer_map iframe {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 260px;
    margin-bottom: -8px
  }
  .footer_contactf {
    padding-right: 0px;
  }
  .form_intro h2 {
    font-size: 26px;
    margin-bottom: 10px
  }
  .contact_page_c {
    padding-bottom: 0
  }
  .background_social h6 {
    line-height: 130%;
  }
  .contact_socials .d-flex {
    row-gap: 20px
  }
  .footer_col1 p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer_col1 {
    padding-right: 0px;
  }
  footer h4 {
    font-size: 3rem
  }
  .footer_col2 {
    margin-top: 40px;
    row-gap: 30px
  }
  .footer_col2 h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .footer_col2 ul li {
    margin-bottom: 5px;
  }
  .footer_col3 {
    padding-left: 0;
    margin-top: 30px;
  }
  .footer_col3 p {
    font-size: 1.8rem;
  }
  .main_footer {
    margin-bottom: 50px;
  }
  footer {
    padding-top: 50px
  }
  .copyright .d-flex {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .copy_links {
    margin-bottom: 10px;
  }
  .copyright {
    padding: 12px 0 16px
  }
  .sticky_widget {
    bottom: 90px;
    right: 5px;
  }
  .hero_home .container {
    left: 0;
    width: 100%;
    transform: translate(0, -53%);
  }
  .hero_intro .h1 {
    font-size: 34px;
    line-height: 46px;
  }
  .hero_intro h3 {
    font-size: 18px;
    letter-spacing: 5px;
  }
  .hero_intro p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .hero_intro p br {
    display: none;
  }
  .hero_slider {
    height: 470px;
    position: relative;
  }
  .hero_slider .single_hero_slide:before {
    content: '';
    background: #ffffffd1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
  }
  .hero_slider .single_hero_slide img {
    object-position: 70% 0;
  }
  .hero_intro h3 br {
    display: none;
  }
  .reviews_list .col-md-6 {
    width: 100%;
    margin: 0;
  }
  .reviews_list {
    margin: 0;
  }
  .faq_video .video-layout,
  .happy_clients .video-layout,
  .video-layout {
    display: block
  }
  .form_inline.form_short form {
    display: block;
  }
  .h1, h1 {
    font-size: 34px;
  }
  .hero_bg {
    padding: 60px 0 70px;
  }
  .main-video iframe {
    height: 260px;
  }
  .modal-content {
    width: 90%;
  }
  .reviews_photos .col-md-4 {
    width: 100%;
  }
  .review_image {
    border-bottom: 1px solid var(--light-brown)
  }
  .modal-content .close {
    width: 34px;
    height: 34px;
    line-height: 30px;
    right: -9px;
    top: -10px
  }
  .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-content .form_short {
    padding-right: 0;
    box-shadow: none;
  }
  .contact_socials {
    margin-bottom: 60px;
  }
  .divider_img.bottom_divider {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .single_serv {
    margin-bottom: 40px;
  }
  .section_title p br {
    display: none;
  }
  .divider-60.div-30 {
    margin-top: -20px;
  }
  .page_hero h1 {
    font-size: 32px;
  }
  .page_hero {
    padding: 25px 0
  }
  .page_content h2 {
    font-size: 24px;
  }
  .review_content {
    text-align: center;
    padding: 30px 15px;
  }
  .review_content h6 {
    margin-bottom: 10px;
  }
  .review_content p {
    padding-right: 0;
  }
  .p3 a {
    margin-top: 0;
  }
  .reviews_photos img {
    height: 150px;
  }
  .reviews_photos {
    gap: 20px;
  }
  .review_style2_bg {
    flex-direction: column-reverse;
  }
  .review_style2 .review_image img {
    height: 100%;
    width: 84%;
    margin: auto;
    margin-top: 12px;
  }
  .review_style2 .review_content {
    padding: 30px 15px;
  }
  .gallery_images {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .divider-80 {
    height: 6rem;
  }
  .h2, h2 {
    font-size: 2.8rem
  }
  .faq_video .video-layout,
  .happy_clients .video-layout {
    margin-top: 30px
  }
  .section_title p {
    margin-top: 5px
  }
  .form_img img {
    height: 200px;
    border-radius: 10px 10px 0px 0
  }
  .form_short {
    padding-left: 0;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding-bottom: 20px;
  }
  .form_short h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    margin-top: 10px;
  }
  .form_short form {
    gap: 15px;
  }
  .name_col_6, .phone_col_6 {
    width: 100%;
  }
  .form_short form input {
    font-size: 16px;
  }
  .divider-90 {
    height: 6.5rem;
  }
  .reviews_list .col-md-6 {
    padding: 20px;
  }
  .review_numbers img {
    height: 14px;
  }
  .review_intro h4 {
    font-size: 20px;
  }
  .reviews_list .fb_reviews {
    margin-top: 20px;
  }
  .footer_contacts .block_title p {
    margin-bottom: 30px;
  }
  footer {
    margin-top: 20px;
  }
  .footer_contacts .block_title h2 {
    font-size: 3rem
  }
  .reviews_list {
    margin-top: 20px;
  }
  .subfooter1,
  .subfooter2 {
    width: 50%;
  }
  .subfooter2 {
    padding-left: 20px;
  }
  .grid_columns {
    grid-template-columns: repeat(1, 1fr);
  }
  .single_case img {
    height: 160px;
  }
  .adv_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
  .single_adv img {
    height: 30px;
    width: 30px;
  }
  .single_adv h6 {
    margin-bottom: 10px
  }
  .cf7_footer {
    padding: 20px 15px;
  }
  .gallery_images img {
    height: 210px;
  }
  .hero_junior img {
    height: 190px;
  }
  .junior_img_intro img {
    height: 200px;
    object-fit: contain;
  }
  .junior_content_intro {
    padding-left: 0;
    text-align: center;
  }
  .junior_content_intro h6 br {
    display: none;
  }
  .for_content {
    padding-right: 0;
  }
  .h3, h3 {
    font-size: 2.4rem
  }
  a.main_button {
    width: 100%;
    text-align: center;
  }
  .for_content ul {
    margin-top: 20px;
    margin-bottom: 20px
  }
  .for_img {
    margin-top: 30px;
  }
  .grid_junior {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .mb-4 {
    margin-bottom: 20px !important;
  }
  .juniot_services a {
    margin-top: 30px;
  }
  .service_content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service_content .divider_img {
    display: none;
  }
  .service_content .service_text {
    padding-right: 0;
    margin-top: 40px;
  }
  .service_icon {
    display: none;
  }
  .service_content .d-flex {
    margin-bottom: 0;
  }
  .why_choose {
    margin-top: 40px;
  }
  .why_content {
    padding-left: 0;
    margin-top: 30px;
  }
  .why_content h3 {
    margin-bottom: 15px;
  }
  .why_content p {
    margin-bottom: 10px;
  }
  .why_content p:last-child {
    margin-bottom: 0;
  }
  .juniot_services {
    margin-bottom: 20px;
  }
  .for_content ul li {
    font-size: 16px;
  }
  .junior_content_intro p {
    margin-bottom: 12px;
  }
  .turism_content .container,
  .container {
    max-width: 100%;
  }
  .turism_content .container {
    text-align: center;
  }
  p {
    margin-bottom: 20px;
  }
  .grid_packages {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin-top: 20px
  }
  .grid_packages {
    text-align: center;
  }
  .single_package h2 {
    padding: 12px;
  }
  .package_img img {
    height: 280px;
  }
  .package_price p {
    width: 40%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
  }
  .package_price {
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }
  .package_price a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .mb-40 {
    margin-bottom: 25px;
  }
  .advantages h2 br {
    display: none;
  }
  .package_price a {
    width: 60%;
    font-size: 16px;
  }
  .package_price a span:before {
    width: 14px;
    height: 14px;
    top: 4px;
    right: -25px;
  }
  .price-page .section_title {
    display: block;
    text-align: center;
  }
  .section_title p {
    font-size: 16px;
  }
  .section_services .button {
    margin-top: 20px;
  }
  .price-page .services_slider {
    margin-top: 30px;
  }
  .content_services .service_img {
    height: 400px;
  }
  .prices_table .color-brown {
    padding-left: 0;
    margin-bottom: 40px
  }
  .single_price_table h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }
  .price_list {
    padding: 10px 0
  }
  .single_price_table {
    margin-bottom: 40px
  }
  .content_service blockquote:before {
    right: 10px;
    bottom: -40px
  }
  .content_service img {
    width: 140px;
    height: 140px;
    margin-bottom: 0;
  }
  .content_service h4 {
    font-size: 18px;
  }
  .service_text h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .dentures_hero_content h1 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  .dentures_hero_content h2 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .testimonials_cta h2 {
    margin-bottom: 20px;
  }
  .dentures_hero_content h2 br {
    display: none;
  }
  .dentures_hero {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .zaga_dentures p {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .zaga_dentures img {
    width: 60%;
    padding: 15px;
    height: auto;
    margin: auto;
  }
  .zaga_dentures {
    align-items: normal;
    gap: 12px;
    margin-top: 40px;
  }
  .dentures_hero_img {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px
  }
  .dentures_hero_img img {
    width: 70%;
  }
  .grid_why {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
  .why_single {
    padding: 20px 30px
  }
  .why_icon {
    height: 70px;
    width: 70px;
    margin-bottom: 16px;
  }
  .why_icon img {
    width: 38px;
    height: 38px;
  }
  .whom_img,
  .for_whom .single_whom.whom2 .whom_img,
  .for_whom .single_whom.whom4 .whom_img {
    height: 90px;
    border-radius: 10px 10px 0 0
  }
  .whom_content p {
    padding: 15px 10px
  }
  .single_whom.whom2,
  .single_whom.whom4 {
    flex-direction: column-reverse;
  }
  .single_whom.whom4 {
    margin-bottom: 0;
  }
  .for_whom .section_title,
  .testimonials_video_dentures .section_title {
    margin-bottom: 30px
  }
  .grid_why,
  .what_is {
    margin-top: 30px
  }
  .what_is .what_content {
    padding: 30px 15px;
    text-align: center;
  }
  .testimonials_cta {
    display: block;
    text-align: center;
  }
  .testimonials_cta .big_btn.main_button {
    width: 100%;
    margin-top: 10px
  }
  .big_btn.main_button {
    font-size: 18px;
    line-height: 22px;
    padding: 15px!important;
  }
  .form_inline.form_short .name_col_6,
  .form_inline.form_short .phone_col_6,
  .form_inline.form_short .submit_12 {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_inline.form_short {
    padding: 0;
    box-shadow: none;
    margin-top: 30px;
  }
  .team_members {
    margin: 0;
    margin-top: 25px;
  }
  .member_img .member_photo {
    height: 360px;
  }
  .foto_logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .single_ba {
    width: 100%;
  }
  .single_ba .col-md-6 {
    width: 50%;
  }
  .single_ba img {
    height: 160px;
  }
  .single_ba_cta a {
    font-size: 18px;
    padding: 30px 10px;
  }
  .short_form2 .form_img img {
    height: 200px;
  }
  .faq-1 {
    padding-right: 0px;
  }
  .faq_grid {
    margin-top: 30px;
  }
  .faq_question {
    padding: 15px 12px;
  }
  .faq_answer p {
    padding: 0 12px;
  }
  .faq-2 {
    padding-left: 0;
  }
  .zaga_content {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .zaga_content h2 {
    margin-bottom: 15px;
  }
  .laser_content {
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
  }
  .zaga_content a {
    margin-top: 30px;
  }
  .laser_section .laser_button a {
    margin-top: -60px;
    margin-left: 0;
  }
  .laser_section .laser_button {
    height: 230px;
    align-items: flex-start;
  }
  .dentures_content,
  .ortho_content {
    padding-left: 0;
    text-align: center;
  }
  .dentures_content {
    margin-top: 30px;
  }
  .dentures_content h6,
  .junior_content h6,
  .ortho_content h6 {
    margin-top: 10px;
  }
  .dentures_content .big_btn.main_button,
  .ortho_content .big_btn.main_button {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .dentures_img img {
    width: 66%
  }
  .sinle_step h5 {
    font-size: 17px;
  }
  .sinle_step p {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }
  .junior_content {
    padding-right: 0;
    text-align: center;
  }
  .junior_section .d-flex {
    flex-direction: column-reverse;
  }
  .junior_img, .ortho_img {
    height: 250px;
    margin-bottom: 30px;
  }
  .junior_section .big_btn.main_button {
    margin-top: 30px;
    width: 100%;
  }
  .hero_intro {
    max-width: 100%;
  }
  .blur_left, .blur_right {
    display: none;
  }
}
