.box-radius-border {
	border: 1px solid #cde2e7;
	border-radius: 24px;
	box-shadow: 0 0 30px 0 rgba(14,41,50,.08);
	padding: 40px 60px;
	display: none !important;
}

// home page banner animation

.box-ticks {
	background-color: #fff;
	border: 5px solid #afeae4;
	border-radius: 16px;
	bottom: -140px;
	left: 0;
	padding: 45px 45px 25px;
	position: absolute;
	width: 100%;
}


.text-center.mt-25.mb-65.wow.animate__.animate__fadeIn.animated {
	display: none !important;
}