/*  body {
	font-size: 15px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eff3f8;
	font-family: 'Raleway', sans-serif;
}

.container {
	height: auto;
	width: 1170px;
	border-radius: 0px;
	padding: 2rem;
	margin: 50px 0;
} */

.whitebg {
	padding: 2rem;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05) !important;
	margin: 0 0 40px;
	box-sizing: border-box;
}
.header h1 {
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 900;
}

/* .details input {
	width: 100%;
} */
.details .detail p {
	color: #212529;
	margin-bottom: .5em;
}

.detail {
	display: flex;
	justify-content: space-between;
}

.footer {
	display: flex;
	justify-content: space-between;
	/*  */
}
.footer_load{
	filter:blur(6px);
}
/*----- Styling the sliders ----*/
input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #9088d2;
	border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #003087;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #b3b3b3;
}

input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #003087;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #003087;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #003087;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
	background: #003087;
	border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
	background: #003087;
	border-radius: 5px;
}

input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #003087;
	cursor: pointer;
	margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
	background: #003087;
}

input[type="range"]:focus::-ms-fill-upper {
	background: #003087;
}
/*-------------------------------------*/
#price {
	color: #000;
	font-size: 28px;
	font-weight: 800;
}
#fortnightly {
	color: #000;
	font-size: 28px;
	font-weight: 800;
}
#weekprice {
	color: #000;
	font-size: 28px;
	font-weight: 800;
}
.loan-details {
	float: left;
	width: 100%;
	padding: 2rem;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}
.loan-details .chart-details {
	margin: 0 0 28px;
}
.loan-details .chart-details .pri-title {
	margin: 0 0 0px;
	color: #000;
	font-size: 16px;
}
.loan-details .chart-details .pri-number {
	margin: 0 0 0px;
	color: #000;
	font-weight: 800;
	font-size: 26px;
}

#price-container {
	color: #000;
	margin-top: 50px;
}

#price-container::before {
	content: "Monthly Payable:";
	display: block;
	color: #000;
}
#fortnightly-container {
	color: #000;
	margin-top: 50px;
}

#fortnightly-container::before {
	content: "Fortnightly Payable:";
	display: block;
	color: #000;
}
#weekprice-container {
	color: #000;
	margin-top: 50px;
}

#weekprice-container::before {
	content: "Weekly Payable:";
	display: block;
	color: #000;
}

.form-control, .form-select {
	padding: 1rem !important;
	border-radius: 0 !important;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .02) !important;
}


#loan-amountt, #loan-periodd, #interest-ratee{
	width:100%;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
}
span.text{
    font-weight: 600;
}
.label-text{
    font-weight: 600 !important;
}
.page-id-1324 h1.entry-title {
    display: none;
}
/* .chart-details.mb-0 {
    display: none;
} */

/* hide pie chart */
.whitebg_pie_chart{
	display:none;
}
p{
	margin:0px;
}

.calculate-lc-btn{
	background-color:#277ed5;	
	border-radius:5px !important;
	border:0px;
	color:white;
	font-weight:600;
	width:100%;
	padding : 10px 15px;
	font-size:16px;
}
.calculate-lc-btn:hover{
	background-color:#19548e !important;
}