 /*
Theme Name: Orthodontica
Theme URI: https://min-code.com
Author: Mincode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: orthodontica
*/

* {
  margin: 0;
  padding: 0;
}

html {
  /* scroll-behavior: smooth; */
  overflow-x: hidden;
}

:root {
  --blue: #4753A3;
  --light-blue: #E0E3F5
}

body {
  font-size: 18px;
  color: #4753A3;
  overflow-x: hidden;
  font-family: "Onest", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 27px;
}

.post-template-default.single.single-post{
  overflow-x: clip;
}

.d-flex {
  flex-wrap: wrap;
}

.h1,
h1 {
  font-size: 56px;
  line-height: 150%;
  font-weight: 700;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.h4,
h4 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}

.text_small {
  font-size: 14px;
  line-height: 21px;
}

a {
  color: var(--blue);
  font-size: 18px;
  line-height: 27px;
  transition: 0.3s;
}

ul {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1630px;
  padding: 0 15px;
}

.thank-page .container {
   margin-bottom: 180px;
}

.thank-page p {
  margin-top: 30px;
  margin-bottom: 64px;
}

.thank-page .button_cta {
  display: flex;
  justify-content: center;
}

.mg-160 {
  margin: 160px auto
}

.main_button {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 17px 40px;
  width: fit-content;
  display: block;
  text-decoration: none;
  border: 1px solid
}

.main_button.button_dark {
  background: var(--blue);
  color: white;
  transition: 0.3s;
  border-color: var(--blue)
}

.main_button.button_dark:hover {
  transition: 0.3s;
  background: transparent;
  color: var(--blue)
}

.main_button.button_light {
  border-color: var(--blue);
  background: transparent;
  transition: 0.3s;
}

.main_button.button_light:hover {
  transition: 0.3s;
  background: var(--blue);
  color: white;
}

.main_button.button_white {
  border-color: white;
  background: white;
  transition: 0.3s;
}

.main_button.button_white:hover {
  border-color: white;
  background: var(--blue);
  color: white;
  transition: 0.3s;
}

.hero_height .container {
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}

.hero_height {
  height: 480px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  background-position: center!important;
  background-size: cover!important
}

.hero_height:before {
  content: '';
  background: rgba(71, 83, 163, 0.20);
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero_height h1 {
  margin-bottom: 16px;
  color: #FFF;
  text-align: center;
}

.hero_height p {
  margin-bottom: 0
}

.hero_height .text_shadow {
  position: relative;
  color: white;
  text-shadow: 1px 1px 4px #00000030;
}

/* Header */
header {
  background-color: var(--blue);
  color: white;
  padding: 11px 0
}

.header_menu {
  align-items: center;
}

.logo_site img {
  height: 48px;
  width: auto;
}

.menu__top ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu__top ul li {
  margin: 0 10px;
}

.menu__top ul li a {
  color: white;
  transition: 0.3s;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  padding: 10px;
}

.menu__top ul li.current_page_item.personal_account  a {
  background: transparent
}

.menu__top ul li.current_page_item > a {
  color: var(--blue);
  background: #E0E3F5;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 50px;
}

.menu__top ul li.booking a {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--blue);
  background: white;
  border-radius: 50px;
  padding: 12px 24px;
  font-weight: 500;
  transition: 0.3s
}

.menu__top ul li.booking a:hover {
  transition: 0.3s;
  background: var(--light-blue)
}

.personal_account {
  height: 24px;
  width: 24px;
}

.personal_account a {
  position: relative;
  color: transparent!important;
  width: 0;
  height: 0;
  display: block
}

.menu__top ul li.personal_account {
  margin-left: 30px;
  margin-right: 4px;
}

.personal_account a:before {
  content: '';
  background: url('/wp-content/uploads/2024/09/Group-958.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  background-size: cover;
  background-position: center;
  top: -10px;
  left: 0;
}

.pll-parent-menu-item a {
  text-transform: uppercase;
}

.pll-parent-menu-item {
  position: relative;
}

.menu-item .sub-menu {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  left: 0;
  top: 48px;
  margin: 0;
  display: block;
  text-align: left;
  padding: 0;
  background-color: white;
  min-width: 200px;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  transform-origin: 10% top;
  transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}

:lang(ru) .menu-item .sub-menu {
  min-width: 220px
}

.menu-item.pll-parent-menu-item .sub-menu {
  min-width: 50px;
  left: 4px;
  top: 45px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-left: 20px;
}

.menu__top ul.sub-menu li a {
  color: var(--blue);
  transition: 0.3s;
  width: 100%;
  padding: 12px 10px;
  display: block
}

.menu__top ul.sub-menu li:hover {
    background: white;
}

.menu__top ul.sub-menu li:hover {
  color: white;
  transition: 0.3s;
  background: var(--blue);
}

.menu__top ul.sub-menu li:hover a {
  color: white;
}

.menu__top ul li .sub-menu li {
  margin: 0;
  width: 100%;
  padding: 0
}

.single_service_page .accord_row {
  margin-top: 10px;
}

.service_col_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.service_patients_gallery {
  margin-top: 160px;
}

.menu__top li.menu-item-has-children.current_page_item a {
  padding-right: 33px;
}

.menu__top ul li.menu-item-has-children.current_page_item {
  margin-right: 10px
}
body{
  padding-top: 70px;
}

.header__top{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: ease 0.4s;
  box-shadow: 0 0 10px #00000020;
}

.menu__top ul li.menu-item-has-children {
  margin-right: 20px;
}

@media (min-width: 1321px) and (max-width: 1365px) {
  .menu__top ul li {
    margin: 0 7px;
  }
  .menu__top ul li.personal_account {
    margin-left: 20px;
  }
}

@media (min-width: 1321px) {
  .menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .menu__top li.menu-item-has-children.current_page_item a .menu-icon,
  .page-template-single-service li.menu-item-has-children.services_menu a .menu-icon {
    right: 10px;
    filter: brightness(0.3);
  }
  .page-template-single-service .menu__top ul li.services_menu > a {
    color: var(--blue);
    background: #E0E3F5;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 50px;
    padding-right: 33px;
  }
  .page-template-single-service .menu__top ul li.menu-item-has-children {
    margin-right: 10px;
  }
}

.menu-icon img {
  width: 16px;
  height: auto;
}

.menu-icon {
  position: absolute;
  right: -12px;
  top: 37%;
}

.menu__top ul.sub-menu li.current_page_item a {
  border-radius: 0;
  font-weight: 400;
  color: white;
  background: var(--blue)
}

.menu__top ul.sub-menu li.current_page_item:hover a {
  background: var(--blue)
}

.menu-item {
  display: inline-block;
  position: relative;
  margin: 0px 15px;
  padding: 10px 0px;
}

@media only screen and (max-width: 1320px) {
  li.menu-item-has-children:before {
    display: none;
  }
  .header_menu .logo_site {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-10.menu__top {
    flex: 0 0 auto;
    width: 50%;
  }
  html.active {
    overflow-y: hidden;
  }
  .menu-item .sub-menu {
    left: 0;
    right: 0;
    position: relative;
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
    position: static;
    float: none;
    overflow-x: hidden;
    border-radius: 0
  }
  .menu-icon {
    display: block;
    position: absolute;
    right: -20px;
    top: 7px;
  }
  .menu-icon img {
    width: 22px;
    transform: rotate(-90deg);
    transition: all 0.4s ease;
  }
  .menu-item-has-children.selected .menu-icon img {
    transform: rotate(0deg);
    transition: all 0.4s ease;
  }
  .menu__top ul li.menu-item-has-children {
    margin-right: 0
  }
  .menu__top ul li {
    margin: 5px 0;
  }
  .page-template-home .menu__primary li a, .page-template-home .menu__primary li a:not([href]):not([class]) {
    color: white;
  }
  header.active .menu__primary .sub-menu li a {
    font-size: 14px;
    padding: 10px 15px;
    color: var(--blue)
  }
  .menu-item.selected .sub-menu {
    visibility: visible;
    opacity: 1;
    height: 100%;
    max-height: 100%;
    padding: 10px;
  }
  .menu-item:hover {
    visibility: visible;
    opacity: 1;
  }
  header.active .menu__primary .menu {
    margin-top: 60px;
    display: block;
    overflow-x: hidden;
  }
  header.active .menu__primary li.current_page_item a {
    color: #E0E3F5;
    position: relative;
    padding-left: 0;
    padding-right: 12px;
    background: transparent;
    text-decoration: underline;
  }
  .menu__top ul li a {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 24px;
  }
  .menu__top ul li.booking a {
    font-size: 16px;
    line-height: 26px;
    padding: 14px 24px!important;
  }
  .menu__top ul li.booking {
    margin-top: 20px;
    margin-left: 22px;
  }
  .menu__top ul li.menu-item-has-children.current_page_item {
    margin: 0;
  }
  .menu__top ul.menu > li.current_page_item {
    margin-left: 22px;
  }
  .menu__top ul li.personal_account {
    margin-left: 54px;
    margin-right: 0;
    margin-top: 30px;
  }
  .menu__top ul li.personal_account a {
    padding: 4px;
    padding-left: 10px;
  }
  header.active .menu__primary li.booking a {
    color: var(--blue);
    text-decoration: none;
    background: white
  }
  .page-template-single-service .services_menu > a {
    color: #E0E3F5;
    position: relative;
    background: transparent;
    text-decoration: underline;
    font-weight: 700;
  }
  header.active .menu__primary .sub-menu li.current_page_item a {
    color: var(--light-blue);
    background: #4753a3;
    padding-left: 12px;
    text-decoration: none;
  }
  .services_menu.current_page_item.selected .sub-menu {
    margin-left: -22px;
  }
  .services_menu.current_page_item.selected .sub-menu li a {
    color: var(--blue);
    padding-left: 12px;
    text-decoration: none
  }
  .header__top.sticky .menu__primary li a {
    color: #fff
  }
  .menu__primary li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .menu__primary li.phone_class {
    margin-left: 0!important;
    margin-top: 30px;
  }
  .mobile__menu {
    position: absolute;
    display: block;
    height: 44px;
    width: 44px;
    background: #fff;
    left: auto;
    right: 15px;
    margin: auto;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99;
    opacity: 1;
    top: 49%;
    transform: translateY(-50%);
  }
  .header_menu {
    position: relative;
  }
  header.active .mobile__menu {
    position: fixed;
    top: 33px;
  }
  header.active .mobile__menu a {
    display: none;
  }
  .mobile__menu a {
    position: absolute;
    line-height: 68px;
    color: #000;
    margin-bottom: 0;
    left: -70px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  header.active .mobile__menu span:nth-child(2) {
    transform: rotate(-45deg);
    top: 20px;
  }
  header.active .mobile__menu span {
      transform: rotate(45deg);
      top: 20px;
      transition: .5s;
  }
  .mobile__menu span:nth-child(2) {
      top: 27px;
  }
  .mobile__menu span {
    height: 3px;
    width: 23px;
    background: var(--blue);
    position: absolute;
    margin-left: -1px;
    margin-bottom: 1px;
    top: 16px;
    border-radius: 0;
    transition: .5s;
  }
  header.active .menu__primary {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #4753a3f7;
    left: 0;
    right: 0;
    transition: 0.5s;
    padding-bottom: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .menu__primary {
      display: none;
  }
  .personal_account {
    height: 100%;
    width: 100%;
  }
  .personal_account a {
    color: white!important;
    width: 100%;
    height: 100%;
  }
  .personal_account a:before {
    top: 4px;
    left: -30px;
  }
}
/* End Header */

/* Home Page */
.why_content img {
  height: 300px;
  width: auto;
  display: block;
  margin-left: auto;
}

.why_content {
  padding: 40px;
  background: var(--blue);
  border-radius: 24px;
  color: white;
}

.why_content p {
  margin-top: 16px;
  margin-bottom: 40px;
}

.why_single_nr h3 {
  margin-bottom: 8px;
}

.why_single_nr p {
  margin-bottom: 0
}

.why_single_nr {
  padding: 40px;
  margin-bottom: 32px;
}

.why_single_nr:last-child {
  padding-bottom: 0
}

.why_single_nr:last-child {
  margin-bottom: 0
}

.why_us{
  overflow: auto;
}

.why_us_col1 {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  align-self: flex-start;
}
.why_col-1{
  top: 0;
}
.home_description_p {
  margin-top: 16px;
  margin-bottom: 24px;
}

.hero_buttons {
  display: flex;
  align-items: center;
}

.hero_buttons a.button_dark {
  margin-right: 16px
}

.hero_home {
  height: 800px;
  position: relative;
  display: flex;
  align-items: center;
}

.hero_home .container {
  position: relative;
  z-index: 9
}

.review_video img {
  height: 580px;
  object-fit: cover;
  border-radius: 24px;
}

.review_video a:before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.client_photo {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 16px;
  object-position: 50% 35%;
}

.review_author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.client_name {
  font-weight: 700;
  margin-bottom: 0
}

.author_review {
  width: 100%;
  font-size: 17px;
}

.review_content {
  display: flex;
  flex-wrap: wrap;
  animation: ce;
  align-items: flex-end;
  padding: 32px 0;
  padding-left: 30px;
  position: relative;
  padding-right: 40px;
}

.single_reviews:last-child .review_content {
  padding-right: 20px
}

.clients_reviews .carousel__arrow_dir_right {
  right: 0
}

.clients_reviews .carousel__arrow_dir_left {
  right: 56px;
}

.single_reviews .row {
  margin: 0
}

.review_content h5 {
  position: absolute;
  top: 32px;
  width: 75%;
}

.home .reviews {
  position: relative;
  z-index: 9
}

.reviews.mg-160 {
  margin-bottom: 180px;
}

.page-template-single-service .reviews.mg-160 {
  margin-bottom: 250px;
}

.home_page .contact_form_section {
  margin-top: 120px;
}

.single_home_service {
  text-align: center;
}

.single_home_service .content {
  padding: 32px;
}

.col-md-3.single_home_service .service_images {
  padding: 140px 32px 0
}

.services_row.row {
  margin-top: 60px;
}

.home_services .cta_button {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.single_home_service h3 {
  margin-bottom: 16px;
}

.single_home_service p {
  margin-bottom: 0
}

.col-md-3.single_home_service {
  flex: 0 0 auto;
  width: calc(25% - 32px);
  margin: 0 16px;
  transition: 0.3s;
  padding: 0;
  position: relative;
}

.col-md-3.single_home_service .content {
  border: 1px solid white;
}

.col-md-3.single_home_service:hover .content {
  background: #E0E3F5;
  border: 1px solid #4753A3;
  border-radius: 24px;
  position: relative;
  margin-top: 300px;
}

.col-md-3.single_home_service:hover .service_images {
  background: var(--blue);
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  height: 320px;
  margin-bottom: -20px;
  position: absolute;
  width: 100%;
}

.col-md-3.single_home_service:hover .service_images .main_service_image {
  display: none;
}

.col-md-3.single_home_service:hover .service_images .second_service_image {
  opacity: 1;
  visibility: visible;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0px;
  object-fit: contain;
  object-position: right top;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
  max-width: 100%;
}

@media (min-width: 1500px) {
  .col-md-3.single_home_service:hover .service_images .second_service_image {
    bottom: -40px;
  }
}

.col-md-3.single_home_service:hover {
  text-align: left;
}

.service_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.single_home_service:last-child .main_service_image {
  height: 160px;
}

.for_intro {
  padding-right: 160px
}

.for_intro p {
  margin-top: 16px;
  margin-bottom: 24px;
}

.text-and-images .single-image {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: var(--blue);
  font-weight: 700;
  border-top: 2px solid #E0E3F5;
  transition: .3s
}

.text-and-images .single-image:nth-child(2),
.text-and-images .single-image:nth-child(4) {
  align-self: flex-end;
}

.for_whom{
  position: relative;
}

.cursor {
  top: -100px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transition: all 0.1s linear, top 0ms linear, left 0ms ease-in-out;
  z-index: 15;
}

.image--inner {
  padding: 24px 0;
  transition: 0.3s;
  position: relative;
  padding-left: 76px;
}

.image--inner:before {
  content: '';
  background: url('/wp-content/uploads/2024/09/check.svg');
  position: absolute;
  width: 21px;
  height: 21px;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  left: 32px;
  top: 29px;
}

.cursor-image-show {
  width: 200px;
  height: 200px;
  top: auto;
  left: auto;
  border-radius: 24px;
  transform: translate(-40%, -40%);
  background-size: cover;
  transition: all 0.2s linear, top 0ms linear, left 0ms ease-in-out;
  border: none;
  mix-blend-mode: normal;
  background-size: 100%;
}

.single-image:hover {
  padding-left: 22px;
  background: #E0E3F5;
  transition: 0.3s
}

.text-and-images .single-image:last-child {
  border-bottom: 2px solid #E0E3F5
}

.list_hover {
  cursor: none;
}
/* End Home Page */

/* About Page */
.about_content {
  max-width: 540px;
  margin-left: 0
}

.hero_about {
  padding: 165px 0;
  background-size: cover!important;
  background-position: left center!important;
  background-repeat: no-repeat!important;
  margin-bottom: 80px
}

.about_content p {
  margin-top: 16px;
  margin-bottom: 24px;
}

.section_subtitle {
  margin-top: 16px;
  margin-bottom: 48px;
}

.accord_row .section_subtitle {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}

.about_service.mg-160 {
  margin-bottom: 90px;
}

.single_member {
  margin: 0 16px;
  text-align: center;
}

.team_slider {
  margin: 0 -16px;
  margin-top: 32px;
}

.single_member img {
  border-radius: 24px;
  height: 28vw;
  object-fit: cover;
  object-position: top
}

.single_member .name {
  margin-top: 22px;
  margin-bottom: 4px;
}

.position {
  margin-bottom: 0;
}

.container.team_members {
  position: relative;
}

.carousel__arrow img {
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.carousel__arrow:hover img {
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
}

.carousel__arrow_dir_right {
  position: absolute;
  right: 15px;
  bottom: -88px;
  z-index: 99;
  background: #e0e3f5;
  padding: 8px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.slick-list:before {
  content: '';
}

.carousel__arrow_dir_left {
  position: absolute;
  right: 62px;
  bottom: -88px;
  z-index: 99;
  background: #e0e3f5;
  padding: 8px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.about_page .photo_gallery {
  margin-top: 160px;
}

.mapping_gallery {
  position: relative;
}

.thumbnails {
  position: absolute;
  top: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  height: 0;
}

.thumbnails .thumb {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  padding: 0.2rem;
}

.thumbnails .thumb.active {
  background-color: skyblue;
}

.thumbnails .thumb img {
  width: 100%;
}

.gallery_images {
  position: relative;
}

.gallery_images .gallery_name {
  position: absolute;
  bottom: 32px;
  left: 80px;
  transition: 0.3s
}

.gallery_images .gallery_name:hover {
  transition: 0.3s;
  background: var(--light-blue)
}

.gallery_name {
  position: relative;
  margin-bottom: 0;
  width: fit-content;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 13px 32px;
  background: white;
  border-radius: 40px;
  font-weight: 500;
}

.gallery_name:before {
  content: '';
  background: url('/wp-content/uploads/2024/09/head.svg');
  width: 40px;
  height: 40px;
  position: absolute;
  left: -48px;
  background-position: center;
  background-size: cover;
  bottom: 0
}

.gallery_main_img {
  height: 350px;
  object-fit: cover;
  border-radius: 24px;
  object-position: 50% 25%;
}

.gallery_icon:after {
  content: '';
  background: url('/wp-content/uploads/2024/09/arrow_forward_ios.svg');
  width: 16px;
  height: 16px;
  transition: 0.3s;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -1px;
  margin-left: 8px;
}

.gallery_icon {
  margin-right: 16px;
}

.photo_gallery .section_subtitle {
  margin-bottom: 56px
}

.clients_reviews .section_subtitle {
  margin-bottom: 24px;
}
/* End About Page */

/* Contact Form */
.form_subtitle {
  font-weight: 300;
  margin-bottom: 48px;
  margin-top: 8px;
}

.form_contanct {
  padding-right: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact_form .container > .row {
  margin-right: 0
}

.form_contanct input,
.form_contanct textarea {
  color: var(--blue);
  border-color: #4753A3;
}

input, textarea {
  padding: 17px 32px;
  font-size: 14px;
  line-height: 14px;
  color: var(--blue);
  width: 100%;
  margin-bottom: 4px;
  border-radius: 32px;
  border: 1px solid;
}

.form_contanct textarea {
  margin-bottom: 0
}

::placeholder {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: var(--blue)
}

.form_button_send {
  margin-top: -8px;
  position: relative;
}

.form_contanct .form_button_send input {
  background: var(--blue);
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 0
}

.form_contanct .form_button_send input:hover {
  transition: 0.3s;
  color: var(--blue);
  background: var(--light-blue)
}

.form_button_send p {
  margin-bottom: 16px;
}

.form_acceptance p,
.form_acceptance a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  margin-bottom: 0
}

.wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 12px;
}

.wpcf7-list-item {
  margin-left: 0
}

.form_acceptance input {
  padding: 6px;
  font-size: 12px;
  line-height: 12px;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 6px;
  transform: translateY(1px);
}

.form_image {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
}
/* End Contact Form */

/* Blog Page */
.article_feat_img {
  height: 240px;
  object-fit: cover;
  border-radius: 24px 24px 0 0
}

.info_blog {
  background: #E0E3F5;
  border-radius: 0 0 24px 24px;
  padding: 32px;
}

.blog_date {
  margin-bottom: 16px;
}

.blog_content a {
  text-decoration: none;
}

.news__excerpt {
  margin-top: 16px;
  margin-bottom: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.info_blog h2 {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article_button a {
  background: white;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 13px 32px;
  border-radius: 40px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  display: block;
  transition: 0.3s;
}

.article_button a:hover {
  transition: 0.3s;
  background: var(--blue);
  color: white;
}

.article_button .arrow {
  width: 8px;
  margin-left: 12px;
  margin-top: -3px;
  transition: 0.3s;
}

.article_button a:hover .arrow {
  transition: 0.3s;
  filter: brightness(0) invert(1);
}

.article_button {
  position: relative;
  margin-bottom: 0;
  margin-left: 48px;
}

.article_button:before {
  content: '';
  background: url('/wp-content/uploads/2024/09/head.svg');
  width: 40px;
  height: 40px;
  position: absolute;
  left: -48px;
  background-position: center;
  background-size: cover;
}

.single_post_col {
  margin-bottom: 120px;
}

.blog_news {
  margin-top: 80px;
  margin-bottom: 160px;
}

.blog_page_pagination {
  text-align: center;
  margin-top: -40px;
}

.next.page-numbers,
.prev.page-numbers {
  display: none;
}

.page-numbers {
  font-size: 14px;
  color: #141414;
  text-decoration: none;
  width: 48px;
  height: 48px;
  display: block;
  padding: 8px 16px;
  border-radius: 50px;
  line-height: 32px;
}

.blog_page_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers.current {
  background: var(--blue);
  color: white;
}
/* End Blog Page */

/* Single Blog Page */
.single_blog_row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  margin-top: calc(-1* var(--bs-gutter-y));
}

.single_blog_row .col_3 {
  flex: 0 0 auto;
  width: 320px;
}

.single_blog_row .col_9 {
  flex: 0 0 auto;
  width: calc(100% - 320px);
  padding-right: 88px
}

.single_blog_row .col_9 h2 {
  font-size: 22px;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.template_simple .page_content {
  margin-top: 40px;
}

.template_simple .page_content h2 {
  font-size: 22px;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.template_simple .page_content p:last-child {
  margin-bottom: 0
}

.single_blog_row .single__date {
  margin-bottom: 4px;
}

.single_post_feat {
  height: 670px;
  object-fit: cover;
  border-radius: 24px;
  margin-bottom: 48px;
}

.single_blog_row.single_blog_content {
  margin-top: 48px;
  position: relative;
}

.single_blog_row.single_blog_content .col_3 {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

.single-post .blog_content {
  margin-top: 80px;
  margin-bottom: 160px
}

.template_simple {
  margin-top: 80px;
  margin-bottom: 160px
}

.single_blog_content p:last-child {
  margin-bottom: 0
}

.post_sidebar .news__date {
  margin-bottom: 16px;
}

.post_sidebar .news__item {
  margin-bottom: 40px
}

.post_sidebar .news__item:last-child {
  margin-bottom: 0
}

.post_sidebar .post-title,
.post_sidebar .post-title a {
  line-height: 27px;
  font-size: 18px;
}

.single-post .wp-block-gallery img {
  border-radius: 24px;
}

.single-post .wp-block-gallery {
  margin: 48px auto
}

.single-post figure.wp-block-gallery .wp-block-image {
  width: calc(50% - 16px)!important
}
.single-post figure.wp-block-gallery.has-nested-images {
  gap: 32px;
}
/* End Single Blog Page */

/* Contact Page */
.col-md-7.contact_text {
  background: var(--light-blue);
  flex: 0 0 auto;
  width: calc(58.33333333% - 30px);
  margin: 0 15px;
  padding: 55px 40px;
  border-radius: 24px;
}

.col-md-5.contact_page_form {
  background: var(--blue);
  flex: 0 0 auto;
  width: calc(41.66666667% - 30px);
  margin: 0 15px;;
  border-radius: 24px;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 70px;
  padding-bottom: 80px
}

.contact_info {
  margin: 80px auto;
}

:lang(ru) .form_contanct .section_title {
  font-size: 33px;
  line-height: 50px
}

.contact_text_info .subtitle {
  margin-top: 16px;
  margin-bottom: 40px;
}

.clinic_contacts .single_contact {
  background: white;
  padding: 24px;
  flex: 0 0 auto;
  width: calc(50% - 30px);
  margin: 0 15px 24px;
  border-radius: 24px;
}

.single_contact p {
  margin-bottom: 0;
  margin-top: 8px;
}

.single_contact p a {
  text-decoration: none;
}

.row.clinic_contacts {
  align-items: baseline;
}

.social_icons {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.social_icons a {
  display: block;
}

.social_icons img {
  width: 40px;
  height: 40px;
  margin-right: 16px
}

.clinic_contacts .single_contact:last-child {
  margin-bottom: 0
}

.contact_map {
  margin-bottom: -25px;
}

.page-template-contact footer {
  position: relative;
}

.contact_page_form input,
.contact_page_form textarea {
  color: white;
  border-color: white;
  background: transparent;
}

.contact_page_form ::placeholder {
  color: white;
}

.contact_page_form .form_acceptance a {
  color: white;
}

.contact_page_form .form_button_send input {
  background: white;
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s
}

.contact_page_form .form_button_send input:hover {
  transition: 0.3s;
  background: var(--light-blue)
}

.contact_page_form .form_acceptance input {
  transform: translateY(2px)
}

/* End Contact Page */

/* Cases Page */
.case_slider img {
  height: 130px;
  object-fit: cover;
}

.case_slider {
  margin: 0 15px;
  background: var(--blue);
  border-radius: 24px;
  padding: 0 32px;
  height: 410px
}

.case_slider a {
  height: 410px;
  display: table-cell;
  vertical-align: middle;
}

.case_slider h5 {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}

.single_case_slider  {
  margin-right: -15px
}

.about_case {
  background: var(--light-blue);
  border-radius: 24px;
  padding: 40px;
  vertical-align: middle;
  display: table-cell;
  height: 410px;
}

.about_case h3 {
  font-size: 30px;
}

.single_case_description p strong {
  margin-bottom: 0;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 24px;
  display: block;
}

.single_case_description p {
  margin-bottom: 0
}

.single_case_description p br {
  display: block;
  height: 0;
  margin-bottom: 0;
  content: '';
}

.patients_gallery .carousel__arrow_dir_right,
.patients_gallery .carousel__arrow_dir_left {
  bottom: -80px;
}

.single_case_photos .carousel__arrow_dir_right {
  position: relative;
  margin-bottom: 24px;
  width: fit-content;
  margin-left: auto;
  bottom: -24px;
}

.single_case_photos .carousel__arrow_dir_left {
  position: absolute;
  bottom: -24px;
}

.single_case .row {
  margin-bottom: 80px;
}

.clinical_cases {
  margin-bottom: 160px;
}

.clinical_cases .blog_page_pagination {
  margin-top: 0
}

.single_service {
  border-radius: 24px;
  background: var(--light-blue);
  border: 1px solid var(--blue);
  padding: 48px 32px;
  transition: 0.3s;
  position: relative;
  margin-bottom: 32px;
}

.single_service .col-md-7 {
  position: relative;
  z-index: 99
}

.single_service:hover {
  transition: 0.3s;
  background: var(--blue);
  color: white;
}

.single_service:hover .main_button.button_light {
  border-color: white;
  background: white;
  color: var(--blue);
  transition: 0.3s;
}

.single_service:hover .main_button.button_light:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.single_service .main_service_image {
  transition: 0.3s
}

.single_service:hover .main_service_image {
  display: none;
}

.services_form {
  padding-left: 70px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

.clinic_services {
  position: relative;
  overflow: auto;
}

.services_page .clinic_services {
  overflow: visible;
}

.services_page .services_form {
  margin-top: 50px
}

.service_desc {
  margin-top: 16px;
  margin-bottom: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.single_service .col-md-5 {
  padding-left: 40px;
}

.second_service_image {
  display: none;
}

.single_service:hover .second_service_image {
  opacity: 1;
  visibility: visible;
  height: auto;
  position: absolute;
  right: -21px;
  bottom: -49px;
  border-radius: 24px;
  height: 420px;
  object-fit: contain;
  object-position: right top;
  display: block;
  width: auto;
}

.single_service .row {
  position: relative;
  align-items: center;
}

.single_service .button_cta {
  position: relative;z-index: 99
}

.single_service:last-child {
  margin-bottom: 0
}

.services_last_img img {
  border-radius: 24px;
  height: 680px;
  object-fit: cover
}

.clinic_services {
  margin-bottom: 160px;
}

.services_form .form_button_send input {
  background: var(--blue);
  text-transform: uppercase;
  color: white;
  transition: 0.3s
}

.services_form .form_button_send input:hover {
  background: var(--light-blue);
  color: var(--blue);
  transition: 0.3s
}
/* End Cases Page */

/* Payment Page */
.single_price_include img {
  border-radius: 24px;
  height: 320px;
  object-fit: cover
}

.single_price_include h5 {
  margin-top: 28px;
  margin-bottom: 8px;
}

.single_price {
  flex: 0 0 auto;
  width: calc(25% - 30px);
  margin: 0 15px 20px;
  background: var(--light-blue);
  padding: 48px 32px;
  border-radius: 24px;
  position: relative;
}

.single_price .main_button {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  padding: 17px 5px;
}

.single_price .main_button:hover {
  border-color: var(--blue);
}

.single_price:nth-child(4) {
  background: var(--blue);
  color: white;
}

.price_desc {
  margin-top: 24px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
}

.price_button a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.price-range {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--blue);
  margin-bottom: 40px;
}

.price-range p {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
}

.service_includes ul {
  padding-left: 0;
  list-style: none;
}

.service_includes ul li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
}

.service_includes ul li:last-child {
  margin-bottom: 0
}

.service_includes ul li::before {
  content: '';
  position: absolute;
  left: 0;
  background: url('/wp-content/uploads/2024/09/list-icon.svg');
  width: 20px;
  height: 20px;
  top: 1px;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}

.single_price:nth-child(4) .price_button a {
  color: white;
}

.single_price:nth-child(4) .price-range {
  border-color: #fff
}

.single_price:nth-child(4) .service_includes ul li::before {
  background: url('/wp-content/uploads/2024/09/list-icon-white.svg');
}

.single_price:nth-child(4) .main_button {
  background: white;
  color: var(--blue)
}

.single_price:nth-child(4) .main_button:hover {
  background: var(--blue);
  color: white;
  border-color: white;
}

.services_price {
  margin: 80px auto 60px
}

.investigation_price p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px
}

.investigation_content .section_subtitle {
  margin-bottom: 24px;
}

.investigation, .teenagers .row {
  margin-right: 0;
}


.investigation_price {
  margin-top: 40px;
}

.investigation .investigation_content {
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.investigation .investigation_bg {
  border-radius: 20px;
  background-position: center;
  background-size: cover;
}

.price_included .h3 {
  margin-bottom: 56px;
}

.price_included {
  margin-bottom: 140px;
}

/*My development */
.orthoteens { 
padding:0 56px;
border: 1px solid #2462C6;
border-radius: 24px;
background-color: #fff;
height: 468px;
margin-top: 350px;
}

.orth {
font-family: 'Onest';
font-style: normal;
font-weight: 700;
font-size: 120px;
line-height: 120px;
color: #2462C6;
margin-top: 50px;
}

.orth_description {
font-family: 'Onest';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
text-align: left;
color: #2462C6;
margin-top: 30px;
}

.align-items-center {
  margin-top: -250px;
}

.lft {
  margin-top: 200px;
}


.orthoteens_icon {
  width: 84px;
  height: 126px;
}


  .orthoteens_image {
    max-width: 100%;
    object-fit: cover;
    display: inline-block;
  }


  .orthoteens_image_desc {
    margin-top: 10px;
  }

  .orth_imagine {
    margin-bottom: -10%;
  }

.teenagers_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 56px;
  gap: 40px;
  background: #2462C6;
  border-radius: 24px;
  flex-wrap: wrap;
  margin-bottom: 130px;
}

.teenagers_left {
  flex: 1;
  min-width: 300px;
  gap: 22px;
}

.teenagers_right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.teenagers_tab {
  gap: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.tab_title {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.teenagers_icon {
  max-width: 32px;
  height: auto;
}

.teenagers_title {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 16px;
}

.teenagers_content {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #FFFFFF;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.teen-mic {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}


.teenagers_small_text {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  leading-trim: both;
  text-edge: cap;
  color: rgba(255, 255, 255, 0.6);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.teenagers_icon {
  width: 24px;
}
.tratament {
  background-color: #2462C6;
  padding: 56px;
  margin-bottom: -56px;
}

.rate {
  background-color: #2462C6;
  padding: 56px 56px 76px 56px;
}

.tratament_titlu, .rate_title {
width: 172px;
font-family: 'Onest';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
color: #FFFFFF;
flex: none;
order: 0;
flex-grow: 0;
}

.tratament_descriere, .rate_descriere {
width: 360px;
margin-top: 30px;
font-family: 'Onest';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
leading-trim: both;
text-edge: cap;
color: rgba(255, 255, 255, 0.6);
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}

.numers {
  display: inline-block;
}

.left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-block2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.single_tratament {
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 24px;
padding: 22px;
width: calc(50% - 10px);
display: inline-block;
background-color: #2462C6;
}

.numero {
  gap: 20px;
}

.tratament_numar {
font-family: 'Onest';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
leading-trim: both;
text-edge: cap;
color: rgba(255, 255, 255, 0.6);
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
}

.numbers_title {
font-family: 'Onest';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 27px;
leading-trim: both;
text-edge: cap;
color: #FFFFFF;
flex: none;
order: 0;
flex-grow: 0;
margin: 0 auto;
}

.numbers_short_description {
font-family: 'Onest';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
leading-trim: both;
text-edge: cap;
color: rgba(255, 255, 255, 0.6);
flex: none;
order: 1;
flex-grow: 0;
margin: 0 auto;
}

.tratament_img {
margin: 0 auto;
display: flex;
width: 259.72px;
height: 144px;
flex: none;
order: 1;
flex-grow: 0;
}

.separatorcik {
height: 1px;
background: rgba(255, 255, 255, 0.24);
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
width: 100%;
margin: 56px 0 0 0 ;
}

.contact_section_title {
font-family: 'Onest';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 24px;
color: #FFFFFF;
margin-bottom: 56px;
}

.form_block {
align-items: flex-start;
gap: 56px;
padding: 22px;
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 16px;
}


/* Flex container for two half-width fields */
.custom-contact-form .form_row_half {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* Each half takes 50% width */
.custom-contact-form .form_row_half > .form_group {
  flex: 1 1 50%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.nume-prenume, input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.numar-telefon, textarea.wpcf7-form-control.wpcf7-textarea.mesaj {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 32px;
  color: #ffffff !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-radius: 4px !important;
  color: #fff !important;
  background-color: #2462C6 !important;
  border: 1px solid #fff;
}

#wpcf7-f1676-o1 input::placeholder, #wpcf7-f1676-o1 textarea::placeholder {
font-family: 'Onest';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
}

/* Style inputs and textarea */
.custom-contact-form .nume-prenume input,
.custom-contact-form .numar-telefon input,
.custom-contact-form .mesaj textarea {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: transparent;
  color: white;
  border-radius: 32px;
  padding: 12px 20px;
  font-size: 1rem;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

/* Placeholder color */
.custom-contact-form .nume-prenume input::placeholder,
.custom-contact-form .numar-telefon input::placeholder,
.custom-contact-form .mesaj textarea::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
  background-color: transparent !important;
}

/* Recaptcha container */
.custom-contact-form .cls {
  margin-bottom: 20px;
}

/* Container for acceptance + button inline */
.custom-contact-form .form_row_acceptance_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

/* Acceptance box on left, take remaining space */
.custom-contact-form .form_acceptance {
  margin: 0;
  color: white;
  font-size: 0.9rem;
  flex-grow: 1;
}

/* Acceptance link style */
.custom-contact-form .form_acceptance a {
  color: #ddd;
  text-decoration: underline;
}

/* Submit button container - shrink to fit */
.custom-contact-form .submit_button {
  flex-shrink: 0;
  text-align: right;
}

/* Submit button styling */
.custom-contact-form .submit_button input[type="submit"] {
  background-color: white;
  color: #2462C6;
  border-radius: 40px;
  padding: 18px 41px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
  width: auto;
  min-width: 120px;
  text-transform: uppercase;
}

/* Submit button hover effect */
.custom-contact-form .submit_button input[type="submit"]:hover {
  background-color: #e6e6e6;
}

/* Form text color */
.custom-contact-form .wpcf7-form {
  color: white;
}


.cazuri {
  background-color: rgba(223, 231, 245, 1);
  border-radius: 24px;
  padding: 56px 5px 0 5px;
  margin-top: -20px;
}

.titlu_cazuri {
font-family: 'Onest';
padding-left: 56px;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
text-align: left;
color: #2462C6;
}

.subtitlu_cazuri {
position: absolute;
font-family: 'Onest';
font-style: normal;
font-weight: 700;
font-size: 256.829px;
line-height: 365px;
text-align: center;
flex: none;
order: 0;
flex-grow: 0;
z-index: 0;
}

.cazuri_img {
  border-radius: 16px;
  height: auto;
  object-fit: cover;
}


.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.label-over-image {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 12px;
  height: 26px;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 24px;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  color: #2462C6;
}

.cazuri_imagine_bg {
  margin-top: 56px; 
  margin-bottom: -7%;
}

.whole_block {
  padding: 0 51px 51px 51px;
}

.programeaza-te-block {
  background-color: #fff;
  border-radius: 16px;
  padding: 22px;
}

.row.before-after-row.d-flex.flex-wrap {
  display: flex;
  align-items: stretch;
}

.programeaza-title {
width: 60%;
font-family: 'Onest';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #2462C6;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
}

.programeaza-descriere {
width: 70%;
font-family: 'Onest';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
leading-trim: both;
text-edge: cap;
color: rgba(36, 98, 198, 0.6);
flex: none;
order: 1;
flex-grow: 0;
}

.btn_programare {
display: flex;
flex-direction: column;
align-items: flex-start;
border: none;
padding: 18px;
gap: 8px;
margin: 0 auto;
width: 54px;
height: 54px;
background: #2462C6;
border-radius: 40px;
flex: none;
order: 1;
flex-grow: 0;
float: right;
cursor: pointer;
}

.btn_programare:hover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
  padding: 18px;
  gap: 8px;
  margin: 0 auto;
  width: 54px;
  border: 1px solid #2462C6;
  height: 54px;
  background: #fff;
  border-radius: 40px;
  flex: none;
  order: 1;
  flex-grow: 0;
  float: right;
  cursor: pointer;
  }

  .btn_programare:hover svg path {
    stroke: #2462C6;
}


.col-md-3.row.before-after-row {
  display: flex
;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.short-description_1 {
  text-align: end;
  display: flex;
  align-items: center;
}

.short-description {
  display: flex;
  align-items: center;
}

.flex-wrap {
  align-items: center;
}

.lat {
  height: 50px;
}

.demou {
  z-index: 1;
}

/*My development mobile */

@media only screen and (max-width: 1023px) {
.orthoteens { 
  padding:22px;
  border: 1px solid #2462C6;
  border-radius: 24px;
  background-color: #fff;
  height: 100%;
  margin-top: 0px;
  margin-bottom: -30px;
  }

  .demou {
    z-index: 2;
  }
  
  .orth {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 56.7939px;
    line-height: 57px;
    text-align: center;
    color: #2462C6;
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  
  .orth_description {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #2462C6;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-top: 0px;
  }
  
  .align-items-center {
    margin-top: 0px;
  }
  
  .lft {
    margin-top: 0px;
  }
  
  
  .orthoteens_icon {
    width: 84px;
    height: 126px;
  }
  
  
    .orthoteens_image {
      max-width: 100%;
      object-fit: cover;
      display: inline-block;
    }
  
  
    .orthoteens_image_desc {
      margin-top: 10px;
    }
  
    .orth_imagine {
      margin-bottom: 0%;
    }
  
  .teenagers_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 22px !important;
    gap: 40px;
    background: #2462C6;
    border-radius: 24px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  
  .teenagers_left {
    flex: 1;
    min-width: 300px;
    gap: 22px;
  }
  
  .teenagers_right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .teenagers_tab {
    gap: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 22px;
    height: 96px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 16px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
  
  .tab_title {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }
  
  .teenagers_icon {
    max-width: 32px;
    height: auto;
  }
  
  .teenagers_title {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 16px;
  }
  
  .teenagers_content {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    leading-trim: both;
    text-edge: cap;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }
  
  .teen-mic {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  
  
  .teenagers_small_text {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    leading-trim: both;
    text-edge: cap;
    color: rgba(255, 255, 255, 0.6);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }
  
  .teenagers_icon {
    width: 24px;
  }
  .tratament {
    background-color: #2462C6;
    padding: 0 0 32px 0;
    margin-bottom: -56px;
  }
  
  .rate {
    background-color: #2462C6;
    padding: 32px 22px;
  }
  
  .tratament_titlu, .rate_title {
    font-family: 'Onest';
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .tratament_titlu {
    margin-top: 30px;
  }
  
  .tratament_descriere, .rate_descriere {
    width: 310px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    leading-trim: both;
    text-edge: cap;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .rate_descriere {
    margin-bottom: 30px;
  }
  
  .numers {
    display: inline-block;
  }
  
  .left-block1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 22px 0 22px;
  }

  .left-block2 {
    padding: 32px 0 0 0;
  }

  .row.numer.numer1 {
    padding: 0 22px 32px 22px;
}
  
  
  .single_tratament {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  padding: 22px;
  width: 100%;
  display: inline-block;
  background-color: #2462C6;
  }
  
  .numero {
    gap: 20px;
    padding: 32px 22px;
  }
  
  .tratament_numar {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  color: rgba(255, 255, 255, 0.6);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  }
  
  .numbers_title {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  leading-trim: both;
  text-edge: cap;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0 auto;
  }
  
  .numbers_short_description {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  color: rgba(255, 255, 255, 0.6);
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0 auto;
  }
  
  .tratament_img {
  margin: 0 auto;
  display: flex;
  width: 259.72px;
  height: 144px;
  flex: none;
  order: 1;
  flex-grow: 0;
  }
  
  .separatorcik {
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  width: 100%;
  margin: 0;
  }
  
  .contact_section_title {
    width: 266px;
    height: 48px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 22px;
  }

  div#wpcf7-f1676-o1 {
    padding: 0 !important;
}
  
  .form_block {
  align-items: flex-start;
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  }
  
  
  /* Flex container for two half-width fields */
  .custom-contact-form .form_row_half {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  
  /* Each half takes 50% width */
  .custom-contact-form .form_row_half > .form_group {
    flex: 1 1 50%;
  }
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.nume-prenume, input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.numar-telefon, textarea.wpcf7-form-control.wpcf7-textarea.mesaj {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 32px;
  }
  
  #wpcf7-f1676-o1 input::placeholder, #wpcf7-f1676-o1 textarea::placeholder {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  }
  
  /* Style inputs and textarea */
  .custom-contact-form .nume-prenume input,
  .custom-contact-form .numar-telefon input,
  .custom-contact-form .mesaj textarea {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background-color: transparent;
    color: white;
    border-radius: 32px;
    padding: 12px 20px;
    font-size: 1rem;
    outline: none;
    width: 100%;
    box-sizing: border-box;
  }
  
  /* Placeholder color */
  .custom-contact-form .nume-prenume input::placeholder,
  .custom-contact-form .numar-telefon input::placeholder,
  .custom-contact-form .mesaj textarea::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    background-color: transparent !important;
  }
  
  /* Recaptcha container */
  .custom-contact-form .cls {
    margin-bottom: 20px;
  }
  
  /* Container for acceptance + button inline */
  .custom-contact-form .form_row_acceptance_button {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 32px;
  }
  
  /* Acceptance box on left, take remaining space */
  .custom-contact-form .form_acceptance {
    margin: 0;
    color: white;
    font-size: 0.9rem;
    flex-grow: 1;
  }
  
  /* Acceptance link style */
  .custom-contact-form .form_acceptance a {
    color: #ddd;
    text-decoration: underline;
  }
  
  /* Submit button container - shrink to fit */
  .custom-contact-form .submit_button {
    flex-shrink: 0;
    text-align: right;
  }
  
  /* Submit button styling */
  .custom-contact-form .submit_button input[type="submit"] {
    background-color: white;
    color: #2462C6;
    border-radius: 40px;
    padding: 18px 41px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
    width: auto;
    min-width: 120px;
    text-transform: uppercase;
  }
  
  /* Submit button hover effect */
  .custom-contact-form .submit_button input[type="submit"]:hover {
    background-color: #e6e6e6;
  }
  
  /* Form text color */
  .custom-contact-form .wpcf7-form {
    color: white;
  }
  
  
  .cazuri {
    background-color: rgba(223, 231, 245, 1);
    border-radius: 24px;
    padding: 32px 0 !important;
    margin-top: -20px;
  }
  
  .titlu_cazuri {
    font-family: 'Onest';
    margin-left: 22px;
    padding-left: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #2462C6;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
  }
  
  .subtitlu_cazuri {
  position: absolute;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 256.829px;
  line-height: 365px;
  text-align: center;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
  }
  
  .cazuri_img {
    border-radius: 16px;
    height: 383px;
    object-fit: cover;
  }

  .cazrr {
    padding: 15px;
  }

  .cazrri {
    padding: 0 15px;
  }

  .lat {
    display: none !important;
  }
  
  
  .image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .label-over-image {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 12px;
    height: 26px;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 24px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    leading-trim: both;
    text-edge: cap;
    color: #2462C6;
  }
  
  .cazuri_imagine_bg {
    margin-top: 20px; 
    margin-bottom: -7%;
  }
  
  .whole_block {
    padding: 0 22px;
  }
  
  .programeaza-te-block {
    background-color: #fff;
    border-radius: 16px;
    padding: 22px;
    height: 383px !important;
  }
  
  .row.before-after-row.d-flex.flex-wrap {
    display: flex;
    align-items: stretch;
  }
  
  .programeaza-title {
  width: 70%;
  margin-bottom: 16px;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #2462C6;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  }
  
  .programeaza-descriere {
  width: 80%;
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  color: rgba(36, 98, 198, 0.6);
  flex: none;
  order: 1;
  flex-grow: 0;
  }
  
  .btn_programare {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: none;
  padding: 18px;
  gap: 8px;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  background: #2462C6;
  border-radius: 40px;
  flex: none;
  order: 1;
  flex-grow: 0;
  float: right;
  cursor: pointer;
  }
  
  .col-md-3.row.before-after-row {
    display: flex
  ;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }
  
  .short-description_1 {
    text-align: end;
    display: none;
    align-items: center;
  }
  
  .short-description {
    display: none;
    align-items: center;
  }

  .img_btm, .before_lbl1, .after_lbl1 {
    margin-bottom: 22px;
  }
  
  .flex-wrap {
    align-items: center;
  }
}
/* End my dev */

.single_price_include p {
  margin-bottom: 0;
}

.single_price_include {
  margin-bottom: 20px;
}

.single_step {
  border-radius: 24px;
  padding: 40px 50px;
  flex: 0 0 auto;
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  position: relative;
  background-color: #e0e3f6!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  height: 260px;
}

.single_step.step_1 {
  background: url('/wp-content/uploads/2024/09/bg1.jpg');
  background-position: center right;
}

.single_step.step_2 {
  background: url('/wp-content/uploads/2024/09/bg-2.jpg');
  background-position: center left;
}

.single_step.step_3 {
  background: url('/wp-content/uploads/2024/09/bg3.jpg');
  background-position: center right;
}

.single_step.step_4 {
  background: url('/wp-content/uploads/2024/09/bg4.jpg');
  background-position: center left;
}

.single_step.step_2,
.single_step.step_2 p,
.single_step.step_4,
.single_step.step_4 p {
  text-align: right;
}

.step_number span {
  background: white;
  border-radius: 100%;
  font-weight: 600;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}

.single_step.step_4 {
  background-color: var(--blue)!important;
  color: white;
}

.single_step.step_2 .step_number span,
.single_step.step_4 .step_number span {
  margin-right: 0;
  margin-left: auto;
}

.payment_steps h2 {
  margin-bottom: 56px;
}

.single_step.step_4 .step_number span {
  color: var(--blue)
}

.single_step.step_4 .button_cta a {
  margin-left: auto;
  margin-right: 0
}

.single_step.step_4 h3 {
  margin-bottom: 8px;
}

.single_step.step_4 p {
  font-size: 16px;
  line-height: 26px;
}

.payment_steps.mg-160 {
  margin-bottom: 130px
}

.payment_page .contact_form_section {
  margin-top: 140px
}
/* End Payment Page */

/* Account Page */
.video_class {
  display: block;
  position: relative;
}

.account_video .video_class:before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0
}

.play_icon::before {
  content: '';
  background: url('/wp-content/uploads/2024/09/play_circle.svg');
  position: absolute;
  width: 96px;
  height: 96px;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  transition: 0.3s
}

.video_class:hover .play_icon::before {
  opacity: 0.8;
  transition: 0.3s
}

.account_video img {
  height: 440px;
  object-fit: cover;
  object-position: top center;
  border-radius: 24px;
}

.account_dashboard {
  margin: 80px auto
}

.account_content {
  height: 440px;
  border-radius: 24px;
  background: var(--light-blue);
  padding: 40px;
  vertical-align: middle;
  display: table-cell;
}

.account_content h1 {
  margin-bottom: 24px;
}

.account_content p {
  margin-bottom: 24px;
}

.about_page .reviews {
  margin-bottom: 240px;
}
/* End Account Page */

/* Single Service */
.service_intro {
  width: 648px;
  padding: 40px;
  border-radius: 24px;
  background: white;
}

:lang(ru) .service_intro h1 {
  font-size: 42px;
}

.service_intro p {
  margin-top: 12px;
  margin-bottom: 26px
}

.service_hero {
  position: relative;
  height: 640px;
  display: flex;
  align-items: center;
}

.service_featured_img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}

.service_hero .container {
  position: relative;
  z-index: 9;
}

.advantages_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 64px;
}

.about_service .row {
  margin-left: 0
}

.about_service_bg {
  border-radius: 24px;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center!important;
}

.about_service_bg

.service_list {
  padding-left: 60px
}

.service_list h5 {
  position: relative;
  padding-left: 48px;
  margin-bottom: 16px;
}

.service_list h5:before {
  content: '';
  position: absolute;
  left: 0;
  background: url('/wp-content/uploads/2024/09/list-icon.svg');
  width: 32px;
  height: 32px;
  top: 1px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.single_adv p {
  margin-bottom: 0
}

.single_patients_photos img {
  border-radius: 24px;
  height: 380px;
  object-fit: cover;
  object-position: 50% 18%;
}

.single_patients_photos {
  margin: 0 15px;
}

.patients_gallery {
  margin: 0 -15px;
}

.service_patients_gallery .section_subtitle {
  margin-top: 16px;
  margin-bottom: 56px;
}

.service_patients_gallery {
  margin-bottom: 240px;
}
/* End Single Service */

.not_found_page {
  margin-top: 100px;
  margin-bottom: 100px;
}

.not_content {
  padding: 100px 30px 120px;
  background: var(--light-blue);
  text-align: center;
}

.not_found_page .button_cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.text_not span {
  background: #4753A3;
  background: linear-gradient(to right, #4753A3 0%, #e0e3f5 50%, #4753A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 160px;
  font-weight: 900;
  line-height: 160px;
}

/* Footer */
footer {
  background-color: var(--blue);
  border-radius: 24px 24px 0px 0px;
  padding-top: 80px;
  padding-bottom: 40px;
}

footer a {
  text-decoration: none;
}

.footer_logo {
  height: 80px;
  width: auto;
}

.footer_description {
  color: white;
  max-width: 628px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.footer_col2 h6 {
  color: white;
  font-size: 14px;
  line-height: 14px
}

.footer_col2 a {
  color: white;
  font-size: 14px;
  line-height: 22px
}

.footer_col2 a:hover,
.copyright a:hover {
  font-size: 14px;
  color: var(--light-blue);
  transition: 0.3s;
  font-weight: 400
}

.footer_col2 h6 {
  margin-bottom: 32px;
}

.footer_col2 p {
  margin-bottom: 10px;
  color: white;
  font-size: 14px;
  line-height: 22px;
}

.subcol3 p br {
  display: block;
  content: '';
  margin-bottom: 10px;
}

.single_contact p br {
  display: block;
  content: '';
  margin-bottom: 8px;
}

.social_footer img {
  width: 32px;
  height: 32px;
}

.social_footer a {
  display: block;
  margin-right: 8px;
}

.social_footer {
  display: flex;
}

.copyright p,
.copyright a {
  color: white;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0
}

.cookies {
  text-align: right;
}

.cookies span {
  margin: 0 16px;
}

.cookies span:last-child {
  display: none;
}

.copyright {
  margin-top: 64px;
}
/* End Footer */

/* Responsive */
@media (min-width: 1366px) {
  .service_list {
    padding-left: 50px;
  }
}
@media (min-width: 1366px) and (max-width: 1600px) {
  .single_price h4 {
    font-size: 24px;
  }
  :lang(ru) .single_price h4 {
    font-size: 21px;
  }
  .service_includes {
    min-height: 130px;
  }
}

@media (min-width: 1366px) and (max-width: 1500px) {
  .about_case h3 {
    font-size: 26px;
  }
  .single_case_description p {
    font-size: 17px;
  }
  .single_price {
    padding: 32px 22px;
  }
  .single_price h4 {
    font-size: 22px;
  }
  .review_content {
    padding: 20px;
  }
  .review_content h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .about_service .col-md-4 {
    width: 40%;
  }
  .about_service .col-md-8 {
    width: 60%
  }
  .service_list {
    padding-left: 40px;
  }
  .service_list h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .service_list h5:before {
    width: 28px;
    height: 28px;
  }
  .service_list p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .mob_img {
    display: none;
  }
  .short_desc_serv {
    min-height: 130px;
  }
}

@media (min-width: 1024px) and (max-width: 1250px) {
  .hero_home {
    height: 660px
  }
  .about_page .photo_gallery {
    margin-top: 240px;
  }
  .service_hero {
    height: 550px;
  }
  .single_price_include img {
    height: 220px;
  }
  .single_price_include h5 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  :lang(ru) .single_price h4 {
    font-size: 20px;
  }
  .about_case h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .case_slider a {
    padding-top: 75px;
    display: block;
  }
  .about_case {
    padding: 30px;
  }
  .about_service .col-md-4,
  .about_service .col-md-8 {
    width: 50%;
  }
  .single_case_description p {
    font-size: 16px;
    line-height: 24px;
  }
  .service_list {
    padding-left: 40px;
  }
  .service_list h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .service_list h5:before {
    width: 28px;
    height: 28px;
  }
  .service_list p {
    font-size: 16px;
    line-height: 24px;
  }
  .single_patients_photos img {
    height: 480px
  }
  .single_reviews:last-child .review_content {
    padding-right: 10px
  }
  .review_content {
    padding: 20px;
  }
  .why_single_nr {
    padding-top: 0;
    margin-bottom: 24px;
  }
  .advantages_list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 34px;
  }
  .h2, h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .h1, h1 {
    font-size: 45px;
    line-height: 65px;
  }
  .col-md-6.footer_col1 {
    flex: 0 0 auto;
    width: 40%;
    padding-right: 40px
  }
  .col-md-6.footer_col2 {
    flex: 0 0 auto;
    width: 60%;
    margin-top: 30px
  }
  .col-md-4.subcol1,
  .col-md-4.subcol2 {
    flex: 0 0 auto;
    width: 30%;
  }
  .col-md-4.subcol3 {
    flex: 0 0 auto;
    width: 40%;
  }
  h1 br,
  h2 br,
  h3 br {
    display: none
  }
  .col-md-5.contact_page_form {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .col-md-7.contact_text {
    padding: 30px;
  }
  .clinic_contacts .single_contact {
    padding: 24px;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0px 24px;
    border-radius: 24px;
  }
  .info_blog {
    padding: 15px;
  }
  .article_feat_img {
    height: 200px;
  }
  .single_price {
    flex: 0 0 auto;
    width: calc(25% - 14px);
    margin: 0 7px 20px;
    padding: 30px 20px;
    border-radius: 24px;
  }
  .single_price h4 {
    font-size: 22px;
  }
  .service_includes ul li::before {
    width: 16px;
    height: 17px;
    top: 4px;
  }
  .price-range {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .price_desc {
    font-size: 15px;
    line-height: 23px;
  }
  .row.prices_list {
    justify-content: center;
  }
  .form_contanct {
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services_form {
    padding-left: 30px;
  }
  .services_last_img img {
    height: 480px;
  }
  .single_service:hover .second_service_image {
    height: 340px;
    right: -14px;
    bottom: -36px;
  }
  .hero_about {
    padding: 80px 0
  }
  .why_single_nr {
    padding-left: 20px
  }
  .single_member img {
    height: 44vw
  }
  .col-md-3.single_gallery {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 30px;
  }
  .gallery_main_img {
    height: 420px
  }
  .single_service {
    padding: 35px 25px
  }
  .service_desc {
    margin-bottom: 30px;
  }
  .hero_height {
    height: 350px;
  }
  .single_blog_row .col_9 {
    padding-right: 40px;
  }
  .single_post_feat {
    height: 450px;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .page-template-single-service .service_featured_img.mob_img {
    height: 450px;
    width: auto;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
    top: -15px
  }
  .service_hero {
    background: linear-gradient(#e6e5eb, #d8d8da);
    justify-content: center;
  }
  .col-md-3.single_home_service {
    width: calc(50% - 32px);
  }
  .col-md-3.single_home_service:hover .service_images .second_service_image {
    bottom: -65px;
  }
  .home_services .cta_button {
    margin-top: 60px;
  }
  .clinical_cases {
    margin-bottom: 120px;
  }
  .single_patients_photos img {
    height: 450px;
  }
  .about_service .about_service_bg {
    height: 630px!important
  }
  .single-post .blog_content {
    margin-top: 60px;
  }
  .template_simple .page_content {
    margin-top: 30px;
  }
  .template_simple {
    margin-top: 60px;
    margin-bottom: 120px;
  }
  .form_subtitle {
    margin-bottom: 25px;
  }
  .news__excerpt {
    margin-bottom: 40px;
  }
  .article_feat_img {
    height: 200px;
  }
  .container {
    max-width: 100%;
  }
  .h2, h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .h1, h1 {
    font-size: 40px;
    line-height: 58px;
  }
  .col-md-6.footer_col1 {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
  .col-md-6.footer_col2 {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 40px
  }
  footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .copyright {
    margin-top: 50px;
  }
  .col-md-7.contact_text,
  .col-md-5.contact_page_form {
    padding: 45px 30px;
  }
  .blog_news {
    margin-top: 60px;
    margin-bottom: 120px;
  }
  .single_post_col {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 80px;
  }
  .info_blog {
    padding: 20px;
  }
  .blog_page_pagination {
    margin-top: 0px;
  }
  .single_price {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 48px 32px;
  }
  .single_step {
    padding: 30px;
    background-size: cover!important
  }
  .single_step.step_4 p br {
    display: none;
  }
  .h3, h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
  }
  .form_contanct {
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .form_image {
    flex: 0 0 auto;
    width: 100%;
    height: 480px;
    background-position: center
  }
  .contact_form .container > .row {
    margin: 0;
    flex-direction: column-reverse;
  }

  .contact_form_1 {
    flex-direction: column;
  }
  .mg-160 {
    margin: 120px 0
  }
  .payment_page .contact_form_section {
    margin-top: 100px;
  }
  .payment_steps.mg-160 {
    margin-bottom: 0px;
  }
  .investigation_content.col-md-4,
  .col-md-8.investigation_bg {
    flex: 0 0 auto;
    width: 50%;
  }
  .price_included {
    margin-bottom: 100px;
  }
  .h5, h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .price_included .h3 {
    margin-bottom: 36px;
  }
  .col-md-6.single_case_info,
  .col-md-6.single_case_photos {
    flex: 0 0 auto;
    width: 100%;
  }
  .case_slider {
    margin: 0
  }
  .hero_about {
    padding: 50px 0;
  }
  .why_content img {
    height: 100%;
    width: 100%;
  }
  .why_single_nr {
    padding: 10px;
    margin-bottom: 35px
  }
  .why_single_nr h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .single_member img {
    height: 45vw
  }
  .col-md-3.single_gallery {
    width: 50%;
    margin-bottom: 30px
  }
  .about_page .photo_gallery {
    margin-bottom: 90px;
    margin-top: 180px
  }
  .about_page .reviews {
    margin-bottom: 180px;
  }
  .hero_height {
    height: 350px
  }
  .clinic_services .row .all_services,
  .clinic_services .row .services_form {
    width: 100%;
  }
  .clinic_services .row .services_form {
    padding-left: 15px;
    margin-top: 40px;
    position: initial;
  }
  .clinic_services {
    margin-bottom: 120px
  }
  .services_last_img img {
    height: 480px
  }
  .single_case_slider {
    margin-top: 30px;
    margin-left: -15px;
  }
  .case_slider {
    margin: 0 15px;
  }
  .clinical_cases {
    margin-bottom: 120px;
  }
  .single_post_feat {
    height: 460px;
  }
  .single-post .blog_content {
    margin-bottom: 120px;
  }
  .single_blog_row.single_blog_content .col_3 {
    position: relative;
    top: auto
  }
  .single_blog_row .col_3 {
    width: 100%;
    margin-top: 60px;
  }
  .home_page .contact_form_section {
    margin-top: 80px;
  }
  .reviews.mg-160,
  .service_patients_gallery {
    margin-bottom: 200px;
  }
  .col-md-6.hero_content {
    width: 60%;
  }
  .gallery_main_img {
    height: 330px;
  }
  .gallery_images .gallery_name {
    bottom: 20px;
    left: 65px;
  }
  .about_page .contact_form_section {
    margin-top: 210px
  }
  .form_image {
    border-radius: 24px;
  }
  .single_service:hover .second_service_image {
    right: -21px;
  }
  .clinic_services {
    margin-bottom: 120px;
  }
  .service_hero {
    height: 700px;
  }
  .single_price_include img {
    height: 200px;
  }
  .single_price_include h5 {
    margin-top: 20px;
  }
  .service_list h5:before {
    width: 28px;
    height: 28px;
  }
  .service_list h5 {
    padding-left: 42px;
  }
  .service_patients_gallery .section_subtitle {
    margin-bottom: 40px
  }
  .page-template-single-service .reviews.mg-160 {
    margin-bottom: 210px;
  }
  .about_case h3 {
    font-size: 26px;
    line-height: 36px
  }
  .home_page .service_featured_img {
    display: none;
  }
  .home_page .deskt_img {
    display: block
  }
  .hero_home {
    height: auto;
  }
  .hero_home .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .about_case {
    height: auto
  }
  .deskt_img {
    display: none;
  }
  .case_slider {
    height: auto;
    padding: 40px 30px 50px;
  }
  .case_slider a {
    height: auto;
    display: block
  }
  .clients_reviews .reviews_intro,
  .clients_reviews .video_reviews {
    width: 100%;
  }
  .review_content {
    padding-right: 0
  }
  .clients_reviews .video_reviews {
    margin-top: 40px
  }
  .single_reviews .review_video {
    padding: 0
  }
  .container {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
  .about_service .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col-md-6.account_info,
  .col-md-6.account_video,
  .about_service .about_service_bg,
  .about_service .service_list {
    width: 100%;
  }
  .about_service .about_service_bg {
    height: 480px;
    margin-bottom: 40px
  }
  .advantages_list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .about_service .service_list {
    padding-left: 0px
  }
  .col-md-6.account_info {
    margin-bottom: 30px;
  }
  .single_blog_content .col_9,
  .single_blog_row .col_9 {
    width: 100%;
    padding-right: 0px;
  }
  .col-hidden {
    display: none;
  }
  .single_blog_row.single_blog_content,
  .single_blog_row {
    display: block
  }
  .section_subtitle br {
    display: none
  }
  .contact_info {
    margin: 60px auto;
  }
  .contact_info .container > .row {
    margin: 0;
    flex-direction: column-reverse;
  }
  .col-md-7.contact_text,
  .col-md-5.contact_page_form {
    flex: 0 0 auto;
    width: 100%;
    border-radius: 24px;
    margin: 0 0 30px
  }
  .cookies {
    margin-bottom: 20px
  }
  .copyright .row {
    flex-direction: column-reverse;
  }
  .copyright .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }
  .social_footer {
    justify-content: center;
  }
  .footer_description {
    max-width: 100%;
  }
  h1 br,
  h2 br,
  h3 br {
    display: none
  }
  .single_service:hover {
    background: #e1e3f5;
    color: #4753a3;
  }
  .single_service:hover .main_service_image {
    display: block
  }
  .single_service:hover .second_service_image {
    display: none;
  }
  .single_service:hover .main_button.button_light {
    color: #fff;
    background-color: #4753a3;
    border-color: #4753a3;
  }
  .service_intro {
    width: calc(100% - 32px);
    background: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 16px;
    right: 16px;
    padding: 30px;
    margin-bottom: 16px;
  }
  .service_hero .container {
    position: initial
  }
}

@media only screen and (max-width: 640px) {
  .page-template-single-service .service_featured_img.mob_img.ceramici_img {
    top: -45px;
  }
  .page-template-single-service .service_featured_img.mob_img.alignere_img {
    height: 330px
  }
  :lang(ru) .service_intro h1 {
    font-size: 25px;
  }
  :lang(ru) .service_hero {
    height: 690px
  }
  .page-template-single-service .service_featured_img.mob_img {
    height: 380px;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
    top: -30px;
  }
  .service_hero {
    background: linear-gradient(#e6e5eb, #d8d8da);
    justify-content: center;
  }
  .service_featured_img {
    object-position: center;
  }
  .row.prices_list {
    display: block
  }
  .single_price:nth-child(4) {
    order: 1;
    grid-column: span 2;
    grid-row: span 2;
  }
  .text_not span {
    font-size: 100px;
    line-height: 100px;
  }
  .not_content h1 {
    font-size: 35px;
  }
  .not_content {
    padding: 50px 20px 50px;
  }
  .not_found_page {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .col-md-6.footer_col1 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 30px
  }
  .footer_col2 h6 {
    margin-bottom: 15px;
  }
  .footer_col2 .subcol1,
  .footer_col2 .subcol2 {
    width: 50%;
  }
  .footer_col2 .subcol3 {
    margin-top: 30px
  }
  .copyright {
    margin-top: 40px;
  }
  .copyright p {
    font-size: 12px;
  }
  .single_step {
    width: 100%;
    margin: 0 0 15px;
    padding: 30px;
    height: auto
  }
  .payment_steps .row {
    margin: 0
  }
  .h2, h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .h3, h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .single_step.step_2, .single_step.step_2 p,
  .single_step.step_4, .single_step.step_4 p {
    text-align: left;
  }
  .single_step.step_2 .step_number span,
  .single_step.step_4 .step_number span,
  .single_step.step_4 .button_cta a {
    margin-left: 0
  }
  .single_step.step_4 p br {
    display: none;
  }
  .payment_steps h2 {
    margin-bottom: 30px;
  }
  .mg-160 {
    margin: 100px auto;
  }
  .why_us_col1 {
    position: inherit;
  }
  .why_content img {
    height: 100%;
    width: 60%;
  }
  .why_content {
    padding: 30px;
    position: relative;
  }
  .why_single_nr {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    margin-bottom: 0;
    padding-top: 30px
  }
  .why_content p {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  p {
    font-size: 16px;
    line-height: 25px;
  }
  .why_content p {
    position: relative;
    z-index: 99
  }
  .single_step.step_1,
  .single_step.step_2,
  .single_step.step_3 {
    background: var(--light-blue)
  }
  .single_step.step_4 {
    background: var(--blue)
  }
  .payment_steps.mg-160 {
    margin-bottom: 0
  }
  .home_page .contact_form_section {
    margin-top: 80px;
  }
  .contact_form .container > .row {
    margin-left: 0;
    margin-right: 0
  }
  .form_contanct {
    padding: 0;
    margin-top: 20px
  }
  .form_subtitle {
    margin-bottom: 30px;
  }
  .form_image {
    height: 280px;
  }
  .contact_form .container > .row {
    flex-direction: column-reverse;
  }
  .col-md-7.contact_text,
  .col-md-5.contact_page_form {
    padding: 30px 20px;
  }
  .clinic_contacts .single_contact {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
  }
  a {
    font-size: 16px;
    line-height: 25px;
  }
  .contact_map iframe {
    height: 350px!important
  }
  .wpcf7 form p {
    margin-bottom: 15px;
  }
  .blog_news {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .single_post_col {
    margin-bottom: 60px;
  }
  .info_blog {
    padding: 20px;
  }
  .news__excerpt {
    margin-bottom: 40px;
  }
  .article_feat_img {
    height: 200px;
  }
  .single-post .blog_content {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .single_post_feat {
    height: 250px;
  }
  .single_blog_row.single_blog_content {
    margin-top: 36px;
  }
  .single_post_feat {
    margin-bottom: 32px
  }
  .single_blog_row .col_9 h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .single-post .wp-block-gallery {
    display: block
  }
  .single-post figure.wp-block-gallery .wp-block-image {
    width: 100% !important;
    margin-bottom: 15px!important;
  }
  .single-post li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px
  }
  .single-post ul {
    padding-left: 22px;
  }
  .post_sidebar .news__date {
    margin-bottom: 10px;
  }
  .post_sidebar .news__item {
    margin-bottom: 30px;
  }
  .post_sidebar {
    margin-top: 56px;
  }
  .single_blog_row.single_blog_content .col_3 {
    position: inherit;
    width: 100%;
    top: auto
  }
  .single_member img {
    height: 100vw
  }
  .about_page .photo_gallery {
    margin-top: 170px;
    margin-bottom: 80px
  }
  .photo_gallery .section_subtitle {
    margin-bottom: 40px;
  }
  .section_subtitle {
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .hero_about {
    padding: 40px 0
  }
  .gallery_main_img {
    height: 300px;
    margin-bottom: 20px;
  }
  .gallery_images .gallery_name {
    left: 60px;
  }
  .h1, h1 {
    font-size: 30px;
  }
  .hero_height .container {
    max-width: 100%;
  }
  .hero_height {
    height: 420px;
    margin-bottom: 60px
  }
  .single_price {
    width: calc(100% - 28px);
    margin: 0 auto 20px;
    padding: 30px 20px;
  }
  .price-range {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .price_included .h3 {
    margin-bottom: 30px;
  }
  .single_price_include img {
    height: 200px;
  }
  .single_price_include h5 {
    margin-top: 20px;
    margin-bottom: 2px;
  }
  .single_price_include {
    margin-bottom: 50px;
  }
  .h5, h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .single_price_include:last-child {
    margin-bottom: 0
  }
  .price_included {
    margin-bottom: 80px;
  }
  .hero_buttons {
    display: block
  }
  .hero_buttons a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .for_intro {
    padding-right: calc(var(--bs-gutter-x)* .5);
    margin-bottom: 30px;
  }
  .text-and-images .single-image {
    font-size: 20px;
    line-height: 30px;
  }
  .image--inner:before {
    width: 18px;
    height: 18px;
    left: 5px
  }
  .image--inner {
    padding-left: 40px;
  }
  .col-md-3.single_home_service {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin: 0;
    margin-bottom: 40px;
  }
  .col-md-3.single_home_service:hover .service_images {
    position: inherit;
    background: transparent;
    height: auto;
  }
  .col-md-3.single_home_service:hover .service_images .main_service_image {
    display: block;
    background: transparent;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .col-md-3.single_home_service:hover .service_images .second_service_image {
    display: none;
  }
  .col-md-3.single_home_service:hover .content {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    text-align: center;
  }
  .col-md-3.single_home_service .service_images {
    padding: 0
  }
  .col-md-3.single_home_service .content {
    padding: 0;
    border: 0;
    margin-top: -20px
  }
  .service_link {
    left: 0;
  }
  .services_row.row {
    margin-top: 0;
  }
  .home_services .cta_button {
    margin-top: 30px;
  }
  .main_button {
    width: 100%;
    text-align: center;
  }
  .review_content h5 {
    position: initial;
    width: 100%;
    margin-bottom: 15px;
  }
  .review_content {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
  }
  .review_video img {
    height: 500px;
  }
  .reviews.mg-160 {
    margin-bottom: 120px;
  }
  .form_image {
    border-radius: 24px;
  }
  .all_team_img img {
    height: 150px;
    object-fit: cover;
  }
  .carousel__arrow img {
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  .carousel__arrow_dir_left,
  .carousel__arrow_dir_right {
    bottom: -75px;
  }
  .clients_reviews .carousel__arrow_dir_left {
    right: 47px;
  }
  .about_page .reviews {
    margin-bottom: 180px;
  }
  .wpcf7 form .form_acceptance p {
    margin-bottom: 0
  }
  .single_service .row {
    flex-direction: column-reverse;
  }
  .single_service .col-md-5 {
    padding: 0
  }
  .single_service .col-md-7 {
    padding: 0;
    margin-top: -20px;
  }
  .service_desc {
    margin-bottom: 30px;
  }
  .single_service {
    padding: 0 30px 30px;
  }
  .services_page .services_form {
    position: initial;
    margin-top: 20px;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
  .services_last_img img {
    height: 280px;
  }
  .clinic_services {
    margin-bottom: 100px;
  }
  .service_intro h1 {
    font-size: 28px;
  }
  .service_hero {
    height: 650px;
  }
  .payment_page .contact_form_section {
    margin-top: 80px;
  }
  .template_simple .page_content {
    margin-top: 20px;
  }
  .template_simple {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .template_simple .page_content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .template_simple ul,
  .template_simple ol {
    padding-left: 22px;
  }
  .service_intro {
    padding: 22px
  }
  .about_service .about_service_bg {
    height: 390px;
    margin-bottom: 30px
  }
  .about_service.mg-160 {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .service_list h5:before {
    width: 28px;
    height: 28px;
  }
  .service_list h5 {
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .advantages_list {
    grid-gap: 30px;
  }
  .service_patients_gallery {
    margin-bottom: 180px;
  }
  .page-template-single-service .reviews.mg-160 {
    margin-bottom: 175px;
  }
  .about_case h3 {
    font-size: 22px;
  }
  .about_case {
    padding: 25px;
  }
  .single_case_description p strong {
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .case_slider {
    margin: 0;
    margin-top: 15px;
  }
  .single_case_slider {
    margin-right: 0
  }
  .single_case .carousel__arrow_dir_right {
    right: 0
  }
  .single_case .carousel__arrow_dir_left {
    right: 50px;
  }
  .single_case .row {
    margin-bottom: 60px;
  }
  .clinical_cases {
    margin-bottom: 100px;
  }
  .hero_home {
    height: auto
  }
  .hero_home .container {
    padding-top: 30px;
    padding-bottom: 330px;
  }
  .hero_home h1 {
    font-size: 22px;
  }
  .home_description_p {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px
  }
  .hero_home .service_featured_img {
    object-position: center
  }
  .cursor-image-show {
    display: none;
  }
  .single-image:hover  {
    padding-left: 10px;
  }
}

@media (min-width: 470px) and (max-width: 640px) {
  .page-template-single-service .service_featured_img.mob_img {
    height: 480px;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
    top: -40px;
  }
}
/* End Responsive */

@media (min-width: 1920px),
       (min-height: 1130px) {
  .page-template-account footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0
  }
}

@media only screen and (max-height: 1125px) {
  .page-template-account footer {
    position: inherit;
    width: 100%;
  }
}


@media (min-width: 1440px) and (max-width: 1599px) {
  .hero_home {
    height: 700px
  }
}
