<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fees-guids .e-n-accordion-item .e-n-accordion-item-title{
 position: relative;
 transition: 0.5s all ease;
 -webkit-transition: 0.5s all ease;
 -moz-transition: 0.5s all ease;
 -ms-transition: 0.5s all ease;
 -o-transition: 0.5s all ease;
}
.fees-guids .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon{
    position: absolute;
    right: 20px;
}
.monthly-cost .elementor-heading-title { 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; 
}

.treatment-item .treatment-img img{
    transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.treatment-item:hover .treatment-img img{
    transform: scale(1.08);
    filter: grayscale(100%);
}

.treatment-item {
    position: relative;
}
.treatment-item .treatment-title {
    position: absolute ;
    bottom: 82px;
    left: 0;
    right: 0;
    padding: 20px 0;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .treatment-item .treatment-title {
        bottom: 55px;
    }
}

@media (max-width: 1024px) {
    .treatment-item .treatment-title {
        bottom: 30px;
    }
}
</pre></body></html>