/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/*.chek-oth::before {
    content: '';
    position: absolute;
    width: 119px;
    height: 112px;
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    background-color: var(--pbmit-xcare-light-bg-color);
    -webkit-mask: url(https://metawebs.com.au/springvale/wp-content/uploads/2024/11/radius.png) no-repeat;
    mask: url(https://metawebs.com.au/springvale/wp-content/uploads/2024/11/radius.png) no-repeat;
}

.serv-cn .elementor-element{position:relative;}
.serv-cn .elementor-element:before {
    content: 'ffffffffff';
    background: url(https://metawebs.com.au/springvale/wp-content/uploads/2024/11/radius.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    z-index: 99;
    right: 0px;
	width: 119px;
    height: 112px;
}*/