.body-treatment-section{
    padding-top: 100px;
    padding-bottom: 200px;
    overflow: hidden;
}
.col-lg-6.treatment-img{
    position: relative;
}
.body-treatment-section h2.treat-num{
    color: #f26460;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1;
}
.body-treatment-inner.mb-5{
    margin-bottom: 5em !important;
    align-items: center;
}
.treatment-content h2{
 color: #f26460;
}
/* .treatment-main-img {
    float: right;
    max-width: 50%;
    text-align: right;
} */
/* .body-treatment-inner img{
    width: 80% !important;
} */
/* .treatment-main-img img {
    position: relative;
    z-index: 1;
} */
/* .treatment-sub-img img {
    max-width: 45%;
    position: absolute;
    top: 40%;
    left: 30%;
    z-index: 2;
} */
.treatment-bg-img img {
    max-width: 100%;
    position: absolute;
    left: -10%;
    z-index: 0;
    opacity: .5;
}
.treatment-content{
    padding-left: 4em;
}
.treatment-content ul{
    padding: 10px;
}
.treatment-content ul li{
    list-style: none;
}
.treatment-content ul li::before{
    content: "\e698";
    font-family: 'Themify';
    font-size: 20px;
    padding-left: 3px;
    vertical-align: middle;
    color: #ff6c8d;

}
.treatment-content i{
    color: #f26460;
}

/* Tablet Responsive  */
@media only screen and (max-width: 780px) {
    .body-treatment-inner.mb-5 {
        margin-bottom: 0 !important;
    }
    .col-lg-6.treatment-content {
        margin-top: 10em;
    }
  }
  .item-image .slick-slider .slick-arrow{
      z-index:100!important;
  }
  .item-image{
    cursor:pointer;
        position:relative;
        overflow: hidden;
        top:0;
        padding:10px 10px;
        background:white;
        font-size:28px;
        border-top-right-radius:10px;
        border-bottom-left-radius:10px;
        transition:all 1s;
        &:after,&:before{
            content:" ";
            width:50px;
            height:50px;
            position:absolute;
            border :0px solid #fff;
            transition:all 1s;
            z-index: 9;
            }
        &:after{
            top:-1px;
            left:-1px;
            border-top:5px solid #f26460;
            border-left:5px solid #f26460;
        }
        &:before{
            bottom:-1px;
            right:-1px;
            border-bottom:5px solid #f26460;
            border-right:5px solid #f26460;
        }
        & img{
            width: 100%;
            height: auto;
            overflow: hidden;
            transition: transform 1s;
        }
        &:hover{
            border-top-right-radius:0px;
            border-bottom-left-radius:0px;

            &:before,&:after{

                width:100%;
                height:100%;
            }
            &>img {
                position: relative;
                overflow: hidden;
                transform: scale(1.4); /* Increase the scale to zoom in (adjust as needed) */
              }
        }
    }
