#treatments-chart{
    height: 276px;
}
#treatments-chart-2{
    height: 276px;
}

.demo-panel-bx{
    height: 260px;
}
.success-text{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 63px;
}

.tooth-image img{
    height: 476px;
}


@media only screen and (max-width: 1366px) {
    #treatments-chart{
        height: 276px;
    }
    #treatments-chart-2{
        height: 350px;
    }
    .tooth-image img {
        height: 394px;
    }
}
@media only screen and (max-width: 500px) {
    #treatments-chart-2{
        height: 250px;
    }
}

.apexcharts-legend-series{
    margin: 0px 8px 0px 0px !important;
}
.apexcharts-legend-text{
    top: -1px;
}


#calendar .fc-daygrid-dot-event .fc-event-title {
    font-weight: 400 !important;
    flex-grow: 0 !important;
}
#calendar  .fc-event-time{
    display: none !important;
}






.testimonial-bx .testimonial-info:after {
    content: "\f10e";
    position: absolute;
    font-family: fontawesome;
    font-size: 3.571rem;
    color: #e4e6ef;
    right: 30px;
    top: 10px;
    z-index: 9;
}
.testimonial-bx {
    padding: 20px 20px 20px 70px;
    border-radius: 5px;
    margin-left: 30px;
    border: 1px solid #f7f7f7;
}
.testimonial-bx .testimonial-thumb {
    width: 80px;
    border-radius: 50px;
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 3px 6px 5px -1px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    z-index: 9;
}
.testimonial-bx .testimonial-info {
    margin-bottom: 15px;
}
.testimonial-bx .testimonial-content p {
    margin: 0;
}
.testimonial-bx .testimonial-info p {
    margin: 0;
}
.testimonial-bx p {
    line-height: 28px;
}
@media (max-width: 767px) {
    .testimonial-bx {
        padding: 20px 20px 20px 20px;
        margin-left: 0px;
    }
    .testimonial-bx .testimonial-thumb {
        position: relative;
        left: auto;
        margin: 0 auto;
    }
    .testimonial-bx .testimonial-info {
        text-align: center;
        margin-top: 20px;
    }
    .testimonial-bx .testimonial-content {
        text-align: center;
    }
}









/*---------------------------------index6------------------------------*/

.nav-tabs .nav-link{
    background: #e9f3ff;
}

.dark-skin .nav-tabs .nav-link{
    background: #20304c;
}