@font-face {
    font-family: "adamina";
    src: url("../fonts/adamina-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: "notosans";
    src: url("../fonts/notosans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
	font-family: 'notosans';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
    font-optical-sizing: auto;
	src: url("../fonts/notosansjp/NotoSansJP-Regular.woff2") format("woff2"),
		 url("../fonts/notosansjp/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
    font-family: "abeezee";
    src: url("../fonts/abeezee-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "monika";
    src: url("../fonts/monika.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "jost";
    src: url("../fonts/jost.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --oc-link-color: rgba(174, 117, 100, 1);
    --oc-primary-color: rgba(174, 117, 100, 1);

    --oc-btn-primary-color: #233b68;
    --oc-btn-alt-color: #233b68;

    --oc-blog-heading-mt: 1.9rem;
    --oc-blog-heading-mb: 1.625rem;
    --oc-blog-heading-pt: 1.625rem;
    --oc-blog-font-size: calc(1rem + .069vw);
    --oc-blog-heading1-fs: calc(1.6rem + .069vw);
    --oc-blog-heading2-fs: calc(1.5rem + .069vw);
    --oc-blog-heading3-fs: calc(1.35rem + .069vw);
    --oc-blog-line-height: 1.625rem;

    --font-adamina: "adamina";
    --font-notosans: "notosans";
    --font-abeezee: "abeezee";
    --font-monika: "monika";
    --font-jost: "jost";
    --primary-color: rgba(107, 162, 139, 1);
    --second-color: rgba(174, 117, 100, 1);
}

html {
    overflow-x: hidden;
}

body {
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
}

.text-primary-color {
    color: var(--oc-primary-color);
}

.clear-fix {
    clear: both;
}

a {
    text-decoration: none;
    color: var(--oc-link-color);
    ;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.bg-image {
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-bg-top {
    z-index: 0;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-bg-top .caption {}

.text-bg-top .caption h1,
.text-bg-top .caption h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}

.content-none .error-number {
    font-size: 70px;
}

.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}

.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
    height: 80vh;
    overflow: scroll;
    margin: 15% 0 10% 0;
    border-radius: unset;
}

.modal-dialog {
    max-width: 800px;
    padding: 1rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.close-btn {
    position: fixed;
    right: 0x;
    top: 25px;
}

.modal-side-margin {
    margin: 0;
}

.modal-body-design {
    padding: 0;
}

.round_btn {
    display: block;
    width: 45px;
    height: 45px;
    border: 2px solid #AA8400;
    /* 枠の調整 */
    border-radius: 50%;
    /* 丸みの度合い */
    background: #fff;
    /* ボタンの背景色 */
}

.round_btn::before,
.round_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    /* 棒の幅（太さ） */
    height: 22px;
    /* 棒の高さ */
    background: #AA8400;
    /* バツ印の色 */
}

.round_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.round_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* END - OC Modal Style */


/* BOOTSTRAP CUSTOM*/
.w-80 {
    width: 80%;
    margin: 0 auto;
}

#main .w-1040px {
    max-width: 1040px !important;
    margin: 0 auto;
}

.container-fluid {
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px !important;
    }
}

/* Navbar*/
.navbar-mobile {
    display: none;
}

.navbar-mobile .mobile-menu {
    position: fixed;
    top: -1000px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(250, 246, 243, 1);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    transition: top 0.3s ease-in-out;
    overflow-y: auto;
    display: none;
}
.navbar-mobile .mobile-menu .menu-top {
    padding: 10px 20px 20px 20px;
    background-color: #ffffff;
}
.navbar-mobile .mobile-menu .schedule-note {
    text-align: left;
}
.navbar-mobile .mobile-menu .schedule-table {
    padding: 10px 20px;
    margin-top: 30px;
}
.navbar-mobile .mobile-menu .schedule-table table {
    margin-top: 0;
}
.navbar-mobile .close-menu {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--primary-color);
}

.navbar-mobile #nav-primary {
    margin-top: 30px;
}

.navbar-mobile #nav-primary ul {
    list-style: none;
    padding: 0;
}

.navbar-mobile #nav-primary li {
    margin: 0 !important;
    padding: 0 !important;
}

.navbar-mobile #nav-primary a:hover {
    color: #c69c6d;
}

/**====Home Page ====*/

.section-title {
    font-size: 60px;
    color: var(--second-color);
    font-weight: 400;
    font-family: var(--font-adamina);
    margin-bottom: 16px;
}

.section-subtitle {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: rgba(58, 58, 58, 1);
    font-weight: 700;
    font-family: var(--font-notosans);
    width: max-content;
    letter-spacing: 3px;
    margin-left: 20px;
}

.section-subtitle-center {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: rgba(58, 58, 58, 1);
    font-weight: 700;
    font-family: var(--font-notosans);
    width: max-content;
    margin: 0 auto;
    letter-spacing: 3px;
}

.section-subtitle::before, .section-subtitle-center::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #5c9795;
    font-size: 0.6rem;
    top: 4px;
}

/* Button styles */
.btn-more {
    border: 1px solid #ddd;
    color: rgba(58, 58, 58, 1);
    font-size: 16px;
    font-family: var(--font-notosans);
    font-weight: 500;
    padding: 6px 30px;
    border-radius: 30px;
    background-color: white;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    height: 60px;
    max-width: 240px;
    width: 100%;
    justify-content: center;
}

.btn-more:hover {
    background-color: rgba(107, 162, 139, 1);
    color: #ffffff;
}

.btn-more:hover svg path {
    fill: #ffffff;
}

.btn-more svg {
    position: absolute;
    right: 15px;
}

/* Header */
.container-header {
    width: calc(100% - 100px);
    padding-left: 40px;
    margin-right: auto;
}

#nav-primary.menu {
    padding-left: 0;
    margin-bottom: 0;
}

#nav-primary.menu {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#nav-primary.menu .menu-item {
    padding-right: 15px;
    padding-left: 15px;
}

#nav-primary.menu .menu-item a {
    display: block;
    padding: 0;
    color: rgba(58, 58, 58, 1);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
    font-family: var(--font-notosans);
}

#nav-primary.menu .menu-item a:hover {
    text-decoration: underline;
}

#nav-primary.menu .current_menu-item a {
    color: rgba(0, 0, 0, 0.9);
}

.logo {
    height: 35px;
}

.nav-link {
    color: #666;
    font-size: 0.9rem;
}

.nav-link:hover {
    color: #c69c6d;
}

#masthead .phone-number {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 24px;
    font-family: var(--font-abeezee);
}

.header-main {
    height: 110px;
    display: flex;
    align-items: center;
    background-color: #f2e8e6;
}

.header-main .col-md-10 {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.header-main .header-tagline {
    font-size: 11px;
    position: absolute;
    top: 14px;
    color: #5d9795;
}
.header-hidden {
    transform: translateY(-100%);
}

.head-phone {
    line-height: 1.3em;
}

.head-phone img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.reception-hours {
    font-size: 12px;
    color: rgba(58, 58, 58, 1);
    font-family: var(--font-notosans);
}

.reserve-btn {
    background-color: #5c9795;
    color: white;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 98px;
    width: 87px;
    border-radius: 0px 0 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.reserve-btn img {
    width: 31px;
    object-fit: contain;
}

.reserve-btn span {
    font-size: 12px;
    font-family: var(--font-notosans);
    font-weight: 700;
}

.reserve-btn:hover {
    background-color: #ffffff;
    border: 1px solid #5c9795;
}
.reserve-btn:hover svg path {
    fill: #5c9795;
}
.reserve-btn:hover span {
    color: #5c9795;
}
.header-ex-banner {
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 3;
}
.header-ex-banner .header-ex-banner-image {
    width: calc(12.86vw / 2);
    max-width: 80px;
    height: auto;
}
@media screen and (max-width: 767px) {
    .header-ex-banner .header-ex-banner-image {
        width: calc((12.86vw / 2) + (43px / 2));
    }
    .header-ex-banner {
        top: 76%;
    }
}
/* Hero Section */
.hero-section {
    height: 740px;
    background-size: calc(100% - 100px);
    background-repeat: no-repeat;
    background-position: left;
}

.hero-section::after {
    content: "";
    position: absolute;
    background-color: #f2e8e6;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-section::before {
    content: "";
    position: absolute;
    background-color: rgba(250, 246, 243, 1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 80px;
    color: white;
}

.hero-title {
    font-family: var(--font-adamina);
    font-size: 60px;
    font-weight: 400;
}

.hero-subtitle {
    letter-spacing: 6px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    font-family: var(--font-notosans);
}

.hero-text {
    letter-spacing: 4px;
    font-family: var(--font-notosans);
    font-size: 16px;
    max-width: 440px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.8;
}

.schedule-circle {
    width: 12px;
    height: 12px;
    background-color: #6D8F7E;
    margin-left: 10px;
    border-radius: 50%;
}

.schedule-triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #444444;
    margin-left: 10px;
    opacity: 0.7;
}

.clinic-schedule {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    position: relative;
}

.schedule-table {
    margin-top: -108px;
}

.schedule-table table {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    position: relative;
    margin-top: -60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.schedule-table table thead {
    border-bottom: 1px solid rgba(228, 227, 227, 1);
}

.schedule-table td,
.clinic-schedule td {
    text-align: center;
    padding: 1rem;
    font-size: 14px;
}

.schedule-table th,
.clinic-schedule th {
    font-family: var(--font-notosans);
    color: rgba(58, 58, 58, 1);
    font-weight: 500;
    text-align: center;
    padding: 8px;
    font-size: 15px;
}

.schedule-note,
.clinic-note {
    font-size: 11px;
    color: rgba(58, 58, 58, 1);
    font-weight: 500;
    padding: 10px;
    line-height: 1.5;
    font-family: var(--font-notosans);
}

.circle-check {
    color: #5c9795;
    font-size: 0.8rem;
}

.circle-x {
    color: #999;
    font-size: 0.8rem;
}

.triangle-warn {
    color: #ddd;
    font-size: 0.8rem;
}

.schedule-section {
    background-color: rgba(250, 246, 243, 1);
}

/* Concept Section */
.concept-section {
    background-color: rgba(250, 246, 243, 1);
    background-repeat: no-repeat;
}

.container-concept {
    max-width: 650px;
}

.concept-subtitle,
.point-subtitle,
.message-subtitle,
.menu-subtitle,
.column-section .section-subtitle {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(58, 58, 58, 1);
    font-weight: 700;
    font-family: var(--font-notosans);
    letter-spacing: 3px;
    margin-left: 20px;
}

.concept-subtitle::before,
.point-subtitle::before,
.message-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #5c9795;
    border-radius: 50%;
}

.concept-text,
.message-text {
    font-size: 16px;
    line-height: 1.8;
    font-family: var(--font-notosans);
    margin-bottom: 20px;
    font-weight: 500;
}

/* Facility Section */
.facility-box {
    margin-bottom: 30px;
}

.facility-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.facility-title {
    font-size: 16px;
    color: rgba(174, 117, 100, 1);
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--font-notosans);
}

.facility-text {
    font-family: var(--font-notosans);
    font-weight: 500;
    color: rgba(58, 58, 58, 1);
    font-size: 15px;
    text-align: left;
    line-height: 1.7em;
}

/* Point Section */
.points-section {
    background-color: #faf6f3;
    z-index: 2;
}

.points-section::after {
    content: "";
    position: absolute;
    background-color: #f2e8e6;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.points-section .container {
    margin-top: -85px;
}

.point-title,
.message-title {}

.point-box {
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.point-box-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.point-box-title {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-notosans);
    color: var(--second-color);
    text-align: center;
    margin: 20px 0;
}

.point-box-text {
    padding: 0 20px 20px 20px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-notosans);
}

/* Message Section */
.message-section {
    padding-top: 30px;
    background-color: #faf6f3;
}

.message-section .bg-white {
    border-radius: 30px 0 0 30px;
}

.message-section .box-message {
    padding: 0 60px 0 30px;
}

.message-section .box-message h4 {
    font-size: 20px;
    font-family: var(--font-notosans);
    font-weight: 700;
    color: rgba(58, 58, 58, 1);
}

.message-section .doctor-name {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-notosans);
    color: rgba(58, 58, 58, 1);
}

.message-section .doctor-signature {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -50px;
}

.message-section .doctor-signature img {
    width: 300px;
    height: 120px;
    object-fit: contain;
}

.message-section .doctor-img {
    width: 100%;
    height: auto;
}

/* Menu Section */
.menu-section {
    position: relative;
    background-color: #f9f7f5;
    padding: 60px 0;
}

.menu-section>.container.position-relative {
    margin-top: -130px;
}

.menu-section .menu-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80%;
}

.menu-section .menu-hero {
    height: 445px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

.menu-section .menu-grid .row {
    background-color: white;
    padding: 30px 15px 0 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.menu-section .menu-item {
    margin-bottom: 30px;
    text-align: center;
}

.menu-section .menu-item:hover a .menu-title{
    color: var(--primary-color);
}

.menu-section .menu-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 5px;
}

.menu-section .menu-title {
    font-size: 15px;
    color: var(--second-color);
    margin-top: 8px;
    font-weight: 700;
}

/* Column Section */
.column-section {
    background-color: #f2e8e6;
    padding: 60px 0;
}

.column-description {
    font-size: 16px;
    line-height: 1.7;
    font-family: var(--font-notosans);
    font-weight: 700;
    color: rgba(58, 58, 58, 1);
    margin-top: 30px;
}

.column-card {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.column-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.column-badge {
    position: absolute;
    bottom: 0;
    left: 10px;
    background-color: white;
    color: #5c9795;
    font-size: 0.7rem;
    padding: 3px 15px;
    border-radius: 15px 15px 0 0;
}

.column-card-body {
    padding: 15px;
}

.column-text {
    font-size: 0.8rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Carousel Custom Styles */
.slick-slider .slide-item {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    background-color: #fff;
}
.slick-slider .slide-item img {
    object-fit: cover;
}
.slick-slider .content {
    padding: 10px 15px;
}

.slick-slider a.slide-item:hover .title {
    color: var(--second-color);
}

.column-section .slider {
    margin-right: -150px;
}

.column-section .slick-list {
    overflow: visible !important;
    padding-right: 0 !important;
}

.column-section .slick-dots {
    width: calc(100% - 150px);
}

@media (max-width: 768px) {
    .column-section .slider {
        margin-right: -100px;
    }

    .column-section .slick-dots {
        width: calc(100% - 100px);
    }

    .map-info-section>.container>.row>.col-md-6:nth-of-type(1) {
        order: 1;
    }
}

@media (max-width: 480px) {
    .column-section .slider {
        margin-right: -250px;
        margin-left: -10px;
    }

    .column-section .slick-slide {
        margin: 0 10px;
        width: calc(100% - 250px);
    }

    .column-section .slick-dots {
        width: calc(100% - 250px);
    }
    .header-main .header-tagline {
        font-size: 9px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.column-section .slide-item .tag {
    position: absolute;
    font-size: 12px;
    bottom: 7px;
    left: 10px;
    background-color: #fff;
    padding: 4px;
    border-radius: 2px;
    color: var(--primary-color);
    font-family: var(--font-notosans);
}

.column-section .content .title {
    color: var(--primary-color);
    font-family: var(--font-notosans);
    font-size: 16px;
    font-weight: 700;
}

.column-section .content .description {
    font-family: var(--font-notosans);
    color: rgba(58, 58, 58, 1);
    font-size: 15px;
    font-weight: 500;
}

/* FAQ Section */
.faq-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.faq-section .accordion-item {
    background-color: unset;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(208, 205, 205, 1);
}

.accordion-item:first-of-type {
    border-top: 1px solid rgba(208, 205, 205, 1);
}

#faqAccordion {
    padding: 40px;
}

.accordion-button {
    font-size: 20px;
    font-family: var(--font-adamina);
    color: rgba(58, 58, 58, 1);
    font-weight: 400;
    background-color: transparent;
    padding: 20px 15px;
}

.accordion-button:hover {
    color: var(--primary-color) !important;
}

.accordion-button:hover::before {
    color: var(--primary-color);
}

.accordion-button:not(.collapsed) {
    color: #555;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::before {
    content: "Q";
    color: var(--second-color);
    font-weight: 400;
    margin-right: 10px;
    font-family: var(--font-adamina);
    font-size: 20px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cline y1='12' x2='24' y2='12' stroke='%236BA28B' stroke-width='2'/%3E%3Cline x1='12' y1='0' x2='12' y2='24' stroke='%236BA28B' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-size: 20px;
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cline y1='12' x2='24' y2='12' stroke='%236BA28B' stroke-width='2'/%3E%3C/svg%3E");
    transform: rotate(0deg);
}


.accordion-body {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    padding: 0 15px 20px 40px;
}

/* News Section */
.news-section {
    padding: 60px 0;
    background-color: #f9f7f5;
}

.news-section .news-list {
    margin-top: 20px;
}

.news-section .news-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.news-section .news-item:hover * {
    color: var(--second-color) !important;
}

.news-section .news-item:hover a {
    text-decoration: underline;
}

.news-section .news-date {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: bold;
    min-width: 100px;
    display: inline-block;
}

.news-section .news-text {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-notosans);
    color: var(--primary-color);
    margin-left: 10px;
}

.news-section .news-text a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: var(--font-notosans);
    font-weight: 500;
}

.news-section .news-text a:hover {
    color: #5c9795;
}

/* Image Gallery */
.gallery-section {
    padding: 30px 0 60px;
    background-color: #f9f7f5;
}

.gallery-section .gallery-container {
    display: flex;
    width: 100%;
    height: 420px;
    gap: 10px;
    align-items: center;
}

.gallery-section .gallery-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.gallery-section .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-section .item-1 {
    flex: 0.8;
    height: 100%;
    align-self: flex-start;
}

.gallery-section .item-2 {
    flex: 0.8;
    height: 85%;
    align-self: center;
}

.gallery-section .item-3 {
    flex: 1.1;
    height: 85%;
    align-self: flex-end;
}

.gallery-section .item-4 {
    flex: 1;
    height: 92%;
    align-self: flex-start;
}

.gallery-section .item-5 {
    flex: 0.8;
    height: 85%;
    align-self: flex-end;
}


/* Map and Info Section */
.map-info-section {
    padding: 100px 0;
    background-color: #f2e8e8;
}

.map-info-section .map-container {
    height: 320px;
    border-radius: 5px;
    overflow: hidden;
}

.map-info-section .map-infor p {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.3em;
    font-weight: 500;
}

.map-info-section table th {
    font-family: var(--font-notosans);
    color: rgba(58, 58, 58, 1);
    font-weight: 500;
    font-size: 15px;
}

.map-info-section .clinic-schedule .schedule-circle,
.map-info-section .clinic-schedule .schedule-triangle {
    margin: 6px 0 0 10px;
}

.map-info-section table td,
.map-info-section table th {
    border-right: 0;
    border-left: 0;
}

.map-info-section .clinic-schedule {
    background-color: unset;
}

.map-info-section .clinic-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.map-info-section .clinic-address {
    font-size: 14px;
    color: #666;
    margin: 20px 0 10px;
}

.map-info-section .clinic-phone {
    font-size: 1.6rem;
    color: var(--primary-color);
    font-weight: bold;
    align-items: flex-start;
    margin-bottom: 5px;
    flex-direction: column;
    font-weight: 400;
    font-size: 24px;
    font-family: var(--font-abeezee);
    line-height: 25px;
}

.map-info-section .clinic-phone img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.map-info-section .clinic-box {
    gap: 10px;
    align-items: flex-start;
    margin-top: 30px;
}

.map-info-section .clinic-hours {
    font-size: 12px;
    color: rgba(58, 58, 58, 1);
    margin-bottom: 20px;
    margin-left: 30px;
}

.map-info-section .web-reservation {
    background-color: var(--primary-color);
    margin-right: 10px;
    color: #fff;
    gap: 10px;
    font-size: 15px;
    font-family: var(--font-notosans);
    font-weight: 500;
}

.map-info-section .web-reservation:hover {
    background-color: #ffffff;
    border: 1px solid #5c9795;
    color: #5c9795;
}

.map-info-section .web-reservation:hover svg path {
    fill: #5c9795;
}

.map-info-section .web-reservation-icon {
    margin-right: 10px;
}

.map-info-section .box-map {
    display: flex;
    gap: 10px;
}

.map-info-section .box-map .col-left {
    width: calc( 100% - 150px);
}

.map-info-section .box-map .col-right {
    width: 140px;
}

/* Footer */
.footer-section {
    padding: 40px 0;
    background-color: #f9f7f5;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-phone {
    font-size: 24px;
    color: var(--second-color);
    font-family: var(--font-abeezee);
    font-weight: 400;
    line-height: 1.3em;
}

.footer-hours {
    font-size: 12px;
    font-family: var(--font-notosans);
    color: rgba(58, 58, 58, 1);
}

.footer-note {
    font-size: 10px;
    font-family: var(--font-notosans);
    color: rgba(58, 58, 58, 1);
}

#footer-nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 0;
}

#footer-nav a {
    color: var(--primary-color);
    font-size: 14px;
    font-family: var(--font-notosans);
    text-decoration: none;
    transition: color 0.3s;
}

#footer-nav a:hover {
    color: var(--second-color);
}

.footer-copyright {
    font-size: 10px;
    font-family: var(--font-notosans);
    text-align: right;
    color: var(--second-color);
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
}

img.col-map {
    height: 320px;
}

@media (max-width: 1024px) {
    .home .navbar-mobile {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1020;
    }

    .mobile-menu.active {
        top: 0;
        display: block;
    }

    .navbar-mobile .navbar-toggler {
        border: none;
        box-shadow: none;
    }

    .navbar-mobile #nav-primary.menu ul {
        flex-direction: column;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: none;
    }

    .menu-overlay.active {
        display: block;
    }

    #masthead {
        display: none;
    }

    #nav-primary.menu {
        flex-direction: column;
    }

    .hero-section {
        background-size: 100% 100%;
        height: 600px;
    }

    .hero-content {
        width: 100%;
        padding-left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        left: 0;
    }

    .home .hero-title {
        margin-bottom: 0;
    }

    .home .hero-subtitle {
        margin: 0 0 40px 0;
    }

    .home .hero-text {
        margin: 0 auto
    }

    .md-break {
        display: block;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-text {
        font-size: 14px;
    }

    .schedule-table th,
    .clinic-schedule th,
    .map-info-section table th {
        font-size: 12px;
    }

    .schedule-table td,
    .clinic-schedule td {
        padding: 10px 5px;
        font-size: 12px;
    }

    .concept-text,
    .message-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .concept-section {
        background-image: none !important;
    }

    .concept-section .col-lg-6 img {
        width: 100%;
    }

    .facility-text {
        font-size: 14px;
    }

    .facility-box {
        margin-bottom: 0;
    }

    .points-section::after {
        height: 85%;
    }

    .points-section .container {
        margin-top: -73px;
    }

    .section-title {
        font-size: 40px;
    }

    .message-section {
        padding-top: 0;
    }

    .message-section .col-md-6.ps-0 {
        padding-right: 0;
    }

    .message-section .box-message h4 {
        font-size: 16px;
    }

    .message-section .box-message {
        padding: 40px 15px;
    }

    .message-section .doctor-signature {
        right: 5px;
        bottom: -25px;
    }

    .message-section .doctor-signature img {
        width: 170px;
        height: 70px;
        object-fit: contain;
    }

    .menu-section>.container.position-relative {
        margin-top: 0;
    }

    .menu-section .menu-hero {
        height: 180px;
        margin-bottom: 0 !important;
    }

    .menu-section .menu-hero .container {
        height: 100%;
    }

    .menu-section .menu-img {
        height: 130px;
        margin-bottom: 0;
    }

    .menu-section .menu-title {
        font-size: 12px;
    }

    .menu-section .menu-item {
        margin-bottom: 10px;
    }

    .menu-section>.container {
        padding: 0;
    }

    .menu-section .menu-grid {
        background-color: #fff;
        padding: 0 10px 10px 10px;
    }

    .menu-section .menu-grid .row {
        background-color: unset;
        padding: 0;
        box-shadow: none;
        padding-top: 30px;
    }

    .menu-section>.container>.d-flex {
        flex-direction: column;
        align-items: center;
    }

    .menu-section {
        padding-bottom: 30px;
    }

    .gallery-section .mobile-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 15px;
    }

    .column-section>.container .d-flex {
        flex-direction: column;
    }

    .column-section .column-description {
        margin: 0;
        font-size: 14px;
    }

    .column-section>.container-fluid {
        padding: 0 15px;
    }

    .column-section .slick-list {
        margin: 0 !important;
    }

    .gallery-section .gallery-container {
        width: auto;
        flex-wrap: nowrap;
        height: 300px;
    }

    .gallery-section .gallery-item {
        flex: 0 0 auto;
        width: 250px;
        min-width: 250px;
        height: auto;
        align-self: self-start;
    }

    .gallery-section .item-1 {
        height: 90%;
    }

    .gallery-section .item-2 {
        height: 85%;
    }

    .gallery-section .item-3 {
        width: 250px;
        min-width: 250px;
        align-self: self-end;
        height: 90%;
    }

    .gallery-section .item-4 {
        height: 92%;
    }

    .gallery-section .item-5 {
        height: 85%;
    }

    .gallery-section .mobile-wrapper::-webkit-scrollbar {
        display: none;
    }

    .gallery-section .mobile-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #faqAccordion {
        padding: 20px 0;
    }

    .accordion-button {
        font-size: 14px;
    }

    .news-section .news-text a,
    .news-section .news-date {
        font-size: 14px;
    }

    .map-info-section .clinic-box {
        gap: 0;
        flex-direction: column;
        align-items: center !important;
        margin: 30px 0;
    }

    .map-info-section .clinic-hours {
        margin-bottom: 0;
    }

    .map-info-section {
        padding: 30px 0;
    }

    #footer-nav {
        padding: 0;
        justify-content: flex-start;
    }
}

/**=============About page==============**/
/* Hero Section */
.second-hero-section {
    height: 290px;
    background-size: calc(100% - 100px);
    background-repeat: no-repeat;
    background-position: left;
}

.second-hero-section::after {
    content: "";
    position: absolute;
    background-color: #f2e8e6;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.second-hero-section::before {
    content: "";
    position: absolute;
    background-color: rgba(250, 246, 243, 1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.second-hero-section .hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 80px;
    color: white;
}

.second-hero-section .hero-title {
    font-family: var(--font-adamina);
    font-size: 60px;
    font-weight: 400;
}

.second-hero-section .hero-subtitle {
    letter-spacing: 6px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    font-family: var(--font-notosans);
}

.second-hero-section .hero-text {
    letter-spacing: 4px;
    font-family: var(--font-notosans);
    font-size: 16px;
    max-width: 400px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.8;
}

.page-about .head-information {
    margin-top: 150px;
}

.page-about.points-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.page-about.points-section::after {
    height: 50%;
}

/* information-section */
.information-section {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -20px;
    z-index: 2;
    background-color: rgba(250, 246, 243, 1);
}

.information-section .clinic-item {
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.information-section .reception-image {
    width: 100%;
    height: auto;
}

.information-section .small-image {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.information-section .info-text {
    text-align: center;
    padding: 20px 30px;
}

.information-section .clinic-card_title {
    font-family: var(--font-notosans);
    font-weight: 700;
    font-size: 16px;
    color: var(--second-color);
    letter-spacing: 5px;
}

.clinic-card_des {
    color: rgba(58, 58, 58, 1);
    font-family: var(--font-notosans);
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.section-title-line {
    font-family: var(--font-notosans);
    color: var(--second-color);
    font-size: 25px;
    font-weight: 700;
    position: relative;
    width: max-content;
    margin: 0 auto;
    letter-spacing: 7.5px;
}

.section-title-line::after {
    content: "";
    background: linear-gradient(90deg, #AE7564 0%, rgba(174, 117, 100, 0) 100%);
    position: absolute;
    width: 50px;
    height: 1px;
    left: 110%;
    top: 48%;
}

.section-title-line::before {
    content: "";
    background: linear-gradient(90deg, #AE7564 0%, rgba(174, 117, 100, 0) 100%);
    position: absolute;
    width: 50px;
    height: 1px;
    right: 110%;
    top: 48%;
    transform: rotate(180deg);
}

.clinic-equipment-section {
    background-color: #FAF6F3;
    padding-top: 140px;
}

.equipment-card {
    border-radius: 20px;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

.equipment-card h4 {
    font-family: var(--font-notosans);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: var(--second-color);
    margin-bottom: 20px;
}

.equipment-card p {
    font-family: var(--font-notosans);
    font-weight: 500;
    font-size: 15px;
    color: rgba(58, 58, 58, 1);
    margin-bottom: 0;
}

.sterilization-card {
    border-radius: 20px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    overflow: hidden;
}
.sterilization-card h4 {
    font-family: var(--font-notosans);
    font-size: 16px;
    font-weight: 700;
    color: var(--second-color);
    letter-spacing: 4.8px;
}

.sterilization-card p {
    font-family: var(--font-notosans);
    font-size: 15px;
    font-weight: 500;
    color: rgba(58, 58, 58, 1);
}

.clinic-equipment-section .custom-row {
    margin-left: -25px;
    margin-right: -25px;
}

.clinic-equipment-section .custom-col {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}

.message-section.page-about .row .doctor-avatar {
    border-radius: 30px 0 0 30px;
}

.hero-content .breadcrumb a {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-notosans);
    color: #ffffff;
    text-decoration: underline;
    text-transform: uppercase;
}

.hero-content .breadcrumb {
    gap: 15px;
}

.hero-content .breadcrumb a svg {
    margin-right: 5px;
    margin-top: -3px;
}

.hero-content .breadcrumb span {
    letter-spacing: 3px;
}

.intro-description {
    color: rgba(58, 58, 58, 1);
    font-weight: 500;
    font-family: var(--font-notosans);
    font-size: 20px;
}

.intro-text {
    color: rgba(58, 58, 58, 1);
    font-weight: 500;
    font-family: var(--font-notosans);
    font-size: 16px;
    margin-bottom: 0;
}

.intro-text .main-color {
    font-weight: 700;
    font-family: var(--font-notosans);
    font-size: 16px;
}
.main-color {
    color: var(--second-color);
}

.desktop-br {
    display: block;
}

/* Message-section */

.message-section.page-about {
    background-color: #f2e8e6;
}

.message-section.page-about .doctor-name .badge {
    background-color: var(--primary-color);
    padding: 5px;
    margin-right: 5px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-notosans);

}

.message-section.page-about .doctor-signature {
    right: -50px;
    bottom: 0;
}


.message-section.page-about .slide-item img {
    width: 280px;
    height: 315px;
}

.message-section.page-about .slide-item .title {
    color: rgba(58, 58, 58, 1);
    font-family: var(--font-notosans);
    font-size: 16px;
    font-weight: 500;
}

.message-section.page-about .slide-item .position {
    background-color: rgba(156, 197, 211, 1);
    padding: 3px 10px;
    font-size: 13px;
    color: #fff;
    font-family: var(--font-notosans);
    font-weight: 500;
    width: max-content;
    letter-spacing: 3px;
    margin-bottom: 0;
}

.message-section.page-about .slide-item .name {
    color: rgba(58, 58, 58, 1);
    font-family: var(--font-notosans);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.message-section.page-about .slick-dots {
    bottom: -35px;
}

/*============ Information Page ============*/

/* Procedure Section */
.page-template-page-information .intro-section {
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: rgba(250, 246, 243, 1);
}

.bg-primary {
    background-color: rgba(250, 246, 243, 1) !important;
}

.bg-secondary {
    background-color: #f2e8e6 !important;
}

.post-row .post-item {
    margin-bottom: 35px;
}

.post-row .post-item .box {
    background-color: #ffffff;
    border-radius: 10px;
}

.post-item .badge-number {
    font-family: var(--font-monika);
    font-weight: 400;
    font-size: 45px;
    font-style: italic;
    color: var(--primary-color);
    position: absolute;
    top: -35px;
    left: 20px;
}

.post-item .box-image img {
    border-radius: 10px 10px 0 0;
    height: 180px;
}

.post-item .box-text {
    padding: 20px;
}

.post-item .box-text .post-title {
    padding: 10px 0;
    font-family: var(--font-notosans);
    color: var(--second-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.post-item .box-text .blog-excerpt {
    color: rgba(58, 58, 58, 1);
    text-align: left;
    font-family: var(--font-notosans);
    font-size: 14px;
    font-weight: 400;
}
/*-- Price List Section --*/
.price-list-section .section-title-line {
    letter-spacing: 7.5px;
}

.pricing-table th {
    border: none;
}

.pricing-table th:nth-of-type(1) {
    padding-left: 0;
}

.pricing-table th:nth-of-type(2) {
    padding-right: 0;
}

.pricing-table th span {
    font-family: var(--font-notosans);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: var(--second-color);
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 2px 10px;
}

.pricing-table tbody tr {
    padding: 20px 15px;
    border-bottom: 1px solid var(--second-color);
}

.pricing-table tbody tr td {
    font-size: 14px;
    font-family: var(--font-notosans);
    color: rgba(58, 58, 58, 1);
    letter-spacing: 0.7px;
}

.pricing-table tbody tr td.price-column {
    text-align: right;
}

.price-title {
    font-family: var(--font-notosans);
    font-size: 16px;
    font-weight: 700;
    color: var(--second-color);
    letter-spacing: 4.8px;
}

/*-- Payment Section --*/

.payment-section {
    padding: 100px 0 50px 0;
}
.payment-section .box-white {
    background-color: #ffffff;
    max-width: 840px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 70px 100px;
}

.payment-text .payment-title {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-notosans);
    color: var(--second-color);
}

.payment-text .payment-description {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-notosans);
    color: rgba(58, 58, 58, 1);
}

.payment-text .badge-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.payment-text .badge-list li {
    border: 1px solid var(--second-color);
    border-radius: 3px;
    padding: 0px 10px;
    font-size: 14px;
    font-family: var(--font-notosans);
    font-weight: 400;
    letter-spacing: 0.7px;
    color: var(--second-color);
}

@media (max-width: 1400px) {
    .second-hero-section {
        height: 290px;
    }
}

@media (min-width: 1280px) {

    .page-about .slide-contain {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .page-about .slider {
        margin-left: calc((100% - 1270px) / 2);
        padding-right: 0;
        width: calc(1500px + (100% - 1270px) / 2);
        overflow-x: visible;
        display: flex;
    }
}
@media (max-width: 1024px) {

    .sm-padding {
        padding: 25px;
    }


    .desktop-br {
        display: inline;
    }

    body:not(.home) #masthead {
        display: block;
    }

    body:not(.home) .navbar-mobile-home {
        display: none;
    }

    body:not(.home) #masthead .container-header {
        width: 100%;
        padding: 0 10px 0 20px;
        margin: 0 auto;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-main .col-md-10 {
        gap: 0;
        align-items: center;
    }

    body:not(.home) #masthead .container-header > .row {
        width: 100%;
        margin: 0;
    }

    body:not(.home) #masthead .container-header > .row .col-10 {
        padding-right: 0;
    }

    body:not(.home) #masthead  .reserve-btn {
        position: relative;
    }

    .navbar-mobile-not-home svg rect {
        fill: var(--primary-color);
    }

    .navbar-mobile #nav-primary.menu a {
        color: #666;
        text-decoration: none;
        font-size: 16px;
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid rgba(224, 224, 224, 1);
        text-align: left;
        position: relative;
        
    }

    .navbar-mobile #nav-primary.menu a::before {
        content: "";
        background-image: url(../img/home/right-icon.svg);
        position: absolute;
        right: 0;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        top: 50%;
        transform: translateY(-50%);
    }

    .reserve-btn {
        width: 44px;
        height: 44px;
    }

    .reserve-btn span {
        font-size: 8px;
    }

    .reserve-btn span:nth-of-type(2) {
        display: none;
    }

    .reserve-btn img {
        width: 20px;
    }

    .header-main {
        height: 60px;
    }
    
    .navbar-mobile-not-home {
        display: block;
    }

    body:not(.home) #masthead :where(.head-phone, .phone-number, .reception-hours) {
        display: none;
    }

    .second-hero-section {
        height: 200px;
        background-size: 100% 100%;
    }
    
    .second-hero-section .hero-content {
        padding-left: 20px;
    }

    .second-hero-section .hero-title {
        text-align: left;
        font-size: 40px;
    }
    .second-hero-section .hero-subtitle {
        text-align: left;
        font-size: 20px;
    }

    .hero-content .breadcrumb a, .hero-content .breadcrumb span {
        font-size: 14px;
    }

    .page-about.concept-section .container-fluid {
        padding: 0;
    }

    .message-section.page-about .row .doctor-avatar { 
        border-radius: 10px 10px 0 0;
    }

    .page-about.concept-section {
        padding-bottom: 100px !important;
    }

    .page-about .head-information {
        margin-top: 80px;
    }

    .page-about.points-section .container {
        margin-top: 0;
    }

    .page-about.points-section .container > .row:nth-of-type(1) > .col-12 {
        margin-top: -25px;
    }
    
    .page-about.clinic-equipment-section {
        padding-top: 60px;
    }

    .information-section {
        padding: 0 25px;
    }

    .information-section .clinic-item {
        border-radius: 10px;
    }

    .page-about .head-information {
        margin-bottom: 20px !important;
        padding-bottom: 20px;
    }

    .information-section .small-image {
        height: 53px;
    }

    .message-section .bg-white {
        border-radius: 10px;
        margin: 0;
    }

    .information-section .clinic-item .p-4 {
        padding: 20px 0 !important;
    }

    .clinic-equipment-section .equipment-card .p-4 {
        padding: 20px 10px !important;
    }

    .clinic-equipment-section .equipment-card h4 {
        letter-spacing: 1.6px;
    }

    .equipment-card p {
        font-size: 14px;
    }

    .sterilization-card p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .page-about.clinic-equipment-section .sterilization-card .p-4 {
        padding: 20px !important;
    }

    .message-section.page-about .doctor-signature {
        right: -50px;
        bottom: unset;
        left: 40%;
        transform: translate(-60%, 0);
        top: -42px;

    }   
    .message-section.page-about .doctor-signature img {
        width: 190px;
    }

    .gallery-section {
        padding: 60px 0 20px;
    }
    
    .intro-description {
        font-size: 16px;
    }

    .intro-text {
        font-size: 14px;
    }

    .section-title-line {
        font-size: 20px;
        letter-spacing: 4px;
    }
    
    .payment-section {
        padding: 50px 0;
    }

    .payment-section .box-white {
        padding: 30px 20px;
    }

    .mobile-action-contact {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 99999;
    }

    .box-icon-left {
        display: flex;
        gap: 5px;
        align-items: center;
        height: 100%;
    }

    .box-icon-left .box-text a {
        font-family: var(--font-jost);
        color: var(--primary-color);
        font-weight: 500;
        font-size: 17px;
        letter-spacing: 0.85px;
        line-height: 17px;
    }

    .mobile-action-contact .row .col-6:nth-of-type(1) .box-icon-left .box-text p {
        font-family: var(--font-jost);
        color: var(--primary-color);
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.6px;
        margin-bottom: 0;
        line-height: 12px;
    }

    .mobile-action-contact .row .col-6:nth-of-type(1) {
        background-color: rgba(242, 233, 229, 1);
        padding-left: 25px;
    }
    
    .mobile-action-contact .row .col-6:nth-of-type(2) {
        background-color: var(--primary-color)
    }

    .mobile-action-contact .row .col-6:nth-of-type(2) .box-icon-left .box-text p {
        font-family: var(--font-jost);
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1.6px;
        margin-bottom: 0;
    }
    
    .container-concept {
        max-width: 100%;
    }

    .map-info-section .box-map .col-left {
        width: 100%;
    }

}

@media (max-width: 480px) {
    .slide-contain .slider{
        margin-right: -250px;
        margin-left: 0;
    }

    .slide-contain .slick-slide {
        margin: 0 10px;
        width: calc(100% - 250px);
    }

    .slide-contain .slick-dots {
        width: calc(100% - 250px);
    }
    
    .slide-contain {
        padding: 0 30px;
    }

    .points-section .container>.mt-3>.col-md-4:nth-of-type(1) {
        margin-top: 0;
    }
   
}

@media (max-width: 380px) {
    .mobile-action-contact .row .col-6:nth-of-type(2) .box-icon-left .box-text p {
        font-size: 12px;
    }
}
