/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2026 | 11:27:27 */
.calculator-section li {
	display: inline-block;
	width: 49%;
	background: #fff;
	box-shadow: 0 6px 0px 0px #efefef;
	text-align: center;
	padding: 30px 5px;
	margin-right: 1%;
	cursor: pointer;
	border-radius: 5px;
	transition: transform .2s;
	margin-left: 0px !important;
}
.calculator-grid {
	border-radius: 30px;
}
.calculator-section label, .cal-small label {
	text-transform: none;
}
.calculator-result {
	margin-left: 0px;
}
.threeSteps .row .col .col-inner {
	background-color: rgb(255, 251, 242);
	border-radius: 20px;
	padding: 30px;
	border: 1px solid #ddd;
}
.threeSteps .row .col .col-inner .tips {
	background: linear-gradient(360deg, #FFEBC5 19.8%, #FFEBC4 80.2%) !important;
	padding: 20px 20px 5px 20px;
	border-radius: 15px;
}
.threeSteps .row .col .col-inner h6 {
	color: #f47138;
}