/*
Theme Name: My Dental Clinic
Theme URI: https://min-code.com
Author: Mincode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: My Dental Clinic
*/

* {
    margin: 0;
    padding: 0;
}

.postid-280 .service-reviews, .postid-280 .menu_sidebar li:nth-child(4),
.postid-279 .service-reviews, .postid-279 .menu_sidebar li:nth-child(4),
.postid-286 .service-reviews, .postid-286 .menu_sidebar li:nth-child(4),
.postid-287 .service-reviews, .postid-287 .menu_sidebar li:nth-child(4),
.page-id-16 .tourism-reviews, .page-id-16 .menu_sidebar li:nth-child(4),
.postid-609 .service-reviews, .postid-609 .menu_sidebar li:nth-child(4),
.postid-610 .service-reviews, .postid-610 .menu_sidebar li:nth-child(4),
.postid-611 .service-reviews, .postid-611 .menu_sidebar li:nth-child(4),
.postid-612 .service-reviews, .postid-612 .menu_sidebar li:nth-child(4),
.postid-613 .service-reviews, .postid-613 .menu_sidebar li:nth-child(4),
.postid-614 .service-reviews, .postid-614 .menu_sidebar li:nth-child(4),
.postid-615 .service-reviews, .postid-615 .menu_sidebar li:nth-child(4),
.postid-616 .service-reviews, .postid-616 .menu_sidebar li:nth-child(4),
.postid-617 .service-reviews, .postid-617 .menu_sidebar li:nth-child(4),
.postid-618 .service-reviews, .postid-618 .menu_sidebar li:nth-child(4),
.postid-619 .service-reviews, .postid-619 .menu_sidebar li:nth-child(4),
.postid-620 .service-reviews, .postid-620 .menu_sidebar li:nth-child(4) {
  display: none;
}


.tourism_home a,
.tourism_video a,
.video_about a {
  pointer-events: none;
}

.hero_buttons a{
	pointer-events: auto;
}

.tourism_home .video_class span,
.tourism_video .video_class span,
.video_about .video_class span {
  display: none;
}

.about_service .about-service,
.about_tourism .about-service {
  margin-top: 0
}



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

:root {
    --blue: #002C57;
    --beige: #FAF2EC;
}

body {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans", serif;
    font-weight: 400;
}

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

.h1,
h1 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}

.h2,
h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}

h1 span, h2 span {
    font-weight: 700;
    font-style: italic;
}

.h3,
h3 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Open Sans", serif;
}

.h5,
h5 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Open Sans", serif;
}

.h6,
h6 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    font-family: "Open Sans", serif;
}

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

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

a {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    transition: 0.3s;
    text-decoration: underline;
}

a:hover {
    color: #2384e3;
    transition: 0.3s;
}

ul {
    margin-bottom: 0;
}

b, strong {
    font-weight: 600
}

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

.container {
    max-width: 100%;
    padding: 0 40px;
}

.mg-18 {
    margin: 180px auto;
}

.mb-18 {
    margin-bottom: 180px;
}

.mt-18 {
    margin-top: 180px;
}

.mt-8 {
    margin-top: 80px;
}

.section_title p {
    margin: 24px auto
}

.section_title {
    max-width: 53%;
}

.main_button {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
    padding: 20px 40px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: fit-content;
    border: 1px solid;
    border-color: var(--blue)
}

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

a.button_blue:hover {
    background: white;
    color: var(--blue);
}

.button_white {
    background: white;
    color: #000;
    border: 1px solid white;
}

.button_white:hover {
    background: var(--blue);
    color: white;
}

/**** Header ****/
.header_contact {
    padding: 8px 40px;
    background: var(--blue);
    align-items: center;
    margin: 0;
}

.header_contact a {
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    color: white;
    transition: .3s;
    text-decoration: none;
    display: block;
}

.top_contact {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.top_contact a.email_top:after {
    content: "|";
    position: absolute;
    top: -1px;
    right: 10px;
}

.top_contact a.email_top {
    position: relative;
    padding-right: 28px;
}

.header_contact a:hover {
  text-decoration: underline;
}

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

.header_menu {
    align-items: center;
    margin: 0;
}

.header_menu .logo_site,
.header_menu .menu__top,
.header_contact .col-md-6 {
    padding: 0
}

.header_menu .logo_site a {
    display: block;
    padding: 16px 0px;
    z-index: 99999;
    position: relative;
}

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

.menu__top ul li {
    position: relative;
    margin-right: 40px;
    font-size: 14px;
    line-height: 14px;
    padding: 29px 0;
}

.menu__top ul li.current_page_item.menu-item-type-post_type > a {
    font-weight: 700;
    text-decoration: underline;
}

.menu__top ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.menu__top ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.menu__top ul li.contact_buttom {
    padding: 13px 0;
    margin-right: 35px;
}

.menu__top ul li.contact_buttom a {
    color: white;
    padding: 15px 24px;
    background: var(--blue);
    display: block;
    border: 1px solid var(--blue)
}

.menu__top ul li.contact_buttom a:hover {
  text-decoration: none;
  background: transparent;
  color: var(--blue)!important;
  border-color: var(--blue)
}

.contact_buttom a:hover {
    transition: 0.3s;
    color: white !important;
}

.header__top .container {
    background: white;
}

.header__top {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    align-self: flex-start;
    z-index: 99999;
}

.header__top.sticky .container {
  background: #ffffff;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
}

.breadcrumbs ul li, .breadcrumbs ul li a {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.breadcrumbs ul li a {
    text-decoration: none;
    color: #00000050;
    position: relative;
    margin-right: 40px;
    transition: 0.3s
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.breadcrumbs li a:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #002C5750;
    border-radius: 100%;
    opacity: 1;
    right: -24px;
    top: 4px;
}

.about_header .breadcrumbs li a:after{
    background: #ffffff50;
}

.page_breadcrumbs {
    margin-top: 40px;
    margin-bottom: 80px;
}

.blog_list {
    display: flex;
    flex-wrap: wrap;
}

/**** End Header ****/

/**** Home Page ****/
.nr-column-1 {
    order: 1;
}

.nr-column-2 {
    order: 3
}

.nr-column-3 {
    order: 6
}

.nr-column-4 {
    order: 8
}

.column-empty-1 {
    order: 2;
}

.column-empty-2 {
    order: 4;
}

.column-empty-3 {
    order: 5;
}

.column-empty-4 {
    order: 7;
}

.nr-column {
    background: #ffffffc9;
    padding: 40px;
    backdrop-filter: blur(6px);
    height: 480px;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
}

.number_content {
    margin-bottom: 0;
}

.number_title {
    font-family: "Playfair Display", serif;
    font-size: 104px;
    line-height: 104px;
    font-weight: 500;
    margin-bottom: 32px;
}

.why_numbers {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 64px;
}

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

.main_single_service h2 span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: white;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.main_single_service {
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 40px;
    position: relative;
}

.bg-1 {
    background: var(--blue);
}

.bg-2 {
    background: var(--beige)
}

.main_services {
    margin-top: 64px;
}

.main_single_service.bg-1 {
    color: white;
}

.main_single_service.bg-2 h2 span {
    color: #000;
}

.main_services .simple_button {
    padding: 0;
    text-transform: inherit;
    text-decoration: underline;
    border: 0;
    transition: 0.3s
}

.main_single_service:hover .simple_button {
    color: #2384e3
}

.bg-1 .simple_button {
    color: white;
    text-decoration: underline;
}

.main_single_service p {
    margin-top: 120px;
    margin-bottom: 32px;
}

.main_single_service:before {
    content: '';
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: 40px;
    right: 40px;
}

.main_single_service.bg-1:before {
    background: white;
}

.main_single_service.bg-2:before {
    background: #000;
}

.button_absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section_cta .cta_content {
    background: var(--blue);
    padding: 40px;
    color: white;
}

.form_cta.form_row input {
    background: var(--blue);
    border-color: white;
    color: white;
}

.form_cta.form_row ::placeholder {
    color: white;
}

.form_cta.form_row .send_button input {
    background: white;
    color: #000;
    font-weight: 600;
}

.form_row.form_cta.form_row p.acceptance,
.form_row.form_cta.form_row p.acceptance a {
    color: white;
}

.hero_video_content {
    position: relative;
}

.hero_content {
    max-width: 50%;
    width: 50%;
    background: #ffffff80;
    backdrop-filter: blur(6px);
    padding: 40px;
	margin-bottom: 44px
}

.hero_content p {
    margin: 32px auto
}

.hero_video video,
.hero_video img {
    height: 86vh;
    width: 100%;
    object-fit: cover;
}

.gm-style-iw-tc {
  display: none!important
}

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

.hero_buttons a:last-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    background: var(--blue);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-left: 32px;
    border: 1px solid;
    border-color: var(--blue)
}

.hero_buttons a:last-child:hover {
    background: transparent;
    color: var(--blue);
}

.hero_section {
    margin-bottom: 180px;
	height: 82vh;
    display: flex;
    align-items: flex-end;
	margin-bottom: 44px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.treatment_section .d-flex {
    border-bottom: 1px solid
}

.treatment_left_col {
    position: relative;
    padding-right: 32px;
    border-right: 1px solid;
    padding-top: 24px;
}

.cta_form {
    margin-top: 64px;
}

/**** END Home Page ****/

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

.video_class span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('/wp-content/uploads/2024/12/play_circle.svg');
    width: 95px;
    height: 95px;
    opacity: 0.8;
    transition: 0.3s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video_class img {
    height: 88vh;
    object-fit: cover;
}

.advantages_img {
    padding-right: 11rem;
}

.single_advantage p {
    margin-top: 24px;
    margin-bottom: 0;
}

.home footer {
  border-top: 1px solid white;
}

.single_advantage p br,
.about_header .section_title br,
.pos-absolute .treatment_content br,
.about_desc br {
    content: "";
    margin: 30px;
    display: block;
}

.single_advantage {
    border-top: 1px solid #000;
    padding-top: 24px;
    padding-bottom: 80px
}

.advantages-list {
    position: relative;
    margin-top: 64px;
}

.advantages_img {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    align-self: flex-start;
    z-index: 9999;
}

/**** END About Page ****/

/**** Blog Page ****/
.single_post_col {
    background: var(--beige);
    padding: 40px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    position: relative;
    border: 1px solid;
    margin: -1px;
    width: calc(33.33333333% + 2px)
}

.blog_news .d-flex {
    border-top: 1px solid
}

.single_post_col:nth-child(3n) {
    border-right: 1px solid
}

.info_blog h3 a,
.info_blog h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 16px;
    text-decoration: none;
    transition: 0.3s
}

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

.single_post_col h3 a:hover,
.single_post_col:hover h3 a {
    text-decoration: underline;
    color: #000;
}

.info_blog p {
    margin-bottom: 0;
}

.blog_content img {
    height: 320px;
    width: 100%;
    object-fit: cover
}

.blog_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.pagination {
    width: 100%;
    justify-content: center;
    margin-top: 64px;
}

#filter-form {
    margin-bottom: 32px;
}

/**** END Blog Page ****/

/**** Tourism Page ****/
.tourism_video .video_class img {
    height: 480px;
    width: 100%;
    object-fit: cover
}

.tourism_hero {
    background: var(--blue);
    color: white;
}

.tourism_hero .breadcrumbs {
    padding-top: 40px;
}

.tourism-left-col {
    padding: 40px;
    border-right: 1px solid white;
    padding-right: 80px;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    position: relative;
    padding-bottom: 150px;
}

.breadcrumbs {
    width: 100%;
}

.breadcrumbs.b-white {
    position: absolute;
    top: 40px;
    padding-top: 0
}

.tourism_video {
    padding: 120px 0px;
    border-left: 1px solid;
    width: calc(50% - 80px);
    border-right: 1px solid white;
    margin-right: 40px;
}

.tourism_video a:before {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% + 84px);
    background: white;
    left: -41px;
    top: 0
}

.tourism_video a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% + 84px);
    background: white;
    left: -41px;
    bottom: 0
}

.tourism_hero .d-flex {
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
}

.tourism_home {
    overflow-x: hidden;
    overflow-y: auto;
}

.b-white ul li a {
    color: #ffffff50;
}

.b-white li a:after {
    background-color: #ffffff50;
}

.tourism-left-col p {
    margin: 32px auto
}

.content_title {
    margin-bottom: 24px;
}

.divider-80 {
    margin-top: 80px;
}


.scroll-margin {
    scroll-margin-top: 50px;
}

.menu_sidebar {
    width: 352px;
    padding-left: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
    align-self: flex-start;
}

.about_tourism,
.about_service,
.price_service {
    width: calc(100% - 352px);
    padding-right: 50px;
    padding-left: 120px
}

.menu_sidebar nav ul {
    list-style: none;
    padding: 0;
}

.menu_sidebar nav ul li {
    margin-bottom: 14px;
}

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

.menu_sidebar nav ul li a {
    color: #00000050;
    text-transform: uppercase;
    text-decoration: none;
}

.menu_sidebar nav ul li a.active {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.single_why img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    margin-bottom: 32px;
}

.single_why h3 {
    margin-bottom: 32px;
}

.single_why {
    width: calc(33.33333333% - 32px);
    margin: 0 16px;
    background: var(--blue);
    color: white;
    padding: 58px 40px 40px
}

.single_why p {
    margin-bottom: 0
}

.why_us_list {
    margin-top: 64px;
    row-gap: 32px;
}

.tourism_slider p {
  margin-bottom: 0
}

.pack_content {
  padding: 0 40px;
}

.cases-sec {
    position: relative;
}

.cases_sec {
    margin-top: 64px;
}

.cases-slider .swiper-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.master {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.master > div {
    width: calc(50% - 16px);
}

.before p,
.after p {
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.slider_nav .section_title {
    width: 100%;
    max-width: 70%
}

.slider_nav {
    display: flex;
    position: relative;
    align-items: flex-end;
}

.slider-arrows {
    display: flex;
    align-items: center;
    width: 30%;
    position: relative;
    justify-content: flex-end;
}

.slider_nav p {
    margin-bottom: 0
}

.slider-arrows .swiper-button-prev {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    position: relative;
    left: auto;
    right: 16px;
}

.slider-arrows .swiper-button-prev:after {
    content: '';
    width: 48px;
    height: 48px;
    background: url('/wp-content/uploads/2024/12/prev_button.svg');
    position: absolute;
    background-repeat: no-repeat;
}

.slider-arrows .swiper-button-next {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    position: relative;
    left: auto;
    right: 0px;
}

.slider-arrows .swiper-button-next:after {
    content: '';
    width: 48px;
    height: 48px;
    background: url('/wp-content/uploads/2024/12/next-button.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/**** END Tourism Page ****/

/* Section Slider Review */
.block_title h2 {
    margin-bottom: 24px;
}

.block_title p {
    margin-bottom: 64px;
}

.review-container {
    width: 100%;
    height: 100%;
}

.review-container .swiper-wrapper {
    align-items: center;
}

.review-container .swiper-slide-active {
    background: #FAF2EC;
    padding: 40px;
}

.review-container .swiper-slide {
    width: 48%;
}

.review-container .swiper-slide-active h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
    position: relative;
}

.client_name span::after {
    content: '|';
    margin: 0 16px;
    display: inline-block;
    transform: translateY(-1px);
}

.review-container .swiper-slide-active p {
    margin-bottom: 0
}

.video_reviews img {
    height: 420px;
    object-fit: cover
}

.review-container .swiper-slide-active img {
    margin-bottom: 32px;
}

.review-container .swiper-slide .img-container {
    position: relative;
}

.review-container .swiper-slide .img-container::before {
    content: '';
    background-image: url('/wp-content/uploads/2024/12/play_circle.svg');
    background-size: 95px 95px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    opacity: 0.8;
}

.review-container .swiper-slide:not(.swiper-slide-active) h4,
.review-container .swiper-slide:not(.swiper-slide-active) p {
    display: none;
}

/* Cosmetologie */

.cosmo_pack {
    background: #002C57;
}

.cosmo_pack .container {
    padding-top: 180px;
    padding-bottom: 180px;
}

.cosmo_pack .section_title h2 {
    color: white;
}

.cosmo_pack .section_title p {
    color: white;
}

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

.section_buttons a {
    text-decoration: none;
}

.section_buttons .btn-all {
    font-size: 20px;
    text-decoration: underline;
    color: white;
    padding: 0;
}

.section_buttons .btn-consultation {
    font-size: 16px;
    background: white;
    display: flex;
    padding: 21px 40px;
    justify-content: center;
    align-items: center;
    color: black;
    border-radius: 0;
    text-transform: uppercase;
}

.pack-slider {
    position: relative;
    overflow: hidden;
}

.pack-slider .swiper-wrapper {
    margin-top: 64px;
}

.pack-slider .swiper-slide {
    height: 100%;
}

.packages_home .section_buttons a:nth-child(1) {
    text-decoration: underline;
}

.pack-slider .swiper-slide h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    grid-row: 1;
    margin: 0;
}

.pack-slider .swiper-slide h5::before {
    content: '';
    position: absolute;
    top: 4px;
    right: 0px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #000;
}

.pack-slider .swiper-slide h3 {
    font-family: "Open Sans", sans-serif;
    margin-top: 16px;
    margin-bottom: 40px;
    grid-row: 2;
}

.pack-slider .swiper-slide li:last-child {
    margin-bottom: 0;
}

.pack-slider .swiper-slide li {
    position: relative;
    padding-left: 22px;
}

.pack-slider .swiper-slide li:before {
    content: "";
    background-image: url('/wp-content/uploads/2024/12/check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
}

.pack-slider .swiper-slide ul {
    padding: 0;
    list-style: none;
    flex-grow: 0;
    align-self: flex-start;
    padding: 0;
    grid-row: 3;
    margin: 0;
    margin-bottom: 56px;
}

.pack-slider .swiper-slide ul li {
    position: relative;
    list-style: none;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
}

.pack-slider .swiper-slide .package_price {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 56px;
    grid-row: 5;
    margin: 0;
    display: block;
}

.pack-slider .swiper-slide {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    background: var(--beige);
    padding: 40px;
    padding-bottom: 56px;
}

.packages_home {
    background: var(--blue);
    padding: 180px 0;
    margin-top: 0
}

.packages_home .hero_buttons a {
    color: white;
}

.packages_home .hero_buttons a:hover {
    color: #2384e3
}

.packages_home .hero_buttons a:last-child {
    background: white;
    color: #000
}

.packages_home .hero_buttons a:last-child:hover {
    color: white;
    background: transparent;
    border-color: white;
}

.packages_home .section_title {
    color: white;
}

.custom_nav {
    position: relative;
    display: flex;
    align-items: center;
}

.pack-next::after,
.pack-prev::after {
    content: none;
}

.pack-nav {
    width: 9.5%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
}

.pack-next,
.pack-prev {
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    right: 0;
}

.pack-prev {
    left: auto;
    right: 64px;
}

.pack-next::before,
.pack-prev::before {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.pack-next::before {
    background-image: url('/wp-content/uploads/2024/12/next-white.svg');
}

.pack-prev::before {
    background-image: url('/wp-content/uploads/2024/12/prev-white.svg');
}

.tourism_home .tourism-left-col {
    border-color: #000;
    padding-bottom: 0;
    align-content: center;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-top: 32px;
}

.tourism_home .d-flex {
    justify-content: space-between;
}

.tourism_home .tourism_video a:before,
.tourism_home .tourism_video a:after {
    background: #000
}

.tourism_home .tourism-left-col br,
.text_br br {
    content: '';
    display: block;
    margin-bottom: 30px;
}

.tourism_home .tourism-left-col p {
    margin: 80px auto 32px;
}

.tourism_home .hero_buttons a:last-child {
    padding: 21px 98px;
}

.tourism_home .tourism_video {
    padding: 180px 0;
    border-color: #000
}

.title_order {
    font-size: 24px;
    line-height: 36px;
    background: var(--beige);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87px;
    height: 87px;
    border-radius: 100%;
    border: 1px solid;
    text-align: center;
    margin-right: 24px;
}

.accordion-single-content-faq p {
    margin-bottom: 0;
    padding-bottom: 32px;
    margin-left: 112px;
}

.accordion-single-item {
    border-bottom: 1px solid;
}

.home_faq .accordion-single-item:first-child {
    margin-top: 24px;
}

.step-accordion .accordion {
    margin-top: 64px;
}

.page-template-dental-tourism .step-accordion .accordion {
  margin-top: 50px;
}

h4.accordion-single-title-faq,
h4.accordion-single-title-faq2 {
    display: flex;
    align-items: center;
    position: relative;
}

h4.accordion-single-title-faq .icon,
h4.accordion-single-title-faq2 .icon {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    margin-left: 40px;
}

.accordion_content .icon img {
    padding: 12px 5px;
    transition: 0.3s
}

.accordion-single-item.js-acc-item-faq2 {
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.accordion-single-item.js-acc-item-faq2:last-child {
    margin-bottom: 0;
}

.accordion_content .is-open .icon img,
.accordion_content .active .icon img {
    transform: rotate(-180deg);
    transition: 0.3s
}

.accordion-single-content-faq2 p {
    margin-right: 50px;
    margin-bottom: 0
}

.tourism_pack_slider .swiper-slide {
    background: var(--blue);
    padding: 40px;
    color: white;
}

.tourism_slider {
    margin-top: 64px;
}

.tourism_pack_slider .swiper-slide h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
}

.tourism_pack_slider .swiper-slide h3 {
    font-family: "Open Sans", sans-serif;
    margin-top: 16px;
    margin-bottom: 40px;
}

.tourism_pack_slider .swiper-slide p,
.pack_content p,
.pack-slider .swiper-slide p {
  display: none;
}

.tourism_pack_slider .swiper-slide ul {
    padding: 0;
    list-style: none;
}

.tourism_pack_slider .swiper-slide ul li {
    position: relative;
    list-style: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
    padding-left: 26px;
}

.tourism_pack_slider .swiper-slide li:before {
    content: "";
    background-image: url('/wp-content/uploads/2024/12/check-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
}

.tourism-pack .hero_buttons {
    margin-top: 24px
}

.accordion-single-item:hover {
    cursor: pointer;
}

.tourism-reviews {
    margin-top: 64px;
}

.tourism-reviews .swiper-slide {
    height: 100%;
}

.tourism-reviews .d-flex {
    height: 100%;
}

.review-img {
    width: calc(50% - 32px);
    margin-left: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.review-content {
    background: var(--beige);
    padding: 40px;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
}

.name {
    font-weight: 600;
    margin-bottom: 0
}

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

.rev-data {
    margin-bottom: 0;
    font-weight: 600;
    grid-row: 4;
}

.reviev_bg_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.stomatology-reviews .swiper-slide {
    background: var(--beige);
}

.stom_rev_content {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    height: 100%;
    padding: 40px;
}

.stomatology {
    margin-top: 64px;
}

/* home_section6 Section */
.home_section6 {
    position: relative;
    background: var(--beige);
}

.home_section6 .layout-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 33px;
    padding: 0 80px;
}

.home_section6 .img1 {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    box-sizing: border-box;
}

.img1.adaptiv img {
    width: 420px;
    height: 560px;
}

.home_section6 .img1 {
    grid-column: 1 / 4;
    margin-top: 160px;
    z-index: 2;
}

.home_section6 .img1 img {
    width: 280px;
    height: 360px;
    object-fit: cover
}

.home_section6 .img1 {
    margin-left: -40px;
}

.img.adaptiv {
    display: flex;
}

.home_section6 .img .img_2 {
    right: 40px;
    position: absolute;
    width: 280px;
    height: 360px;
}

.home_section6::before,
.home_section6::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #000;
    width: 1px;
    z-index: 1;
}

.home_section6::before {
    left: 13.5%;
}

.home_section6::after {
    right: 13.5%;
}

.home_section6 .adaptiv img {
    display: block;
    object-fit: cover;
    aspect-ratio: 1 / 1.33;
}

.home_section6 .img3,
.home_section6 .img {
    width: 100%;
    z-index: 2;
}

.home_section6 .img3 {
    margin-top: 24rem;
    margin-bottom: 50rem;
    grid-column: 4 / 4;
    padding-right: 80px;
}

.home_section6 .img3 img {
    width: 436px;
    height: 360px;
    object-fit: cover;
}

.home_section6 .img {
    grid-column: 1 / 9;
    margin-top: -1rem;
    margin-left: 3rem;
}

.home_section6 .img img {
    width: 436px;
    height: 360px;
    object-fit: cover
}

.home_section6 .btn-img {
    position: relative;
    height: clamp(30px, 2.152778rem, 40px);
    border: 1px solid white;
    text-transform: uppercase;
    border-radius: clamp(30px, 2.152778rem, 40px);
    padding: 0 0.833333rem 0 1.666667rem;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s cubic-bezier(0.65, 0, 0.35, 1),
    color 0.3s cubic-bezier(0.65, 0, 0.35, 1),
    padding 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    user-select: none;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap;
}

.mt-cs-100 {
    margin-top: 100px;
}

.home_section6 .title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1;
}

.home_section6 .description p {
    margin-bottom: 0;
}

.home_section6 .main_button {
    margin-top: 36px;
}

.home_section6 .position-relative {
    min-height: 200vh;
}

.home_section6 .sticky {
    position: sticky;
    top: 210px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9998;
    padding: 0;
    max-height: 100vh;
}

.content_width h2 {
    margin-top: -210px;
    margin-bottom: 32px;
}

.content_width p {
    margin-bottom: 32px;
}

.content_width {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.origins_page .home_section6 .sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    z-index: 1;
}

/* home_section6 End */
.template_simple .container h1 {
    margin-bottom: 64px;
}

.template_simple .page_content h2 {
    font-size: 32px;
    margin-top: 40px
}

.template_simple .page_content {
    margin-bottom: 180px;
}

.col-md-3.single_service {
    position: relative;
    padding: 40px;
    border: 1px solid;
    width: calc(25% - 32px);
    margin: 16px;
}

.col-md-3.single_service:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 100%;
    top: 40px;
    right: 40px;
}

.social_icons a:hover img {
    opacity: 0.7
}

.hero_service .button_white:hover,
.about_header .bg_about:hover {
    background: transparent;
    color: white;
    border-color: white;
}

.col-md-3.single_service:hover .simple_button {
    color: #2384e3
}

.dental_services {
    margin-top: 48px;
    margin-bottom: 164px;
}

.service_feat_img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.single_service .h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin-top: 32px;
    margin-bottom: 16px;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
}

.single_service p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}

.pack-slider.service_packages .swiper-slide {
    background: white;
    padding: 0
}

.pack-slider.service_packages .swiper-slide h5 {
    padding: 71px 40px 0
}

.pack-slider.service_packages h5::before {
    right: 40px;
    top: 75px;
}

.pack-slider.service_packages .swiper-slide h3 {
    padding: 0 40px;
}

.pack-slider.service_packages .swiper-slide ul {
    margin-bottom: 70px;
}

.pack-slider.service_packages .package_price {
    background: var(--beige);
    padding: 24px 40px;
}

.packages__template {
    background: var(--beige);
    padding-top: 40px;
}

.packages__template .page_breadcrumbs {
    margin-top: 0
}

.single_package {
    border-top: 1px solid;
    padding: 40px 0;
    margin-bottom: 80px
}

.single_package:last-child {
    margin-bottom: 0;
    padding-bottom: 80px;
}

.all_packages {
    margin-top: 80px;
}

.single_package h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.title_price {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}

.title_price .package_price {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}

.package_info {
    padding-right: 40px;
}

.package_bg_image {
    width: calc(50% - 40px);
    margin-left: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single_package ul {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
    padding-left: 66px;
}

.single_package ul li {
    margin-bottom: 8px;
    position: relative;
}

.package_button {
  margin-top: 40px;
}

.single_package ul li:before {
    content: "";
    background-image: url('/wp-content/uploads/2024/12/check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    left: -26px;
    width: 14px;
    height: 14px;
}

.package_button a {
    border: 1px solid;
    transition: 0.3s;
}

.package_button a:hover {
    color: white;
    background: var(--blue);
    border: 1px solid var(--blue)
}

.single_package:nth-child(2n) {
    flex-direction: row-reverse
}

.single_package:nth-child(2n) .package_bg_image {
    margin-left: 0;
    margin-right: 40px;
}

.single_package:nth-child(2n) .package_info {
    padding-right: 0;
    padding-left: 40px;
}

.service_background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
}

.service_intro {
    color: white;
    background: var(--blue);
    padding-left: 40px;
    padding-right: 80px;
}

.breadcrumbs.white {
    margin-top: 40px;
    color: white;
}

.breadcrumbs.white li a {
    color: #ffffff50;
    transition: 0.3s;
}

.breadcrumbs.white li a:hover {
    color: white;
    text-decoration: underline;
}

.breadcrumbs.white li a:after {
    background: #ffffff50
}

.service_content p {
    margin-top: 32px;
    margin-bottom: 32px;
}

.service_content {
    margin-top: 190px;
    margin-bottom: 80px;
}

.not_found_page .text_not {
    font-size: 150px;
    line-height: 150px;
    color: var(--blue);
    margin-bottom: 40px;
}

.not_found_page h1 {
    margin-bottom: 32px;
}

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

.not_found_page {
    background: var(--beige);
    text-align: center;
    padding: 120px 40px 180px
}

.language_menu .sub-menu {
    background-color: #ffffff;
    z-index: 999;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: .3s;
    width: auto;
    display: block;
    margin-top: 6px;
    box-shadow: 0px 3px 8px #0000004f;
    padding: 6px;
    right: -17px;
}

.language_menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.language_menu .sub-menu li a > span {
    display: flex;
    align-items: center;
}

.language_menu .sub-menu li a img {
    width: 16px;
}

.language_menu .sub-menu li {
    padding: 8px;
    margin-right: 7px;
}

.language_menu > a {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
    padding: 5px;
    color: transparent !important
}

.menu__top ul li.language_menu {
    margin-right: 0;
    padding: 20px 0px;
}

.language_menu > a:before {
    background: url('/wp-content/uploads/2024/12/language.svg');
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
}

.about_price {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 24px;
}

.price_section {
    margin-top: 64px;
}

#price_tabs .nav-tabs li a {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    padding: 28px 40px;
    position: relative;
    display: block;
    padding-left: 72px;
    opacity: 0.5;
}

#price_tabs .nav-tabs li a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 40px;
    border-radius: 100%;
    border: 1px solid #002C57
}

#price_tabs .nav-tabs li.active a {
    opacity: 1;
}

#price_tabs .nav-tabs li.active a:before {
    background: #002C57
}

.price_sticky {
    background: var(--beige);
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #000;
}

.nav-tabs {
    border: 0
}

#price_tabs .nav-tabs li.active {
    background: var(--beige);
    border: 1px solid;
    border-bottom: 0
}

.price_service {
    margin-top: -10px;
    padding-right: 120px;
}

.price_service h2 {
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.single_ser_price p {
    margin-bottom: 0;
    padding: 8px 0;
    width: 75%
}

.single_ser_price .subservice_price {
    font-weight: 600;
    width: 25%;
    padding-left: 32px;
    text-align: right;
}

.about-price {
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.about-price:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: -5px;
}

.single__img img {
    width: 100%;
    height: 380px;
    object-fit: cover
}

.single__img {
    padding: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 64px;
    align-items: center;
}

.pagination a {
    text-decoration: none;
}

.pagination a.active {
    font-weight: 700;
    text-decoration: underline;
}


.single__date {
    margin-bottom: 16px;
}

.single_blog_intro {
    margin-top: 80px
}

.post_breadcrumbs {
    margin-top: 40px;
}

.single_blog_intro h1 {
    max-width: 75%;
    margin-bottom: 40px;
}

.single_blog_intro img {
    height: 640px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 40px;
}

.col-md-9.blog__content h2 {
    margin-bottom: 24px;
}

.col-md-9.blog__content h2 em {
    font-weight: 700;
}

.col-md-9.blog__content .scroll-margin:first-child {
    margin-top: -10px;
}

.blog_sticky .col-md-3 {
    padding-left: 40px
}

.col-md-9.blog__content {
    width: calc(100% - 352px);
    padding-left: 120px;
    padding-right: 40px;
}

.related_posts .slider_nav .section_title {
    max-width: 50%;
}

.related_posts .slider-arrows {
    width: 50%;
}

.related_posts .single_post_col {
    margin: 0;
    border-right: 0
}

.related_posts .posts-slider {
    margin-top: 64px;
}

.posts-slider {
    border-right: 1px solid;
}

.blog__content .scroll-margin p:last-child {
    margin-bottom: 0
}

.pos-absolute {
    margin-top: 80px;
    margin-bottom: 32px;
}

.home_faq .accordion-single-item:last-child {
    border-bottom: 0;
}

.image img {
    width: 100%;
}

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

.img_thumb {
    margin-right: 32px;
    position: relative;
}

.thumbnails .thumb.active {
    background-color: var(--beige);
}

.thumbnails .thumb {
    padding: 8px 32px;
    margin-bottom: 8px;
}

.thumbnails .thumb:hover {
    cursor: pointer;
}

.img_thumb img {
    width: 88px;
    height: 56px;
    object-fit: cover;
}

.thumb.d-flex {
    align-items: center;
    flex-wrap: nowrap;
}

.video_title p {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.thumbnails.col-md-5 {
    padding-left: 0
}

.image.col-md-7 {
    padding-right: 0;
    position: relative;
}

.gallery.row {
    margin-top: 64px;
}

.video_play_gallery::before {
    content: '';
    background-image: url('/wp-content/uploads/2024/12/play_circle.svg');
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    opacity: 0.8;
}

.image.col-md-7 img {
    height: 650px;
    object-fit: cover
}

.image.col-md-7 .video_play_gallery::before {
    background-size: 95px 95px;
    left: -15px;
}

.gallery_photos .foogallery.foogallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0
}

.gallery_photos .fg-filtering-container {
  padding-left: 0!important;
  padding-right: 0!important
}

.gallery_photos .fg-item {
    width: calc(33.3333% - 22px);
}

.gallery_photos #foogallery-gallery-528 .fg-image {
    object-fit: cover;
    width: 100%;
    height: 380px;
}

.fg-tag-list {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.fg-tag-item .fg-tag-link {
    font-size: 14px !important;
    line-height: 14px;
    font-weight: 600;
    padding: 16px 24px;
    border: 1px solid #000;
    text-transform: uppercase;
    margin-right: 24px;
    text-decoration: none;
    display: block;
    border-radius: 0;
    font-family: "Open Sans", serif;
    color: #000;
    margin-bottom: 20px;
}

.fg-tag-item .fg-tag-link:hover {
    color: #000;
    background: var(--blue);
    color: white;
}

.gallery_photos .fg-default.fg-gutter-15 .fg-item {
  margin: 0
}

.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
  box-shadow: none;
  border: 0;
}

.fg-light .fg-tag-item.fg-selected .fg-tag-link {
    color: white;
    background: var(--blue);
    border-color: var(--blue);
    font-family: "Open Sans", serif;
}

.gallery_photos {
    margin-top: 64px;
    position: relative;
}

.fg-paging-container .fg-pages {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: center;
    margin-top: 16px
}

.fg-pages li {
    margin: 0 8px;
}

.fg-pages li a {
    text-decoration: none!important;
    font-size: 20px!important;
    line-height: 30px!important;
    min-width: auto!important;
    padding: 0!important;
    color: #000!important;
    border: 0!important
}

.fg-pages li.fg-selected a {
    font-weight: 700!important;
    text-decoration: underline!important;
}

.fg-paging-container.fg-light .fg-page-item:hover .fg-page-link {
  background-color: transparent
}

.fg-page-button .fg-page-link:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}

.fg-paging-container.fg-light .fg-page-item.fg-selected .fg-page-link {
  color: #000;
  background-color: inherit;
  border-color: transparent;
  border: 0;
  padding: 0;

}

.fg-page-prev .fg-page-link:before {
    background-image: url('/wp-content/uploads/2024/12/prev_button.svg');
}

.gallery_photos .fg-page-next .fg-page-link:before {
    background-image: url('/wp-content/uploads/2024/12/next-button.svg');
}

.gallery_photos .fg-page-button {
    width: 48px;
    height: 48px;
    position: relative;
}

.gallery_photos .fg-paging-container .fg-page-next a,
.gallery_photos .fg-paging-container .fg-page-prev a {
    color: transparent!important
}

.photo_gallery.mg-18 {
    margin-bottom: 164px;
}

.menu__top .menu_service ul.sub-menu {
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

html.result_hover .menu__top .menu_service:hover ul.sub-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 99px;
    background: linear-gradient(90deg, #002C57 53%, #FAF2EB 50%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 105px 40px;
    justify-content: flex-start;
    visibility: visible;
    opacity: 1;
}

html.result_hover .header__top.sticky .menu__top .menu_service ul.sub-menu {
/*     top: 72px; */
}

.menu__top .menu_service {
    position: initial;
}

.menu_service .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.menu-title {
    font-weight: bold;
    font-size: 16px;
}

.menu-image img {
    height: 0
}

.menu-page-desc {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

html.result_hover .menu_service:hover .menu-page-desc {
  position: fixed;
  visibility: visible;
  opacity: 1;
  height: auto;
  top: 13rem;
  padding-left: 40px;
  left: 53%;
  width: 47%;

  padding-right: 40px;
  z-index: 999
}

html.result_hover .menu_service .menu-page-desc.delete {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0
}

.menu-page-desc p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0
}

.menu-page-desc img {
  height: 360px;
  width: 360px;
  object-fit: cover;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
    .sub-menu {
        grid-template-columns: 1fr;
    }

    .menu-image {
        margin-top: 10px;
    }
}

.menu-content img {
    width: 360px;
    height: 360px;
    object-fit: cover;
}

.menu__top .menu_service ul li {
    margin-right: 0;
    width: 53%;
    padding: 0;
    position: initial;
}


.sub-menu .menu-title {
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    opacity: 0.5;
    padding: 16px 0;
    display: block;
    text-transform: none;
}

.sub-menu .menu-title:hover {
    opacity: 1;
    color: white;
}

.menu-image-description-wrapper {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.menu_service ul li:hover .menu-image-description-wrapper {
    visibility: visible;
    opacity: 1;
    height: auto;
    top: 50%;
    padding-left: 40px;
    left: 53%;
    width: 47%;
    transform: translateY(-50%);
    padding-right: 40px;
}

.menu_service ul li:hover .menu-image img {
    height: 360px;
    width: 360px;
    object-fit: cover;
    margin-bottom: 32px;
}

.menu-description p {
    font-size: 16px;
    line-height: 24px;
}

.menu__top ul li.submenu_all a {
    font-size: 20px;
    line-height: 30px;
    color: white;
    text-decoration: underline;
    opacity: 1;
    font-weight: 400;
    text-transform: none;
    font-family: "Open Sans", serif;
}

.menu__top .menu_service ul li.submenu_all {
    margin-top: 16px;

}


.menu__top .menu_service ul li.parent-menu-name {
    text-transform: uppercase;
    color: white;
    opacity: 0.5;
    font-size: 16px;
    line-height: 24px;
}

.menu__top .menu_service ul li.parent-menu-name {
    margin-bottom: 16px;
}

.language_menu .sub-menu .parent-menu-name {
    display: none;
}

html:before {
    content: '';
    background: white;
    position: fixed;
    top: 135px;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
}

html.result_hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

#filter-form input {
    display: none;
}

#filter-form input:hover {
    cursor: pointer;
}

#filter-form label {
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #000;
    padding: 16px 24px;
    border: 1px solid #000;
    text-transform: uppercase;
    margin-right: 24px;
    transition: 0.3s
}

#filter-form label.checked {
    color: white;
    background: var(--blue);
    border-color: var(--blue);
    transition: 0.3s;
}

#filter-form button {
    background: var(--blue);
    padding: 16px 24px;
    border: 1px solid var(--blue);
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 18px;
    color: white;
    transition: 0.3s;
}

.categories-selected #filter-form button {
    background: white;
    color: #000;
    border-color: #000;
}

.blog_page {
    margin-top: 64px;
}


/**** Footer ****/
.form_row input {
    width: 100%;
    padding: 24px 16px;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    border-radius: 0;
    border: 1px solid;
    background: var(--beige)
}

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

::placeholder {
    color: #000;
    font-weight: 400;
    color: #000;
}

.form_row p.acceptance {
    margin-bottom: 0
}

.contact_form_content .col-md-7 {
    padding-left: 32px;
}

.acceptance, .acceptance a {
    font-size: 12px;
    line-height: 12px;
    color: #000;
    margin-bottom: 0;
}

.form_row .send_button input {
    text-transform: uppercase;
    width: 100%;
    color: white;
    background: var(--blue);
    border-color: var(--blue);
    transition: 0.3s;
    font-weight: 600
}

.form_row .send_button input:hover {
    border-color: var(--beige);
    background: transparent;
    color: white
}

.contact_form_content .form_row .send_button input:hover {
    color: var(--blue);
    border-color: var(--blue);
}

.form_row .send_button {
    position: relative;
}

.form_row .col-md-6:nth-child(1),
.form_row .col-md-6:nth-child(3) {
    padding-right: 8px;
}

.form_row .col-md-6:nth-child(2),
.form_row .col-md-6:nth-child(4) {
    padding-left: 8px;
}

.wpcf7-spinner {
    position: absolute;
    right: 20px;
    top: 20px;
}

.form_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact_form .container {
    padding: 40px;
}

.form_title {
    margin-bottom: 16px;
}

.social_contact a {
    display: flex;
    align-items: center;
    width: calc(50% - 8px);
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    background: white;
    border: 1px solid #000;
    padding: 22px;
    transition: 0.3s;
}

.social_contact a:hover {
    color: #000;
    background: var(--beige)
}

.social_contact a:first-child {
    margin-right: 8px;
}

.social_contact a:last-child {
    margin-left: 8px;
}

.social_contact img {
    height: 20px;
    width: auto;
    margin-right: 16px;
    margin-top: -2px;
}

.contact_us p {
    margin-bottom: 16px;
    margin-top: 32px;
}

.contact_us {
    margin-bottom: 32px;
    margin-top: 10px;
}

.contact_form {
    background: var(--blue);
}

.contact_form_content {
    background: var(--beige);
    padding: 80px 40px;
}

footer {
    background: var(--blue);
    color: white;
}

.contact_title {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff50;
    margin-bottom: 8px;
    text-transform: uppercase;
}

footer .d-flex h5 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

footer .d-flex h5 a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
}

footer .col-md-3 {
    padding: 40px;
    border: 1px solid;
    border-top: 0;
}

.footer_logo img {
    height: 40px;
    width: auto;
    margin-top: 6px;
}

footer .col-md-3.footer_logo,
footer .col-md-3.footer_email,
footer .col-md-3.useful_link,
footer .col-md-3.program {
    border-right: 0;
    border-left: 0;
}

footer .container {
    padding: 0;
}

footer .col-md-3.footer_address,
footer .col-md-3.dentistry {
    border-right: 0;
}

.info_title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 24px;
}

footer .d-flex ul {
    list-style: none;
    padding: 0;

}

footer .d-flex .dentistry ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 16px;
}

footer .d-flex ul li a {
    font-size: 14px;
    line-height: 14px;
    color: white;
    text-decoration: none;
    font-weight: 400;
}

footer .d-flex ul li {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
    font-weight: 400;
}

.program_list p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
}

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

.social_icons {
    margin-top: 24px;
}

#map {
    height: 400px;
}

#map .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0;
    top: 3px;
}

#map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
    position: absolute !important;
    z-index: 2;
    right: 10px;
}

#map .gm-style-iw-d {
    padding: 0 !important;
    max-height: 100% !important;
    overflow: auto !important;
}

.map__info .map__img {
    max-height: 150px;
    width: 100%;
    text-decoration: none;
}

#map a {
    text-decoration: none;
}

#map .map__info h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 500;
}

#map .map__info .map__content {
    background-color: #002C57;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
}

#map .map__info .map__content img {
    width: 40px;
}

.copyrights {
    padding: 16px 40px;
}

footer a:hover {
    text-decoration: underline !important
}

.price_service_subt {
  margin-top: 20px;
}

.copyrights p,
.copyrights a {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    text-decoration: none;
    color: white;
    transition: 0.3s
}

.copyrights a:hover {
    text-decoration: underline;
}

.copyrights .terms a:nth-child(1) {
    position: relative;
    padding-right: 24px;
}


.copyrights .terms a:nth-child(2) {
    position: relative;
    padding-right: 24px;
}

.copyrights .terms a {
    display: block;
}

.copyrights .terms {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.copyrights .terms a:nth-child(1):after {
    content: "|";
    position: absolute;
    top: 0px;
    right: 8px;
}

.copyrights .terms a:nth-child(2):after {
    content: "|";
    position: absolute;
    top: 0px;
    right: 8px;
}

/**** End Footer ****/

.bullets_white .swiper-pagination-bullet {
  background: white
}

.bullets_slider {
  margin-top: 50px;
  margin-bottom: -15px;
}

.about_header{
    background: #002C57;
}

.about_header .page_breadcrumbs{
    margin-top: 0;
    padding-top: 40px;
}

.about_header .breadcrumbs ul li a{
    color: rgba(255, 255, 255, 0.5);
}

.about_header .breadcrumbs ul li {
  color: white;
}

.about_header .section_title{
    color: white;
    max-width: 60%;
}

.about_header .bg_about{
    background: white;
    color: #000000;
}

.about_header .page_intro {
  margin-bottom: 80px;
}

.horizontal-scroll-container {
    overflow: hidden;
    height: 360px;
    display: flex;
    align-items: stretch;
}

.horizontal-scroll {
    display: flex;
    gap: 162px;
    position: relative;
    margin-bottom: 40px;
}

.carousel-slide {
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    will-change: transform;
    opacity: 1!important
}

.carousel-slide img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

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

.video_about {
    margin-top: 64px;
}

@media (min-width: 1401px) {
    .filter_button,
    .filter_button2 {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
  .menu-page-desc {
    display: none!important
  }
  html.result_hover .menu__top .menu_service:hover ul.sub-menu {
    position: inherit;
    background: transparent;
    display: block;
    padding: 15px 5px 0;
  }
  .menu-image-description-wrapper {
    display: none;
  }
  header.active .menu__primary .sub-menu li a {
    color: #000;
  }
  html.result_hover:before {
    display: none;
  }
  .menu__primary .sub-menu li.menu-item-current a {
    font-weight: 500!important;
    text-decoration: underline;
  }
  .about_tourism, .about_service, .price_service {
    padding-left: 30px;
  }
  .about_tourism, .about_service, .price_service,
  .col-md-9.blog__content {
    padding-right: 15px;
  }
  .service_intro,
  .tourism-left-col,
  .blog_sticky .col-md-3 {
    padding-left: 15px;
  }
  #price_tabs .nav-tabs li a:before {
    left: 15px;
  }
  #price_tabs .nav-tabs li a {
    padding-left: 50px;
  }
  .menu_sidebar {
    padding-left: 15px;
  }
    #filter-form,
    .fg-filtering-container {
        display: none;
    }

    #filter-form.active,
    .fg-filtering-container.active {
        display: block;
        position: absolute;
        z-index: 9999;
        background: white;
        padding: 10px 20px;
        top: 35px;
        box-shadow: 0 3px 6px #00000045;
        width: 30%;
    }
    #filter-form.active{
      padding: 20px;
    }
    #filter-form label {
        margin-top: 10px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
        color: #000;
        padding: 14px 16px;
        width: 100%;
    }

    #filter-form button {
        width: 100%;
        font-size: 12px;
        line-height: 12px;
        padding: 14px 16px;
        text-align: left;
    }
    .gallery_photos .fg-tag-item {
      width: 100%;
    }
    .fg-light .fg-tag-item.fg-selected .fg-tag-link {
      display: block;
      width: 100%;
    }

    .fg-tag-item .fg-tag-link {
      font-size: 12px;
      line-height: 12px;
      padding: 14px 16px;
      text-align: left;
      margin: 0;
      margin-top: 10px
    }

    .blog_filter {
        position: relative;
    }

    .filter_button,
    .filter_button2 {
        position: relative;
        display: block;
        padding-left: 35px;
    }

    .filter_button:before,
    .filter_button2:before {
        content: '';
        background: url('/wp-content/uploads/2025/01/blur_linear.svg');
        position: absolute;
        left: 0;
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        top: 3px;
    }

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

    .header_contact {
        padding: 8px 15px;
    }

    .menu__top ul.sub-menu li.view_all_events a:after {
        display: none;
    }

    .menu__top ul.sub-menu li.view_all_events {
        margin-left: 16px
    }

    .menu__top ul.sub-menu li.view_all_events a {
        text-decoration: underline;
        color: #17A57B !important
    }

    .header__top.sticky .menu__top ul li.current_page_item > a::after {
        background: #E3FFCC;
        height: 1px;
        bottom: 7px;
        color: #E3FFCC
    }

    .header__top.active .menu-item ul.sub-menu li {
        padding: 5px;
        width: 100%;
        margin: 0;
    }

    .header__top.active .menu__top .main_bibl {
        margin-top: 30px;
        margin-left: 20px;
    }

    .header__top.active .menu__top ul li .sub-menu a {
        font-size: 18px;
        font-weight: 400;
        opacity: 1;
        line-height: 28px;
    }

    .menu__top .menu_service ul li.parent-menu-name {
        display: none;
    }

    .main_bibl {
        display: block
    }

    li.menu-item-has-children:before {
        display: none;
    }

    .header_menu .logo_site {
        flex: 0 0 auto;
        width: 50%;
        z-index: 9999999
    }

    .col-md-10.menu__top {
        flex: 0 0 auto;
        width: 50%;
        display: none;
    }

    html.active .col-md-10.menu__top {
        display: block;
    }

    html.active {
        overflow-y: hidden;
    }

    #menu-main-menu li.menu-item-has-children.selected a:before {
        transform: rotate(90deg);
        transition: 0.3s
    }

    .menu__top ul li {
        margin: 12px 0;
        padding: 12px 15px;
    }

    header.active .menu__primary .sub-menu li a {
        font-size: 16px;
        padding: 12px 15px;
        color: var(--blue);
        padding: 0;
    }

    .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: 160px;
        display: block;
    }

    header.active .menu__primary li a {
        font-size: 18px;
        position: relative;
    }

    .header__top.sticky .menu__primary li.current_page_item > a {
        font-weight: 700;
        text-decoration: underline;
    }

    .header__top.sticky .menu__primary .sub-menu li.current_page_item a {
        color: #141414
    }

    .menu__primary li {
        margin: 0;
        display: block;
        text-align: left;
    }

    .menu__primary li.phone_class {
        margin-left: 0 !important;
        margin-top: 30px;
    }

    header.active .menu__top ul li.current_page_item > a::after {
        width: calc(100% - 30px);
        background: #E3FFCC;
        height: 1px;
        bottom: 7px;
    }

    .menu__top ul li a:hover::after {
        display: none;
    }

    .mobile__menu {
        position: absolute;
        display: block;
        height: 40px;
        width: 40px;
        background: #002c57;
        left: auto;
        right: 0px;
        margin: auto;
        border-radius: 100%;
        cursor: pointer;
        z-index: 99;
        opacity: 1;
        top: 49%;
        transform: translateY(-50%);
    }

    .header_menu {
        position: relative;
        padding: 13px 0
    }

    header.active .mobile__menu {
        position: fixed;
        top: 75px;
        z-index: 99999999;
        right: 15px;
    }

    header.active.sticky .mobile__menu {
        top: 47px
    }

    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: 25px;
    }

    .mobile__menu span {
        height: 2px;
        width: 20px;
        background: white;
        position: absolute;
        margin-left: -2px;
        margin-bottom: 1px;
        top: 14px;
        border-radius: 0;
        transition: .5s;
    }

    header.active .menu__primary {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999999;
        left: 0;
        right: 0;
        transition: 0.5s;
        overflow-y: scroll;
        background: #ffffff;
        overflow-x: hidden;
    }

    .menu__top .menu_service:hover ul.sub-menu {
        position: inherit;
        padding: 0;
        background: transparent;
        padding: 10px 15px;
    }

    .menu__top ul li.contact_buttom {
        margin-right: 0px;
        width: fit-content;
        margin-left: 15px;
    }

    .language_menu .sub-menu {
        position: relative;
        left: 0;
        right: auto;
        visibility: visible;
        opacity: 1;
        display: flex;
        align-items: center;
        box-shadow: none;
        justify-content: flex-start;
        padding: 16px;
    }

    .menu__top ul li.language_menu {
      padding: 0
    }

    .language_menu .sub-menu li {
        width: auto !important;
        margin-right: 10px !important;
    }

    .language_menu .sub-menu li a {
        font-size: 16px !important
    }

    .language_menu > a {
        display: none
    }
}

@media (min-width: 1400px) and (max-width: 1540px) {
    .menu__top ul li {
        margin-right: 25px;
    }

    .menu__top ul li.contact_buttom {
        margin-right: 15px;
    }

    .advantages_img {
        padding-right: 8rem
    }
    .home_section6 .img3 {
      padding-right: 0
    }
    .single_why h3 {
      font-size: 26px;
      line-height: 38px;
    }
    .price_service {
      padding-right: 40px;
    }
    .blog_content img {
      height: 260px;
    }
    .blog_content .single_blog_content img {
      height: 500px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .section_title {
        max-width: 60%;
    }
}

@media (min-width: 1366px) and (max-width: 1399px) {
  .col-md-9.blog__content {
    padding-left: 60px
  }
  .number_title {
    font-size: 70px;
    line-height: 70px;
  }
  .single_post_col .blog_content img {
    height: 250px;
  }
  .nr-column {
    height: 400px
  }
  .pos-absolute {
    margin-bottom: 50px;
  }
  .home_section6 .img3 {
    padding-right: 0
  }
  .tourism_home .tourism-left-col p {
    margin: 50px auto 32px;
  }
  .h2, h2 {
    font-size: 34px;
    line-height: 54px;
  }
  .about_header .section_title {
    max-width: 75%
  }
  .advantages_img {
    padding-right: 5rem;
  }
  .single_why h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .single_why {
    padding: 24px;
  }
  .single_why p {
    font-size: 18px;
    line-height: 28px;
  }
  .price_service {
    padding-right: 40px;
    padding-left: 60px
  }
  .gallery_photos .foogallery.foogallery-container {
    padding-left: 0
  }
  .related_posts .slider_nav .section_title {
    max-width: 70%;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .section_title {
    max-width: 65%;
  }
	.hero_section {
		height: 85vh
	}
}

@media only screen and (min-width: 1200px) {
    .swiper-pagination {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .slider-arrows {
        display: none;
    }

    .pack-nav {
        display: none;
    }

    .single-services .bullets_slider,
    .page-template-dental-tourism .bullets_slider {
        margin-bottom: 100px;
    }

    .single-services .tourism-reviews .bullets_slider {
      margin-bottom: 50px
    }

    .tourism_reviews .swiper-slide{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        height: auto;
        box-sizing: border-box;
    }

    .tourism_reviews .review-content{
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 30px;
    }

    .swiper-pagination-bullet {
        background: var(--blue);
        width: 25px;
        height: 5px;
        border-radius: 0;
    }

    .tourism-review-pagination {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .hero_content {
    max-width: 70%;
    width: 70%
  }
  .section_title {
    max-width: 80%;
  }
  .main_single_service p {
    margin-top: 80px;
  }
  .nr-column {
    padding: 20px;
    height: 340px;
  }
  .number_title {
    font-size: 65px;
    line-height: 65px;
  }
  .number_content {
    font-size: 18px;
    line-height: 28px;
  }
  footer .d-flex h5 a {
    word-wrap: break-word;
  }
  footer .col-md-3 {
    padding: 25px;
  }
  .footer_logo img {
    height: 100%;
    width: 100%;
    margin-top: 6px;
  }
  footer .d-flex h5 a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
  }
  .contact_form_content {
    padding: 40px 20px;
  }
  .about_header .section_title {
    max-width: 100%;
  }
  .advantages_img {
    padding-right: 2rem;
  }
  .h3, h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .review-container .swiper-slide-active {
    padding: 20px;
  }
  .video_reviews img {
    height: 300px;
  }
  .review-container .swiper-slide .img-container::before {
    background-size: 65px 65px;
  }
  .tourism-left-col {
    padding-right: 30px;
  }
  .cases-slider .swiper-slide img {
    height: 250px;
  }
  .slider_nav .section_title {
    max-width: 100%;
  }
  .review-content {
    padding: 25px;
  }
  .single_why {
    width: calc(50% - 32px);
    padding: 30px;
  }
  .single_why:last-child {
    width: calc(100% - 32px)
  }
  h4.accordion-single-title-faq, h4.accordion-single-title-faq2 {
    font-size: 20px;
    line-height: 30px;
    width: 95%;
  }
  .title_order {
    font-size: 20px;
    line-height: 34px;
    width: 66px;
    height: 66px;
    margin-right: 15px;
  }
  h4.accordion-single-title-faq .icon,
  h4.accordion-single-title-faq2 .icon {
    width: 30px;
    height: 30px;
    right: -5%;
  }
  .accordion-single-content-faq p {
    margin-left: 82px;
    font-size: 18px;
    line-height: 28px;
  }
  .home_section6 .img {
    margin-left: -40px
  }
  .home_section6 .img .img_2 {
    right: 20px;
  }
  .home_section6 .img3 {
    padding-right: 0;
    margin-right: -40px
  }
  .tourism_home .tourism-left-col p {
    margin: 40px auto 32px;
  }
  .tourism_home .hero_buttons a:last-child {
    padding: 21px 30px;
  }
  .tourism_home .tourism-left-col {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .single_ser_price .subservice_price {
    width: 33%;
  }
  .single_ser_price p {
    width: 67%;
  }
  .menu_sidebar {
    width: 300px;
  }
  .about_tourism, .about_service, .price_service {
    width: calc(100% - 300px);
  }
  .image.col-md-7 img {
    height: 500px;
  }
  .thumbnails.col-md-5 {
    height: 500px;
    overflow-y: scroll;
  }
  .video_title p {
    font-size: 18px;
    line-height: 28px;
  }
  .gallery_photos .foogallery.foogallery-container {
    padding-left: 0;
    gap: 20px;
  }
  .gallery_photos .fg-item {
    width: calc(33.3333% - 14px);
  }
  .gallery_photos #foogallery-gallery-528 .fg-image {
    height: 260px;
  }
  .blog_content img {
    height: 200px;
  }
  .single_post_col {
    padding: 30px;
  }
  .single_blog_intro img {
    height: 500px;
  }
  .col-md-9.blog__content {
    width: calc(100% - 300px);
  }
  .col-md-9.blog__content {
    padding-left: 60px;
  }
  .related_posts .slider_nav .section_title,
  .single_blog_intro h1 {
    max-width: 100%;
  }
  .col-md-3.single_service {
    padding: 30px;
    width: calc(33.3333% - 32px);
  }
  .col-md-3.single_service:before {
    top: 30px;
    right: 30px;
  }
  .stomatology_ser_reviews.mb-18 {
    margin-bottom: 160px;
  }
  .package_bg_image {
    width: 50%;
    margin-left: 0;
  }
  .single_package:nth-child(2n) .package_bg_image {
    margin-right: 0
  }
  .service_intro {
    padding-right: 30px
  }
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
  .service_intro .breadcrumbs ul li:first-child,
  .service_intro .breadcrumbs ul li:nth-child(2) {
    width: auto;
  }
  .service_intro .breadcrumbs ul li:nth-child(3) {
    width: 22%;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  .bullets_slider {
    margin-bottom: 0
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
	
  .hero_video video, .hero_video img {
    height: 102vh
  }

  .stomatology_ser_reviews.mb-18 {
    margin-bottom: 160px;
  }
  .gallery_photos .foogallery.foogallery-container {
    gap: 16px;
  }
  .hero_content {
      max-width: 100%;
      width: calc(100% - 30px);
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 15px;
  }
  .gallery_photos .fg-item {
    width: calc(50% - 8px);
  }

  .hero_buttons a {
      line-height: 28px;
  }

  .hero_buttons a:last-child {
      line-height: 28px;
  }

  .nr-column-1 {
      order: 3;
  }

  .column-empty-4 {
      order: 8;
  }

  .title_order {
      height: 57px;
  }

  .main_button {
      line-height: 28px;
  }

  .hero_buttons {
      margin-bottom: 50px;
  }

  .form_bg {
      height: 300px;
  }

  .contact_us h2 {
      margin-top: 20px;
  }

  /* footer */
  footer .col-md-3 {
      padding: 40px;
      border: 1px solid;
      border-top: 0;
  }

  footer .col-md-6 {
      padding: 40px;
      border: 1px solid;
      border-top: 0;
  }

  .video_class img {
      height: 40vh;
  }

  .tourism_home .tourism-left-col {
      border: none;
  }

  .content_width {
      width: 400px;
  }

  .menu_sidebar {
      width: 100%;
      position: static;
      padding-left: 0;
      margin-bottom: 40px;
  }

  .menu_sidebar ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
  }

  .about_tourism, .about_service, .price_service {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
  }

  .service_content {
      margin-top: 50px;
  }

  .why_us_list {
      display: flex;
      justify-content: center;
  }

  .single_why {
      width: calc(50% - 32px);
  }

  .title_order {
      width: 57px;
  }

  .tourism-left-col h2 {
      margin-top: 20px;
  }

  .tourism_video {
      width: 100%;
      padding: 0 15px;
      border: 0
  }

  .tourism_video a:before,
  .tourism_video a:after {
    display: none;
  }

  .cases-slider .swiper-slide img {
      height: 270px;
  }

  .nav {
      flex-wrap: nowrap !important;
  }

  #price_tabs .nav-tabs li a:before {
      top: 36%;
  }

  .gallery_photos #foogallery-gallery-528 .fg-image {
      height: 280px;
  }

  .single_package .package_info,
  .single_package .package_bg_image {
    width: 100%
  }
  .package_info {
    padding-right: 0;
  }
  .single_package .package_bg_image {
    height: 400px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .title_price {
    margin-bottom: 40px;
  }
  .single_package:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .single_package:nth-child(2n) .package_bg_image {
    margin-right: 0;
  }
  .single_package:nth-child(2n) .package_info {
    padding-left: 0
  }
  .single_package {
    flex-direction: column-reverse;
  }

  .fg-filtering-container.active {
    width: 50%;
    padding: 0 10px!important;
  }

  #filter-form.active {
    width: 50%;
    padding: 10px!important;
  }
  .related_posts .slider_nav .section_title {
    max-width: 100%;
  }
  .blog_content img {
    height: 220px;
  }
  .blog_content .single_blog_intro img {
    height: 440px;
  }
  .col-md-9.blog__content {
    width: 100%;
    padding-left: 15px;
  }
  .single_blog_intro h1 {
    max-width: 100%;
  }
  .single_post_col {
    padding: 30px;
  }

  .photo_gallery.mg-18 {
    margin-bottom: 104px;
  }

  .single_post_col {
      width: calc(50% + 2px);
  }

  .program {
      width: 100%;
  }

  .copyrights {
      padding: 0;
  }

  .copyrights .col-md-6 {
      border: none;
  }

  .swiper-pagination-bullet {
      width: 43px;
      height: 6px;
  }

  .image.col-md-7 img {
      height: 489px;
  }

  .related_posts .single_post_col {
      border-right: 0;
  }

  .posts-slider {
      border: 0;
  }

  .posts-slider .swiper-slide {
      border: 1px solid black;
  }

  .cta_content .section_title {
      max-width: 92%;
  }
  .review-container .swiper-slide {
      width: 60%;
  }

  .video_reviews img {
      height: 300px;
      object-fit: cover;
  }

  .review-container .swiper-slide .img-container::before {
      top: -16px;
      background-size: 60px 60px;
  }

  .tourism-reviews .d-flex {
      flex-direction: column-reverse;
  }

  .review-img {
      width: 100%;
      height: 300px;
      margin-left: 0;
  }
  .hero_section .container {
    padding: 0
  }
  footer .col-md-3 {
    width: 50%;
    padding: 30px;
  }
  footer .col-md-3:nth-child(3),
  footer .col-md-3.cosmetology {
    border-left: 0;
    border-right: 0
  }
  footer .col-md-3.footer_email,
  footer .col-md-3.program {
    border-left: 1px solid
  }
  footer .col-md-6 {
    padding: 15px
  }
  .contact_form_content .d-flex .col-md-5,
  .contact_form_content .d-flex .col-md-7 {
    width: 100%;
    padding: 0
  }
  .contact_form_content {
    padding: 30px;
  }
  .tourism_home .tourism_video {
    border: 0
  }
  .tourism_home .tourism_video a:before,
  .tourism_home .tourism_video a:after {
    display: none;
  }
  .tourism_home .tourism_video {
    padding: 20px 15px 120px;
    width: 100%;
    margin: 0
  }
  .tourism-left-col h2 {
    margin-top: 0
  }
  .tourism_home .tourism-left-col {
    padding-right: 15px
  }
  .tourism_home .tourism-left-col p {
    margin: 40px auto 32px;
  }
  .tourism_home {
    margin-top: 120px
  }
  .mg-18 {
    margin: 120px auto;
  }
  .packages_home {
    padding: 120px 0
  }
  .section_title {
    max-width: 100%;
  }
  .pack-slider .swiper-wrapper {
    margin-top: 10px;
  }
  .review-container .swiper-slide {
    width: 80%;
  }
  .mt-18 {
    margin-top: 120px;
  }
  .section_cta .cta_content {
    padding: 30px;
  }
  .pos-absolute {
    margin-top: 40px;
  }
  .treatment_left_col {
    position: relative;
    padding-right: 0;
    border-right: 0;
    padding-top: 0;
  }
  .column-empty-1 {
    display: none;
  }
  .nr-column {
    width: calc(50% - 20px);
    margin: 10px;
    height: 370px;
  }
  .why_numbers {
    padding: 10px;
  }
  .number_title {
    font-size: 80px;
    line-height: 80px;
  }
  .main_single_service {
    padding: 30px;
  }
  .main_single_service p {
    margin-top: 60px;
  }
  .h2, h2 {
    font-size: 34px;
    line-height: 54px;
  }
  .main_single_service.bg-2:before {
    top: 30px;
    right: 30px;
  }
  .hero_section {
    margin-bottom: 100px;
  }
  .home_section6::after {
    right: 15px;
  }
  .home_section6::before {
    left: 15px;
  }
  .mt-cs-100 {
    margin-top: 15px;
  }
  .content_width {
    width: 80%;
  }
  .home_section6 .sticky {
    top: 150px;
  }
  .content_width h2 {
    margin-top: -150px;
  }
  .home_section6 .layout-grid {
    padding: 0 15px;
  }
  .home_section6 .img {
    margin-left: 0;
  }
  .home_section6 .img img {
    width: 40%;
    height: 270px;
    object-fit: cover;
  }
  .home_section6 .img .img_2 {
    right: 20px;
    position: absolute;
    width: 240px;
    height: 270px;
  }
  .home_section6 .img1 {
    margin-left: 20px;
  }
  .home_section6 .img3 {
    padding-right: 0;
    margin-left: -35%;
  }
  .home_section6 .img3 img {
    width: 130%;
    height: 262px;
    object-fit: cover;
  }
  .accordion-single-content-faq p {
    margin-left: 84px;
  }
  .about_header .section_title {
    max-width: 100%;
  }
  .advantages_img {
    padding-right: 32px;
  }
  .main_button {
    padding: 15px 20px;
  }
  .h3, h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .col-md-3.single_service {
    width: calc(50% - 32px);
    padding: 30px;
  }
  .col-md-3.single_service:before {
    right: 30px;
    top: 30px;
  }
  .dental_services {
    margin-bottom: 104px;
  }
  .slider_nav .section_title {
    max-width: 100%;
  }
  .stom_rev_content {
    padding: 30px;
  }
  .mb-18 {
    margin-bottom: 120px;
  }
  .service_background {
    min-height: 500px;
    max-height: 500px;
  }
  .service_intro {
    padding-right: 15px;
  }
  .menu_sidebar {
    display: none;
  }
  .tourism-left-col {
    padding-right: 15px;
    padding-bottom: 70px;
    padding-top: 100px;
  }
  .tourism_slider {
    margin-top: 10px;
  }
  h4.accordion-single-title-faq,
  h4.accordion-single-title-faq2 {
    width: 95%;
  }
  h4.accordion-single-title-faq .icon,
  h4.accordion-single-title-faq2 .icon {
   right: -5%;
  }
  .tourism_video {
    margin-bottom: 100px
  }
  #price_tabs .nav-tabs li a {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 30px;
    padding-left: 40px;
  }
  .image.col-md-7,
  .thumbnails.col-md-5 {
    width: 100%;
    padding: 0 15px;
  }
  .thumbnails.col-md-5 {
    max-height: 300px;
    overflow-y: scroll;
  }
  .fg-default.fg-gutter-15 {
    padding: 0
  }
}

@media only screen and (max-width: 640px) {
  .container {
      max-width: 100%;
      padding: 0 15px;
  }

  .section_title {
      max-width: 100%;
  }

  .h2, h2 {
      font-size: 30px;
      line-height: 44px;
  }

  p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 24px;
  }

  .single_post_col {
      padding: 20px;
      margin: 0;
      margin-bottom: -1px;
      width: 100%;
  }

  .blog_content img {
      height: 220px;
  }

  .info_blog h3 a, .info_blog h3 {
      font-size: 18px;
      line-height: 28px;
      margin-top: 22px;
  }

  .info_blog p {
      font-size: 16px;
      line-height: 24px;
  }

  .pagination {
      margin-top: 50px;
  }

  .mb-18 {
      margin-bottom: 100px;
  }

  .page_breadcrumbs {
      margin-top: 30px;
      margin-bottom: 50px;
  }

  .blog_page {
      margin-top: 50px;
  }

  footer .col-md-3 {
      padding: 30px 15px 32px;
  }

  footer .col-md-3 {
      border: 0 !important;
      border-bottom: 1px solid !important
  }

  footer .d-flex ul li:last-child {
      margin-bottom: 0
  }

  .copyrights {
      padding: 16px 15px;
  }

  .copyrights .d-flex {
      flex-direction: column-reverse;
      text-align: center;
  }

  .copyrights .terms {
      justify-content: center;
	  align-items: flex-start;
	  display: flex;
	  flex-direction: column;
	  row-gap: 10px;
      margin-bottom: 16px;
  }

  .copyrights .terms a:nth-child(1) {
      padding-right: 0px;
  }
	
  .copyrights .terms a:nth-child(2) {
      padding-right: 0px;
  }

  .copyrights .terms a:nth-child(1):after {
      top: 0;
	  display:none;
  }
	
.copyrights .terms a:nth-child(2):after {
      display: none;
  }

  footer .d-flex h5 a {
      font-size: 20px;
      line-height: 20px;
  }

  .contact_form .container {
      padding: 20px 15px;
  }

  .contact_form_content {
      padding: 30px 15px 40px;
  }

  .contact_form_content .col-md-7 {
      padding-left: 0;
  }

  .contact_us p {
      margin-top: 20px;
  }

  .social_contact.d-flex {
      display: block !important
  }

  .social_contact a {
      width: 100%;
      margin: 0 !important;
      margin-bottom: 10px !important;
      padding: 16px;
  }

  .form_row .col-md-6,
  .form_row .send_button {
      padding: 0 !important
  }

  .form_row input {
      padding: 20px 16px;
  }

  .acceptance, .acceptance a {
      line-height: 18px;
  }

  .gallery.row {
      margin-top: 50px;
      margin-left: -15px;
      margin-right: -15px;
  }

  .image.col-md-7 {
      padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .image.col-md-7 img {
      height: 280px;
  }

  .image.col-md-7 .video_play_gallery::before {
      background-size: 65px 65px;
  }

  .thumbnails.col-md-5 {
      padding-left: calc(var(--bs-gutter-x) * .5);
      max-height: 300px;
      overflow-y: scroll;
  }

  .video_title p {
      font-size: 16px;
      line-height: 24px;
  }

  .thumbnails .thumb {
      padding: 9px 12px;
      margin-bottom: 0
  }

  .img_thumb {
      margin-right: 20px;
  }

  .mg-18 {
      margin: 100px auto;
  }

  .gallery_photos {
      margin-top: 50px;
  }

  .fg-pages {
      margin-top: 0
  }

  .contact_us {
      margin-top: 0
  }

  .menu_sidebar {
      display: none;
      width: 0;
      position: inherit;
  }

  .about_tourism,
  .about_service,
  .price_service {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
  }

  .row {
      margin: 0
  }

  .master {
      gap: 16px
  }

  .master > div {
      width: calc(50% - 8px);
  }

  .cases-slider .swiper-slide img {
      height: 170px;
  }

  .before p, .after p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 20px;
  }

  .mt-8 {
      margin-top: 70px;
  }

  .scroll-margin {
      scroll-margin-top: 0;
  }

  .content_title {
      margin-bottom: 20px;
  }

  .tourism_home .tourism-left-col br,
  .text_br br,
  .single_advantage p br,
  .about_header .section_title br,
  .pos-absolute .treatment_content br {
      margin-bottom: 24px;
  }

  .single_why {
      width: 100%;
      margin: 0;
      margin-bottom: 20px;
      padding: 30px 20px 30px;
  }

  .h3, h3 {
      font-size: 26px;
      line-height: 38px;
  }

  .single_why h3 {
      margin-bottom: 20px;
  }

  .h4, h4 {
      font-size: 21px;
      line-height: 32px;
  }

  h4.accordion-single-title-faq .icon,
  h4.accordion-single-title-faq2 .icon {
      width: 25px;
      height: 25px;
      right: -25px;
  }

  .accordion-single-content-faq2 {
      margin-top: 20px;
  }

  .accordion-single-item.js-acc-item-faq2 {
      margin-bottom: 24px;
      padding-bottom: 24px;
  }

  .accordion-single-content-faq2 p {
      margin-right: 0
  }

  .accordion-single-item.js-acc-item-faq2:last-child {
      margin-bottom: 0
  }

  .tourism-left-col {
      padding-right: 16px;
      padding-left: 16px;
      border: 0;
      padding-bottom: 0;
      margin-bottom: 60px;
  }

  .breadcrumbs.b-white {
      position: initial;
      margin-top: 30px;
      margin-bottom: 50px;
  }

  .main_button {
      font-size: 15px;
      padding: 18px 30px;
      width: 100%;
  }

  .button_cta {
      width: 100%
  }

  .tourism_video {
      width: 100%;
      border: 0;
      margin: 0;
      padding: 0 16px 70px;
  }

  .tourism_video a:before,
  .tourism_video a:after {
      display: none;
  }

  .tourism_video .video_class img {
      height: 280px;
  }

  .video_class span {
      width: 65px;
      height: 65px;
  }

  .top_address {
      display: none;
  }

  .top_contact {
      text-align: center;
      justify-content: center;
  }

  .header_menu {
      padding: 0
  }

  header.active .mobile__menu {
      top: 62px;
  }

  #filter-form.active,
  .fg-filtering-container.active {
      width: 90%;
  }

  .fg-tag-list {
      display: block;
      margin-bottom: 0
  }

  .fg-tag-list li a {
      margin-right: 0;
      padding: 14px 15px;
  }

  .fg-tag-list li {
      margin-bottom: 10px;
  }

  .gallery_photos .fg-item {
      width: 100%;
      margin: 0
  }

  .gallery_photos #foogallery-gallery-528 .fg-image {
      height: 280px;
  }

  .gallery_photos .foogallery.foogallery-container {
      gap: 15px;
  }

  .gallery_photos .fg-paging-container {
      padding: 0;
      margin-top: 35px !important
  }

  .photo_gallery.mg-18 {
      margin-bottom: 100px
  }

  .slider_nav {
      display: block
  }

  .slider_nav .section_title {
      max-width: 100%;
  }

  .col-md-3.single_service {
      width: 100%;
      margin: 0;
      margin-bottom: 15px;
      padding: 20px;
  }

  .col-md-3.single_service:before {
      top: 20px;
      right: 20px;
  }

  .single_service .h5 {
      height: auto
  }

  a {
      font-size: 18px;
      line-height: 28px;
  }

  .dental_services {
      margin-top: 48px;
      margin-bottom: 85px;
  }

  .packages_home {
      padding: 100px 0
  }

  .section_buttons {
      display: block;
  }

  .section_buttons a {
      width: 100%;
      display: block;
      margin: 0
  }

  .hero_buttons a:last-child {
      margin-left: 0;
      margin-bottom: 0
  }

  .service_intro {
      padding-left: 15px;
      padding-right: 15px;
  }

  .h1, h1 {
      font-size: 30px;
      line-height: 44px
  }

  .breadcrumbs.white {
      margin-top: 30px;
  }

  .service_content {
      margin-top: 50px;
      margin-bottom: 60px;
  }

  .service_background {
      min-height: 280px;
      margin: 0px 16px 35px;
      width: calc(100% - 32px);
  }

  .breadcrumbs ul li a {
      margin-right: 40px;
  }

  .service_intro .breadcrumbs ul li a {
      margin-right: 15px;
  }

  .single-services .hero_service {
      background-color: var(--blue)
  }
  .review-container .swiper-slide {
      width: 100%;
  }

  .video_reviews img {
      height: 166px;
  }

  .review-container .swiper-slide .img-container::before {
      top: -16px;
      background-size: 45px 45px;
  }

  .tourism-reviews .d-flex {
      flex-direction: column-reverse;
  }

  .review-img {
      width: 100%;
      height: 300px;
      margin-left: 0;
  }

  .hero_section .container {
    padding: 0
  }
  .hero_content {
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 20px;
	margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 20px;
	  margin-top: 20px;
  }
  .hero_content p {
    margin: 22px auto;
	  font-weight: 500
  }
  .hero_buttons {
    display: block
  }
  .hero_buttons a {
    display: block;
    margin-bottom: 15px;
  }
  .hero_buttons a:last-child {
    font-size: 14px;
    padding: 18px 15px;
    text-align: center;
  }
  .hero_video video,
  .hero_video img {
    height: 127vh
  }
  .hero_section {
    margin-bottom: 100px;
	  height: auto
  }
  .main_single_service {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 30px;
  }
  .row.main_services {
    margin-top: 50px;
  }
  .main_single_service p {
    margin-top: 50px;
    margin-bottom: 32px;
  }
  .main_single_service:before {
    top: 30px;
    right: 30px;
  }
  .why_numbers {
    margin-top: 50px;
  }
  .treatment_left_col {
    border-right: 0;
    padding-right: 0;
    padding-top: 0
  }
  .pos-absolute {
    margin-top: 24px;
  }
  .title_order {
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    font-size: 18px;
  }
  h4.accordion-single-title-faq,
  h4.accordion-single-title-faq2 {
    font-size: 18px;
    line-height: 24px;
    width: calc(100% - 25px);
  }
  .accordion-single-content-faq p {
    margin-bottom: 0;
    padding-bottom: 32px;
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .section_cta .container {
    padding: 0
  }
  .section_cta .cta_content {
    padding: 30px 20px;
  }
  .cta_form {
    margin-top: 40px;
  }
  .block_title p {
    margin-bottom: 50px;
  }
  .review-container .swiper-slide-active {
    padding: 20px;
  }
  .mt-18 {
    margin-top: 100px;
  }
  .pack-slider .swiper-slide {
    padding: 30px;
  }
  .pack-slider .swiper-slide ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .pack-slider .swiper-slide h3 {
    margin-bottom: 30px;
  }
  .tourism_home .tourism-left-col {
    padding-right: 16px;
    margin-bottom: 0
  }
  .tourism_home {
    margin-top: 100px;
  }
  .tourism_home .tourism-left-col p {
    margin: 30px auto 32px;
  }
  .tourism_home .tourism_video {
    padding: 60px 15px 0;
    margin-bottom: 100px;
  }
  .about_header .section_title {
    max-width: 100%;
  }
  .advantages_img {
    position: initial;
    padding: 0;
    margin-bottom: 50px;
  }
  .col-md-6.advantages_items {
    padding: 0
  }
  .single_advantage {
    padding-bottom: 50px;
  }
  .video_about,
  .stomatology {
    margin-top: 50px;
  }
  .video_class img {
    height: 40vh
  }
  .stom_rev_content {
    padding: 20px;
  }
  .rev_content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .stomatology-reviews .swiper-wrapper {
    margin-bottom: 0
  }
  .pack-slider.service_packages .swiper-slide h5 {
    padding: 30px 30px 0;
  }
  .pack-slider.service_packages .swiper-slide h3 {
    padding: 0 30px;
  }
  .pack-slider.service_packages .swiper-slide ul {
    padding: 0 30px;
    margin-bottom: 50px
  }
  .pack-slider.service_packages h5::before {
    right: 30px;
    top: 32px;
  }
  .pack-slider.service_packages .package_price {
    padding: 20px 30px;
    font-size: 28px;
    text-align: center;
  }
  .tourism_pack_slider .swiper-slide {
    padding: 30px;
  }
  .tourism_pack_slider .swiper-slide ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .tourism_pack_slider .swiper-slide h3 {
    margin-bottom: 30px;
  }
  .review-content {
    padding: 20px;
  }
  .nr-column {
    width: calc(100% - 32px);
    margin: 10px auto;
    padding: 20px;
    height: auto;
  }
  .number_title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .why_numbers {
    padding: 10px 0
  }
  .content_width {
    width: calc(100% - 40px);
    padding: 0 15px;
  }
  .home_section6::before {
    left: 15px;
  }
  .home_section6::after {
    right: 15px;
  }
  .content_width h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .home_section6 .img {
    margin-left: 0;
  }
  .mt-cs-100 {
    margin-top: 0;
  }
  .home_section6 .layout-grid {
    padding: 0 15px;
    display: block
  }
  .home_section6 .sticky {
    top: 105px;
  }
  .home_section6 .title::after {
    top: 15px;
  }
  .home_section6 .img img {
    width: 80%;
    height: 240px;
    padding-left: 10px;
  }
  .home_section6 .img .img_2 {
    right: 5px;
    position: absolute;
    width: 50%;
    height: 260px;
    margin-top: 22rem;
  }
  .home_section6 .img1 {
    margin-left: -5px;
  }
  .home_section6 .img1 img {
    width: 65%;
    height: 240px;
  }
  .home_section6 .img1 {
    margin-top: 29rem
  }
  .home_section6 .img3 {
    margin-top: -8rem;
    padding-right: 0;
    padding-left: 40px;
  }
  .home_section6 .img3 img {
    width: 100%;
    height: 260px;
  }
  .cases_sec,
  .tourism_slider,
  .tourism-reviews {
    margin-top: 50px;
  }
  .why_us_list {
    row-gap: 0
  }
  .single_why:last-child {
    margin-bottom: 0
  }
  .gallery_photos .fg-default.fg-gutter-15 {
    padding-left: 0
  }
  .single_blog_intro h1 {
    max-width: 100%;
  }
  .post_breadcrumbs ul li:last-child,
  .service_intro .breadcrumbs ul li:last-child {
    display: none;
  }
  .post_breadcrumbs ul li:nth-child(2) a:after,
  .service_intro .breadcrumbs ul li:nth-child(2) a:after {
    display: none;
  }
  .post_breadcrumbs ul li:nth-child(2) a {
    color: var(--blue)
  }
  .service_intro .breadcrumbs ul li:nth-child(2) a {
    color: white;
    margin-right: 0
  }
  .single_blog_intro,
  .related_posts .posts-slider {
    margin-top: 50px;
  }
  .service_intro .breadcrumbs ul li:first-child a {
    margin-right: 40px;
  }
  .blog_sticky .menu_sidebar {
    display: none;
  }
  .col-md-9.blog__content {
    width: 100%;
    padding-left: 15px;
  }
  .col-md-9.blog__content h2 {
    margin-bottom: 15px;
  }
  .blog__content .mt-8 {
    margin-top: 50px;
  }
  body {
    font-size: 18px;
    line-height: 28px;
  }
  .related_posts .slider_nav .section_title {
    max-width: 100%;
  }
  .related_posts .posts-slider {
    border-right: 0;
  }
  .related_posts .single_post_col {
    border-right: 1px solid
  }
  .related_posts.mg-18 {
    margin-bottom: 80px;
  }
  .pack_content {
    padding: 0 30px;
  }
  #price_tabs .nav-tabs li a {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 20px;
  }
  #price_tabs .nav li {
    width: 50%;
  }
  #price_tabs .nav-tabs li a:before {
    width: 10px;
    height: 10px;
    left: 10px;
    top: 17px;
  }
  #price_tabs .nav-tabs li a {
    padding-left: 30px;
  }
  .price_sticky {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .d-flex.single_ser_price {
    display: block!important;
    margin-bottom: 20px;
  }
  .single_ser_price .subservice_price {
    width: 100%;
    text-align: left;
    padding: 0
  }
  .single_ser_price p {
    width: 100%;
    padding: 0
  }
  .single_package .package_info,
  .single_package .package_bg_image {
    width: 100%
  }
  .package_info {
    padding-right: 0;
  }
  .single_package .package_bg_image {
    height: 300px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .title_price {
    margin-bottom: 30px;
  }
  .single_package:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .single_package:nth-child(2n) .package_bg_image {
    margin-right: 0;
  }
  .single_package:nth-child(2n) .package_info {
    padding-left: 0
  }
  .single_package {
    flex-direction: column-reverse;
  }
  .title_price .package_price {
    font-size: 26px;
  }
  .package_button a {
    text-align: center;
  }
  .single_package {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .page-template-cosmetology-packages .breadcrumbs ul li,
  .page-template-tourism-packages .breadcrumbs ul li {
    width: auto;
  }
  .page-template-cosmetology-packages .breadcrumbs ul li:last-child,
  .page-template-tourism-packages .breadcrumbs ul li:last-child {
    display: none;
  }
  .page-template-cosmetology-packages .breadcrumbs ul li:nth-child(2) a:after,
  .page-template-tourism-packages .breadcrumbs ul li:nth-child(2) a:after {
    display: none;
  }
  .page-template-cosmetology-packages .breadcrumbs ul li:nth-child(2) a,
  .page-template-tourism-packages .breadcrumbs ul li:nth-child(2) a {
    color: var(--blue)
  }
  .stomatology_ser_reviews {
    margin-bottom: 120px;
  }
  .bullets_slider {
    margin-top: 40px
  }
}

@media(max-width: 400px){
    .hero_content p{
        font-size: 14px;
    }
}

#menu-item-35 .contact_buttom a {
    position: relative;
}

#menu-item-35 > a::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 6px;
    transform: rotate(180deg);
}

#menu-item-868{
    display: none;
}

@media (max-width: 1024px){
    #menu-item-868{
        display: block;
    }

    #menu-item-868 .contact_buttom a {
        position: relative;
    }

    #menu-item-868 > a::before {
        content: "\f095";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-right: 6px;
        transform: rotate(180deg);
    }

    #menu-item-35{
        display: none;
    }
}