/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2024 | 11:30:06 */
.hoverCustContainer {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.customHoverMenu {
	height: 100%;
}
.customHoverMenu > .elementor-widget-container {
	justify-content: center;
	align-items: center;
	align-content: center;
}




.customHoverMenu .elementor-nav-menu--main {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.newTreatmentBox:hover .customHoverMenu .elementor-nav-menu--main {
    opacity: 1;
}

.customHoverMenu .elementor-nav-menu li {
   transform: translateY(100%);
    opacity: 0.001;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: relative;
    z-index: -1;
}

.newTreatmentBox:hover .customHoverMenu .elementor-nav-menu li {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
}
.hoverTitleBox {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.newTreatmentBox:hover .hoverTitleBox {
    opacity: 0;
}

.newTreatmentBox {
    transition: opacity 0.4s ease-in-out;
}


.customHoverMenu .elementor-nav-menu li:nth-child(1) {
    transition-delay: 0s;
}

.customHoverMenu .elementor-nav-menu li:nth-child(2) {
    transition-delay: 0.2s;
}

.customHoverMenu .elementor-nav-menu li:nth-child(3) {
    transition-delay: 0.4s;
}

.customHoverMenu .elementor-nav-menu li:nth-child(4) {
    transition-delay: 0.6s;
}

.customHoverMenu .elementor-nav-menu li:nth-child(5) {
    transition-delay: 0.8s;
}
.customHoverMenu .elementor-nav-menu li:nth-child(6) {
    transition-delay: 1s;
}
.customHoverMenu .elementor-nav-menu li:nth-child(7) {
    transition-delay: 1.2s;
}
.customHoverMenu .elementor-nav-menu li:nth-child(8) {
    transition-delay: 1.4s;
}
.customHoverMenu .elementor-nav-menu li:nth-child(9) {
    transition-delay: 1.6s;
}
.customHoverMenu .elementor-nav-menu li:nth-child(10) {
    transition-delay: 1.8s;
}
.customHoverMenu .elementor-nav-menu li:nth-child(11) {
    transition-delay: 2s;
}
.customHoverMenu .elementor-nav-menu li:nth-child(12) {
    transition-delay: 2.2s;
}
.customHoverMenu .elementor-nav-menu li:nth-child(13) {
    transition-delay: 2.4s;
}




















