.fadeInLeft {animation-name: uxleft !important;animation-duration: 3s !important;}
@keyframes uxleft {
0% {-webkit-clip-path: inset(0 100% 0 0);clip-path: inset(0 100% 0 0);}
100% {-webkit-clip-path: inset(0);clip-path: inset(0);}
}
.fadeInRight {animation-name: uxright !important;animation-duration: 3s !important;}
@keyframes uxright {
0% {-webkit-clip-path: inset(0 0 0 100%);clip-path: inset(0 0 0 100%);}
100% {-webkit-clip-path: inset(0);clip-path: inset(0);}
} .page .elementor-price-list-title,
.page .elementor-price-list-price,
.page .elementor-price-list-description
{color: #fff !important}
.page .elementor-price-list-header {margin: 0 !important;}