/* LIBS */
@import url('./lib/bootstrap-grid.min.css');
@import url('./lib/bootstrap-utilities.min.css');
@import url('./lib/toastr.min.css');

/* PARTIALS */
@import url("./partials/navbar.css");
@import url("./partials/buttons.css");
@import url("./partials/footer.css");

@import url('./theme.min.css');
/**
 * CONTENTS
 *
 * SCROLLBARS
 *   General
 *   Main Scrollbars................Main scrollbars that covers all of viewport.
 * MEDIA
 *   Social Media
 *   Share With Love
 * LOADING SCREEN
 *   General
*/


:root {
    --darkblue: #185c8b;
    --turquoise: #4fb8a4;
    --white: #ffffff;
    --black: #000000;
    --brown: #757677;
    --dark-turquoise: #18a0a3;
    --light-turquoise: #a0d9d3;
    --extra-light-turquoise: #d5f2ef;
    --yellow: #f2d194;
    --text-darkblue: #185c8b;
    --text-dark: #020b10;
    --text-white: #ffffff;
    --text-brown: #606060;
    --text-gray: #808080;
    --text-gray-two: #848484;
    --text-gray-three: #8e8e8e;
    --text-gray-four: #7c7c7c;
    --text-gray-five: #939393;
    --text-gray-six: #575757;
    --text-gray-seven: #555555;
    --border-gray: #eaeaea;
    --box-bg: #f2f5f5;
    --footer: #1aa2a5;
    --box-gray: #e5e5e5;
    --text-size-b: 22px;
    --text-size-m: 20px;
    --text-size-s: 18px;
    --logo-font: "Cinzel";
}

#detail-content-staff-swiper,
.blog-detail-bottom-categories-content,
.blog-detail-write-comment,
.blog-detail-write-comment-text,
.blog-item-image img,
.considerations-item-image-wrapper img,
.container,
.content-router-contact-image img,
.content-router-form form,
.content-router-writer-image,
.dentmax-tedavi-detay-kategories,
.detail-content-box-text-header-text.active .main-content-box-text-header,
.detail-highlights-and-more .detail-highlights,
.detail-highlights-and-more .detail-interest,
.drowdown-nav-logo,
.drowdown-nav-logo img,
.footer-google-reviews img,
.header-invisalign img,
.highlights,
.intro,
.intro-mouse,
.intro-mouse .intro-mouse-img img,
.invisalign-treatment,
.invisalignSwiper .swiper-slide,
.make-online-appointment-off-image img,
.make-online-appointment-send-picture button,
.menu-nav-social-comments-image img,
.nav-logo,
.nav-logo img,
.online-appointment-dental-img img,
.online-date-dental-img img,
.our-staff-content-header-items-wrapper,
.our-staff-content-info,
.owl-carousel img,
.press-content-item img,
.press-content-item-image-icon img,
.press-left-box-video img,
.searcher,
.staff-article img,
.staff-article-image-icon img,
.staff-video-items,
.to-inform-bg img,
.treatment-summaries-share-image img,
.treatments-image img,
.wrapper,
header .search-bar form,
html {
    width: 100%;
}
.container,
.dropdown-nav-links-main-header-text-yasam,
.global-content-long,
.highlights-box,
.intro,
.make-online-appointment-select-wrapper,
.nav-locations-item,
.section-header-text-long .irtibat-text:last-child,
.share-wrapper,
.treatment-summaries-share:first-child {
    position: relative;
}
.intro-bg,
.intro-video,
.intro-video-wrapper,
.intro-video-wrapper::after {
    pointer-events: none;
    width: 100%;
}
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent !important;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

.before-after-body {
    overflow-x: visible;
}
a {
    text-decoration: none !important;
}
.mxl-auto {
    margin-left: auto;
    margin-right: auto;
}
.custom-latinka {
    font-family: Latinka-Light !important;
}
.custom-freight {
    font-family: Freight !important;
}



/*------------------------------------*\
  # SCROLLBARS
\*------------------------------------*/

/* ---------General--------- */

    :is(ul, .select-dropdown-content-data.opened, .select2-dropdown, .search-box-results, .content-search-main-wrapper,
    .custom-scrollbar, .table-content-div)::-webkit-scrollbar {
        width: 8px;
    }
    :is(html, ul, .nav-links, .select-dropdown-content-data.opened, .select2-dropdown, .search-box-results, .content-search-main-wrapper,
    .custom-scrollbar, .table-content-div)::-webkit-scrollbar-track {
        border-radius: 8px;
        background-color: #e9e9e9;
        border: 1px solid #e9e9e9;
    }
    :is(html, ul, .nav-links, .select-dropdown-content-data.opened, .select2-dropdown, .search-box-results, .content-search-main-wrapper,
    .custom-scrollbar, .table-content-div)::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-clip: content-box;
        background-color: var(--turquoise);
    }

/* ---------Main Scrollbars--------- */

    :is(html, .nav-links)::-webkit-scrollbar{
        width: 14px;
    }
    :is(html, .nav-links)::-webkit-scrollbar-track{
        border-radius: 0 !important;
    }
    :is(html, .nav-links)::-webkit-scrollbar-thumb{
        border: 3px solid transparent;
    }

/*------------------------------------*\
  ## END SCROLLBARS
\*------------------------------------*/



/*------------------------------------*\
  # MEDIA
\*------------------------------------*/

/* ---------Social Media--------- */

    .nav-search .media,
    .footer-links .media{
        column-gap: 4px;
        align-items: center;
    }

    .nav-search .media a,
    .footer-links .media a{
        font-size: 15px;
        margin: 0;
        color: white;
    }

    .media a{
        border: 1px solid white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        box-sizing: content-box;
        padding: .5em;
        aspect-ratio: 1 / 1;
    }
    .media a.borderless{
        border: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .media a.turquoise{
        border-color: var(--turquoise) !important;
    }
    .media a svg{
        width: 1em;
        height: 1em;
        object-fit: contain;
        overflow: visible !important;
    }

    .contact-and-social-logo .media a svg *,
    .media a.turquoise svg *{
        fill: var(--turquoise);
    }

    :is(.contact-and-social-logo, .bgchange) .media a svg *[fill="none"],
    .media a.turquoise svg *[fill="none"]{
        stroke: white !important;
    }

/* ---------Share With Love--------- */

/*------------------------------------*\
  ## END MEDIA
\*------------------------------------*/



/*------------------------------------*\
  # LOADING SCREEN
\*------------------------------------*/

/* ---------General--------- */

    #loader-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #40e0d0 !important;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        transition: top 1s ease-out;
        column-gap: 1%;
    }
    #loader {
        width: 100px;
        height: 100px;
    }
    #loader-container > img:first-child {
        height: 50px;
    }
    #loader-container.hidden {
        transition: 0.6s ease-in;
        opacity: 0;
        visibility: hidden;
    }
    .loading-logo-text{
        display: flex;
        height: 30px;
    }

/*------------------------------------*\
  ## END LOADING SCREEN
\*------------------------------------*/



/*------------------------------------*\
  # HEADER
\*------------------------------------*/

/* ---------General--------- */

    header {
        height: 480px;
        position: relative;
        z-index: 10;
    }
    .header-video-content-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background: linear-gradient(to top, #000 -39px, transparent 13%);
    }
    .header-video-content-wrapper {
        height: 100%;
        position: relative;
        display: flex;
        align-items: flex-end;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .header-video-content {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        z-index: -1;
    }
    .header-video-content video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }
    .header-img {
        width: 100%;
        height: 100%;
        position: relative;
        transform: scale(1.1);
    }
    .header-img.active {
        transform: scale(1);
        transition: transform 1s;
    }
    .header-img::after {
        content: "";
        position: absolute;
        background-color: #3e3e3e;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }
    .header-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/*------------------------------------*\
  ## END HEADER
\*------------------------------------*/



.blog-detay-wrapper,
.main-wrapper,
.wrapper-tedavi-content {
    overflow: unset !important;
}
.container {
    overflow-x: unset !important;
    max-width: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
}
.main-container {
    overflow-x: hidden !important;
}
.blog-detay-wrapper .content-wrapper,
.blog-slide-box .blog-slide-box-image.youtube,
.footer-links,
.intro,
header {
    overflow: hidden;
}
.container.active {
    background-color: beige;
}
.drowdown-nav-logo .logo img,
.intro-logo h1 img {
    width: 50px;
    margin-right: 10px;
}
.nav-content.active .nav-logo img,
.nav-logo img {
    transition: 0.2s;
}
.intro-text-randevu button:hover,
.invisalign-info-image-area-enquiry:hover .invisalign-info-image-area-enquiry-icon {
    transition: 0.1s;
    transform: scaleX(1.02);
}
#loader-container img {
    border-radius: 0 !important;
}
.footer-links-main-info-logo .second_logo_img,
.logo .second_logo_img {
    width: 77%;
    margin-left: 10px;
}
.logo,
.logo-text-t {
    position: relative;
    font-family: var(--logo-font);
}
.logo:after,
.footer-links-main-info-logo:after,
.registered{
    content: "®";
    font-size: 13px;
    transform: translateX(3px);
    position: relative;
    top: -30%;
    font-family: 'Colatin' !important;
    color: white;
}
.registered{
    line-height: 0 !important;
    top: 25% !important;
    font-size: 15px;
}
.content-router-global .content-router-links,
.content-router-topic-content,
.copyright .footer-links-bottom-social-connect,
.detail-content-box-share-icon.active,
.detail-topic-content,
.dropdown-nav-links-under,
.dropdown-nav-links-under-inside,
.dropdown-nav-links-under-inside-internal-link,
.drowdown-nav-logo,
.global-left-box-dropdown-menu-item-content,
.global-nav.active .nav-locations,
.header-video-mobil,
.highlights-box-n .highlights-box-bg,
.intro-btn:hover #intro-section-exit-text,
.intro:not(:hover) .intro-exit-btn,
.main-nav .nav-header,
.menu,
.menu-nav-link-under-content-links,
.menu-nav-link-under-links,
.menu-nav-yasam .menu-nav-content::before,
.right-box-considerations-text,
.search-bar-path,
.tedavi-detail-sources,
.topic-box-item-text h3,
.whatsapp .wp-mobil-icon,
.wrapper-search .global-nav,
.wrapper-search .header-invisalign,
.wrapper-search .invisalign-info-image-area-online,
.wrapper-search .nav-header,
.wrapper-tedavi-content .header-invisalign,
.wrapper-tedavi-content .nav-header {
    display: none;
}
#intro-section-exit-text {
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.logo,
.nav-header p {
    align-items: center;
    font-weight: 400;
}
#intro-section-exit-text:after {
    content: "";
    top: 50%;
    width: 130%;
    height: 130%;
    border-radius: 50%;
    background-color: gray;
    opacity: 0.6;
    pointer-events: none;
    animation: 1s 0.4s infinite intro-exit-btn;
    z-index: -1;
}
.intro-btn:hover #intro-section-exit-btn {
    width: 50px;
    height: 50px;
}
@keyframes intro-exit-btn {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 130%;
        height: 130%;
    }
}
.intro-exit-btn p {
    font-family: "Futura PT";
    font-size: 18px;
    color: var(--text-white);
}
.logo {
    height: 25px;
    letter-spacing: 13px;
    color: #f6f6f6;
    display: flex;
}
.invisalign-info,
.invisalign-info-image-area-online a,
.invisalign-info-image-area-pricing a,
.logo-text-t,
.nav-content,
.nav-header,
.nav-links-search-bar a,
.technoone a,
footer,
footer ul li a {
    color: var(--text-white);
}
.logo-text-t {
    font-size: 45px;
}
.logo-text-t img {
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translate(-50%, -33%);
    width: 50px;
}
.nav-logo .logo-text-t {
    font-size: 30px;
}
.nav-logo .logo {
    font-size: 3.4vw;
}
#navbar-logo-text.active{
    font-size: 1.6vw !important;
}
.register {
    font-family: "Helvetica Neue";
    font-size: 12px;
    letter-spacing: 7px;
    font-weight: 400;
    position: absolute;
    top: 24px;
    right: -6px;
}
.global-register {
    font-size: 11px;
    top: 16px;
    right: -11px;
}
.register {
    top: 12px;
    font-size: 10px;
    right: -9px;
}
.ortodont-text {
    font-family: "Futura PT";
    font-size: 26px;
    letter-spacing: 6px;
    position: relative;
    bottom: 10px;
}
.logo-swiper-slide .ortodont-text {
    opacity: 0.6;
    color: var(--darkblue);
}
.before-after-itemswiper,
.before-after-itemswiper img,
.contact-map #mapBalikesir,
.contact-map #mapIstanbul,
.contact-support-line-video-content,
.contact-support-line-video-content iframe,
.dropdown-nav-links-main-header-text-name-img img,
.highlights-box-image,
.highlights-box-image img,
.invisalign-info-bg img,
.other-treatment-swiper-box-image,
.share ul,
.share ul li a,
.share-toggle,
.share-toggle:before,
.staff-video-item-video iframe {
    width: 100%;
    height: 100%;
}
#collaborationsSlider,
#collaborationsSlider .owl-stage-outer,
.blog-slide-box .blog-slide-box-image.youtube iframe,
.popular-contents-image img {
    height: 100% !important;
}
#logo-main-page.active {
    width: 35px;
}
body:not(.og-layout--is-hero) .section-oa-row-right{
    width: auto;
}
.intro .section-oa-row{
    gap: 0 !important;
}
.wrapper-search .global-nav,
footer {
    background-color: var(--text-brown);
}
.nav-content.active .appointment-img {
    width: 30px;
}
.info-nav-share,
.menu-nav-content,
.menu-nav-image-content{
    background-color: var(--white);
    display: flex;
}
.content-search-topic,
.detail-content-staff-box-text-clinic,
.our-staff-main-item-text,
.tedavi-blog-global-content-text,
.welcome-text-button {
    padding-top: 30px;
}
.tedavi-blog-global-content-text ol li,
.tedavi-blog-global-content-text ul li {
    list-style-type: auto !important;
}
.tedavi-blog-global-content-text ol li{
    white-space: normal;
}
.tedavi-blog-global-content-text > .table-content-div:first-of-type {
    overflow-x: auto;
}
.table-content-div::-webkit-scrollbar {
    width: 2px;
    height: 12px;
}
.table-content-div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--turquoise);
}
.tedavi-blog-global-content-text table {
    border-collapse: collapse !important;
    width: 100% !important;
    border: 2px solid #000 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}
.tedavi-blog-global-content-text ol,
.tedavi-blog-global-content-text ul {
    padding-left: 7%;
}
.tedavi-blog-global-content-text td,
.tedavi-blog-global-content-text th {
    border: 0.5px solid #000 !important;
    padding: 8px !important;
    text-align: left !important;
}
.tedavi-blog-global-content-text th {
    background-color: #f2f2f2 !important;
}
.orthodontic-center-item-image:hover {
    transform: scale(1.1);
}
.header-content h1,
.header-content p {
    font-family: Latinka-Light;
    font-weight: 300;
}
.nav-logo-yasam {
    position: relative;
    display: inline-block;
    width: auto !important;
}
.nav-logo-yasam::after {
    content: "yaşam";
    position: absolute;
    right: 0;
    top: 20px;
    font-family: "Calendary Hands";
    color: var(--turquoise);
    font-size: 2.3vw;
}
.drowdown-nav-logo,
.nav-logo {
    text-align: center;
    display: inline-block;
    color: var(--text-white);
}
.drowdown-nav-logo .logo {
    font-size: 6.1vw;
    justify-content: center;
}
.contact-social-rating,
.footer-links-bottom-social-comments-stars,
.global-nav .nav-logo-a,
.invisalign-info .nav-logo,
.online-appointment-line-info-kvkk-text,
.online-appointment-line-info-kvpi-text,
.staff-online-appointment-line .randevu-degisikligi-icin,
.treatments-online-appointment-buttons .ilerle,
.view-more {
    display: flex;
    align-items: center;
}
.drowdown-nav-logo .logo-text-t,
.nav-logo {
    letter-spacing: 3px;
    font-size: 3.1vw;
}
.drowdown-nav-logo,
.nav-logo {
    font-size: 27px;
}
.drowdown-nav-logo .logo-text-t img,
.nav-logo .logo-text-t img {
    top: 50%;
    left: 35%;
    transform: translate(-50%, -35%);
    width: 30px;
}
.drowdown-nav-logo .ortodont-text,
.nav-logo .ortodont-text {
    font-size: 17px;
    bottom: 2px;
    opacity: 0.6;
    letter-spacing: 8px;
    font-family: "Futura PT Light";
    transition: 0.3s;
}
.nav-logo .ortodont-text.active {
    font-size: 15px;
    transition: 0.3s;
}
.invisalign-info .nav-logo {
    width: 14%;
}
.global-nav:not(.active, .main-nav) .nav-content:not(.wrapper-tedavi-content .nav-content){
    z-index: 999 !important;
}
.nav-logo-a, .footer-links-main-info-logo {
    width: 50vw;
    max-width: 250px;
    height: 25px;
    align-items: center;
    display: flex !important;
}
.nav-logo-a{
    margin-right: 20px;
}
.nav-logo .logo {
    letter-spacing: 7px;
    transition: 0.3s;
    align-items: center;
    justify-content: start;
}
.nav-logo .logo.active {
    font-size: 2.4vw;
    transition: 0.3s;
    color: var(--turquoise);
}
.nav-logo .logo.active .logo-text-t {
    font-size: 1.6vw;
}
.nav-logo img {
    width: 30px;
}
.blog-detail-table-wrapper .leftHeader,
.blog-detail-table-wrapper .topHeader,
.considerations-slider-header-right:first-child,
.considerations-slider-header:first-child,
.content-router-blog-detay .content-router-links-path a:last-child,
.content-search-global-header a:hover,
.content-wrapper-links-path a:last-child,
.content-wrapper-links-path button:last-child,
.global-left-box-dropdown-menu-item i,
.global-left-box-dropdown-menu-item-header.active,
.nav-locations-item-text a,
.secure-link-content a,
.secure-link-source,
.sss-header h3,
.sss-item i,
.sss-item-header,
.tedavi-blog-global-content-text h3,
footer ul li a:hover {
    color: var(--turquoise);
}
.before-after-items-nav-item-content-all,
.dropdown-nav-links-under.active,
.global-left-box-dropdown-menu-item-content.active,
.header-video,
.main-content-box-text-header .main-content-box-text-header-h3,
.nav-search-undermenu a,
.no-js .owl-carousel,
.our-staff-content-text-item.active,
.our-staff-main-item-box-social a,
.owl-carousel.owl-loaded {
    display: block;
}
.menu-btn {
    transition: transform 0.3s;
    transform: rotate(0);
}
.menu-btn.active {
    transform: rotate(180deg);
}
.menu-btn-plus.active {
    transform: rotate(45deg);
}
.institutional-content-item h2,
.tedavi-content .header-content h1 {
    font-size: 50px;
}
.tedavi-content {
    height: 100vh;
    height: 100svh;
}
.dropdown-nav-links-main a,
.dropdown-nav-links-main-header-text-name span,
.treatment-price-text h3 a {
    color: var(--turquoise);
    font-size: 16px;
}
.content-wrapper-side,
.dropdown-nav-links-under-end-inside ul li,
.popular-videos-box-header h2,
.popular-videos-box-text h3,
.tedavi-detail-sources ol,
.treatment-link,
.treatment-price {
    padding-left: 0;
}
.detail-content-btn-unline,
.dropdown-nav-links-under-end-inside ul li:last-child .dropdown-nav-links-under-inside-end-header {
    border-bottom: none;
}
.invisalign-info-content-button,
.section-header-staff {
    padding-top: 70px;
}
.view-more:not(:hover) :is(.right-arrow, .fa-arrow-right-long) {
    transform: translateX(0);
    transition: transform 0.4s;
}
.view-more:hover :is(.right-arrow, .fa-arrow-right-long) {
    transform: translateX(10%);
    transition: transform 0.4s;
}
.right-arrow {
    width: 38px;
}
.view-more span {
    padding-left: 15px;
    font-family: Latinka-Regular;
    font-size: 11px;
    font-weight: 300;
    line-height: 21px;
    font-style: normal;
    letter-spacing: 1px;
}
.view-more:hover{
    color: var(--text-white);
}
.back-intro-btn {
    width: 220px;
    z-index: 200;
    cursor: pointer;
}
#myc-dates-container > #myc-dates-container .myc-date-header,
.back-intro-btn img,
.institutional-content-text > *,
.myc-day-time-container {
    width: auto !important;
}
.invisalign-info-image-area-enquiry i,
.orthodontic-section-header h3,
.staffSlider-btn a {
    color: var(--white);
}
.dd-menu-vertical,
.google-comment-profile,
.invisalign-info-bottom,
.our-staff-wrapper,
.picker-date-and-time p,
.son_kullanma_tarihi {
    display: flex;
}
.google-comment-profile-photo img{
    width: 40px !important;
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes voice-svg {
    0% {
        transform: translateX(-7%);
        opacity: 0;
        width: 0;
    }
    100% {
        right: -7px;
        opacity: 1;
        width: 50px;
    }
}
.contact-and-social-logo,
.section-header {
    display: flex;
    align-items: flex-end;
}
.detail-topic-area h2,
.global-left-box-dropdown-menu-items,
.section-header-treatment-header {
    padding-top: 0;
}
.section-header-text .section-header-title {
    font-family: "Roboto Slab", serif;
    font-style: normal;
    text-align: left;
    letter-spacing: 1px;
    padding-left: 5px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
    color: #606060;
}
.section-header-staff .staff-title {
    font-size: 20px;
    white-space: nowrap;
    color: var(--turquoise);
}
.section-header-text-yasam {
    font-size: 45px !important;
    color: var(--turquoise) !important;
    font-family: "Calendary Hands" !important;
    display: block;
    line-height: 0;
}
.section-header-text-line {
    background-color: var(--turquoise);
    width: 129px;
    height: 4px;
    position: absolute;
    right: 0;
    top: -9px;
    display: none;
}
.section-header-text-long {
    display: flex;
    position: relative;
}
.footer-links-bottom-social-connect-icons,
.hekimlerimiz-texts {
    display: flex;
    column-gap: 5px;
}
.section-header-text-long .section-header-text-line-long {
    top: -8px;
    width: 64%;
    right: 0;
}
.section-header-text-long .irtibat-text {
    margin-right: 7px;
}
.section-header-text-line-long {
    width: 54px;
}
.mutlu-gulus .section-header-text-line-long {
    width: 139%;
}
.irtibat-text .section-header-text-line-long {
    width: 21%;
}
.hekimlerimiz .section-header-text-line-long {
    width: 80px;
}
.dis-implant-sorular .section-header-text-line-long {
    width: 63% !important;
}
.our-troops .section-header-text-line-long {
    width: 66px;
}
.dis-implant-section-header-text h3 {
    font-size: 17px;
    line-height: 23px;
}
.info-section-header {
    display: none;
    font-family: "Roboto Slab", serif !important;
}
.section-header-right {
    flex-grow: 1;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.section-header-right-border {
    width: 99%;
    height: 3px;
    position: absolute;
    bottom: 5px;
    right: 0;
    background-color: var(--border-gray);
}
.section-contact {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    background-color: #fff0;
    border-bottom: 3px solid var(--border-gray);
    padding-left: 20px;
    padding-bottom: 5px;
    position: relative;
}
.section-contact::after {
    content: "info@dentmax.com.tr";
    position: absolute;
    right: 0;
    bottom: -33%;
    font-family: "Roboto Slab", serif;
    color: #b4b4b4;
}
.section-header-right i {
    color: var(--turquoise);
    padding: 4px 10px;
    cursor: pointer;
}
.centre-section-header-right i:not(:hover),
.content-router-links ul li:not(:hover),
.our-history-section-header-right i:not(:hover) {
    transform: translateX(0);
    transition: 0.3s;
}
.centre-section-header-right i:hover,
.our-history-section-header-right i:hover {
    transform: translateX(20%);
    transition: 0.3s;
}
.about-us-frames-content-text-social a:hover i,
.centre-section-header-right a:hover span,
.contact-and-social-logo a:hover i,
.content-router-links .dropdown-nav-links-main-header-text-name a:hover,
.footer-links-bottom-social-connect-icons a:hover::before,
.menu-nav ul li.active a,
.menu-nav ul li.active a i,
.menu-nav ul li:hover > a,
.menu-nav-link-main.active ul li:hover a,
.our-history-section-header-right a:hover span,
.ourWorkSlider-item:hover .our-work-content-more,
.tedavi-detail-sources-wrapper ul li a,
.welcome-text-button .view-more a:hover span {
    color: var(--dark-turquoise);
}
.about-us-frames-content-text-social a i,
.centre-section-header-right span,
.contact-and-social-logo a i,
.footer-links-bottom-social-connect-icons a::before,
.make-online-appointment-btn-send:not(:hover),
.make-online-appointment-send-picture button:not(:hover),
.our-history-section-header-right span,
.sss-item:not(:hover) i,
.welcome-text-button .view-more span,
.whatsapp-link-wrapper:not(.active),
.whatsapp-link:hover,
.whatsapp-link:not(:hover),
.fa-arrow-right-long:before {
    transition: 0.3s;
}
.section-header-right-social i {
    color: var(--text-gray);
    border: 2px solid var(--text-gray);
    margin-left: 10px;
    border-radius: 4px;
}
.section-header-right-social .fa-location-dot {
    border: none !important;
    color: white;
    margin-left: 0 !important;
}
.section-header-right-social-text {
    position: absolute;
    left: -145px;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    font-style: normal;
    text-align: center;
    color: #a5a5a5;
    width: 100%;
    bottom: 21px;
    font-family: Latinka-Regular;
    letter-spacing: 1px;
}
.section-header-right-social-google,
.section-header-right-social-trustpilot,
.social-name {
    position: relative;
    bottom: 10px;
}
.section-header-right-social-trustpilot img {
    width: 110px;
}
.section-header-right-social-google img {
    width: 115px;
    margin-right: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
.main-comments-logo img:hover,
.our-collaborations-logo img:hover,
.partnership-item:hover img,
.section-header-right-social-google:hover img,
.section-header-right-social-trustpilot:hover img {
    -webkit-filter: unset;
    filter: unset;
    opacity: 1;
}
.section-header-right-social-trustpilot img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
.stars {
    display: flex;
    gap: 0;
    margin-left: 10px;
}
.stars i {
    font-size: 18px;
    color: unset;
    border: unset;
    margin-left: 0;
    border-radius: unset;
    width: 20px;
    color: var(--text-gray);
}
.border-i {
    color: var(--turquoise);
    border: 2px solid var(--turquoise);
    border-radius: 10px;
    margin-right: 20px;
}
.info-dentmax {
    opacity: 0;
    pointer-events: none;
}
.section-header-right span {
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-style: normal;
    text-align: left;
    color: var(--turquoise);
}
.social-name {
    margin-left: 20px;
}
.social-name p {
    font-size: 15px;
    text-align: center;
    font-family: "Futura PT";
}
.social-name span {
    display: inline-block;
    font-size: 10px;
    max-width: 77px !important;
    text-align: left;
    line-height: unset;
}
.section-header-right a {
    display: flex;
    align-items: center;
    color: var(--turquoise);
}
#googleCommentsSliders,
.container-s,
.copyright-content {
    width: 90%;
    margin: 0 auto;
}
.blog-detail-wrapper {
    width: 100%;
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
}
.payment-options-card {
    padding-top: 80px;
}
.blue-line-text-header h3,
.global-content-inside-text,
.our-work-content-more,
.staff-box-text h3,
.staff-item-text p,
.welcome-text-in > * {
    text-align: left;
    font-style: normal;
}
.our-dental-units-image-content {
    position: absolute;
    bottom: -1px;
    left: -1px;
    display: flex;
    align-items: center;
    border-top-right-radius: 20px;
    padding: 15px 20px 23px 30px;
}
.our-dental-units-image-content-text h3 {
    font-family: "Roboto Slab";
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}
.collaborations-next:not(:hover),
.collaborations-prev:not(:hover),
.our-dental-units-next:not(:hover),
.our-dental-units-prev:not(:hover) {
    transform: translateX(0);
    transition: transform 0.3s;
}
.collaborations-prev:hover,
.our-dental-units-prev:hover {
    transform: translateX(-20%);
    transition: transform 0.3s;
}
.collaborations-next:hover,
.our-dental-units-next:hover {
    transform: translateX(20%);
    transition: transform 0.3s;
}
.blue-line-text-header :is(h3, h5){
    color: var(--text-white);
    font-family: "Roboto Slab";
    font-size: 22px;
    font-weight: 700 !important;
    line-height: normal;
    display: inline-block;
}
.blue-line-text {
    background-color: var(--darkblue);
    width: 125px;
    height: 4px;
    position: relative;
    left: 5px;
    display: none;
}
.copyright,
.info-nav-contact,
.orthodontic-center-wrapper-bg,
.orthodontic-section-header .section-header-text-line {
    background-color: var(--turquoise);
}
.orthodontic-center-wrapper {
    position: relative;
    margin-bottom: 100px;
}
.detail-highlights-box-images,
.detail-interest-box-images,
.orthodontic-center-wrapper-bg {
    width: 100%;
    height: 100%;
    position: absolute;
}
.before-after-item-image img,
.blog-detail-comment-profile img,
.blog-detail-write-comment-profile img,
.content-router-writer-mobil-image img,
.detail-content-staff-box-image img,
.detail-highlights-box-images img,
.detail-interest-box-images img,
.orthodontic-center-wrapper-bg img,
.our-social-media-shares-content-mid-left-box img,
.our-social-media-shares-content-mid-right-box img,
.treatments-images-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#DentalUnitsSlider .ourdentalunitsSwiper-img,
#collaborationsSlider,
#zf_div_Si2oNmO2JIlv824pTFeabakMk4MtdvnFP1IvusQkeDM iframe {
    width: 100% !important;
}
.collaborationsSlider-inside,
.popular-videos-box-image,
.press-left-box-video-image iframe,
.staff-article-image iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#results li a,
.contact-and-social-phone {
    font-family: "Roboto Slab", serif !important;
}
.more-google-comments button,
.treatment-summaries-link button {
    border: none;
    outline: 0;
    background-color: #fff0;
}
.google-commentsSwiper .swiper-button-next,
.swiper-button-prev {
    color: var(--text-gray-five) !important;
}
.google-commentsSwiper .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px !important;
}
.contact-and-social {
    display: flex;
    align-items: flex-end;
    gap: 70px;
}
.blog-content-inside,
.contact-and-social-phone .contact-and-social-address,
.content-router-writer-mobil-text-wrapper,
.footer-links-content,
.make-online-appointment-content-form-inputs-wrapper {
    flex-direction: column;
    display: flex;
}
.contact-and-social-logo i {
    border: none;
    color: var(--turquoise);
    margin-left: 0;
}
.contact-and-social-phone {
    display: flex;
    text-align: right;
}
.contact-and-social-address a {
    justify-content: flex-end;
}
.contact-and-social-address .address-title {
    font-size: 16px;
    color: var(--turquoise);
    letter-spacing: 2px;
    font-weight: 200;
    position: relative;
    top: 5px;
    max-width: 500px;
}
.contact-and-social-address .address-phone {
    font-size: 30px;
    color: var(--dark-turquoise);
    opacity: 0.8;
}
.address-phone{
    white-space: nowrap;
}
.contact-and-social-count {
    font-family: "Roboto Slab";
    font-size: 40px;
    background-color: var(--turquoise);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    height: 100px;
    align-self: center;
    box-sizing: border-box;
    margin-left: 10px;
}
.contact-and-social-count .fa{
    font-size: 35px !important;
    margin: 0 !important;
    border: none !important;
    color: white;
}
.footer-links,
.popular-videos,
.share-socail-media-wrapper {
    width: 100%;
    position: relative;
}
.detail-sss-wrapper h3,
.footer-links-bottom-social-connect span,
.menu-nav-social a i {
    font-size: 18px;
}
.footer-links-bottom-social-connect-icons i,
.our-staff-main-box-text {
    font-size: 22px;
}
.footer-google-reviews,
.menu-nav-social-comments-image {
    width: 25px;
    display: flex;
    align-items: center;
}
.menu-nav-social-comments-image {
    width: 15px;
    margin-right: 5px;
}
.technoone {
    text-align: right;
    line-height: 1;
}
.technoone-logo p {
    font-family: "Futura PT";
    font-size: 12px;
    letter-spacing: 1px;
}
.technoone-logo img {
    width: 100px;
}
.about-us {
    display: flex;
    width: 100%;
}
.about-us-box {
    width: 40%;
    background-color: var(--box-bg);
    padding-bottom: 180px;
    border-top-right-radius: 30px;
    position: relative;
    bottom: 70px;
}
.about-us-frames-content,
.staff-item-box {
    background-color: var(--turquoise);
    position: relative;
}
.content-box-path a:last-child,
.detail-content-box-path a:last-child,
.menu-nav-yasam li i,
.menu-nav-yasam ul li,
.our-staff-content-header-item.active .our-staff-content-text-header {
    color: var(--turquoise) !important;
}
.about-us-frames-image,
.payment-options-card-wrapper {
    width: 40%;
}
.blog-slide-box img,
.popular-contents-image img {
    object-fit: cover !important;
    width: 100% !important;
}
.about-us-frames {
    display: flex;
    margin-top: 300px;
    max-height: 925px;
}
.about-us-frames-content {
    width: 60%;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 30px;
    bottom: 200px;
    border-top-left-radius: 40px;
    padding-top: 130px;
    padding-bottom: 130px;
}
.about-us-frames-content-text {
    max-width: 885px;
    padding-top: 30px;
    padding-right: 70px;
    color: var(--text-white);
}
.about-us-frames-content-text h3 {
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    font-style: normal;
    text-align: left;
}
.about-us-frames-content-text p {
    font-family: "Freight Light";
    font-size: 25px;
    font-weight: 400;
    line-height: 44px;
    font-style: normal;
    text-align: left;
    padding-top: 30px;
    padding-right: 95px;
}
.about-us-frames-content-text-social {
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px 40px;
    line-height: 0;
    margin-top: 60px;
    border-radius: 10px;
}
.about-us-frames-content-text-social a {
    color: var(--text-white);
    font-size: 30px;
}
.about-us-frames-img {
    width: 103%;
    position: relative;
    z-index: 5;
    bottom: 149px;
    height: 88%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.about-us-frames-img img {
    width: 500px;
    height: 93%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.staff {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 100px;
    margin-bottom: 150px;
}
.main-staffSlider-wrapper .darkblue-button {
    min-width: 335px;
    padding: 16px 0;
}
#staffSlider {
    width: 100% !important;
    padding: 0 20px;
}
#staffSlider .owl-stage-outer {
    overflow: visible !important;
}
.staffSlider-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 70px;
}
.staffSlider-btn a:hover {
    color: var(--darkblue) !important;
}
.staff-item-box {
    border-radius: 30px;
    min-height: 175px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.staff-item {
    position: relative;
    transition: 0.3s;
}
.staff-item:hover {
    transform: scale(1.05);
}
.staff-item-box-social {
    position: absolute;
    display: flex;
    row-gap: 5px;
    column-gap: 5px;
    right: 6%;
    top: 130px !important;
    z-index: 5;
}
.staff-detail-item-box-social {
    top: 235px;
}

.staff-item-box-social{
    z-index: 5;
}
.staff-item .media{
    max-width: 150px !important;
    justify-content: end;
    flex-wrap: wrap;
}
.staff-item-box-social i {
    color: var(--white);
    font-size: 24px;
    cursor: pointer;
}
.staff-item-box-social a img {
    width: 19px !important;
    position: relative;
    z-index: 20;
    border-radius: 0 !important;
    display: unset !important;
    filter: invert(1);
}
.staff-item-box-image {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 12px;
    display: flex;
    justify-content: center;
}
.staff-item-box-image img {
    width: 160px !important;
    position: absolute;
    bottom: -1px;
    left: -44px;
}
.staff-box-text {
    position: absolute;
    top: 14%;
    text-align: center;
    line-height: 1;
    width: 55%;
    white-space: nowrap;
    right: 0;
    transform: translateX(0);
}
.staff-box-text img {
    opacity: 0.2;
}
.staff-box-text h3 {
    font-family: var(--logo-font);
    font-size: 0.7vw;
    font-weight: 400;
    color: var(--text-white);
    letter-spacing: 3px;
    opacity: 0.6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.staff-box-text h3 img {
    width: 10px !important;
    margin-right: 8px;
    opacity: 0.6 !important;
}
.staff-box-text span {
    font-family: "Futura PT";
    color: var(--text-white);
    opacity: 0.2;
    letter-spacing: 12px;
    font-size: 20px;
}
.staff-item-text {
    padding-top: 20px;
    position: relative;
    z-index: 20;
}
.staff-item-text h3 {
    font-family: "Roboto Slab Medium";
    line-height: 1;
    font-size: 15px;
    font-weight: 300;
    color: #606060;
}
.staff-item-text p {
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: var(--turquoise);
    padding-top: 2px;
}
.global-content {
    margin: 0 auto 80px;
    display: flex;
    width: 90%;
}
.global-content-blog-detail {
    overflow: hidden;
    position: relative;
}
.global-content-contact {
    margin-bottom: 0;
    width: 100%;
}
.global-content-online-appointment {
    padding-bottom: 170px;
    position: relative;
}
.global-left-box {
    background-color: var(--box-bg);
    width: 40%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    bottom: 100px;
}
.global-left-box-subfloor {
    position: absolute;
    top: -90px;
    max-height: 760px;
}
.global-left-box-subfloor-blog {
    max-height: 100%;
}
.global-left-box-online-appointment {
    position: absolute;
    top: -90px;
    min-height: unset;
    max-height: 718px;
}
.global-left-box-subfloor-collaborations {
    max-height: unset;
    bottom: -20px;
}
.global-left-box-contact {
    padding-bottom: 170px;
    border-bottom-right-radius: 0;
}
.global-left-box-subfloor-before-after {
    max-height: unset;
    bottom: 20px;
}
.global-left-box-content {
    padding-left: 100px;
    width: 82%;
    position: relative;
    z-index: 10;
}
.contact-main-info-content-text-item,
.contact-main-info-content-text-item-right,
.global-left-box-content-blog-detay,
.global-left-box-text p,
.payment-options-installment-header {
    padding-bottom: 40px;
}
.global-left-box-text {
    font-family: Latinka-Regular;
    font-size: 21px;
    font-weight: 300;
    line-height: 35px;
    font-style: normal;
    color: var(--dark-turquoise);
    padding-bottom: 80px;
}
.global-content-inside-text-our-staff {
    padding-right: 200px !important;
}
.blog-items .blog-item-text-content p,
.blog-items .blog-item-text-header h3,
.detail-content-box-text-header-text-fixed i,
.global-content-inside-text-our-staff p,
.invisalign-treatment-summaries .treatment-summaries-header h2,
.our-staff-box-text h3,
.treatments-online-appointment-input-text p {
    font-size: 20px;
}
.contact-text-address,
.content-router-contact-wrapper-social,
.detail-content-info,
.global-content-inside-text .genel-sorumluluklar,
.global-content-inside-text .paragraf-pt,
.our-staff-content .online-appointment-line-text-wrapper {
    padding-top: 40px;
}
.global-left-box-text h3 {
    font-weight: 400;
    padding-bottom: 40px;
}
.global-content-inside {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.global-content-inside-long {
    width: 100%;
    position: relative;
    z-index: 5;
}
.global-content-inside-text {
    font-family: Latinka-Regular;
    font-size: 21px;
    font-weight: 300;
    line-height: 45px;
    color: var(--turquoise);
    padding: 0 0 60px;
}
.global-content-inside-text h2 {
    font-weight: 400;
    font-size: 35px;
    padding-top: 20px;
}
.global-content-inside-text p {
    font-family: "Freight Light";
    color: #333;
    line-height: 1.5;
}
#implantFiyatlari,
#implantFiyatlariNDY,
#implantFiyatlariNeleriKapsar,
#implantFiyatlariSigorta {
    padding-top: 65px;
}
.contact-button button {
    border: none !important;
    background-color: #fff0;
}
.owl-carousel .owl-item img {
    border-radius: 20px;
}
.DentalUnitsSlider-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.DentalUnitsSlider-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 31%);
    pointer-events: none;
}
.DentalUnitsSlider-item:hover::after {
    background-color: #1db6b9;
    opacity: 0.65;
}
.DentalUnitsSlider-item .our-dental-units-image-content-text h3,
.content-search-back-to-page button i {
    color: #000;
}
.DentalUnitsSlider-item:hover .our-dental-units-image-content-text h3 {
    color: #fff !important;
    transition: 0.3s;
    position: relative;
    z-index: 5;
}
.DentalUnitsSlider-item:hover .dent-image {
    position: relative;
    z-index: 5;
}
.DentalUnitsSlider-item .ourdentalunitsSwiper-img {
    height: 100% !important;
    object-fit: cover;
}
.DentalUnitsSlider-item:not(:hover) .ourdentalunitsSwiper-img,
.ourWorkSlider-item:not(:hover) .our-work-img {
    transform: scale(1);
    transition: transform 0.3s;
}
.DentalUnitsSlider-item:hover .ourdentalunitsSwiper-img,
.ourWorkSlider-item:hover .our-work-img {
    transform: scale(1.1);
    transition: transform 0.3s;
}
.carousel-controls {
    margin-top: 10px;
    user-select: none;
}
.carousel-controls i {
    font-size: 24px;
    cursor: pointer;
}
.dent-image {
    width: 70px !important;
    margin-right: 14px;
    padding-bottom: 8px;
    border-radius: 0 !important;
    position: relative;
    top: 4px;
}
.education {
    padding-top: 100px;
    width: 100%;
}
.education h3 {
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
    text-align: right;
    color: var(--text-brown);
    border-bottom: 1px solid #ccc9c9;
}
.education p {
    font-family: "";
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    font-style: normal;
    text-align: right;
    color: #6f6f6f;
    padding-top: 5px;
}
.education .subscriptions,
.our-staff-content-text-items {
    padding-top: 50px;
}
.blog-item:not(:hover) .blog-item-image img,
.blog-slide-box:not(:hover) .blog-slide-box-image img,
.considerations-item:not(:hover) img,
.content-search-global-item:not(:hover) .content-search-global-item-image img,
.partnership-item:not(:hover) .partnership-item-box img,
.popular-blog-item:not(:hover) .blog-item-image img,
.press-left-box-video-item:not(:hover) .press-left-box-video img {
    transform: scale(1);
    transition: 0.3s;
}
.blog-item:hover .blog-item-image img,
.considerations-item:hover img,
.content-search-global-item:hover .content-search-global-item-image img,
.partnership-item:hover .partnership-item-box img,
.popular-blog-item:hover .blog-item-image img,
.press-left-box-video-item:hover .press-left-box-video img {
    transform: scale(1.1);
    transition: 0.3s;
}
.considerations {
    position: relative;
    z-index: 5;
    left: 0;
    width: 100%;
}
.global-icons .bxl-facebook {
    background-color: #474f62;
}
.global-icons .bxl-twitter {
    background-color: #7e8a9c;
}
.global-icons .bxl-linkedin {
    background-color: #bcc5cb;
}
.global-icons .bx-link {
    background-color: #bdafa3;
}
.global-icons .fa-whatsapp {
    background-color: #33c234;
}
.collaborations {
    width: 100%;
    padding-bottom: 120px;
}
.contact-text:first-child,
.form-contact-text,
.recently-added {
    padding-bottom: 50px;
}
.online-appointment-line-text-wrapper select,
.partnership-item {
    width: 100%;
    cursor: pointer;
}
.contact-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contact-text-wrapper h3 {
    padding-bottom: 10px;
    color: #385465;
    font-size: 15px;
    font-family: "Roboto Slab";
    letter-spacing: 1px;
    color: var(--turquoise);
}
.contact-text-wrapper h2 {
    color: var(--turquoise);
    font-size: 25px;
    font-family: "Roboto Slab";
    letter-spacing: 1px;
}
.contact-text h4,
.contact-text-wrapper a {
    font-family: Latinka-Regular;
    color: #575757;
}
.contact-text h4 {
    font-size: 19px;
    font-weight: 200;
}
.contact-text .contact-tex-address {
    min-height: 90px;
}
.contact-text h4 span {
    font-weight: 700;
}
.contact-text-wrapper h3 span {
    color: #8b8b8b;
}
.contact-text-wrapper a {
    display: block;
    max-width: 400px;
    padding-bottom: 0;
    font-size: 20px;
}
.contact-text-address h3,
.sss-item-content p {
    color: #606060;
}
.contact-form {
    width: 90%;
    margin: 0 auto;
    display: flex;
    column-gap: 40px;
}
.contact-form form {
    display: inline-block;
    width: 50%;
}
.form-contact-text {
    color: #4a4a4a;
    font-family: "Roboto Slab";
}
.contact-form form .contact-form-line {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.contact-form form input {
    margin-bottom: 10px;
    outline: 0;
    border: none;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    font-family: Latinka-Regular;
    font-size: 16px;
    width: 100%;
}
.contact-form form input:focus,
.content-router-links li.active a {
    border-bottom: 1px solid var(--turquoise);
}
.contact-form textarea {
    width: 100%;
    padding-left: 10px;
    outline: 0;
    border: 1px solid #dedede;
    border-radius: 30px;
    font-family: Latinka-Regular;
    font-size: 16px;
    resize: none;
    padding-top: 15px;
    min-height: 120px;
}
.kvkk-text {
    display: flex;
    align-items: flex-end;
    padding: 40px 40px 40px 0;
}
.kvkk-text label {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 0;
    color: var(--text-brown);
}
.kvkk-text input[type="checkbox"] {
    max-width: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-right: 20px;
    border-color: #d0d0d0;
    position: relative;
    top: 5px;
}
.contact-info-text p {
    color: var(--darkblue);
    line-height: 1.2;
    font-weight: 300;
    font-size: 18px;
}
.g-recaptcha {
    padding: 1rem 0;
}
.contact-map {
    height: 600px;
    width: 100%;
    margin-bottom: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.online-appointment-wrapper {
    position: relative;
    z-index: 10;
    width: 80%;
    margin-top: 30px;
}
.considerations-text-contact-us-header,
.highlights-line,
.online-appointment-content,
.online-appointment-line {
    margin-bottom: 30px;
}
.online-appointment-line-text-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding-left: 50px;
    padding-bottom: 30px;
    align-items: center;
}
.online-appointment-line-info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.online-appointment-line-info-kvkk {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-family: Latinka-Regular;
    color: #949494;
}
.online-appointment-line-info-kvkk-text input,
.online-appointment-line-info-kvpi-text input {
    margin-right: 5px;
}
.online-appointment-line-info-kvkk-text a {
    color: var(--text-brown);
    text-decoration: underline !important;
}
.online-appointment-line-info-kvkk input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-color: var(--border-gray);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dee2e6;
    position: relative;
    border-radius: 50%;
}
.online-appointment-line-info-kvkk input[type="checkbox"]:checked::before {
    content: "\2713";
    color: var(--turquoise);
    font-size: 14px;
    line-height: 20px !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 700;
}
.online-appointment-line-header .online-appointment-title {
    font-family: Latinka-Regular, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 14px;
    font-style: normal;
    text-align: left;
    color: var(--text-brown);
}
.online-appointment-line-text h3 {
    font-family: Latinka-Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    font-style: normal;
    text-align: left;
    color: #646464;
}
.blog-detail-comment-text-like span i,
.online-appointment-line-info-text p span,
.online-appointment-line-text h3 span {
    color: red;
}
.online-appointment-line-for-image {
    position: relative;
    display: none;
}
.online-appointment-line-inputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.our-staff-content .online-appointment-line-inputs {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
}
.staff-online-appointment-line {
    margin-top: 70px !important;
    width: 80%;
    margin: 0 auto;
}
.choose-file,
.detail-sss-wrapper .sss-text-area-content,
.global-select,
.online-appointment-line-text-wrapper input,
.online-appointment-line-text-wrapper select {
    max-height: 60px;
}
.online-appointment-textarea {
    height: 60px;
    width: 100%;
    padding-right: 20px;
}
.global-select,
.online-appointment-line-text-wrapper input,
.online-appointment-line-text-wrapper select,
.online-appointment-textarea textarea {
    margin-right: 20px;
    background-color: var(--turquoise);
    font-family: Latinka-Regular;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    border-radius: 20px;
    padding: 20px;
    outline: 0;
    border: none;
    color: var(--text-white);
}
.online-appointment-textarea textarea {
    width: 100%;
    resize: none;
    min-height: 100px;
}
.online-appointment-textarea textarea::placeholder {
    color: var(--text-white);
}
.branch-selection,
.talep-edilen-tedavi {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}
.make-online-appointment-select-icon,
.talep-edilen-tedavi-icon {
    position: absolute;
    right: 10%;
    color: #fff;
    z-index: 5;
    font-size: 15px;
    font-weight: 300;
    transform: rotate(0);
    transition: 0.3s;
}
.choose-branch-icon.active,
.talep-edilen-tedavi-icon.active {
    transform: rotate(-180deg);
}
.make-online-appointment-select-icon {
    top: 50%;
    transform: translateY(-50%);
}
.select-branch,
.select-tedavi {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-tedavi option {
    font-size: 17px;
}
.branch-selection select {
    background-color: #46cfd1;
    font-family: Latinka-Regular;
    font-size: 15px;
    font-weight: 300;
    line-height: 15.5px;
    font-style: normal;
    text-align: left;
    outline: 0;
    border: none;
    color: var(--text-white);
    width: 100%;
    border-radius: 30px;
    padding: 21px 30px;
    cursor: pointer;
}
.choose-branch-icon {
    position: absolute;
    right: 5%;
    color: var(--white);
    transform: rotate(0);
    transition: 0.3s;
    font-size: 25px;
}
.randevu-degisikligi-icin {
    background-color: #e1e8ed !important;
    cursor: pointer;
    margin-right: 20px;
    font-family: Latinka-Regular;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    border-radius: 20px;
    padding: 20px;
    outline: 0;
    border: none;
    color: var(--turquoise);
    max-height: 60px;
}
.online-appointment-line-text-wrapper input::placeholder {
    color: var(--text-white);
}
.blog-detail-write-comment-text-button,
.fixed-share-socail-media-wrapper,
.online-appointment-line-datepicker-wrapper {
    display: flex;
    justify-content: flex-end;
}
.staff-online-appointment-line-datepicker-wrapper {
    margin-right: 70px;
}
.online-appointment-line-datepicker {
    width: 550px;
    max-height: 500px;
    position: relative;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.inspection-fee {
    font-family: Latinka-Regular;
    font-weight: 200;
    font-size: 17px;
    line-height: 18px;
    font-style: normal;
    text-align: right;
    color: var(--text-brown);
    opacity: 0.8;
}
.blog-detail-comments-wrapper,
.content-router-writer-text p,
.inspection-fee-count,
.inspection-kdv {
    font-family: "Roboto Slab";
}
.inspection-fee-count {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: 300;
}
.payment-options {
    padding-top: 85px;
}
.payment-options-header {
    display: flex;
    justify-content: space-between;
    font-family: Latinka-Regular;
    font-size: 19px;
    font-weight: 400;
    line-height: 14px;
    font-style: normal;
    text-align: left;
    color: var(--text-brown);
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 14px;
}
.payment-options-header h2 {
    font-size: 22px;
    font-weight: 300;
}
.payment-options-header h3 {
    color: var(--text-brown);
    font-size: 16px;
    font-weight: 300;
}
.payment-options-installment-header p,
.payment-options-installment-options label {
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #939393;
    font-family: Latinka-Regular;
    font-style: normal;
}
.payment-options-wrapper {
    display: flex;
    padding-top: 60px;
    margin-bottom: 50px;
}
.payment-options-installment {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}
.payment-options-installment-form {
    width: 86%;
    background-color: #f2f5f5;
    border-radius: 20px;
    padding: 30px;
}
.payment-options-installment-header,
.payment-options-installment-options {
    display: grid;
    grid-template-columns: 92px 1fr 1fr 1fr;
}
.payment-options-installment-header p {
    padding-bottom: 10px;
}
.payment-options-installment-options {
    margin-bottom: 20px;
    position: relative;
}
.payment-options-installment-options::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 0;
    width: 78%;
    background-color: #d8d8d8;
    height: 1px;
}
.payment-options-installment-options label {
    padding-bottom: 14px;
}
.jp-card {
    min-width: 450px !important;
}
.jp-card-container {
    height: 250px !important;
}
.jp-card-logo.jp-card-mastercard,
.menu-nav-yasam .menu-nav-link-main {
    opacity: 1 !important;
}
.jp-card .jp-card-back,
.jp-card .jp-card-front {
    background: linear-gradient(292deg, #4878af, #7499c2) !important;
}
.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 32px !important;
    color: var(--text-brown) !important;
}
.jp-card .jp-card-front .jp-card-lower .jp-card-name {
    color: var(--text-brown) !important;
    font-size: 20px !important;
    font-family: "Roboto Slab" !important;
}
.jp-card-lower .jp-card-expiry {
    color: var(--text-brown) !important;
    font-size: 21px !important;
}
.son_kullanma_tarihi_input {
    max-width: 85px;
}
#choose-file-input,
#online-appointment-choose-file-1-input,
#online-appointment-choose-file-2-input {
    display: none;
    color: var(--darkblue);
}
.choose-file span {
    color: var(--turquoise);
    position: relative;
}
.choose-file-face span small,
.choose-file-smile span small {
    display: block;
    font-size: 10px;
    color: var(--text-brown);
    letter-spacing: 1px;
    opacity: 0.7;
}
.choose-file {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    margin-right: 20px;
    background-color: #e1e8ed;
    color: #fff;
    font-family: sans-serif;
    cursor: pointer;
    position: relative;
}
.choose-file i {
    position: absolute;
    right: 6%;
    font-size: 20px;
    color: var(--turquoise);
}
.whatsapp {
    z-index: 999998;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: flex;
    flex-direction: column-reverse;
    font-family: "Futura PT";
}
.whatsapp-cell,
.whatsapp-logo {
    width: 100%;
    cursor: pointer;
    text-align: right;
    transform: translateY(0);
    transition: transform 0.3s;
    text-decoration: none !important;
}
.whatsapp-cell > *,
.whatsapp-logo > * {
    color: var(--text-white) !important;
}
.whatsapp-cell a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
}
.whatsapp-cell .call-image-box {
    display: none;
    width: 60%;
    height: auto;
}
.whatsapp-logo:hover {
    transform: translateY(-6%);
}
.whatsapp-logo img {
    width: 54px;
    height: 54px;
}
.whatsapp-link {
    width: 90%;
    margin-bottom: 10px;
    background-color: #f5f7f9;
    border-left: 2px solid #2db742;
    padding: 10px;
    border-bottom-left-radius: 4px;
}
.whatsapp-link-wrapper,
.whatsapp-link:hover {
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
}
.whatsapp-link img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.whatsapp-link a {
    display: flex;
    align-items: center;
    color: #8f939a;
    font-family: Latinka-Regular;
}
.before-after-items-nav,
.whatsapp-link-wrapper-header p {
    font-family: Latinka-Light;
}
.whatsapp-link-wrapper {
    margin-bottom: 20px;
    border-radius: 9px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30%);
    position: absolute;
    bottom: 87%;
    right: 0;
    width: 300px;
    z-index: 99;
}
.whatsapp-link-wrapper.active {
    transition: 0.3s;
    opacity: 1;
    pointer-events: all;
    transform: translateX(100%) translateY(0);
}
.whatsapp-link-wrapper-header {
    width: 100%;
    height: 50px;
    background: #2db742;
    display: flex;
    align-items: center;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding: 30px 20px;
}
.whatsapp-link-wrapper-header img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.whatsapp-link-wrapper-content {
    padding: 20px;
}
.onlineAppointment-btn button,
.whatsapp-link p {
    font-size: 16px;
}
.before-after-wrapper {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
}
.before-after-items-nav {
    position: relative;
    min-width: 270px;
}
.before-after-items-nav h1 {
    font-size: 17px;
    padding-bottom: 10px;
    font-family: Latinka-Regular;
    opacity: 0.7;
}
.before-after-items-nav-item-content {
    display: none;
    padding-top: 10px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
}
.before-after-items-nav-item-content li {
    line-height: 1.7;
    font-family: Latinka-Regular;
    opacity: 0.7;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}
.before-after-items-nav-item-content li p {
    font-family: Latinka-Regular;
    letter-spacing: 1px;
    font-size: 15px;
    cursor: pointer;
}
.before-after-items-nav-item-content li span {
    opacity: 0.6;
    font-size: 14px;
}
.before-after-items-nav-item {
    width: 100%;
    padding-bottom: 10px;
}
.before-after-items-nav-item-header {
    display: flex;
    align-self: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #cacaca;
    transition: 0s 0.3s;
}
.before-after-items-nav-item-header.active,
.detail-topic-area {
    border-bottom: 0;
}
.before-after-items-nav-item-header .rotate-i {
    position: absolute;
    right: 0;
    margin-top: 6px;
    transition: transform 0.3s;
    transform: rotate(-90deg);
}
.rotate-i.active {
    transform: rotate(0);
    opacity: 0.4;
    transition: transform 0.3s;
}
.before-after-drop-items {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #1bb6b9ed;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    overflow-y: auto;
    cursor: default;
}
.before-after-drop-items.active {
    opacity: 1;
    pointer-events: all;
    z-index: 300;
}
.layout {
    transform: translateY(5%);
    transition: transform 0.4s;
}
.before-after-drop-items.active .layout {
    transform: translateY(0);
    transition: transform 0.4s;
}
.before-after-drop-items-logo {
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    display: none;
}
.before-after-drop-items-logo .nav-logo,
.menu-nav-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.before-after-drop-item {
    margin-top: 140px;
}
.before-after-items {
    display: grid;
    flex-grow: 1;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 30px;
    width: 80%;
    flex-wrap: wrap;
}
.before-after-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    max-width: 100%;
    cursor: pointer;
}
.before-after-item-images {
    display: flex;
    column-gap: 7px;
    position: relative;
}
.before-after-item-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.before-after-item-image img:not(:hover) {
    transition: transform 0.7s;
}
.before-after-item-image img:hover {
    transform: scale(1.1);
    transition: transform 0.7s;
}
.before-after-item-image:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.before-after-item-image:nth-of-type(2) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.before-after-item-images-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1bb6b9cc;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 10;
    flex-direction: column;
}
.before-after-item-images-text img {
    width: 48px;
}
.before-after-item-images-text p {
    font-family: Latinka-Light;
    font-size: 16px;
    line-height: 21px;
    font-style: normal;
    text-align: center;
    color: #fff;
    font-weight: 200;
    position: relative;
    top: 4px;
}
.before-after-itemswiper .swiper-pagination-bullet {
    background-color: #fff !important;
}
.before-after-item-content,
.make-online-appointment-send-picture,
.make-online-appointment-send-picture-image {
    text-align: center;
}
.before-after-drop-item-off {
    position: absolute;
    right: 5%;
    top: 6%;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}
.document-links {
    width: 92%;
    margin: 0 auto;
    display: none;
    position: relative;
    top: 20px;
}
.document-links ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.document-links ul li a {
    font-family: "Futura PT Light";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: var(--text-brown);
    opacity: 0.7;
}
.make-online-appointment {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 201;
    background-color: var(--turquoise);
    border-radius: 30px;
    padding: 50px;
    width: 800px;
    opacity: 0;
    pointer-events: none;
}
.make-online-appointment.active {
    opacity: 1;
    pointer-events: all;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}
.make-online-appointment-header {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.make-online-appointment-header span {
    font-family: Latinka-Regular;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #fff;
}
.blog-detail-comment-text-settings,
.make-online-appointment-off {
    cursor: pointer;
    position: relative;
}
.make-online-appointment-off-image {
    width: 50px;
    height: 50px;
    position: relative;
}
.make-online-appointment-header i {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
}
.make-online-appointment form input,
.make-online-appointment-select {
    font-family: Latinka-Regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    font-style: normal;
    text-align: left;
    color: #fff !important;
    border: none;
    outline: 0;
    border-radius: 30px;
    padding: 5px 30px;
    background-color: #46cfd1;
    width: 100%;
    height: 60px !important;
}
.make-online-appointment-select {
    -moz-appearance: none;
    appearance: none;
}
.make-online-appointment form input::placeholder {
    color: #fff;
}
.make-online-appointment-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 110px;
    align-items: flex-end;
}
.make-online-appointment-content-form-inputs,
.treatments-images-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin-bottom: 20px;
}
.make-online-appointment-content-form-inputs-country {
    grid-template-columns: 1fr 0.6fr;
}
.considerations-text-contact-us-line-2,
.make-online-appointment-content-form-inputs-one-line,
.treatments-images-items-one {
    grid-template-columns: 1fr;
}
.make-online-appointment-content-form-inputs-one-line .make-online-ileti {
    min-height: 100px;
}
.make-online-appointment-content-form-inputs-one-line .make-online-ileti::placeholder {
    position: absolute;
    top: 20% !important;
}
.make-online-appointment-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    column-gap: 64px;
}
.make-online-appointment-send-picture-image img {
    width: 130px;
}
.make-online-appointment-send-picture .turquoise-button {
    min-width: 100% !important;
}
.online-appointment-send-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.online-appointment-send-btn button {
    min-width: 262px;
    font-size: 16px;
}
.make-online-appointment-our-staff {
    width: 60%;
    border: none;
    outline: 0;
    border-radius: 30px;
}
.make-online-appointment-our-staff a {
    width: 100%;
    min-width: 100%;
    background: var(--white);
    color: var(--turquoise);
    display: block;
    height: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 1px solid var(--white);
}
.make-online-appointment-our-staff a:hover {
    background: var(--turquoise);
    color: var(--white);
}
.make-online-appointment-btn-send button:hover,
.make-online-appointment-btn-send:hover,
.make-online-appointment-send-picture button:hover,
.make-online-appointment-send-picture:hover {
    background: var(--turquoise);
    color: var(--white);
    transition: 0.3s;
}
.make-online-appointment-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.make-online-appointment-btn-send,
.make-online-appointment-send-picture button {
    background: var(--white);
    color: var(--turquoise);
    font-family: Latinka-Regular;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    font-style: normal;
    border: none;
    outline: 0;
    border-radius: 30px;
    padding: 5px 18px;
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--white);
}
.make-online-appointment-send-picture p {
    padding-bottom: 36px;
    color: #fff;
    font-family: Latinka-Regular;
    font-size: 16px;
    text-align: center;
}
.make-online-appointment-btn-send {
    width: 30% !important;
}
.info-nav,
.invisalign-content-text,
.login-with-email,
.treatment-prices {
    font-family: Latinka-Regular;
}
.treatment-price-text-header {
    display: grid;
    padding-bottom: 15px;
    font-family: "Roboto Slab";
}
.treatment-price-text-header h3 {
    font-weight: 400;
    font-size: 18px;
    color: var(--text-brown);
}
.treatment-price-text {
    display: grid;
    border-bottom: 1px solid rgb(74 208 210 / 0.232);
    padding: 6px 0;
    color: #7c7c7c;
}
.before-after-staff-wrapper,
.recently-added {
    border-bottom: 2px solid var(--border-gray);
}
.detail-content-box-text-header-text
.treatment-price-text,
.treatment-price-text-header {
    grid-template-columns: 3fr 1fr 1fr 1fr;
    column-gap: 10px;
}
.treatment-price-text h3:last-child,
.treatment-price-text-header h3:last-child {
    display: grid;
    place-self: flex-end;
}
.treatment-price-text h3:last-child a {
    padding-right: 0;
    text-decoration: underline !important;
}
.treatment-price-text :is(h3, h4) {
    font-weight: 400;
    font-size: 18px;
    color: #7c7c7c;
    padding-bottom: 6px;
    font-family: Latinka-Light;
    background-color: #f5f5f5;
}
.highlights-box-text h2,
.highlights-box-text h3,
.highlights-box-text h4,
.popular-videos-box-header h2 {
    font-weight: 200;
    font-family: "Roboto Slab";
}
.online-appointment-dental-img {
    position: absolute;
    right: 2%;
    top: 31%;
    width: 220px;
}
.online-date-dental-img {
    position: absolute;
    right: -21%;
    top: 15%;
    width: 220px;
}
.onlineAppointment-btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    row-gap: 20px;
    margin-bottom: 40px;
}
.login-with-social-account-text,
.our-social-media-shares-header,
.sss-header {
    width: 100%;
    text-align: center;
}
.blog-swiper-wrapper {
    width: 100%;
    height: 350px;
    margin: auto !important;
    position: relative;
}
.social-swiper-wrapper {
    width: 90%;
    height: 350px;
    margin: 25px auto 0;
    position: relative;
    display: none;
}
.blog-swiper-wrapper button,
.social-swiper-wrapper button {
    position: absolute;
    top: 23%;
    background-color: #fff0;
    outline: 0;
    font-size: 25px;
    cursor: pointer;
    z-index: 10;
    color: var(--turquoise);
    width: 45px;
    height: 45px;
    line-height: 45px;
    transform-origin: center;
    border: none !important;
    outline: none !important;
}
.blog-swiper-next i,
.blog-swiper-prev i{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-swiper-wrapper .owl-prev,
.detail-content-staff-prev,
.social-swiper-wrapper .owl-prev {
    left: -4%;
}
.blog-swiper-wrapper .owl-next,
.detail-content-staff-next,
.social-swiper-wrapper .owl-next {
    right: -4%;
    transform: rotate(180deg);
}
#blog-swiper .owl-item,
#blog-swiper .owl-item > div,
#popular-contents .owl-item,
#popular-contents .owl-item > div,
#popularVideosSwiper,
#popularVideosSwiper .owl-item,
#popularVideosSwiper .owl-item > div,
.menu-nav ul,
.menu-nav-link-under-links {
    height: 100%;
}
.blog-slide-box,
.popular-contents-box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.blog-slide-box-image,
.highlights-box {
    border-radius: 20px !important;
    overflow: hidden;
}
.DentalUnitsSlider-item-image,
.blog-slide-box-image,
.popular-contents-image,
.recommended-box {
    height: 200px;
}
.blox-slide-text,
.popular-contents-box-text {
    padding-top: 10px;
    padding-inline: 1rem;
}
.blox-slide-text .blox-slide-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    color: var(--turquoise);
    font-size: 18px;
    padding-top: 10px;
}
.blox-slide-text .blox-slide-desc {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    color: var(--text-brown);
    font-size: 16px;
}
.highlights-header {
    border-top: 3px solid var(--border-gray);
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 50px;
    padding-left: 20px;
}
.copyright .footer-links-bottom-social-comments-stars img,
.highlights-header-main {
    margin-top: 0;
}
.highlights-left {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    column-gap: 30px;
}
.highlights-mid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    column-gap: 30px;
    margin-bottom: 0;
}
.highlights-box-bg,
.popular-videos-box-bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(66 51 51 / 0.4);
    pointer-events: none;
}
.highlights-box:hover .highlights-box-image img,
.popular-contents-box:hover .popular-contents-image img,
.popular-videos-box:hover .popular-videos-box-image img,
.treatments-image-item:hover .treatments-image img {
    transition: 0.5s;
    transform: scale(1.1);
}
.highlights-box:not(:hover) .highlights-box-image img,
.popular-contents-box:not(:hover) .popular-contents-image img,
.popular-videos-box:not(:hover) .popular-videos-box-image img,
.treatments-image-item:not(:hover) .treatments-image img {
    transition: 0.5s;
    transform: scale(1);
}
.highlights-box-text {
    position: absolute;
    width: 100%;
    left: 11%;
    bottom: 12%;
}
.highlights-box-text-n {
    position: unset;
    background-color: var(--turquoise);
    padding-top: 60px;
    padding-left: 7%;
    padding-right: 12%;
}
.highlights-box-text h2,
.press-left-box-text h3 {
    font-size: 20px;
    color: var(--turquoise);
}
.highlights-box-text h3 {
    font-size: 18px;
    color: var(--text-white);
    letter-spacing: 1px;
    max-width: 50%;
}
.highlights-box-text-n h3 {
    max-width: unset;
    font-size: 20px;
    line-height: 1.2;
}
.highlights-box-text h4 {
    font-size: 17px;
    color: #fff;
    padding-top: 10px;
}
.highlights-box-n {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.highlights-line .highlights-box .highlights-box-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.highlights-line .highlights-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 100% !important;
}
.detail-content-staff button,
.popular-videos button {
    position: absolute;
    top: 32%;
    background-color: #fff0;
    outline: 0;
    font-size: 35px;
    cursor: pointer;
    z-index: 10;
    color: var(--darkblue);
    border: 2px solid var(--darkblue);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.popular-videos-box {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.highlights-line,
.popular-videos-box,
.recently-added .popular-videos-box {
    height: 285px;
}
.popular-videos-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.popular-videos-box-header {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 1rem;
}
.recently-added .popular-videos-box-header {
    padding-top: 20px;
}
.popular-videos-box-header h2 {
    font-size: 20px;
    color: var(--white);
}
.popular-videos-box-header i,
.popular-videos-box-text h3 {
    color: var(--text-white);
    font-weight: 200;
    font-family: "Roboto Slab";
}
.popular-videos-box-header i {
    font-size: 60px;
}
.popular-videos-box-text {
    position: absolute;
    width: 100%;
    bottom: 12%;
    padding-inline: 1rem;
}
.popular-videos-box-text h3 {
    font-size: 17px;
    line-height: 1.2;
}
.popular-videos-btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.about-us-more-button {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.about-us-more-button .turquoise-button {
    font-size: 15px;
    letter-spacing: 2px;
}
.popular-contents-wrapper {
    width: 100%;
    margin: 20px auto !important;
    position: relative;
}
.popular-contents-wrapper button {
    position: absolute;
    top: 32%;
    background-color: #fff0;
    outline: 0;
    font-size: 27px;
    cursor: pointer;
    z-index: 10;
    color: var(--darkblue);
    border: 2px solid var(--darkblue);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.considerations-text-contact-us-line input,
.considerations-text-contact-us-line textarea {
    background-color: #e0e0e042;
    font-family: Latinka-Regular;
    font-size: 16px;
    color: var(--darkblue);
}
.blog-swiper-prev,
.popular-contents-prev {
    left: -52px;
}
.blog-swiper-next,
.popular-contents-next {
    right: -52px;
    transform: rotate(180deg);
}
.popular-contents-image {
    width: 100%;
    border-radius: 20px !important;
    overflow: hidden;
}
.popular-contents-box-text h2 {
    font-family: "Roboto Slab";
    font-weight: 400;
    color: var(--turquoise);
    font-size: 18px;
}
.popular-contents-box-text p {
    font-family: Latinka-Regular;
    color: var(--text-brown);
    font-size: 17px;
    font-weight: 400;
}
.blog-detail {
    display: flex;
    flex-direction: column;
    width: 56%;
}
.tedavi-detail {
    width: 62%;
}
.detail-content-box-path {
    padding-bottom: 20px;
    position: relative;
    z-index: 20;
}
.detail-content-box-header h1 {
    color: var(--text-brown);
    font-family: "Roboto Slab";
    font-size: 30px;
    letter-spacing: 3px;
    max-width: 830px;
    padding-bottom: 20px;
}
.detail-content-box-image {
    width: 100%;
    height: 400px;
}
.detail-content-box-image img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.detail-content-box-text-header{
    border-radius: 10px;
}
.detail-content-box-text-header .box-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 200;
    font-size: 20px;
    color: var(--text-brown);
}
.detail-content-box-text-header-text-fixed h3 {
    font-size: 17px;
    padding: 4px 0;
}
.detail-content-box-text-header-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding: 20px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--border-gray);
}
.detail-content-box-text-header-text.active,
.contact-router-content-links-header.active{
    border-radius: 10px 10px 0 0 !important;
}
.contact-router-content-links-header::after,
.detail-content-box-text-header-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--turquoise);
}
.contact-router-content-links-header.active::after,
.detail-content-box-text-header-text.active::after {
    width: 100%;
    transition: 0.5s;
}
.detail-content-box-text-header-text i {
    font-size: 26px;
    color: var(--text-brown);
}
.detail-content-box-text-header-links {
    font-family: "Roboto Slab";
    color: var(--text-brown);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    border: 1px solid var(--border-gray);
}
.detail-content-box-text-header-links ol li {
    padding: 4px 0;
    cursor: pointer !important;
}
.contact-router-content-links-inside ol li a,
.detail-content-box-text-header-links ol li a {
    color: var(--text-brown);
    position: relative;
    cursor: pointer !important;
}
.contact-router-content-links-inside ol li a::after,
.detail-content-box-text-header-links ol li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--turquoise);
    transition: 0.3s;
}
.contact-router-content-links-inside ol li a:hover::after,
.detail-content-box-text-header-links ol li a:hover::after {
    width: 100%;
    transition: 0.3s;
}
.detail-content-box-content p {
    color: #868686;
    font-family: Latinka-Regular;
    font-size: 26px;
    font-weight: 200;
    padding: 20px 0;
}
.detail-content-info p {
    color: var(--turquoise);
    font-family: Latinka-Regular;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.5;
}
.detail-content-box-text-content {
    padding-bottom: 30px;
    font-family: Roboto;
}
.detail-content-box-text-content .content-title {
    font-family: "Roboto Slab", serif;
    padding-bottom: 5px;
    font-size: 30px;
    color: var(--turquoise);
}
.detail-content-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0 60px;
}
.recommended-more {
    margin-bottom: 60px;
}
.detail-content-box {
    position: relative;
    padding-top: 50px;
}
.detail-content-staff-wrapper {
    width: 100%;
    margin-top: 50px;
    padding: 20px 0;
}
.before-after-staff-wrapper {
    width: 90%;
    margin: 0 auto;
    border-top: 2px solid var(--border-gray);
    padding: 50px 0;
    position: relative;
}
.detail-content-staff-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.blog-detail-content-staff-box {
    grid-template-columns: 0.2fr 1fr;
    column-gap: 20px;
}
.blog-detail-texts,
.considerations-text-contact-us-line-1 {
    grid-template-columns: repeat(3, 1fr);
}
.detail-content-staff-box-image {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--turquoise);
}
.detail-content-staff-next-more i {
    transform: rotate(180deg) !important;
}
.detail-content-staff-box-text h2 {
    color: var(--text-brown);
    font-family: "Roboto Slab";
    font-size: 18px;
    padding-top: 30px;
    font-weight: 700;
    padding-right: 110px;
}
#detail-content-staff-swiper .detail-content-staff-box-text-clinic {
    padding-top: 15px;
}
.blog-detail-content-staff-box .detail-content-staff-box-text-clinic {
    padding-top: 5px;
}
.detail-content-staff-box-text-clinic p {
    color: var(--turquoise);
    font-family: "Roboto Slab";
    font-size: 16px;
}
.blog-detail-content-staff-box .detail-content-staff-box-text-clinic p {
    font-size: 18px;
    line-height: 0.8;
    padding-bottom: 12px;
}
.detail-highlights-and-more {
    display: flex;
    flex-direction: column;
    min-width: 330px;
    align-items: flex-end;
    row-gap: 100px;
    padding-top: 100px;
    flex-grow: 1;
}
.detail-highlights-and-more .detail-highlights-boxs,
.detail-highlights-and-more .detail-interest-boxs {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.detail-highlights-boxs img,
.detail-interest-boxs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% 100%;
}
.detail-highlights-box,
.detail-interest-box {
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.detail-highlights-box-bg,
.detail-interest-box-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.8;
    background-color: #1bb6b9c2;
}
.detail-highlights-box:hover .detail-highlights-box-images img,
.detail-interest-box:hover .detail-interest-box-images img,
.topic-item:hover .topic-item-image img,
.treatments-item:hover .treatments-item-image img {
    transition: 0.6s;
    transform: scale(1.1);
}
.detail-highlights-box:not(:hover) .detail-highlights-box-images img,
.detail-interest-box:not(:hover) .detail-interest-box-images img,
.treatments-images-item:not(:hover) .treatments-images-item-image img {
    transition: 0.3s;
    transform: scale(1);
}
.detail-highlights-box-text,
.detail-interest-box-text {
    position: absolute;
    width: 100%;
    left: 12%;
    bottom: 12%;
    z-index: 2;
}
.detail-highlights-box-text h2,
.detail-interest-box-text h2 {
    font-family: "Roboto Slab";
    font-size: 15px;
    color: var(--white);
    font-weight: 200;
}
.detail-highlights-box-text h3,
.detail-interest-box-text h3 {
    font-family: "Roboto Slab";
    font-size: 17px;
    color: var(--text-white);
    font-weight: 200;
    letter-spacing: 1px;
    max-width: 52%;
}
.detail-highlights-header,
.detail-interest-header {
    color: var(--turquoise);
    font-family: "Roboto Slab";
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    font-style: normal;
    text-align: left;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.content-router-links,
.sss-item {
    background-color: #f5f5f5;
    position: relative;
}
.considerations-text-contact-us {
    width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: 75px;
    padding-top: 70px;
    padding-bottom: 50px;
}
.considerations-text-contact-us-header h3 {
    font-family: "Roboto Slab";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: var(--text-brown);
}
.considerations-text-contact-us-line {
    display: grid;
    gap: 25px;
}
.considerations-text-contact-us-line input {
    border-radius: 31px;
    border: none;
    outline: 0;
    padding: 20px 0 20px 20px;
}
.considerations-text-contact-us-line input::placeholder {
    color: var(--text-brown);
}
.considerations-text-contact-us-line textarea {
    border-radius: 31px;
    resize: none;
    border: none;
    outline: 0;
    margin-top: 20px;
    width: 100%;
    padding: 20px;
}
.considerations-text-contact-us-line textarea::placeholder {
    color: var(--text-brown);
}
.considerations-text-contact-us-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    align-items: center;
}
.considerations-text-contact-us-btn .turquoise-button {
    cursor: pointer;
    min-width: 240px;
    margin-left: 10px;
}
.blog-detail-texts {
    padding: 80px 70px 0;
    display: grid;
    column-gap: 150px;
    font-family: Latinka-Regular;
}
.content-search-articles .content-search-global,
.sss-content {
    grid-template-columns: repeat(2, 1fr);
}
.blog-detail-text h2 {
    color: #1c3752;
    font-size: 24px;
}
.blog-detail-text h3 {
    color: #868686;
    font-size: 22px;
    padding-top: 20px;
    font-weight: 400;
}
.blog-detail-text p {
    color: #868686;
    font-size: 20px;
    padding-top: 20px;
}
.invisalign-info-bottom-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    z-index: 5;
    margin-right: 70px;
}
.sss-content,
.sss-items {
    column-gap: 20px;
}
.invisalign-info-bottom-item-image {
    height: 50px;
    width: 50px;
    border: 2px solid var(--turquoise);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invisalign-info-bottom-item-image img {
    width: 70%;
}
.invisalign-info-bottom-item-text h2 {
    color: #606060;
    font-family: "Roboto Slab Medium";
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}
.invisalign-info-bottom-item-text h3 {
    color: var(--turquoise);
    font-family: "Roboto Slab";
    font-weight: 200;
    font-size: 14px;
}
.blog-detail-sss-wrapper .sss-content,
.content-router-contact-message {
    width: 80%;
}
.contact-and-social-address .calisma-saatleri {
    font-family: "Roboto Slab";
    color: var(--text-brown);
    letter-spacing: 0;
    font-weight: 200;
    opacity: 0.8;
    font-size: 13px;
}
.contact-and-social-address .calisma-saatleri span {
    color: var(--text-brown);
    font-weight: 600;
    opacity: 0.8;
}
.content-router-links .dropdown-nav-links-main-header::after,
.fixed-share-socail-media .share-toggle:before {
    display: none !important;
}
.content-router-links .dropdown-nav-links-main-header {
    transform: translateX(0) !important;
}
.content-router-links .dropdown-nav-links-main-header .menu-btn {
    right: 5%;
    font-size: 13px;
    color: var(--turquoise);
    opacity: 1;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
}
.content-router-links .dropdown-nav-links-main-header-text-name {
    width: 88%;
    align-items: center;
    cursor: pointer;
}
.content-router-links .dropdown-nav-links-main-header-text-name a {
    width: auto !important;
    display: inline !important;
    border: none;
    padding-bottom: 0;
    transition: 0.3s;
}
.content-router-links .dropdown-nav-links-under li a {
    color: var(--text-brown);
}
.content-router-global .content-router-contact {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
}
.content-router-contact .form-iframe::-webkit-scrollbar {
    width: 7px;
}
.content-router-contact .form-iframe::-webkit-scrollbar-track {
    border-radius: 8px;
}
.content-router-contact .form-iframe::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #d55959;
}
.content-router {
    font-family: "Roboto Slab";
    width: 330px;
    min-width: 320px;
    bottom: 0;
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
.content-router-links {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 80px;
}
.content-router-links h2 {
    background-color: var(--turquoise);
    color: var(--text-white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 20px 20px 20px 50px;
    position: relative;
}
.content-router-links ul li:hover {
    transform: translateX(3%);
    transition: 0.3s;
}
.content-router-links-path {
    font-family: Latinka-Regular, sans-serif;
    overflow: hidden !important;
    color: var(--text-white);
    white-space: nowrap;
    margin-left: 2%;
    max-width: 90vw;
}
.content-router-links-path a,
.content-router-links-path button,
.header-document-path-link {
    color: var(--text-white);
    font-size: 13px;
    letter-spacing: 1px;
    background: transparent;
    border: none;
}
.content-router-blog-detay a {
    color: #d0d0d0;
}
.content-router-links-path a:last-child,
.header-document-path-link a:last-child {
    color: var(--text-white);
    border-bottom: 0.1px solid #ffffff59;
}
.content-router-links > ul {
    padding: 15px 15px;
}
#global-select option,
.blog-detail-comment-text-content{
    padding: 10px 0;
}
.content-router-links ul li a,
.content-router-links ul li button {
    color: var(--turquoise);
    font-size: 15px;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    background: transparent;
    border: none;
    display: flex;
}
.content-router-writer {
    margin-top: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--white);
    border: 1px solid var(--border-gray);
}
.content-router-writer-text {
    padding: 20px;
    width: 100%;
    text-align: left;
    border-top: 1px solid var(--border-gray);
}
.content-router-writer-mobil-text span,
.content-router-writer-text span {
    font-size: 12px;
    color: #9e9e9e;
}
.content-router-writer-mobil-text h2,
.content-router-writer-text h2 {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 700;
    font-family: "Roboto Slab Light";
    letter-spacing: 1px;
    color: var(--turquoise);
}
.content-router-writer-mobil-text h3,
.content-router-writer-text h3 {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 200;
    color: #333;
}
.content-router-writer img {
    width: 60%;
    object-fit: cover;
}
.content-router-writer-socials {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 20px 100px;
    border-top: 1px solid var(--border-gray);
}
.content-router-writer-mobil-socials i,
.content-router-writer-socials i {
    color: var(--white);
    font-size: 20px;
    font-family: unset;
    position: relative;
    color: var(--turquoise);
}
.content-router-writer-socials i:hover {
    transform: translateY(-15%);
    transition: 0.2s;
}
.content-router-writer-socials i:not(:hover) {
    transform: translateY(0);
    transition: 0.2s;
}
.proven-expert iframe {
    width: 100% !important;
}
.content-router-contact-wrapper .content-router-contact {
    margin: 50px 0;
    color: black;
    position: -webkit-sticky;
    position: sticky !important;
    top: 30px;
    left: 100px;
    z-index: 50;
    transition: 0.3s;
}
.content-router-contact-wrapper .content-router-contact .content-router-writer {
    background-color: #f5f5f5;
    padding: 4rem;
    margin-bottom: 30px;
}
.content-router-contact-wrapper .content-router-contact .content-router-writer {
    background-color: #f5f5f5;
    padding: 4rem;
    margin-bottom: 30px;
}
.bottom-contact-wrapper {
    justify-content: flex-end;
    display: none;
}
.bottom-contact-wrapper form {
    width: 72%;
    background-color: var(--turquoise);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    padding: 60px 10px;
}
.bottom-contact-wrapper h2 {
    color: var(--white);
    font-size: 16px;
    font-weight: 200;
    padding-bottom: 20px;
}
.content-router-contact.active {
    top: 110px;
    transition: 0.3s;
}
.content-router-contact-button {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    margin-top: 15px;
}
.content-router-contact-button button {
    font-family: SourceSansPro;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: var(--white);
    width: auto;
    transition: 0.3s;
    border: 1px solid var(--dark-turquoise);
    background-color: var(--dark-turquoise);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    padding: 10px 35px;
}
.content-router-contact-button button:hover {
    transition: 0.3s;
    background-color: #fff;
    color: var(--dark-turquoise);
}
.content-router-contact p {
    font-family: "Roboto Slab", serif;
    color: var(--white);
    font-size: 13px;
    font-weight: 200;
    padding-bottom: 20px;
}
.content-router-contact-image {
    width: 135px;
    border: 4px solid #fff;
    padding: 23px;
    border-radius: 40px;
}
.content-router-contact-text h2 {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.content-router-contact-text span {
    font-size: 14px;
    padding-top: 10px;
    display: inline-block;
}
.content-router-contact-message textarea::placeholder {
    font-family: Latinka-Regular;
    opacity: 0.7;
}
.content-router-contact-message textarea {
    resize: none;
    border-radius: 8px;
    border: none;
    outline: 0;
    width: 100%;
    height: 150px;
    padding: 20px;
    color: #000;
}
.content-router-login-wrapper {
    width: 80%;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.content-router-topic-area h2,
.detail-topic-area h2 {
    color: var(--text-brown);
    font-size: 19px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.content-router-topic,
.detail-topic-area {
    border-bottom: 1px solid var(--border-gray);
    margin-bottom: 20px;
    padding-bottom: 8px;
    cursor: pointer;
    font-family: Latinka-Regular;
}
.content-router-topic-content-header h3,
.detail-topic-content-header h3 {
    color: #464646;
    font-weight: 400;
    font-size: 18px;
}
.content-router-topic-content p,
.detail-topic-content p {
    color: var(--turquoise);
    padding-top: 10px;
}
.content-wrapper {
    width: 100%;
    padding-top: 100px;
    padding-left: 8%;
}
.blog-detail-comment-text-content .re-comment,
.tedavi-blog-global-content-text a {
    color: var(--turquoise);
    background-color: #1bb6b912;
    display: inline-block;
    padding: 0 10px;
    transition: 0.3s;
    border-radius: 4px;
}
.tedavi-blog-global-content-text a:hover {
    color: var(--dark-turquoise);
    background-color: var(--turquoise);
    transition: 0.3s;
}
.press-left-box-videos a {
    color: unset !important;
    background-color: unset !important;
    transition: unset !important;
}
.to-inform-wrapper a {
    background-color: #fff0;
    padding: unset;
    text-decoration: underline !important;
    color: var(--text-brown);
}
.to-inform-wrapper a:hover {
    background-color: #fff0;
    color: var(--turquoise);
}
.content-contact-wrapper {
    padding: 0;
}
.content-wrapper-blog-detail {
    padding-left: 8%;
    width: 80%;
}
.content-wrapper-document {
    padding-left: 0;
    position: relative;
}
.header-document-path {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Roboto Slab", sans-serif;
    width: 100%;
    padding: 0 5%;
    display: flex;
    align-items: center;
}
.header-document-path .path-title {
    min-width: 330px;
    font-size: 16px;
    color: var(--white);
    padding: 20px 40px;
    background-color: var(--turquoise);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
}
.header-document-path-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120%;
    min-width: 350px;
    text-align: left;
}
.content-search input,
.content-search-exit,
.content-search-global-header,
.header-document-path-link a {
    color: var(--white);
    font-family: Latinka-Regular;
}
.patient-rights {
    color: #626262;
    font-family: Helvetica-Regular;
    max-width: 62%;
}
.global-header {
    font-size: 20px;
    padding-bottom: 40px;
    color: var(--text-brown);
    opacity: 0.9;
    font-family: "Roboto Slab Light";
    letter-spacing: 1px;
}
.global-text {
    font-family: "Freight Light";
    font-size: 19px;
    color: #333;
    line-height: 30px;
    padding-bottom: 40px;
}
.press-left-box-video-icons i{
    font-size: 70px;
    color: var(--white);
}
.contact-main-info-content-text p,
.treatment-summaries {
    padding-bottom: 30px;
}
.before-after-treatment-summaries {
    padding-top: 50px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}
.treatment-summaries-header {
    padding-bottom: 30px;
    font-family: "Roboto Slab";
    color: var(--text-brown);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.share-socail-media {
    display: flex;
    z-index: 20;
    position: absolute;
    right: 0;
    top: 100%;
    transition: 0.3s;
    column-gap: 10px;
    align-items: center;
    cursor: pointer;
    opacity: 1;
    pointer-events: all;
}
.share-socail-media.active {
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}
.fixed-share-socail-media .social-media-label,
.share-socail-media h2 {
    font-family: "Roboto Slab", serif;
    color: var(--text-brown);
    font-size: 16px;
    position: absolute;
    right: 0;
    min-width: 200px;
    top: 8px;
    transition: 0.3s;
}
.fixed-share-socail-media:hover .social-media-label,
.share-socail-media:hover h2 {
    right: 50px;
    transition: 0.3s;
}
.fixed-share-socail-media {
    transition: 0.1s;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: space-around;
}
.fixed-share-socail-media.active {
    transition: 0.5s;
    opacity: 1;
}
.fixed-detail-content-box-text {
    position: fixed;
    right: auto;
    top: 3%;
    opacity: 0;
    cursor: pointer;
    align-items: center;
    z-index: 55;
    width: 39.5%;
    display: none;
}
.fixed-detail-content-box-text.toBottom {
    top: 12%;
}
.fixed-detail-content-box-text.active {
    transition: 0.3s;
    opacity: 1;
}
.fixed-detail-content-box-text .detail-content-box-text-header-text {
    border-radius: 10px;
    padding: 10px;
}
.detail-content-box-text-header {
    background-color: #fff;
    width: 100%;
}
.fixed-share-socail-media i,
.share-socail-media i {
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    cursor: pointer;
    z-index: -1;
}
.treatment-summaries-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    column-gap: 30px;
    margin-bottom: 20px;
    row-gap: 20px;
}
.swiper-treatment-summaries-items {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}
.treatment-summaries-item {
    border: 2px solid var(--turquoise);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: "Roboto Slab";
}
.treatment-summaries-not {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 15px;
}
.menu-side-comments-image,
.treatment-summaries-item-image {
    margin-right: 10px;
}
.treatment-summaries-item-image img {
    width: 40px;
    height: 40px;
}
.treatment-summaries-item-text-header {
    color: var(--text-brown);
    font-weight: 700;
    font-size: 14px;
}
.contact-router-content-links ol li a,
.treatment-summaries-item-text-content {
    color: var(--text-brown);
    font-size: 14px;
}
.treatment-summaries-not p {
    font-family: "Roboto Slab";
    color: #1db6b9;
}
.treatment-summaries-shares {
    border-radius: 20px;
    border: 2px solid #606060;
    display: flex;
    align-items: center;
    margin-top: 40px;
    width: 508px;
}
.treatment-summaries-share {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 60px;
}
.treatment-summaries-share:first-child::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    top: 5%;
    right: 0;
    background-color: var(--text-brown);
}
.treatment-summaries-share-image {
    width: 70px;
    margin-bottom: 10px;
}
.treatment-summaries-share-text {
    font-family: "Roboto Slab";
    color: var(--text-brown);
}
.invisalign-treatment-summaries .treatment-summaries-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.invisalign-treatment-summaries .treatment-summaries-header a,
.invisalign-treatment-summaries .treatment-summaries-header button
{
    font-size: 14px;
    color: var(--text-brown);
    text-decoration: underline !important;
    padding-right: 10px;
}
.treatment-summaries-link a {
    font-size: 16px;
    color: var(--text-brown);
    text-decoration: underline !important;
    padding-right: 10px;
    display: none;
    text-align: right;
}
.treatment-summaries-link {
    display: none;
    justify-content: center;
}
.invisalign-treatment-summaries .treatment-summaries-item {
    min-width: 135px;
    flex-direction: column;
    padding: 0;
}
.invisalign-treatment-summaries .treatment-summaries-item-text-header {
    font-size: 12px;
}
.invisalign-treatment-summaries .treatment-summaries-item-image {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.invisalign-treatment-summaries .treatment-summaries-item-text {
    padding: 0 10px 10px;
    text-align: center;
}
.whatsapp .treatment-summaries{
    display: none;
}
.online-appointment-line-header {
    display: flex !important;
    border-bottom: 1px solid #d8d8d8 !important;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.online-appointment-line-header-info p {
    color: var(--text-gray-three);
    font-family: Latinka-Regular;
    font-size: 16px;
    text-align: center;
    position: absolute;
    width: 100%;
    padding-right: 90px;
}
.online-appointment-line-info-text p {
    font-family: Latinka-Light;
    color: #949494;
}
.treatment-online-btn button {
    margin-top: 20px;
    min-width: 335px;
    margin-left: 65px;
}
.before-after-staff-wrapper-buttons {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 45%;
    transform: translateY(-45%);
}
.before-after-staff-wrapper-buttons button {
    background-color: #fff0;
    border: 2px solid var(--darkblue);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.before-after-staff-wrapper-buttons button i {
    color: var(--darkblue);
    font-size: 22px;
}
.before-after-staff-wrapper-buttons-left {
    position: absolute;
    left: -3%;
}
.before-after-staff-wrapper-buttons-right {
    position: absolute;
    left: auto;
    right: -3%;
    transform: rotate(0);
}
.before-after-item-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 100px;
    width: 90%;
}
.dentmax-kategories-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.dentmax-kategories-wrapper,
.detail-highlights-and-more {
    width: 30%;
    max-width: 330px;
}
.dentmax-kategories,
.dentmax-mainpage-kategories {
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border-gray);
    font-family: "Roboto Slab";
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.dentmax-kategories-header,
.dentmax-mainpage-kategories-header {
    background-color: var(--turquoise);
    font-size: 17px;
    color: var(--text-white);
    padding: 26px 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-weight: 200;
    text-align: center;
}
.dentmax-mainpage-kategories {
    width: 40%;
    margin: 0 auto 80px;
}
.dentmax-blog-detay-kategories {
    display: none;
    width: 100%;
}
.dentmax-kategories ul,
.dentmax-mainpage-kategories ul {
    margin: 50px 0;
}
.dentmax-mainpage-kategories ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
}
.dentmax-kategories ul li,
.dentmax-mainpage-kategories ul li {
    padding: 13px 30px;
}
.dentmax-kategories ul li a,
.dentmax-mainpage-kategories ul li button,
.dentmax-mainpage-kategories ul li a {
    color: var(--turquoise);
    font-size: 16px;
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 5px;
}
.detail-search-bar-inside {
    position: absolute;
    right: 4%;
    top: 0;
    width: 500px;
    display: flex;
    justify-content: flex-end;
    height: 65px;
}
.owl-item .photo-box,
.recommended-box {
    height: 200px !important;
}
.detail-search-bar input {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: none;
    outline: 0;
    padding-left: 30px;
    font-family: Latinka-Regular;
    font-size: 17px;
    border-top: 1px solid var(--turquoise);
    border-bottom: 1px solid var(--turquoise);
    border-left: 1px solid var(--turquoise);
}
.detail-search-bar input::placeholder {
    color: var(--text-gray-five);
    font-family: Latinka-Light;
    opacity: 0.7;
    font-size: 17px;
}
.detail-search-bar button {
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    outline: 0;
    width: 80px;
    border-top: 1px solid var(--turquoise);
    border-bottom: 1px solid var(--turquoise);
    border-right: 1px solid var(--turquoise);
    background-color: var(--text-white);
}
.contact-support-line-buttons a,
.contact-support-randevu:not(:hover) {
    background-color: var(--dark-turquoise);
}
.blog-detail-bottom {
    width: 100%;
    display: flex;
    column-gap: 40px;
    flex-direction: column;
}
.blog-detail-comments-wrapper,
.blog-detail-bottom{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.blog-detail-bottom-categories {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    padding-top: 20px;
    width: 100%;
}
.tedavi-blog-global-content-text h4 {
    color: var(--turquoise);
    font-family: Latinka-Light;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 20px;
    font-weight: 200;
    letter-spacing: 1px;
}
.tedavi-blog-global-content-text p {
    color: #333 !important;
    line-height: 1.5;
}
.tedavi-blog-global-content-text p,
.tedavi-blog-global-content-text p span {
    font-family: "Freight Light" !important;
}
.global-content-inside-text p,
.tedavi-blog-global-content-text p {
    font-size: 20px !important;
}
.tedavi-blog-global-content-text h1,
.tedavi-blog-global-content-text h2,
.tedavi-blog-global-content-text h3 {
    color: var(--turquoise);
    font-family: Latinka-Light;
    font-size: 23px;
    line-height: 1.5;
    padding-bottom: 20px;
    font-weight: 200;
    letter-spacing: 1px;
}
.tedavi-blog-global-content-text-image {
    width: 100%;
    margin-bottom: 40px;
}
.tedavi-blog-global-content-text-image img {
    width: 100%;
    border-radius: 10px;
}
.recommended {
    margin-bottom: 40px;
}
.recommended-header h2 {
    font-family: "Roboto Slab";
    color: var(--dark-turquoise);
    font-size: 21px;
    padding-top: 60px;
    padding-bottom: 40px;
}
.recommended-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.recommended-box img {
    width: 100% !important;
    height: 100% !important;
    object-position: 80% 100% !important;
    object-fit: cover;
}
.recommended-box-image,
.recommended-box-image img {
    object-position: center;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.recommended-box-text {
    position: absolute;
    top: 6%;
    left: 0;
    min-width: 200px;
    margin-left: 20px;
    margin-bottom: 10px;
    height: 90%;
}
.recommended-box-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(103 100 100 / 36%);
    left: 0;
    top: 0;
    border-radius: 20px;
}
.recommended-box-text h2 {
    color: var(--text-white);
    font-family: "Roboto Slab";
    font-size: 20px;
    max-width: 80%;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.questions-and-answers-header h2 {
    color: var(--text-brown);
    padding-bottom: 20px;
    border-bottom: 3px solid var(--border-gray);
    font-size: 28px;
}
.questions-and-answers-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    column-gap: 40px;
}
.questions-and-answers-text-header h2 {
    color: #6c6c6c;
    font-family: "Roboto Slab";
    font-size: 20px;
}
.questions-and-answers-text-content p {
    color: #707070;
    font-family: Latinka-Regular;
    font-size: 20px;
    padding-top: 20px;
}
.contact-main {
    width: 100%;
    padding-bottom: 130px;
}
.contact-left,
.contact-right {
    padding-top: 100px;
}
.contact-left {
    background-color: #f5f5f5;
}
.contact-left-inside {
    position: relative;
    padding-right: 180px;
    padding-left: 100px;
}
.contact-main-info-content,
.contact-main-info-header,
.contact-main-top {
    column-gap: 0;
}
.contact-main-info-header {
    padding-top: 100px;
    font-family: "Roboto Slab";
    color: var(--text-brown);
}
.contact-main-info-content {
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: "Roboto Slab";
    color: var(--text-brown);
}
.contact-main-info-content-text {
    padding-right: 150px;
    min-height: 250px;
    border-bottom: 1px solid var(--border-gray);
    margin-bottom: 60px;
}
.contact-main-info-content-text h3 {
    line-height: 1.8;
    font-weight: 200;
    padding-bottom: 30px;
    color: var(--darkblue);
    font-family: Latinka-Regular;
    font-size: 19px;
}
.contact-main-info-content-text a {
    color: var(--turquoise);
    text-decoration: underline !important;
    font-size: 20px;
}
.contact-main-info-header-images {
    display: flex;
    column-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-main-info-header-images img {
    height: 80px;
    cursor: pointer;
}
.contact-main-info-header-images-item-right:hover,
.contact-main-info-header-images-item:hover {
    transform: translateY(-10%) !important;
    transition: 0.3s !important;
}
.contact-main-info-header-images-item-right:not(:hover),
.contact-main-info-header-images-item:not(:hover) {
    transform: translateY(0) !important;
    transition: 0.3s !important;
}
.contact-main-info-content-image-content {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 100px;
    display: flex;
    justify-content: flex-end;
}
.contact-main-info-content-image-content img {
    width: 80%;
    border-radius: 20px;
}
.contact-main-info-content-text h2 {
    padding-bottom: 10px;
    color: var(--dark-turquoise);
    font-weight: 700;
    font-family: Latinka-Bold;
    letter-spacing: 0;
    font-size: 23px;
}
.implant-wrapper {
    width: 65%;
    position: relative;
    padding-top: 40px;
}
.filter-items-wrapper,
.staff-filter-items-wrapper {
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
}
.staff-filter-items-wrapper {
    margin-bottom: 0;
}
.filter-items,
.staff-filter-items {
    display: flex;
    width: 100%;
    position: relative;
}
.filter-items-line,
.staff-filter-items-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--border-gray);
    z-index: -1;
}
.filter-items-line-color,
.staff-filter-items-line-color {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33%;
    height: 2px;
    background-color: var(--turquoise);
    display: none;
}
.filter-item,
.staff-filter-item {
    padding: 0 20px;
}
.filter-item.active,
.staff-filter-item.active {
    border-bottom: 2px solid var(--turquoise);
    transition: 0.3s;
}
.filter-item:not(.active),
.staff-filter-item:not(.active) {
    border-bottom: 2px solid var(--border-gray);
    transition: 0.3s;
}
.filter-item-header,
.staff-filter-item-header {
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    color: var(--turquoise);
}
.staff-filter-item-header .btn-filter {
    color: inherit;
}
.filter-item,
.staff-filter-item {
    color: var(--text-brown);
    font-size: 19px;
}
.filter-item.active,
.staff-filter-item.active,
.tedavi-detail-sources-header-item.active {
    border-bottom: 2px solid var(--turquoise);
}
#global-select {
    display: none;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 13px;
    outline: 0;
    border-radius: 15px;
}
.our-staff-main-item a,
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.blog-swiper-wrapper,
.popular-contents-wrapper {
    margin-bottom: 0 !important;
}
.section-header-right i,
.section-header-right span {
    bottom: 14px;
    position: relative;
}
.section-contact i,
.section-contact span {
    bottom: 0;
}
.dd-menu-main-item:hover > .dd-menu-sub,
.dd-menu-sub-item:hover > .dd-menu-immost,
.nav-links .dropdown-item:hover .dd-menu-main-wrapper,
.nav-links .dropdown-item i:focus .dd-menu-main-wrapper
.select-language:hover .language {
    visibility: visible;
    opacity: 1;
}
.contact-support-line {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    font-family: Latinka-Regular;
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 40px;
}
.blog-publication-date i,
.contact-support-line-text {
    padding-right: 10px;
}
.contact-support-line-text h2 {
    color: var(--turquoise);
    font-size: 18px;
    letter-spacing: 0;
    padding-bottom: 20px;
    font-weight: 200;
}
.contact-support-line-adress a,
.contact-support-line-buttons a {
    outline: 0;
    letter-spacing: 2px;
    font-family: Latinka-Regular;
    display: flex;
    color: var(--white);
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
}
.contact-support-line-text p a {
    color: var(--text-brown);
    font-size: 18px;
}
.contact-support-line-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.contact-support-line-buttons a {
    border: none;
    transition: 0.3s;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
    max-width: 400px;
}
.contact-support-line-buttons a span {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}
.contact-support-line-buttons button a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
}
.contact-support-line-adress {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.contact-support-line-adress a {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
}
.contact-support-line-adress a:hover {
    background-color: #21a4a7;
    transition: 0.3s;
}
.contact-support-line-adress a:not(:hover) {
    background-color: var(--turquoise);
    transition: 0.3s;
}
.contact-support-line-adress a img,
.contact-support-line-buttons a img {
    height: 25px;
    margin-right: 10px;
    pointer-events: none;
}
.contact-support-line-video {
    width: 330px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}
.contact-support-randevu:hover {
    background-color: #0f6bab;
}
.contact-support-yol-tarifi:not(:hover) {
    background-color: var(--turquoise);
    border: 1px solid var(--turquoise);
}
.contact-support-yol-tarifi:hover {
    background-color: var(--white);
    color: var(--turquoise);
    border: 1px solid var(--turquoise);
}
.other-treatment-swiper-wrapper {
    width: 90%;
    margin: 30px auto 100px !important;
}
.other-treatment-swiper-box {
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: block;
}
.other-treatment-swiper-box-image img {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    object-fit: cover;
}
.other-treatment-swiper-box-text {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
    transform: translateY(200%);
    padding: 0 10px;
}
.other-treatment-swiper-box-text-header .other-treatment-title {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 200;
    font-size: 17px;
    transition: 0.4s;
    padding-bottom: 10px;
    position: relative;
    color: rgb(0 0 0 / 0.834);
}
.other-treatment-swiper-box-text-content p {
    font-family: "Roboto Slab";
    font-weight: 200;
    color: rgb(0 0 0 / 0.612);
    font-size: 15px;
    position: relative;
    transition: 0.4s;
    max-height: 300px;
}
.other-treatment-swiper-box:hover .other-treatment-swiper-box-text {
    position: relative;
    transition: 0.4s;
    transform: translateY(-100%);
    z-index: 50;
}
.other-treatment-swiper-box:hover .other-treatment-swiper-box-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff57;
    top: 0;
    left: 0;
}
.other-treatment-swiper-box:hover .other-treatment-swiper-box-image img {
    transform: scale(1.1);
    transition: 0.4s;
}
.other-treatment-swiper-box:not(:hover) .other-treatment-swiper-box-image img {
    transform: scale(1);
    transition: 0.4s;
}
.blog-detail-list-comment-header:hover,
.whatsapp-text {
    cursor: pointer;
}
.main-comments-wrapper {
    width: 55%;
    margin: 0 auto;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
    padding: 0 20px;
    border-radius: 10px;
}
.main-comments-wrapper-top {
    width: 100%;
    padding: 70px 0;
}
.main-comments-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin: 0 auto;
    column-gap: 40px;
}
.main-comments-logo {
    width: 100%;
    place-content: center;
    display: flex;
    justify-content: center;
}
.main-comments-logo img {
    height: 60px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
.main-comments-wrapper-under {
    position: relative;
    background-color: var(--turquoise);
    padding: 50px 0;
}
.main-comments-wrapper-under-dentmax {
    background-color: var(--turquoise);
    display: flex;
    align-items: center;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 50px;
    justify-content: center;
}
.main-comments-wrapper-under :is(h2, h4) {
    font-family: "Roboto Slab";
    text-align: center;
    color: var(--white);
    font-size: 15pt;
}
.main-comments-wrapper-under-dentmax span {
    color: #fff;
    position: relative;
    font-size: 24px;
}
.main-comments-wrapper-under-dentmax img {
    width: 27px;
}
.fixed-share-socail-media-inside,
.share-socail-media-inside {
    position: absolute;
    transform: translate(-50%, -36%);
    top: 50%;
    left: 88%;
    opacity: 0;
    pointer-events: none;
    width: 200px;
    height: 100px;
    transition: 0.3s;
}
.fixed-share-socail-media-inside.active,
.share-socail-media-inside.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.3s;
}
.icon-popup,
.share-socail-media-inside .icon-popup {
    position: absolute;
    opacity: 0;
}
.icon-left,
.share-socail-media-inside .icon-left {
    left: 30px;
    bottom: 5px;
}
.icon-left-up {
    left: 52px;
    bottom: -55px;
}
.icon-right {
    right: 52px;
    bottom: -55px;
}
.icon-right-up,
.share-socail-media-inside .icon-right-up {
    right: 30px;
    bottom: -30px;
}
.share-socail-media-inside .icon-left-up {
    left: 52px;
    bottom: 55px;
}
.share-socail-media-inside .icon-right {
    right: 52px;
    bottom: 55px;
}
.fixed-share-socail-media-inside.active .icon-left,
.share-socail-media-inside.active .icon-left {
    transition: 0.3s;
    bottom: 45px;
    opacity: 1;
}
.share-socail-media-inside.active .icon-left-up {
    transition: 0.3s 0.2s;
    opacity: 1;
    bottom: 90px;
}
.share-socail-media-inside.active .icon-right-up {
    transition: 0.3s 0.5s;
    opacity: 1;
    bottom: 45px;
}
.share-socail-media-inside.active .icon-right {
    transition: 0.3s 0.4s;
    opacity: 1;
    bottom: 90px;
}
.fixed-share-socail-media-inside.active .icon-left-up {
    transition: 0.3s 0.2s;
    opacity: 1;
    bottom: 0;
}
.fixed-share-socail-media-inside.active .icon-right-up {
    transition: 0.3s 0.4s;
    opacity: 1;
    bottom: 45px;
}
.fixed-share-socail-media-inside.active .icon-right {
    transition: 0.3s 0.4s;
    opacity: 1;
    bottom: 0;
}
.share-socail-media-inside {
    height: 140px;
    top: -10px;
}
.blog-detail-write-comment-span span {
    display: inline-block;
    background-color: var(--turquoise);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 10px 30px;
    font-family: "Roboto Slab";
    font-size: 14px;
    color: #fff;
}
.blog-detail-write-comment-text-wrapper {
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    background-color: var(--turquoise);
    padding: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    gap: 20px;
}
.blog-detail-comment,
.blog-detail-comment-profile,
.blog-detail-comment-text,
.blog-detail-comment-text-like,
.blog-detail-comment-text-like-and-date,
.blog-detail-comment-text-name,
.blog-detail-list-comment,
.blog-detail-list-comment-headers,
.blog-detail-write-comment-profile {
    display: flex;
    display: flex;
}
.blog-detail-write-comment-profile {
    width: 115px;
    height: 70px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.blog-detail-write-comment-profile img {
    width: unset !important;
    height: 70px;
    background-color: #96a0a1;
    border-radius: 50%;
}
.blog-detail-write-comment-text input {
    width: 100%;
    padding: 10px 20px;
    border: none;
    outline: 0;
    border-radius: 40px;
    margin-bottom: 10px;
}
.blog-detail-write-comment-text input::placeholder {
    color: #000 !important;
}
.blog-detail-write-comment-text-button button {
    padding: 10px 20px;
    border-radius: 40px;
    outline: 0;
    border: none;
    cursor: pointer;
    margin-top: 4px;
    background-color: #fff;
    width: auto;
    font-family: "Roboto Slab";
    color: black;
}
.blog-detail-list-comment-headers {
    border-bottom: 1px solid var(--border-gray);
    width: 100%;
    font-size: 14px;
    margin-top: 40px;
}
.blog-detail-list-comment-header {
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: "Roboto Slab";
}
.blog-detail-list-comment-header.active {
    border: 1px solid var(--border-gray);
    border-bottom: 4px solid var(--turquoise);
}
.blog-detail-write-comment-text label{
    color: #fff;
    padding: 0 20px;
}
.blog-detail-list-comments {
    padding: 20px;
    width: 100%;
}
.blog-detail-list-comment {
    padding: 10px 0;
    flex-direction: column;
    gap: 20px;
}
.blog-detail-comment {
    width: 100%;
    gap: 20px;
    align-items: center;
}
.blog-detail-comment-text {
    flex-grow: 1;
    flex-direction: column;
}
.blog-detail-comment-profile {
    width: 60px;
    height: 60px;
    border: 1px solid var(--border-gray);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #96a0a1;
    overflow: hidden;
}
.blog-detail-comment-text-name-and-settings {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-settings-menu {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--border-gray);
    border-radius: 4px;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}
.comment-settings-menu.active {
    right: 350%;
    opacity: 1;
    transition: 0.3s;
    pointer-events: all;
}
.comment-settings-menu ul li {
    padding: 5px 10px;
    font-size: 14px;
}
.comment-settings-menu ul li:hover {
    background-color: #f4f3f3;
    transition: 0.3s;
}
.blog-detail-comment-text-name {
    align-items: center;
    gap: 10px;
}
.blog-detail-comment-text-name h2 {
    font-size: 16px;
    font-family: "Roboto Slab";
}
.blog-detail-comment-text-name span {
    background-color: #e5e7eb;
    color: #666;
    padding: 5px;
    border-radius: 5px;
    font-family: "Roboto Slab";
    font-size: 14px;
    cursor: pointer;
}
.blog-detail-comment-text-like-and-date {
    justify-content: space-between;
}
.blog-detail-comment-text-like {
    gap: 20px;
}
.blog-detail-comment-text-like button {
    background: 0 0;
    border: none;
}
.blog-detail-comment-text-like span {
    cursor: pointer;
    font-size: 16px;
}
.blog-detail-comment-text-content .re-comment i {
    transform: scaleX(-1);
}
.content-router-form {
    width: 100%;
    padding: 40px 0;
}
.content-router-form form input,
.content-router-form form textarea {
    width: 100%;
    margin: 4px 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid var(--border-gray);
    outline: 0;
}
.content-router-form form input:focus,
.content-router-form form textarea:focus {
    border: 1px solid #1bb6b980;
}
.content-router-form form textarea {
    height: 120px;
    resize: none;
}
.content-router-form button {
    width: 100%;
    border-radius: 4px;
    background-color: var(--turquoise);
    padding: 15px 0;
    outline: 0;
    border: none;
    color: var(--white);
    cursor: pointer;
    margin: 20px 0;
}
.content-router-form button:hover {
    transition: 0.3s;
    background-color: #07a7aa;
}
.content-router-form span {
    display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid rgb(0 128 0 / 0.724);
    text-align: center;
    color: green;
    padding: 10px 0;
}
.contact-router-content-links,
.menu-side-text {
    margin: 30px 0;
}
.directions-modal {
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
    background-color: var(--turquoise);
    min-width: 350px;
    height: 200px;
    border-radius: 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    transition: 0.3s;
}
.to-inform-wrapper {
    width: 100%;
    font-family: Latinka-Regular;
}
.to-inform {
    background-color: #d5f2efa1;
    padding: 0 30px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.to-inform-bg {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 105%;
    z-index: 0;
}
.to-inform-header,
.to-inform-text {
    position: relative;
    z-index: 10;
}
.to-inform-header h2 {
    padding: 25px 0;
    font-family: Freight;
    color: #333;
    opacity: 0.7;
}
.to-inform-text p {
    padding-bottom: 25px;
    color: #333;
}
.blog-detail-table-wrapper {
    margin: 30px 0;
    font-family: Freight;
    width: 99%;
}
.blog-detail-table-header h2 {
    padding-top: 50px;
    color: #333;
    font-size: 22px;
    font-family: Freight;
    opacity: 0.8;
}
.blog-detail-table-wrapper td {
    color: #333;
}
table {
    border-collapse: collapse;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}
@media (min-width: 768px) {
    .blog-detail-table {
        margin-left: 6px;
        margin-right: 6px;
        width: calc(100% - 12px);
    }
}
.blog-detail-table {
    width: 100%;
    padding: 10px;
    position: relative;
    line-height: 1.2;
}
.blog-detail-table::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    border: 1px solid #ddd;
    border-bottom-width: 2px;
    border-radius: 3px;
    pointer-events: none;
}
.blog-detail-table-wrapper .topHeader,
.blog-detail-table-wrapper th[scope="col"] {
    border-bottom: 2px solid #767474;
    text-align: center;
}
.blog-detail-table-wrapper tbody tr:nth-child(2n) td,
.blog-detail-table-wrapper tbody tr:nth-child(2n) th {
    background: #f7f7f7;
}
.blog-detail-table-wrapper .leftHeader,
.blog-detail-table-wrapper th[scope="row"] {
    border-right: 2px solid #767474;
    text-align: left;
}
.blog-detail-table-wrapper .leftHeader,
.blog-detail-table-wrapper .topHeader,
.blog-detail-table-wrapper th {
    font-weight: 200;
    font-size: 15px;
    padding: 12px;
}
.blog-detail-table-wrapper td,
.blog-detail-table-wrapper th {
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    padding: 8px 10px 6px;
    vertical-align: center;
    min-width: 100px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.contact-router-content-links-wrapper,
.content-router-contact-wrapper {
    flex: 1;
    position: relative;
}
.menu-nav,
.menu-nav-image-wrapper {
    position: absolute;
    padding-top: 20px;
}
.menu-nav {
    top: 100%;
    left: 0;
    z-index: 55;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4%);
    transition: 0.3s;
    font-family: "Roboto Slab";
}
.menu-nav-yasam li {
    cursor: pointer !important;
}
.menu-nav-yasam ul li a {
    padding: 0 10px !important;
    transition: 0.3s !important;
    color: var(--turquoise);
}
.menu-nav-yasam .menu-nav-social a {
    width: auto !important;
    color: var(--turquoise) !important;
}
.menu-nav-yasam .menu-nav-social a i {
    color: var(--turquoise);
    opacity: 1 !important;
}
.menu-nav.active {
    opacity: 1;
    transform: translateY(0);
    transition: 0.3s;
    pointer-events: all;
}
.menu-nav-image-wrapper {
    right: 100%;
    top: 0;
    height: 100%;
    width: 300px;
    min-height: 440px;
}
.menu-nav-image-content {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: rgb(100 100 111 / 0.1) 0 7px 29px 0;
}
.menu-nav-image-content-text {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0;
    width: 300px;
}
.menu-nav-image {
    height: 310px;
}
.menu-nav-image-text p {
    padding-top: 20px;
    text-align: center;
    color: #333 !important;
    overflow: hidden;
    opacity: 0.6;
}
.menu-nav-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.menu-nav-social-link i {
    margin-left: 0 !important;
}
.menu-nav-social-comment-starts {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.menu-nav-social-comment-starts img {
    height: 12px;
}
.menu-nav-social-comments {
    display: flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    bottom: 3px;
}
.menu-nav-social-comments span {
    color: #333;
    font-size: 13px;
    font-family: Latinka-Regular;
}
.menu-nav-social a {
    padding: 0 10px;
    color: var(--turquoise);
    transition: 0.3s;
}
.menu-nav-content {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 440px;
    padding: 20px;
    position: relative;
    right: 1px;
}
.menu-nav-content::before {
    content: "";
    position: absolute;
    left: 50px;
    transform: translateX(-50%);
    top: -8px;
    z-index: -1;
    border-color: #fff0 #fff0 var(--white) #fff0;
    border-style: solid;
    border-width: 0 15px 20px;
    width: 0;
    height: 0;
}
.menu-nav-link-main {
    transform: translateY(-3%);
    transition: 0.3s;
    opacity: 0;
}
.menu-nav.active .menu-nav-link-main {
    transform: translate(0);
    transition: 0.3s;
    opacity: 1;
}
.menu-nav-link-main,
.menu-nav-link-under,
.menu-nav-link-under-content {
    align-self: stretch;
    width: 100% !important;
}
.menu-nav-link-under ul,
.menu-nav-link-under-content ul {
    width: 300px;
}
.menu-nav ul li {
    cursor: pointer;
    color: var(--turquoise) !important;
    min-width: 200px;
    max-width: 400px;
    margin: 0 20px;
    padding: 15px 0;
    font-size: 15px;
    border-radius: 4px;
    border-bottom: 1px solid #fff0;
    position: relative;
}
.menu-nav-link-under-links-image {
    width: 100%;
    height: 150px;
    padding: 15px;
}
.content-search-main-wrapper {
    width: 100%;
    margin: 0 auto;
    font-family: Latinka-Regular;
    background-color: #386b65;
}
.content-search-main {
    width: 57%;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
}
.content-search-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 30px;
}
.content-search-back-to-page {
    position: absolute;
    left: -7%;
    top: 10%;
    margin-top: 30px;
    border-radius: 50%;
    transition: 0.3s;
    transform: translateX(0);
}
.content-search-back-to-page:hover {
    transition: 0.3s;
    transform: translateX(-5%);
}
.content-search-back-to-page button {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: none;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
}
.content-search-topic a {
    color: #02838d;
    font-size: 18px;
}
.content-search-topic-link-content {
    color: #808184;
    padding-top: 10px;
}
.content-search {
    width: 100%;
    display: flex;
    height: 60px;
    position: relative;
}
.content-search input {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    font-size: 20px;
    background: 0 0;
    border-radius: 4px;
    border: 1px solid var(--turquoise);
    padding-left: 60px;
    padding-right: 20px;
}
.content-search input::placeholder {
    color: var(--white);
    font-family: Latinka-Light;
    opacity: 0.7;
    font-size: 20px;
}
.content-search button {
    height: 100%;
    border: none;
    outline: 0;
    width: 60px;
    background-color: var(--text-white);
    background: 0 0;
    position: absolute;
}
.content-search button i::before {
    color: var(--turquoise);
    font-size: 18px;
    cursor: pointer;
}
.content-search-exit {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 200;
    font-size: 12px;
    cursor: pointer;
}
.content-search-exit a {
    color: #40e0d0;
}
.content-search-global {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.content-search-global-wrapper {
    margin-top: 10%;
    margin-bottom: 40px;
}
.content-search-articles .content-search-global .content-search-global-item-image {
    height: 260px;
}
.content-search-before-after .content-search-global {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.content-search-global-header {
    font-weight: 200;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.content-search-global-header a {
    color: #1bb6b9;
}
.content-search-global-item-image {
    position: relative;
    width: 100%;
    height: 330px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.content-search-global-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
}
.staff-content-search-global-item-image img {
    height: 100%;
    width: auto;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    transform: scale(1) translateY(0) !important;
}
.content-search-global-item:hover .staff-content-search-global-item-image img {
    transform: scale(1.05) translateY(2%) !important;
}
.content-search-team .content-search-global-item-image {
    background: linear-gradient(60deg, #2f5b55, transparent);
}
.content-search-global-item:hover .content-search-global-item-image-text {
    bottom: 10%;
    transition: 0.3s;
}
.content-search-global-item-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #020b102c;
}
.content-search-global-item-image-text {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: var(--white);
    transition: 0.3s;
}
.content-search-global-item-name {
    padding-top: 10px;
}
.content-search-global-item-name h2 {
    color: #333;
    font-weight: 200;
    font-size: 17px;
    font-family: Latinka-Regular;
}
.content-search-global-item-content p,
.content-search-global-item-position h3,
.content-search-global-more {
    font-size: 14px;
    font-family: Latinka-Regular;
    font-weight: 200;
}
.content-search-global-item-position h3 {
    color: var(--white);
    color: #606060;
}
.content-search-global-item-content p {
    color: var(--white);
    color: #606060;
    padding-top: 10px;
}
.content-search-global-more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: var(--white);
    padding-top: 30px;
}
.content-search-global-more a {
    color: var(--turquoise);
    cursor: pointer;
}
.blog-publication-date {
    padding-top: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
    font-family: Latinka-Light;
    width: 100%;
    color: var(--white);
}
.blog-publication-date span {
    font-size: 12px;
    letter-spacing: 1px;
}
.kvkk-wrapper {
    font-family: Latinka-Regular;
    padding: 20px 50px 0;
}
.kvkk-wrapper label {
    font-size: 13px;
    color: #fff;
}
.kvkk-wrapper .kvkk-error {
    background-color: #fff;
    color: red;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    display: none;
    width: 70%;
    margin: 20px auto 0;
    padding: 10px;
}
.kvkk-wrapper a {
    border-bottom: 1px solid var(--white);
    color: var(--white);
    padding-right: 3px;
}
.tedavi-detail-sources-wrapper {
    font-size: 16px;
    font-family: "Freight Light";
    padding-bottom: 40px;
}
.tedavi-detail-sources-header {
    display: inline-block;
    column-gap: 20px;
}
.tedavi-detail-sources-header-item {
    display: flex;
    align-items: center;
    column-gap: 5px;
    cursor: pointer;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--turquoise);
}
.tedavi-detail-sources-header-item h4 {
    font-weight: 200;
}
.tedavi-detail-sources-header-item i {
    border: 1px solid var(--turquoise);
    padding: 5px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.tedavi-detail-sources-header-item-icon {
    border: none !important;
    color: #000;
    transition: 0.3s;
    transform: rotate(180deg);
}
.menu-nav-link-main-icon,
.menu-nav-link-main-icon.active,
.tedavi-detail-sources-header-item-icon.active {
    transform: rotate(0);
    transition: 0.3s;
}
.tedavi-detail-sources-header-item .fa-history {
    font-size: 28px;
    border: none;
}
.tedavi-detail-sources ol li {
    list-style-type: disc !important;
    color: #333;
}
.tedavi-detail-sources ol li a {
    color: #0f6bab;
}
#myc-container {
    width: inherit;
}
#myc-nav-container {
    margin-bottom: 15px;
    width: inherit;
}
#myc-current-month-year-container {
    font-size: 1.5em;
    font-weight: lighter;
    text-align: center;
    text-transform: capitalize;
    vertical-align: top;
    width: 68%;
    display: none;
}
#myc-prev-week-container {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 6%;
}
#myc-week-container::-webkit-scrollbar {
    width: 5px;
    background-color: #fff0;
    border-radius: 5px;
}
#myc-week-container::-webkit-scrollbar-thumb {
    background-color: var(--turquoise);
    border-radius: 5px;
}
#myc-week-container::-webkit-scrollbar-thumb:hover {
    background-color: var(--turquoise);
    border-radius: 5px;
}
#myc-next-week,
#myc-prev-week {
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    width: 40px;
    display: flex;
    font-weight: lighter;
    position: absolute;
    text-align: center;
}
#myc-next-week-container {
    display: inline-block;
    width: 15%;
}
#myc-prev-week {
    border-radius: 80px;
    float: left;
    align-items: center;
    justify-content: center;
    left: -8%;
}
#myc-next-week {
    border-radius: 80px;
    float: right;
    align-items: center;
    justify-content: center;
    right: -8%;
}
#myc-next-week:hover,
#myc-prev-week:hover {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
}
#myc-week-container {
    border: 1px solid #e0e0e0;
    overflow-y: scroll;
    max-height: 265px;
}
#myc-dates-container {
    background-color: #fafafa;
    font-family: "Roboto SLAB";
    font-size: 12px;
}
.myc-date-header {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 50px;
    padding: 15px 0 !important;
    vertical-align: top;
}
.myc-date-header:first-of-type,
.myc-day-time-container:first-of-type {
    padding-left: 15px;
}
#myc-available-time-container {
    border-top: 1px solid #e0e0e0;
    min-height: 150px;
}
.myc-day-time-container {
    display: inline-block;
    height: 100%;
    padding: 15px;
    vertical-align: top;
}
.myc-day-time-container:last-of-type {
    border-right: none;
    width: 13%;
}
.myc-date-number {
    font-size: 1.8em;
    font-weight: lighter;
}
.myc-available-time {
    background-color: #29b6f6;
    border-radius: 20px;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
}
.secure-link-wrapper,
.secure-link-wrapper p {
    line-height: 1.5;
    padding-bottom: 40px;
}
.myc-available-time.disabled {
    cursor: not-allowed;
    background-color: gray;
}
.myc-available-time.selected,
.myc-available-time:hover {
    background-color: #222;
}
.myc-date-display {
    font-weight: lighter;
}
@media only screen and (max-width: 768px) {
    .myc-date-header,
    .myc-day-time-container {
        width: 13.5%;
    }
}
.picker-date-and-time {
    padding-top: 10px;
    font-family: "Roboto Slab";
    font-size: 14px;
    color: #333;
}
.picker-date-and-time h4 {
    font-weight: 200;
    min-width: 100px;
    padding-right: 10px;
    display: inline-block;
    color: gray;
}
#selected-date,
#selected-time {
    color: gray;
}
.menu-nav-link-main-icon {
    padding-left: 10px;
    opacity: 0;
    color: var(--turquoise) !important;
    position: absolute;
    left: -30px;
    top: 20px;
}
.menu-nav-link-main-icon.active {
    opacity: 1;
}
.menu-nav-video {
    width: 180px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}
.menu-nav-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.menu-nav-video-wrapper {
    margin: 20px 0;
}
.secure-link-wrapper {
    color: #333;
    font-family: "Freight Light";
    font-size: 19px;
}
.secure-link {
    display: inline-block;
    position: relative;
}
.normal-link,
.secure-link-a {
    color: var(--turquoise);
    background-color: #1bb6b912;
    transition: 0.3s;
    padding: 0 10px;
    border-radius: 4px;
}
.normal-link:hover,
.secure-link-a:hover {
    color: var(--text-white);
    background-color: var(--turquoise);
    transition: 0.3s;
}
.secure-link-a::after,
.secure-link-content-text::before,
.secure-link-content-trusted-source::before {
    content: "\2713";
    display: inline;
    width: 10px;
    height: 25px;
    padding: 0 2px;
    font-size: 10px;
    vertical-align: text-top;
    margin-left: 3px;
    color: #fff;
    border-radius: 50%;
}
.secure-link-a:hover::after {
    color: var(--turquoise);
    background-color: var(--white);
}
.secure-link-content-wrapper {
    position: absolute;
    left: 0;
    bottom: 100%;
    font-size: 17px;
    padding: 5px 0;
    opacity: 0;
    pointer-events: none;
    min-width: 300px;
    transform: translateY(-30%);
    transition: 0.3s;
}
.info-nav.active,
.secure-link-content-wrapper.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    transition: 0.3s;
}
.secure-link-content {
    position: absolute;
    left: 0;
    bottom: 100%;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
    background-color: var(--white);
    padding: 20px;
    cursor: pointer;
    z-index: 20;
    border-radius: 10px;
}
.secure-link-a::after {
    background-color: var(--turquoise);
    position: relative;
    bottom: 4px;
    z-index: -2;
}
.secure-link-content-trusted-source {
    position: relative;
    color: var(--turquoise);
    text-decoration: underline;
}
.secure-link-content-trusted-source::before {
    background-color: var(--turquoise);
    position: relative;
    margin-right: 10px;
}
.secure-link-content-pubmed {
    padding: 20px 0;
    display: block;
}
.secure-link-content-text {
    position: relative;
    padding-bottom: 30px;
    display: block;
}
.secure-link-content-text::before {
    position: relative;
    margin-right: 10px;
    color: var(--turquoise);
}
.staff-video-item {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.other-treatment-swiper-wrapper .owl-carousel .owl-stage-outer,
.staff-video-item iframe {
    border-radius: 10px;
}
.staff-video-item-video {
    width: 100%;
    height: 250px;
}
.invisalign-treatment-headers {
    width: 100%;
    display: flex;
    overflow-x: auto;
}
.invisalign-treatment-headers::-webkit-scrollbar {
    display: none;
}
.invisalign-treatment-header-item {
    text-align: center;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s;
    max-width: 170px;
}
.invisalign-treatment-header-item.active {
    background-color: var(--turquoise);
    transition: 0.3s;
    color: #fff;
    border-radius: 5px;
}
.invisalign-treatment-header-item.active img {
    filter: brightness(10);
}
.invisalign-treatment-header-item img {
    width: 100px;
    min-height: 80px;
}
.invisalign-treatment-header-item h2 {
    font-size: 16px;
    font-family: Latinka-Light;
    opacity: 0.8;
}
.invisalignSwiper {
    width: 100%;
    height: 100%;
    margin-top: 60px;
}
.invisalignSwiper-content-wrapper {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.invisalign-video-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.invisalign-content-video-wrapper video {
    width: 450px;
    height: 100%;
    cursor: pointer;
}
.invisalign-video-progress-bar {
    display: flex;
    justify-content: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    padding: 1rem;
    width: 100%;
    align-items: center;
}
.invisalign-content-text-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 200px;
}
.invisalign-video-wrapper input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    margin-right: 15px;
    width: 200px;
    height: 7px;
    background: rgb(255 255 255 / 0.6);
    border-radius: 5px;
    background-color: #3d3935;
    background-size: 100%;
    background-repeat: no-repeat;
}
.invisalign-video-wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--turquoise);
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
}
.invisalign-video-wrapper input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0;
}
.contact-router-content-links-header .contact-router-title {
    font-size: 15px;
    font-weight: 200;
    padding: 4px 0;
    color: var(--bs-heading-color);
}
.contact-router-content-links-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid var(--border-gray);
    cursor: pointer;
    position: relative;
    box-shadow: rgb(100 100 111 / 0.2) 0 -3px 20px 0;
    border-radius: 10px;
}
.contact-router-content-links-header i {
    font-size: 19px;
    color: var(--bs-heading-color);
}
.contact-router-content-links-inside {
    font-family: "Roboto Slab";
    color: var(--text-brown);
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    display: none;
}
.login-with-social-account-wrapper {
    position: fixed;
    z-index: 201;
    background-color: rgb(0 0 0 / 0.331);
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
}
.login-with-social-account-wrapper.active,
.online-appointment-info-wrapper.active {
    opacity: 1;
    pointer-events: all;
}
.login-with-social-account {
    border-radius: 30px;
    background-color: var(--turquoise);
    padding: 50px 30px;
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
}
.login-with-social-apps {
    padding: 0 50px;
}
.login-with-social-app {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    cursor: pointer;
    text-align: left;
    width: 100%;
    border: 1px solid var(--border-gray);
    border-radius: 15px;
    padding: 6px 10px;
    font-family: sans-serif !important;
}
.login-with-google {
    background-color: var(--white);
    color: var(--text-brown);
}
.login-with-google:hover {
    background-color: #f8faff;
    transition: 0.3s;
}
.login-with-facebook {
    background-color: #1877f2;
    border: none;
    color: var(--white);
}
.login-with-facebook:hover {
    background-color: #265ece;
}
.login-with-social-account img {
    height: 25px;
}
.login-with-social-account span {
    font-size: 14px;
    padding-left: 30px;
}
.login-with-google span {
    color: var(--text-brown) !important;
}
.login-with-social-account-text h2 {
    color: var(--white);
    font-size: 15px;
    font-family: Latinka-Light;
    font-weight: 200;
    padding-bottom: 20px;
}
.login-with-social-or {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    font-family: Latinka-Light;
    font-size: 14px;
    letter-spacing: 1px;
}
.login-with-email {
    padding: 0 50px;
    width: 100%;
}
.login-with-email-col label {
    padding: 5px 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.login-with-email-col input {
    padding: 10px;
    border-radius: 40px;
    border: 1px solid var(--border-gray);
    outline: 0;
    width: 100%;
}
.login-with-email-col input::placeholder {
    font-size: 12px;
}
.login-with-email-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.login-with-email-btn-wrapper button {
    width: fit-content;
    background-color: var(--white);
    padding: 10px 20px;
    margin: 10px 0;
    border: none;
    border-radius: 40px;
    outline: 0;
    cursor: pointer;
}
.login-pass-reset h4 {
    color: #000;
    font-size: 13px;
    padding: 5px 0;
}
.login-pass-reset h4 a {
    color: #fffffff0;
    letter-spacing: 1px;
    font-family: Latinka-Light;
    font-size: 12px;
    font-weight: 200;
}
.content-router-contact-exit {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white);
    font-size: 25px;
    cursor: pointer;
}
#footer-address-info-wrapper,
.info-nav {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    bottom: 0;
}
.info-nav-item,
.info-nav-item a {
    color: #000;
    align-items: center;
    display: flex;
}
#myc-available-time-container,
#myc-dates-container > #myc-dates-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow: hidden;
}
.myc-date-header:last-of-type {
    border-right: 1px solid #e0e0e0 !important;
    width: auto !important;
}
.myc-date-header {
    text-align: center !important;
}
.myc-available-time {
    width: 60% !important;
    margin: 0 auto 15px !important;
}
.info-nav {
    left: 0;
    width: 100%;
    background-color: #00000075;
    z-index: 99;
    display: flex;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
    padding: 8px;
    gap: 5px;
    transform: translateY(100%);
    transition: 0.3s;
}
.info-nav-item {
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    flex-grow: 1;
}
.info-nav-online-treatment {
    background-color: #fff;
    padding: 0 25px;
}
.info-nav-wp {
    background-color: #25d366;
}
.info-nav-contact,
.info-nav-share,
.info-nav-wp {
    width: 10px;
}
.info-nav-item a {
    width: 100%;
    height: 100%;
    padding: 15px;
    justify-content: center;
}
.info-nav-item span {
    padding-right: 5px;
}
.info-box-wrapper,
.message-copied,
.social-info-box-wrapper {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20%);
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 0.35) 0 5px 15px;
    color: #fff;
    min-width: 300px;
    opacity: 0;
    border-radius: 10px;
    pointer-events: none;
    z-index: 99;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
    overflow: hidden;
}
.share ul.active li,
.share-toggle {
    transform: scale(0.95);
}
.message-copied {
    bottom: 50%;
}
.info-box-wrapper.active,
.message-copied.active,
.social-info-box-wrapper.active {
    opacity: 1;
    transition: 0.5s;
    pointer-events: all;
    transform: translate(-50%, -30%);
}
.info-box-wrapper.active,
.online-appointment-info {
    transform: translate(-50%, -50%);
}
.message-copied p {
    color: green;
    padding: 20px;
    text-align: center;
    font-family: Latinka-Light;
}
.info-box,
.social-info-box {
    text-align: center;
    width: 100%;
}
.info-box-text a,
.social-info-box a {
    display: block;
    width: 100%;
    padding: 14px 10px;
    border: 1px solid var(--border-gray);
    color: var(--text-brown);
    font-family: Latinka-Regular;
}
.share ul li,
.share-toggle {
    border-radius: 50%;
    overflow: hidden;
}
.social-info-box a i {
    margin: 0 3px;
}
.social-info-box .fa-facebook {
    color: #4267b2;
}
.social-info-box .fa-whatsapp {
    color: #33c234;
}
.social-info-box .fa-instagram {
    color: #f6067a;
}
.social-info-box .fa-linkedin {
    color: #bcc5cb;
}
.social-info-box .fa-twitter {
    color: #1da1f2;
}
.share ul li a,
.share-toggle:before {
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.share {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    top: -10px;
    z-index: 5;
}
.share ul li,
.share ul li a,
.share-toggle,
.share-toggle:before {
    position: absolute;
    top: 0;
    left: 0;
}
.share ul {
    position: relative;
    margin: 0;
    padding: 0;
}
.share ul li {
    list-style: none;
    width: 90%;
    height: 90%;
    background: #fff;
    transition: 0.5s;
    transform: scale(0);
}
.share ul li a {
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share ul li a:hover {
    color: #f5f5f5;
}
.share ul.active li:first-child {
    top: -18%;
    left: -100%;
    transition-delay: 0s;
}
.share ul.active li:nth-child(2) {
    top: -100%;
    left: -42%;
    transition-delay: 0.2s;
}
.share ul.active li:nth-child(3) {
    top: -100%;
    left: 55%;
    transition-delay: 0.4s;
}
.share ul.active li:nth-child(4) {
    top: -15%;
    left: 105%;
    transition-delay: 0.6s;
}
.share ul.active li:nth-child(5) {
    top: 90%;
    left: 75%;
    transition-delay: 0.8s;
}
.share ul.active li:nth-child(6) {
    top: 90%;
    left: -54%;
    transition-delay: 1s;
    background-color: black;
}
.share ul.active li:has([class*="instagram"]) {
    background: #ffe208;
    background: linear-gradient(to top right, rgba(255, 226, 8, 1) 0%, rgba(253, 29, 29, 1) 24%, rgba(252, 69, 252, 1) 80%);
}
.share ul.active li:has([class*="facebook"]) {
    background-color: #021aa6;
}
.share ul.active li:has([class*="linkedin"]) {
    background-color: #1da1f2;
}
.share ul.active li:has([class*="whatsapp"]) {
    background-color: #20e307
}
.share ul.active li:has([class*="twitter"]) {
    background-color: black;
}
.share ul.active li:has([class*="envelope"]) {
    background-color: red;
}
.share ul.active li:has([class*="copy"]) {
    background: #ffe208;
    background: linear-gradient(to top right, rgba(255, 226, 8, 1) 0%, rgba(253, 29, 29, 1) 24%, rgba(252, 69, 252, 1) 80%);
}
.share-toggle {
    background: #bdafa3;
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-share,
.main-content-box-text-header,
.online-appointment-info-wrapper {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}
.share-toggle:before {
    line-height: 50px;
}

.share-toggle svg{
    width: 25px;
    height: 25px;
}
.share-toggle.active:before {
    content: "\f00d";
    font-family: fontAwesome;
}
.share-toggle.active svg {
    display: none;
}
.detail-share {
    top: 25%;
    right: 5%;
    transition: 0.3s;
}
.main-content-box-text-header {
    top: 0;
    right: 5%;
    transition: 0.3s;
    width: 90%;
}
.main-content-box-text-header .detail-content-box-text-header-text {
    justify-content: center;
    width: 10%;
}
.content-wrapper-links-path,
.global-nav.active .select-language a:first-child img,
.global-nav:not(.main-nav) .select-language:not(.wrapper-tedavi-content .select-language) a:first-child img,
.hidden,
.highlightsMobile-wrapper,
.interestMobile-wrapper,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.press-left-box-video-icons {
    display: none;
}
.content-router-writer-mobil {
    display: none;
    grid-template-columns: 0.5fr 1fr;
    gap: 10px;
    padding-bottom: 30px;
    border: 1px solid var(--border-gray);
    background: #fff !important;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.content-router-writer-mobil-image {
    width: 130px;
    height: 150px;
}
.content-router-writer-mobil-socials {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    gap: 5px;
    width: 80%;
}
.content-wrapper-links-path a,
.content-wrapper-links-path button {
    color: #aaa;
    letter-spacing: 1px;
    font-family: Latinka-Regular;
    padding-right: 2px;
    font-size: 13px;
    background: transparent;
    border: none;
    display: flex;
    text-align: start;
}
.online-appointment-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
}
.online-appointment-btn button {
    display: inline-block;
    width: auto;
    min-width: auto !important;
    padding: 10px 30px;
}
.online-appointment-info-wrapper {
    z-index: 201;
    background-color: rgb(0 0 0 / 0.331);
    padding: 50px 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.online-appointment-info {
    border-radius: 30px;
    background-color: var(--turquoise);
    padding: 50px 20px;
    width: 330px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.online-appointment-info p {
    color: var(--text-white);
    font-size: 18px;
    font-family: Latinka-Regular;
    font-weight: 200;
    text-align: center;
    padding: 0 20px;
}
.online-appointment-info-exit {
    position: absolute;
    top: 15%;
    right: 7%;
    color: var(--white);
    font-size: 25px;
    width: auto;
    display: inline-block;
    cursor: pointer;
}
.cookie,
.info-nav-content-wrapper {
    position: fixed;
    font-family: Latinka-Regular;
}
.info-nav-content-wrapper {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 0.35) 0 5px 15px;
    color: #fff;
    min-width: 300px;
    opacity: 0;
    border-radius: 10px;
    pointer-events: none;
    z-index: 99;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 450px;
}
.info-nav-content-wrapper.active {
    opacity: 1;
    transition: 0.5s;
    pointer-events: all;
    transform: translateX(-50%);
}
.info-nav-content {
    text-align: center;
    width: 100%;
    padding: 20px;
}
.info-nav-content-text h2 {
    color: #333;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px;
}
.info-nav-content-text-links {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.info-nav-content-text a {
    color: #333;
    padding: 5px;
}
.cookie h3,
.cookie span {
    color: #000;
    font-weight: 700;
}
.cookie {
    width: 370px;
    background-color: var(--white);
    color: var(--green);
    bottom: 4%;
    right: auto;
    left: 3%;
    z-index: 400;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 0.07) 0 1px 2px, rgb(0 0 0 / 0.07) 0 2px 4px, rgb(0 0 0 / 0.07) 0 4px 8px, rgb(0 0 0 / 0.07) 0 8px 16px, rgb(0 0 0 / 0.07) 0 16px 32px, rgb(0 0 0 / 0.07) 0 32px 64px;
}
.cookie-text {
    padding: 20px 20px 30px;
}
.cookie h3 {
    font-size: 19px;
}
.cookie span {
    padding-bottom: 10px !important;
    font-size: 24px;
    opacity: 0.7;
}
.cookie p {
    font-size: 14px !important;
    color: #333 !important;
    font-weight: 700;
    opacity: 0.8;
    font-family: Latinka-Light;
}
.press-left-box-text h3,
.press-left-box-text p {
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 0;
}
.cookie-under {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d5d5d5;
    color: #838383;
}
.cookie-under .more-info {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    border: none;
    background: transparent;
}
.cookie-under .cookie-apply {
    color: #000;
    opacity: 0.8;
    cursor: pointer;
    font-weight: 700;
}
.mobil-footer {
    width: 100%;
    display: none;
    flex-wrap: wrap;
}
.mobil-footer .mobil-footer-title {
    font-family: "Futura PT", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    min-width: 150px;
    font-weight: 200;
}
.mobil-footer ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.mobil-footer ul li {
    min-width: 150px;
    padding: 10px 0;
}
.mobil-footer ul li a {
    font-size: 13px;
    color: var(--text-white) !important;
}
.mobil-footer ul li i {
    margin-right: 8px;
}
.press-left-box-videos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding: 30px 0;
}
.press-left-box-video-item {
    width: 100%;
    padding: 0 0 20px !important;
}
.press-left-box-video-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #18a0a3b3;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.press-left-box-text {
    text-align: left;
    padding-top: 15px;
    font-family: Latinka-Regular;
}
.press-left-box-text p {
    color: #8e8e8e;
    font-size: 18px !important;
}
.press-content-item-image {
    width: 100%;
    max-height: 375px;
}
.press-content-button {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 100px;
}
.contact-wrapper-logo {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    column-gap: 5px;
    justify-content: center;
}
.contact-wrapper-logo img {
    width: 20px;
}
.contact-wrapper-logo .second_logo_img {
    width: 50% !important;
}
.contact-wrapper-logo span {
    position: relative;
    font-size: 25px;
    font-family: var(--logo-font);
    color: var(--text-white);
}
.detail-topic-content p {
    font-size: 19px !important;
}
.hakkimizda-swiper {
    margin-left: unset !important;
    margin-right: unset !important;
}


.menu-side-text p {
    font-family: "Roboto Slab", serif;
    text-align: center;
    color: #888;
    white-space: normal;
}
.menu-side-social-media {
    display: flex;
    justify-content: center;
}
.menu-side-social-media a {
    padding: 0 6px;
    font-size: 18px;
    color: var(--turquoise);
    transition-duration: 0.5s;
}
.menu-side-social-media a:hover {
    transform: translateY(-3px);
}
.menu-side-comments {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: Latinka-Regular, sans-serif;
    font-size: 12px;
    margin: auto 0 10px;

}
.menu-side-comments-image img {
    width: 18px;
    vertical-align: middle;
}
#resultsBord,
.menu-side-comments-stars img {
    width: 12px;
    height: 12px;
}
.menu-side-comments-stars {
    display: flex;
    margin: 0 10px;
}
.modal {
    height: 100%;
    left: 0;
    width: 100%;
}
.menu-side-comments-count,
.menu-side-comments-rate {
    margin-bottom: -5px;
}
.person-description .p-1 {
    padding-bottom: 5%;
}
/* Hides search results tab when scrolled */
.nav-content.active #results{
    display: none !important;
}
.modal .close,
.modal .close2 {
    color: #aaa;
    margin-top: 20px;
    text-align: center;
}
.fixed-share-socail-media .share-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.fixed-share-socail-media .share ul {
    transform: rotate(260deg) !important;
    display: none;
}
.fixed-share-socail-media .share ul li {
    transform: rotate(-260deg) !important;
}
.error-message {
    color: #fffe00 !important;
    font-size: 12px;
}
.uppercase {
    text-transform: uppercase;
}
.detail-content-box-text-content h2 {
    color: var(--text-brown);
    font-size: 44px;
    padding-bottom: 5px;
    font-weight: 700;
    line-height: normal;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow: auto;
    background-color: rgb(0 0 0 / 0.8);
}
#results,
.searcherBox {
    overflow-y: scroll !important;
}
.modal-content {
    margin: 15% auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.modal-content img {
    max-height: 100%;
    max-width: 100%;
}
.modal .close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    width: 35px;
    height: 35px;
    border: 1px solid #aaa;
    border-radius: 50%;
}
.modal .close2:focus,
.modal .close2:hover,
.modal .close:focus,
.modal .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.modal .close2 {
    float: left;
    font-size: 18px;
    border: 1px solid #aaa;
    border-radius: 20px;
    padding: 4px 10px;
}
.owl-carousel.owl-hidden,
figure.containerZoom.active img {
    opacity: 0;
}
.searcher #navsearchInputResp {
    width: 100% !important;
    border-radius: 25px !important;
    border: 1px solid #000 !important;
    padding: 0 5% !important;
}
.searcherBox {
    display: block;
    border: 1px solid #000;
    border-radius: 25px;
    height: 10% !important;
    max-height: 300px !important;
    padding: 5% 0;
}
.searcherBox li a {
    color: #1bb6b9 !important;
}
.searcherimg img {
    transform: scale(1.3);
}
.mobileSearchBtn {
    z-index: 99999 !important;
    display: none;
}
@media (max-width: 1220px) {
    #player {
        transform: scale(1.4);
    }
}
@media (max-width: 845px) {
    #player {
        transform: scale(1.5);
    }
}
@media (max-width: 786px) {
    #player {
        transform: scale(1.6);
    }
}
@media (max-width: 730px) {
    #player {
        transform: scale(1.9);
    }
}
@media (max-width: 628px) {
    #player {
        transform: scale(2.1);
    }
}
@media (max-width: 576px) {
    #player {
        transform: scale(1.66);
    }
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: #fff0;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.1s;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.collaborations-prev,
.collaborations-next{
    color: var(--turquoise) !important;
}
.fa-whatsapp,
.fa-instagram{
    font-weight: bolder !important;
}
.media{
    column-gap: 7px;
    display: flex;
    justify-content: center;
}
.section-header-right .media{
    min-width: 290px !important;
}
.section-header-right .media a{
    font-size: 22px;
    margin-bottom: 5px;
}
.dd-menu-main-wrapper,
.nav-locations-items,
.sss-text-area,
.main-comments-wrapper-under,
.contact-and-social-count{
    border-radius: 10px;
}
#zf_div_Si2oNmO2JIlv824pTFeabakMk4MtdvnFP1IvusQkeDM textarea,
#hovertext-ImageUpload{
    border-radius: 15px;
}
.nav-search input,
.google-comment,
.google-comment-profile,
#zf_div_Si2oNmO2JIlv824pTFeabakMk4MtdvnFP1IvusQkeDM #mainWrapper,
.zfUploadContainer{
    border-radius: 20px !important;
}
.dd-menu-bottom-link{
    min-height: 30px !important;
    border-radius: 30px;
}


/*
[elname="fileElementUL"]{
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}
[elname="newlyAddedFUElement"]{
    background-color: rgba(255, 255, 255, .3) !important;
    border: 1px solid var(--turquoise);
    padding: 10px;
    border-radius: 20px;
    max-width: calc(50% - 5px);
}
.uploadFileCont{
    display: flex;
    flex-wrap: wrap;
    max-height: fit-content !important;
}
.uploadFileCont > *{
    height: fit-content;
}
.uploadFileTitle{
    width: calc(100% - 25px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
[elname="fileExtension"]{
    width: 25px;
}
.fileSize, .uploadFileTitle, [elname="fileExtension"]{
    font-family: 'Roboto Slab';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333 !important;
    padding: 0 !important;
}
.previewContainer{
    position: relative;
}
.previewContainer img{
    max-width: 100% !important;
}
.previewContainer .over_Icon{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
}
.uploadDeleteIcon{
    margin-left: auto;
}
.icon-zoom{
    display: flex;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}
.icon.delete_icon{
    width: 16px;
    height: 16px;
}
.select2-selection__clear .delete_icon{
    position: absolute !important;
}
.icon-zoom .icon{
    fill: white !important;
    width: 32px;
    height: 32px;
}

[elname="eachCompElem"],
#Email-li{
    position: relative;
    margin-bottom: 20px;
}
[elname="eachCompElem"] input,
.inputVeriLeftPan input,
.address_row_2 .select2-selection--single,
.intl-tel-input input{
    background-color: #F3F8F7 !important;
    padding: 5px 20px 5px 20px;
    width: 100%;
    height: fit-content !important;
    border-radius: 40px !important;
    outline: none !important;
    border: 1px solid var(--turquoise) !important;
    font-family: 'Roboto Slab' !important;
    font-size: 16px !important;
    min-height: 39px !important;
    line-height: 1.7em !important;
}
.address_row_2 .select2-selection--single[aria-expanded="true"]{
    border-radius: 20px;
}
[elname="compEachElem"], .select2-container{
    display: block;
    min-width: 100% !important;
}
.select2FormFont{
    font-family: 'Roboto Slab';
    font-size: 16px;
    line-height: 1.7em;
}
[elname="eachCompElem"]:has(svg:not(.icon-lock, .delete_icon)) input,
.inputVeriLeftPan input{
    padding: 5px 20px 5px 40px !important;
}
[elname="eachCompElem"] svg,
.inputVeriLeftPan svg{
    position: absolute;
    width: 18px;
    height: 18px;
    left: 18px;
    top: calc(39px / 2) !important;
    transform: translateY(-9px);
    shape-rendering: geometricprecision !important;
}
.select2-selection__rendered{
    padding: 0 !important;
}
.delete_icon{
    display: block;
    right: 18px !important;
    left: unset !important
}
.select2-selection__rendered .delete_icon{
    right: 0 !important;
    top: calc(27px / 2) !important;
    transform: translateY(-50%);
}
.select2-search{
    background-color: #fff;
}
.select2-dropdown, .country-list{
    background-color: #fff !important;
    border: none !important;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
    border-radius: 0 0 20px 20px;
}
.select2-dropdown{
    border-top: none !important;
}
.country-list{
    border-radius: 20px;
}
.navFootBtnList button{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.select2-search__field{
    border-radius: 40px;
}
.intl-tel-input, .navFootBtnWrap{
    margin-top: 20px;
}
.fldDisabledIcn, .icon-Phone, .intl-tel-input ~ .delete_icon{
    display: none;
}
.zsiq_floatmain{
    width: 60px;
    height: 60px;
    bottom: 6px;
}
*/

.selected-flag{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.share ul.active li, .share-toggle{
    transform: scale(1) !important;
}
.whatsapp-cell, .whatsapp-logo{
    width: 50px !important;
    padding: 0 !important;
    margin-right: calc((100vw - 12px - (50px * 6)) / 5) !important;
    box-sizing: content-box;
}

.zsiq_floatmain{
    right: 6px !important;
}

#zsiq_agtpic{
    width: 100%;
    height: 100%;
}

.whatsapp .share-toggle:before{
    font-size: 24px;
}

.whatsapp-logo{
    padding: 2px;
    box-sizing: border-box;
}


i.menu-btn{
    align-self: center;
}

.wp-mobil-icon{
    padding: 1px;
}

.zsiq_theme1 .zsiq_flt_rel{
    padding: 0 !important;
}

.mobile-menu-icon{
    display: none !important;
}

.bgchange .media i:before{
    font-size: 22px !important;
}

#social-swiper .owl-stage-outer{
    height: fit-content !important;
}

.intro .section-oa-row-right h4{
    font-size: 30px !important;
    font-weight: 700;
    color: var(--turquoise) !important;
    background-color: var(--turquoise) !important;
}

.fa-facebook-f:before{content:"\f39e" !important}

/* Inquire for Appointment */

body:has(.modal-content [name="AppointmentCode"]) :is(.modal-backdrop){
    background: transparent !important;
}
body:has(.modal-content [name="AppointmentCode"]) #ReNewModal{
    background-color: rgb(0 0 0 / 0.331);
}

.modal-content:has([name="AppointmentCode"]){
    width: 350px;
    background-color: var(--turquoise) !important;
    padding: 50px 30px 30px 30px !important;
    color: white;
    overflow: hidden;
    border: none;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
}
.modal-content:has([name="AppointmentCode"]) .section-oa-form-item-loading{
    transform: scale(2)
}
.modal-content:has([name="AppointmentCode"]) .btn-txt{
    color: white !important;
    display: flex;
}
.modal-content:has([name="AppointmentCode"]) .btn-txt i{
    position: relative !important;
    bottom: unset !important;
}
.modal-content:has([name="AppointmentCode"]) button{
    border: none !important;
    outline: none !important;
}
.modal-content:has([name="AppointmentCode"]) .modal-body{
    padding: 0 !important;
}
.modal-content:has([name="AppointmentCode"]) .btn-close{
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    visibility: hidden;
}
.modal-content:has([name="AppointmentCode"]) .btn-close:before{
    content: "\f057";
    font-family: "Font Awesome 6 Free";
    visibility: visible;
    color: white;
    font-size: 25px;
}
.modal-content:has([name="AppointmentCode"]) .modal-title{
    color: white !important;
}
.modal-content:has([name="AppointmentCode"]) .col-12{
    padding: 0 !important;
}
.modal-content:has([name="AppointmentCode"]) .input-item{
    background-color: white;
    border-radius: 40px;
}
.modal-content:has([name="AppointmentCode"]) .input-item input{
    padding: 10px !important;
    border-radius: 40px;
    min-height: unset !important;
    line-height: 1.7em;
}
.modal-content:has([name="AppointmentCode"]) .icon-left{
    left: unset !important;
    bottom: unset !important;
}

/* End Inquire for Appointment */

.blog-detail-bottom .sss-content{
    width: 100% !important;
}

.footer-links-main-content .footer-link{
    min-width: 24%;
    max-width: 24%;    
}

.footer-links-main-content .footer-link ul li a{
    text-align: start;
    display: block;
    height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
}

/* Treatment Detail Sources */

.tedavi-detail-sources-wrapper{
    padding: 10px 20px;
    color: #606060 !important;
    border-radius: 10px 10px 0;
    box-shadow: rgb(100 100 111 / 0.2) 0 -3px 20px 0;
    border-radius: 10px;
    border-bottom: 2px solid var(--border-gray);
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
    max-width: 500px
}

.tedavi-detail-sources-header-item-icon{
    color: #606060;
}

.tedavi-detail-sources-header{
    min-height: 100% !important;
    width: 100% !important;
    position: relative;
}

.tedavi-detail-sources-header:after{
    content: "";
    background-color: var(--turquoise);
    position: absolute;
    width: 0 !important;
    height: 2px;
    left: -20px;
    bottom: -20px;
}

.tedavi-detail-sources-header:not(.active):after{
    width: calc(100% + 40px) !important;
    transition: 500ms all !important
}

.tedavi-detail-sources-header-item{
    border: none;
    align-items: encenter;
    padding: 0
}

.tedavi-detail-sources-header-item h4{
    line-height: 1;
    text-transform: uppercase !important;
    position: relative;
    top: 2px
}

.tedavi-detail-sources-header .fa-exclamation{
    border-color: #606060;
}

.tedavi-detail-sources{
    padding-top: 20px;
}

.pe-richsnippets{
    display: flex;
    justify-content: center;
}

/* Treatment Detail Sources */


.content-wrapper-links-path{
    margin-bottom: 40px;
    width: fit-content;
}

i.fa-arrow-right-long:before,
i.fa-arrow-left-long:before{
    font-size: 20px;
}

/* Removes the content summary if its empty */
.detail-content-box-text-header:not(:has(li a)),
.contact-router-content-links:not(:has(li a)){
    display: none !important;
}

.contact-main-top{
    display: flex;
}

.contact-left, .contact-right{
    min-width: 50%;
    width: 50%;
}

/* Bigger Picture */

.bp-img img{
    padding: 10px;
    box-sizing: content-box !important;
    background-color: white !important;
    border-radius: 10px;
    left: -10px !important;
    box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
}

button.bp-next, button.bp-prev, button.bp-x{
    background: var(--turquoise) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px;
    box-shadow: rgb(49, 153, 155, .4) 0px 2px 20px !important;
    height: auto;
    padding: 7.5px 0;
}
button.bp-prev{left: 10px;}
button.bp-next, button.bp-x{right: 10px;}
button.bp-x{top: 10px;}
button.bp-next:before, button.bp-prev:before, button.bp-x:before{
    position: static;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    color: var(--white) !important;
    font-size: 24px;
}
button.bp-x:before{
    content: "\f00d" !important;
}
button.bp-next:before, button.bp-prev:before{
    content: "\f178" !important;
}

/* End Bigger Picture */

/* Toastr */

@media only screen and (min-width: 1241px){
    body:has(.global-nav:not(.active)) #toastr-container{
        top: 144px !important;
    }
}
@media only screen and (max-width: 1240px){
    #toastr-container{
        top: 82px !important;
    }
}
body:has(.global-nav.active) #toastr-container{
    top: 82px !important
}
.toastr{
    border-radius: 10px !important;
}
.toastr-success{
    background-color: var(--turquoise) !important;
}

/* End Toastr */

.highlights-box-image img{
    top: 15%;
    position: relative;
    transform: scale(1.3) !important;
}
.highlights-box:hover .highlights-box-image img{
    top: 15%;
    position: relative;
    transform: scale(1.43) !important;
}

.choose-file{
    line-height: 1
}

/* Sliders */

.our-dental-units,
.our-work,
.staffSlider-wrapper,
.our-collaborations{
    padding: 60px 0 100px 0;
}
.social-swiper-wrapper{
    padding-bottom: 100px;
}
.invisalign-info-bottom{
    margin-bottom: 100px;
}

/* End Sliders */