.st-tab-links.st-style1 li a:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: 0px;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-radius: 0px 0px 7px 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.center-text {
    text-align: center;
}

.home-logo {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.text-container{
    text-align: left;
}

.subtitle-cin {
    font-size: 19px;
    line-height: 1.6em;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}

.img-expect {
    height: 100%;
    text-align: right;
    img {
        height: 350px;
    }
}

.btn-appointment{
    display: inline-block;
    padding: 18px 42px;
    font-weight: 700;
    font-size: 1.5em;
    border: none;
    border-radius: 10px;
    background-color: #2b689f;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.btn-appointment:hover{
    color: white
}
#carousel-container{
    max-width: 811px;
}
#main-slider .splide__slide {
    max-width: 811px;
}
#main-slider .splide__slide img {
   max-width: 811px;
}
#thumbnail-slider{
   margin-top: 10px;
}
.bold-text{
   font-weight: 700;
}
.container-top-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    text-align: center;
}
.btn-top-buttons {
    display: inline-block;
    padding: 12px 20px;
    background-color: #2b689f;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}
.btn-top-buttons:hover {
    color: white;
}
.btn-cost-book-now {
    display: inline-block;
    padding: 12px 20px;
    background-color: #fc8e63;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}
.btn-cost-book-now:hover {
    color: white;
}
