
.sc-treatment-wrap{
    position: relative;
}
.sc-treatment-item-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.sc-treatment-item-images {
    position: relative;
}
.sc-treatment-item-img + .sc-treatment-item-img{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.sc-treatment-item-img{
    opacity: 0;
}
.sc-treatment-item-img.active{
    opacity:1;
}

.sc-treatment-info-title h3 {
    margin: 0;
    color: #3F4A4C;
    font-size: 20px;
    font-weight: 400;
}
.sc-treatment-item:hover .sc-treatment-info-title h3{
    color: #000;
}
.sc-treatment-info-title {
    position: relative;
}
.sc-treatment-main-image {
    text-align: center;
}

.sc-treatment-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    flex-direction: row-reverse;
    text-align: right;
}
.sc-treatment-item.right_align{
    left: auto;
    right: 0;
    flex-direction: row;
    text-align: left;
}

.sc-treatment-item:nth-child(1) {
    top: 10%;
    right: 35px;
}
.sc-treatment-item:nth-child(2) {
    top: 10%;
    left: 60px;
}
.sc-treatment-item:nth-child(3) {
    top: 54%;
    left: 95px;
}
.sc-treatment-item:nth-child(4) {
    top: 60%;
    right: 60px;
}
.sc-treatment-item:nth-child(5) {
    top: 73%;
    right: 30px;
}
.sc-treatment-item:nth-child(6) {
    top: 80%;
    left: 80px;
}
.sc-treatment-item .dot {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border: 6px solid #3F4A4C;
    border-radius: 50%;
}
.sc-treatment-item:hover .dot {

    border-color: #009688;
}
.sc-treatment-info {
    position: absolute;
    left: 0;
    top: -115px;
    background: #EFEFEF;
    border-radius: 16px;
    border: 2px solid  #1B78BB;
    width: 265px;
    padding: 24px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: none;
    opacity: 0;
}
.sc-treatment-item.hover-active .sc-treatment-info {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.sc-treatment-info h3 {
    color: #000;
    font-family: "Exo 2";
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px;
}
.skeleton-point {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
}
.sc-treatment-item:nth-child(2) .skeleton-point {
    left: -75px;
}

span.list_content p + p {
    margin-top: 5px;
}
span.list_content p a:hover {
    color: #1B78BB;
}
.sc-treatment-img {
    max-width: 155px;
}
@media (min-width: 481px) and (max-width: 1199px) {
    .sc-treatment-item:nth-child(1) {
        top: 8%;
        right: 15px;
    }
    .sc-treatment-item:nth-child(2) {
        top: 10%;
        left: 15px;
    }
    .sc-treatment-item:nth-child(3) {
        left: 50px;
    }
    .sc-treatment-item:nth-child(4) {
        right: 15px;
    }
    .sc-treatment-item:nth-child(5) {
        right: 0px;
    }
    .sc-treatment-item:nth-child(6) {
        left: 30px;
    }
}
@media (max-width: 991px) {
    .sc-treatment-wrap {
        position: relative;
        max-width: 465px;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .sc-treatment-main-image img{
        width: 80px;
    }
     .sc-treatment-wrap {
        max-width: 310px;
    }
    .sc-treatment-item .dot {
        width: 15px;
        height: 15px;
        border: 3px solid #3F4A4C;
    }
    .sc-treatment-item:nth-child(1) {
        right: 5px;
        top: 6%;
    }
   .sc-treatment-item:nth-child(2) {
        left: 0;
        top: 9%;
    }
   .sc-treatment-item:nth-child(3) {
        left: 28px;
        top: 52%;
    }
    .sc-treatment-item:nth-child(4) {
        right: 10px;
        top: 57%;
    }
    .sc-treatment-item:nth-child(5) {
        right: -5px;
        top: 70%;
    }
    .sc-treatment-item:nth-child(6) {
        left: 10px;
        top: 77%;
    }
    .sc-treatment-item {
        gap: 4px;
    }
}