/* End custom CSS */

.elementor-9074 .elementor-element.elementor-element-ea6bd8e {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 60px 0px 20px 0px;
}

.elementor-9074 .elementor-element.elementor-element-4d7285e {
	text-align: center;
}

.elementor-9074 .elementor-element.elementor-element-85f9913 > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-9074 .elementor-element.elementor-element-85f9913 .section-title-wrap {
	text-align: center;
}

.elementor-9074 .elementor-element.elementor-element-85f9913 .section-title-wrap .section-title {
	font-size: 20px;
}

.elementor-9074 .elementor-element.elementor-element-85f9913 .section-title-wrap p {
	font-size: 15px;
	letter-spacing: -.2px;
}

.elementor-9074 .elementor-element.elementor-element-d37b763 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-9074 .elementor-element.elementor-element-a7fad0c {
	padding: 0px 0px 100px 0px;
}

/* Start custom CSS for vt-saaspot_section_title, class: .elementor-element-85f9913 */
.section-title-wrap {
	max-width: 620px;
	padding-bottom: 0px;
	margin: 0 auto;
	text-align: center;
}

/* End custom CSS */

/* Start custom CSS for html, class: .elementor-element-d37b763 */
.simple-interest {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 2.5rem;
	padding: 25px;
	background: #fff;
	margin: 0px 0;
	border-radius: 5px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 20%), 0px 0px 5px 0 rgba(0, 0, 0, 24%);
}

.simple-interest h2 {
	margin: 0 0 1.875rem;
	padding: 0 0 .9375rem;
	border-bottom: .0625rem solid #ddd;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.simple-interest .error {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 1.25rem;
	padding: .625rem;
	background-color: #f8c9c4;
	border: .125rem solid #e74c3c;
	border-radius: .625rem;
	color: #e74c3c;
	font-size: .75rem;
	font-weight: 400;
}

.simple-interest .error.hide {
	display: none;
}

.simple-interest form {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.simple-interest form label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 .625rem;
	background: white;
}

.simple-interest form label > span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: .625rem .3125rem;
	background-color: slategray;
	color: white;
	font-weight: bold;
}

.simple-interest form label input {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0;
	padding: .625rem .3125rem .625rem .75rem;
	background: transparent;
	border: 1px solid #cacaca;
	font-size: 1rem;
	font-weight: 300;
	padding-left: 25px;
}

input:focus, textarea {
	outline: none !important;
	color: #0a0a0a;
}

.simple-interest form .button {
	display: inline-block;
	vertical-align: middle;
	min-width: 160px;
	min-width: 200px !important;
	padding: 15px 25px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .5px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	transition: all ease .3s;
	box-sizing: border-box;
	box-shadow: none;
	text-decoration: none;
	background-color: #13b5ea;
}

.simple-interest form .button:before {
	content: "Calculate My Rate";
	text-transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px !important;
}

.simple-interest form .button.loading:before, .simple-interest form .button.loading:after {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}

.simple-interest form .button.loading:before {
	content: "Calculating Your Rate!";
	text-transform: none;
	display: flex;
	display: inline-block;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-size: 13px;
	z-index: 1;
	min-width: 220px;
	vertical-align: middle;
	color: #fff;
	font-weight: 700;
	letter-spacing: .5px;
	text-align: center;
	border: none;
	position: relative;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	transition: all ease .3s;
	box-sizing: border-box;
	box-shadow: none;
	text-decoration: none;
}

.simple-interest form .button.loading:after {
	content: "";
	width: 0%;
	height: 100%;
	background-color: #13b5ea;
	animation: loading 1s ease;
	z-index: 0;
	border-radius: 3px;
}

@keyframes loading {
	100% {
		width: 100%;
	}
}

.simple-interest form .button:hover {
	background-color: #4776e6;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.simple-interest .results {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 1.25rem 0 0;
	padding: 0;
}

.simple-interest .results.hide {
	display: none;
}

.simple-interest .results .monthly-payment, .simple-interest .results .total-interest, .simple-interest .results .total-amount {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: .3125rem;
}

.simple-interest .results .monthly-payment > span, .simple-interest .results .total-interest > span, .simple-interest .results .total-amount > span {
	position: relative;
	display: flex;
	align-items: center;
	height: 1.75rem;
	padding: 5px 5px 0px 0px;
	border: none;
	font-size: .75rem;
}

.simple-interest .results .monthly-payment > span:first-child, .simple-interest .results .total-interest > span:first-child, .simple-interest .results .total-amount > span:first-child {
	justify-content: flex-end;
	width: 55%;
	margin: 0;
	background-color: none;
	color: #000;
}

.simple-interest .results .monthly-payment > span:last-child, .simple-interest .results .total-interest > span:last-child, .simple-interest .results .total-amount > span:last-child {
	justify-content: flex-start;
	width: 45%;
	margin: 0;
	background-color: none;
	font-weight: 600;
}

#calc-p {
	margin: 5px 0 15px;
	margin: 0;
	display: block;
	font-size: 13px;
	font-size: 20px;
	font-weight: 400;
	font-weight: 600;
	text-align: center;
	font-family: inherit;
	color: inherit;
	line-height: 1.42857143;
	padding-bottom: 10px;
	letter-spacing: -.2px;
	box-sizing: border-box;
}

label.rate:after, label.principal:after {
	position: absolute;
	left: 15px;
	top: 13px;
	content: "$";
	color: #0a0a0a !important;
	font-weight: 100;
}

#span-rate, #monthly-savings {
	text-align: center;
	font-family: inherit;
	color: inherit;
	margin: 0;
	font-weight: 600;
	line-height: 1.42857143;
	padding-bottom: 18px;
	letter-spacing: -.2px;
	box-sizing: border-box;
	font-size: 18px;
}

span#interest, span#payment, span#payment2, span#payment3 {
	text-align: center;
	font-family: inherit;
	color: #4776e6;
	margin: 0;
	font-weight: 600;
	line-height: 1.42857143;
	padding-bottom: 18px;
	letter-spacing: -.2px;
	box-sizing: border-box;
	font-size: 20px;
}
