/* 
---------------------------------------------
PH Use
--------------------------------------------- 
*/
body {
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
    font-size: 15px;
}

@keyframes appear {
    from {
        opacity: 0;
    // clip-path: inset(50% 50% 50% 50%);
        scale: 0;
    }
    to {
        opacity: 1;
    // clip-path: inset(0 0 0 0);
        scale: 1;
    }
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.title {
    color: var(--bs-lighteu);
}

.cta {
    background-color: var(--bs-primary);
    color: var(--bs-lightlighteu) !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.cta:hover {
    background-color: var(--bs-lighteu);
    color: var(--bs-primary) !important;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.download-icon {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.download-icon:hover {
    transform: scale(1.2);
}

.aos-item {
    display: inline-block;
    float: left;
    width: 100%;
    height: 300px;
    padding: 20px;
}
.aos-item::before {
    content: attr(data-id);
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    background: dodgerblue;
    line-height: 60px;
    text-align: center;
    color: #fff;
}


.slide-in-element {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 25%;
}

.text-opacity-indt {
    opacity: 0.8;
    text-shadow: 0.1em 0.1em #000;
}

.bg-primary-member {
    background: rgba(33, 145, 127, .3);
}

.rounded-p2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 10px !important;
}

.aboutapp {
    background: var(--bs-lightlighteu);
    border-radius: 10px !important;
    padding: 20px;
}

.aboutapp-img {
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    border: 5px solid #ececec;
}

.aboutapp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subcovid {
    color: #FFFFFF;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-top: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

hr:not([size]) {
    height: 3px
}

.btn-people {
    background-color: var(--bs-warning);
    color: black;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 1.25rem;
}

.btn-doctor {
    background-color: var(--bs-teal);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 1.25rem;
}

.card-body {
    text-align: left;
}

/* 
---------------------------------------------
Spinner
--------------------------------------------- 
*/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/* 
---------------------------------------------
Button
--------------------------------------------- 
*/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-copyright {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-copyright:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/* 
---------------------------------------------
Section Title
--------------------------------------------- 
*/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
    font-weight: bold;
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

/* 
---------------------------------------------
Topbar
--------------------------------------------- 
*/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/* 
---------------------------------------------
Navbar
--------------------------------------------- 
*/
.navbar {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Noto Sans TC', 'Roboto', sans-serif;
    position: relative;
    padding: 5px 15px;
    color: var(--bs-white) !important;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 5px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--bs-white) !important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
    font-weight: bold;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-brand {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-brand::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    transform: rotate(-30deg);
    animation: mask-slide 1s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.navbar-light .navbar-brand::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: rotate(-30deg);
    animation: mask-slide 1s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.navbar-brand:hover::before {
    opacity: 1;
}

@keyframes mask-slide {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.navbar-light .navbar-brand img {
    max-height: 70px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 70px;
    content: url("../images/brand_logo_dark.png");
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    /*background: var(--bs-primary);*/
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .navbar {
        background-color: transparent !important;
    }

    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: var(--bs-primary) !important;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-decoration-color: var(--bs-red);
        text-underline-offset: 8px;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: var(--bs-primary) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 60px;
        content: url("../images/brand_logo_dark.png");
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .sticky-top.navbar-light .navbar-nav .nav-link:not(.active):hover {
        color: var(--bs-dark) !important;
        background-color: transparent !important;
    }

    .navbar-light .navbar-nav .nav-link:not(.active):hover {
        color: var(--bs-white) !important;
        opacity: 0.5;
        transform: scale(1.05);
        background-color: transparent !important;
    }


    .sticky-top.navbar-light .navbar-nav .nav-link.active {
        color: var(--bs-darkeu) !important;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 8px;
        text-decoration-color: var(--bs-darkeu);
    }


    .navbar-light .navbar-nav .nav-link.active {
        color: var(--bs-lighteu) !important;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 8px;
        text-decoration-color: var(--bs-lighteu);
    }


    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        transition: .3s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/* 
---------------------------------------------
Carousel Header
--------------------------------------------- 
*/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

@media (max-width: 768px) {

    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 600px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }

    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}

/* 
---------------------------------------------
Single Page Header
--------------------------------------------- 
*/
.bg-breadcrumb {
    background: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)), url(../images/dentist.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 20px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: #FFFFFF !important;
}

/* 
---------------------------------------------
About
--------------------------------------------- 
*/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

/* 
---------------------------------------------
About - TimeLINE
--------------------------------------------- 
*/
.timeline .timeline-step {
    position: relative;
    z-index: 0;
    overflow: visible;
}

.timeline .timeline-step .timeline-item::before {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 2px dashed #d5d7dd;
    left: 50%;
    bottom: 0;
    z-index: -1;
}

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

.timeline .timeline-icon {
    width: 4.563rem;
    height: 4.563rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    background-color: var(--bs-red);
    border-radius: 50%;
}

.timeline .timeline-content {
    min-height: 8.438rem;
    font-size: large;
}

/* 
---------------------------------------------
About - Partner Style
--------------------------------------------- 
*/
.pts .pts-carousel {
    position: relative;
}

.pts .pts-carousel .pts-item .pts-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.pts .pts-carousel .pts-item .pts-img img {
    height: 100%;
    width: auto;
    object-fit: contain;
    border-radius: 10px;
}

.pts .pts-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pts .pts-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 11px;
    height: 11px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.pts .pts-carousel .owl-dot.active {
    width: 11px;
    background: var(--bs-primary);
}

.pts .pts-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.pts .pts-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.pts .pts-carousel .owl-nav .owl-prev i,
.pts .pts-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.pts .pts-carousel .owl-nav .owl-prev:hover,
.pts .pts-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.pts .pts-carousel .owl-nav .owl-prev:hover i,
.pts .pts-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.pts .pts-carousel .owl-item.center .pts-item .pts-comment {
    background: #CEE5AF !important;
    color: var(--bs-white);
    transition: 0.5s;
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

/* 
---------------------------------------------
Subscribe Style
--------------------------------------------- 
*/
.subscribe {
    /*background: var(--bs-light);*/
    background: linear-gradient(rgba(0, 114, 90, .6), rgba(0, 114, 90, .6)), url(../images/61802.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
.footer {
    background: #333333;
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

.footer .footer-item span {
    letter-spacing: 1px;
}

/* 
---------------------------------------------
Copyright Style
--------------------------------------------- 
*/
.copyright {
    background: var(--bs-primary);
    line-height: 1.5rem;
    letter-spacing: 0.1em;
}

.btn-copyright {
    color: var(--bs-primary) !important;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.btn-copyright:hover {
    color: var(--bs-primary) !important;
    background-color: #f4f4f4;
    border-color: #f3f3f3
}

.btn-check:focus+.btn-copyright,
.btn-copyright:focus {
    color: var(--bs-primary) !important;
    background-color: #f4f4f4;
    border-color: #f3f3f3;
    box-shadow: 0 0 0 .25rem rgba(206, 206, 206, .5)
}

.btn-check:checked+.btn-copyright,
.btn-check:active+.btn-copyright,
.btn-copyright:active,
.btn-copyright.active,
.show>.btn-copyright.dropdown-toggle {
    color: var(--bs-primary);
    background-color: #f5f5f5;
    border-color: #f3f3f3
}

.btn-check:checked+.btn-copyright:focus,
.btn-check:active+.btn-copyright:focus,
.btn-copyright:active:focus,
.btn-copyright.active:focus,
.show>.btn-copyright.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(206, 206, 206, .5)
}

.btn-copyright:disabled,
.btn-copyright.disabled {
    color: var(--bs-primary);
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.copylink {
    color: #FFF;
}

.copylink a {
    color: var(--bs-lighteu);
    text-decoration: none;
}

.copylink a:hover {
    color: var(--bs-pink);
    text-decoration: underline;
}

.copylink a:active {
    color: var(--bs-lighteu);
}
/* 
---------------------------------------------
News Style
--------------------------------------------- 
*/
.news_item .thumb {
    border-radius: 5px;
    position: relative;
    /* 设置定位上下文 */
    overflow: hidden;
    /* 隐藏溢出的部分 */
}

.news_item .thumb img {
    margin-bottom: -5px;
    width: 100%;
    /* 圖片寬度填滿容器 */
    height: 200px;
    /* 圖片高度固定為 200px */
    object-fit: cover;
    /* 保持圖片比例並填滿容器 */
}

/*.news_item .thumb span.newsdate {
position: absolute;
left: 30px;
top: 30px;
font-size: 14px;
text-transform: uppercase;
color: #21917F;
background-color: rgba(250, 250, 250, 0.95);
padding: 8px 20px;
border-radius: 25px;
font-weight: 500;
display: inline-block;
} 20240521日期不浮在圖片上*/

/*.news_item {
background-color: #cef3e3;
border-radius: 25px;
margin-bottom: 30px;
position: relative;
} 20240521不要背景色*/

.news_item .down-content {
    padding: 20px 10px 25px 5px;
}

.news_item .down-content {
    color: #21917F;
    font-size: 15px;
    margin-bottom: 6px;
    text-align: left;
}

.news_item .down-content h4 {
    font-size: 22px;
    font-weight: 600;
    transition: all .3s;
}

.news_item:hover .down-content h4 {
    color: #21917F;
}

/* 
---------------------------------------------
Service
--------------------------------------------- 
*/
.accordion-header .accordion-button {
    color: #000;
}

.accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
}

.accordion .accordion-button {
    background: rgba(206, 229, 175);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: var(--bs-primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}

.accordion-body {
    display: flex;
    align-items: center;
    text-align: left;
}