.iscu_calculator_main_wrapper {
	width: 1000px;
	margin: 20px auto;
}

.iscu_main_heading {
	font-size: 1.5rem;
	font-weight: 700;
	font-style: normal;
	color: #293533;
	margin-bottom: 20px;
}

.iscu_sub_heading {
	line-height: 1.5;
	margin: 12px 0;
	color: #293533;
	font-weight: 400;
	font-size: 18px;
}

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

.iscu_calculator_main_section > div {
	width: 49%;
}

.iscu_calculator_form_lable label {
	font-size: 18px;
	color: #293533;
}

.iscu_cal_fields {
	padding: 12px;
	width: 100%;
	-moz-appearance: textfield;
	background-color: #fff;
	border: 1px solid #dbe3dc;
	border-radius: 3px;
	font-size: 16px;
}

.page-id-5906 .iscu_calculator_form_field input {
	width: 95% !important;
}

.iscu_calculator_form_field input {
	width: 100% !important;
}

.iscu_cal_fields:focus {
	outline: 0 none;
	box-shadow: 0 0 0;
	border-color: #509E2F;
}

.iscu_calculator_form_lable {
	margin: 15px 0 9px 0;
}

.iscu_calculator_result_single_wrap {
	display: flex;
	padding: 21px 15px;
	background-color: #eceae6;
	border-radius: 8px;
	margin-top: 20px;
	align-items: center;
	color: #293533;
}

.iscu_calculator_result_section {
	padding-top: 10px;
}

.iscu_counting_a span {
	font-size: 30px;
	margin-right: 7px;
}

.iscu_counting_a {
	font-size: 20px;
	font-weight: bold;
}

.iscu_counting_b {
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.iscu_calculator_main_section {
        flex-direction: column;
    }

    .iscu_calculator_main_section > div {
        width: 100%;
    }

    .iscu_calculator_main_wrapper {
        width: 100%;
    }
}
