/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 09:28:51 */
@media only screen and (max-width: 460px) {  /* Mobile */
	.extra-textbox{
		border-radius:24px !important;
		box-shadow: 0px 8px 10px -6px #0000001A;
		box-shadow: 0px 20px 25px -5px #0000001A;
	}
	.btn-extra{
		border-radius: 50px !important;
		padding: 20px !important;
	}
}

@media only screen and (min-width: 461px) {  /* Tablet Desktop */
	.extraContainer{
	display:flex;
	flex-direction:row;
	align-items:center;'
	justify-content:center;
}
	.extraContentBox{
	box-shadow: 0px 25px 50px -12px #FCCEE880;
}
}
