/*slide*/
.slide-title,.slide-text {
    margin-bottom: 50px;
}

.home-default-slider .sp-slider_number {
    position: absolute;
    top: 90px;
}

@media (max-width: 991px){
.sp-background {background-position: 80% 50%!important;}

.sp-item .sp-background:after{background: rgb(0 0 0 / 30%)!important;}

.slide-title,.slide-text {color: #fff;margin-bottom:30px;}

.sppb-sp-slider-button .sp-slider-btn-text {color: #fff!important;}
  
.home-default-slider .sp-slider_number {position: absolute;top: 10px;}

.sp-slider .sp-slider_number {color: #fff!important;}

.sppb-sp-slider-button .sp-slider-btn-text:after {background:#fff!important;}
}


/*vertical heading*/

.vertical-heading-01 .sppb-addon-title {position: relative;}

.vertical-heading-01 .sppb-addon-title:after {
    content:'';
    height: 30px;
    width: 1px;
    background:#595959;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
    transition:0.5s ease;
}

.content-01:hover .sppb-addon-title:after {
    content:'';
    height: 60px;
    transition:0.5s ease;
}

/*boxshadow*/
.imgshadow {box-shadow: rgb(149 157 165 / 68%) 0px 18px 24px;}

/*background*/
/*shape1*/
.shape01 {
    position: relative;
}

.shape01:after {
    position: absolute;
    width: 1200px;
    content: '';
    content: url(/images/regenavie/home/shape1.png);
    top: -225px;
    bottom: 0px;
    right: 0px;
    margin:auto;
    background-repeat:no-repeat;
    transform: scale(0.85);
    transform-origin: right;
	z-index:-1;
    }

/*bar color*/
.bar01{position:relative;}
.bar01:before {
    content:'';
    position:absolute;
    top:0px;
    width: 20px;
    height: 100%;
    background-size: 300% 100%;
    background: rgb(129,197,175);
    background: linear-gradient(360deg, rgba(129,197,175,1) 0%, rgba(255,238,199,1) 100%);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bar02{position:relative;}
.bar02:before {
    content:'';
    position:absolute;
  	right:0px;
    top:0px;
    width: 20px;
    height: 100%;
    background-size: 300% 100%;
	background: rgb(255,238,199);
	background: linear-gradient(360deg, rgba(255,238,199,1) 0%, rgba(129,197,175,1) 100%);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


@media (max-width: 991px){
.bar01:before,.bar02:before {width:10px;}
}





/*icon*/
.treatment-icon-01 img {
    width: 100px;
    margin-bottom: 30px;
    filter: invert(73%) sepia(0%) saturate(1169%) hue-rotate(200deg) brightness(90%) contrast(42%)!important;
    transition:0.5s ease;
}

@media (max-width: 991px){
.treatment-icon-01 img {
    width: 60px;
}}



.treatment-icon-01:hover img {
    filter: invert(81%) sepia(9%) saturate(1006%) hue-rotate(105deg) brightness(92%) contrast(88%)!important;
  	transform:translate(0px,-10px);
    transition:0.5s ease;
}

.treatment-icon-01 .sppb-addon-title.sppb-feature-box-title {
    font-family: 'Poppins';
}









