        .services .tp-post-img img {
    border-radius: 50%;
    aspect-ratio: 1;
}

.services .tp-body ul {
    padding-left: 20px;
    margin-top: 20px;
}


.services .tp-body ul li {
    list-style: disc;
}

.services .tp-body ul li i {
    color: var(--tp-primary);
}

.services .tp-body ul li:not(:last-child) {
    margin-bottom: 10px;
}

.services .accordion .accordion-item {
    background: transparent;
    border-radius: 20px;
    border: 1px solid var(--tp-primary);
    box-shadow: none;
    transform: none !important;
}

.services .accordion .accordion-button {
    padding: 50px 75px;
    gap: 20px;
    background: transparent;
}

.services .accordion .accordion-button:not(.collapsed) {
    background: #fff;
}

.services .accordion .accordion-body {
    border-top: none;
    padding: 0 75px 50px 75px;
}

.services .tp-body {
    padding-bottom: 20px;
}

.services .accordion-button::after {
    content: "\2b";
    font-family: fontawesome;
    font-size: 16px;
    color: var(--tp-title-color);
    font-weight: 400;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00546e33;
    background-color: transparent;
    border-radius: 50%;
    transform-origin: center;
    background-image: none;
}

.services .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    background-color: var(--tp-primary);
    color: #fff;
    border-color: var(--tp-primary);
}

.appointment::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #03AFE5 0%, rgba(9, 102, 132, 0.6) 49.04%, #101010 100%);
}

.appointment .container {
    position: static !important;
}

.appointment__image {
    max-width: 40%;
    height: 100%;
}

.appointment__image img,
.appointment__image .tp-img-item,
.appointment__image .tp-image__media{
    height: 100%;
}

.appointment__image img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .appointment .heading-subtitle__text,
    .appointment-btn{
        justify-content: center;
    }
    .appointment .tp-feature__heading,
    .appointment .tp-feature__text {
        text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    .services .accordion .accordion-button {
        padding: 20px;
    }
    .services .accordion .accordion-body {
        padding: 0 20px 20px 20px;
    }
    
    .services .tp-post-img img {
        max-width: 50%;
        display: block;
        margin: auto;
    }
    
    .services .tp-body {
        padding-top: 25px;
    }
}
