/** Back button css starts **/
.salingform img {
	padding-top: 30px;
}

.ctaccc span {
	position: relative;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
	color: #000;
	font-family: "Lexend Deca", Sans-serif;
}

.ctaccc {
	position: relative;
	margin: auto;
	padding: 19px 22px;
	transition: all 0.2s ease;
}

.back-calc #back-from-calc {
	background: transparent !important;
	border: none !important;
	/*color: var(--calculator_color_principle_interest);*/
	color: var(--calculator_color_principle_interest);
	text-decoration: underline;
	font-weight: 600;
}

.mortgage-payments-col {
	margin-right: auto;
}

/* Animations and new styles */
.calc-card .block-revealer__content {
	width: 393px;
	margin: 0 auto;
}

.calc-card:hover {
	/*background: #fff;
    box-shadow: none;*/
	transition: 2s;
	background-image: url(/wp-content/plugins/gv-mortgage-calculator/img/squircle_white_shadow_b.svg);
	/*border-radius: 7px;*/
	/*background-repeat: no-repeat;
    background-size: cover;*/
}

.ha-card-body {
	border-radius: 25%;
	padding: 25px 0px !important;
}

.calc-container {
	padding: 45px !important;
	background-color: white;
	box-shadow: none !important;
}

.row.main-results-col {
	margin-right: -0.4%;
}

div#dti-slider {
	width: 97%;
}

.inner-mortgage-payments {
	margin-top: -.6%;
}

.results-col p.dti-heading {
	margin-bottom: 50px !important;
}

#mortgagechart {
	overflow: hidden !important;
	margin-top: 2.5% !important;
}

.inner-form {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px !important;
	padding-bottom: 24px !important;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#ffffff', GradientType=0);
}

.top-container {
	/* margin-bottom: 35px; */
	margin-top: -2.5% !important;
	margin-bottom: 0 !important;
}

@media (min-width: 992px) {
	.results-col {
		padding-left: 32px !important;
	}
}

/** Back button css ends **/
body {
	font-family: 'Montserrat', sans-serif;
	background: url(../img/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-container {
	margin-bottom: 35px;
}

.top-container img {
	max-width: 100px;

	display: inline;
	margin-top: 5px;
}

.top-container h1 {
	color: #19CBD8;
	font-size: 20px;
	font-weight: 800;
	display: inline;
	margin-left: 10px;
}

.top-container p {
	color: var(--calculator_color_mortgage_insurance_new);
	font-size: 10px;
	font-weight: 400;
	margin-left: 46px;
	margin-top: -14px;
}

/*.calc-container {
    background: #f7f9fc;
    border-radius: 7.5px;
    margin-top: 100px;
    padding: 30px 30px 90px 30px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.23);
}*/

.calc-container {
	background: #F5F5F4;
	border-radius: 7.5px;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 100%;
	max-width: 100%;
	padding: 48px !important;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.23);
	box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 0.13), -5px -5px 5px 5px rgba(0, 0, 0, 0.13);
}

/*.calc-card {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 38% 38%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px!important;
}*/
.calc-card {
	padding: 60px;
	/* border-radius: 38% 38%; */
	background-image: url(/wp-content/plugins/gv-mortgage-calculator/img/squircle_white_shadow_b.svg);
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px!important; */
	background-size: 98%;
	background-repeat: no-repeat;
	flex: 50%;
	max-width: 50%;
	background-position: 0 20px;
}

.for-buyers .ha-badge {
	--ha-badge-translate-x: 15px;
	--ha-badge-translate-y: 13px;
	padding: 8px 8px 8px 8px;
	color: #FFFFFF;
	background-color: #fb9e86;
	border-radius: 25px 25px 25px 25px;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 16px;
}

.for-sellers .ha-badge {
	--ha-badge-translate-x: 15px;
	--ha-badge-translate-y: 13px;
	padding: 8px 8px 8px 8px;
	color: #FFFFFF;
	background-color: #42bbfb;
	border-radius: 25px 25px 25px 25px;
	font-family: "Lexend Deca", Sans-serif;
	font-size: 16px;
}

.for-buyers .ha-btn {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 25px 15px 25px;
	font-family: "Lexend Deca", Sans-serif;
	color: #ffffff;
	border-radius: 7.5px;
	background-color: #fb9e86;
}

.for-sellers .ha-btn {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 25px 15px 25px;
	font-family: "Nunito", Sans-serif;
	color: #ffffff;
	background-color: #42bbfb;
}

.for-sellers .ha-btn:hover,
.for-sellers .ha-btn:focus {
	background-color: #019BF4;
}

.for-buyers .ha-btn:hover,
.for-buyers .ha-btn:focus {
	background-color: #FF825C;
}

.ha-card-text {
	font-size: 14px !important;
	margin-bottom: 2rem !important;
}

@media only screen and (max-width: 1100px) and (min-width: 1025px) {
	.calc-card .ha-card-text {
		font-size: 11px !important;
	}

	.calc-card .ha-card-text p {
		line-height: 16px;
	}
}

@media (min-width: 1024px) {
	.elementor-container.elementor-column-gap-default {
		width: 100% !important;
	}

	.calc-card .block-revealer__content {
		width: 100%;
	}

	.ctaccc {
		padding: 19px 18px;
	}

	.ctaccc span {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 992px) {
	.calc-card figure.ha-card-figure img {
		width: 190px;
	}

	.calc-card .ha-card-title {
		font-size: 15px !important;
	}

	.calc-card .block-revealer__content {
		width: 100%;
	}

	.ctaccc span {
		font-size: 10px;
	}
}

@media (min-width: 992px) {
	.results-col {
		padding-left: 48px;
	}
}



@media only screen and (max-width: 645px) and (min-width: 577px) {
	.calc-card .block-revealer__content {
		width: 300px;
		margin: 0 auto;
	}

	.ctaccc span {
		font-size: 12px;
	}
}

@media(max-width: 576px) {
	.ha-card-body {
		padding: 25px 5px !important;
	}

	.ha-card-text {
		font-size: 10px !important;
		margin-bottom: 20px !important;
	}

	.calc-card .ha-card-title {
		font-size: 15px !important;
	}

	.calc-card {
		padding: 0 0 40px 0;
	}

	.calc-card .block-revealer__content {
		width: 290px;
		margin: 0 auto;
	}

	.calc-card figure.ha-card-figure img {
		width: 190px;
		padding-top: 30px;
	}

	.center_div {
		margin-top: 0 !important;
	}

	.ctaccc span {
		font-size: 10px;
	}

	.calc-container {
		padding: 20px !important;
		max-width: 97%;
		margin: 0;
		width: 97% !important;

	}

}

@media(max-width: 375px) {
	.ha-card-text {
		font-size: 10px !important;
		margin-bottom: 27px !important;
	}

	.calc-card {
		padding: 20px 0 20px 0;
	}

	.calc-card .block-revealer__content {
		width: 290px;
		height: 350px;
	}

	.calc-card figure.ha-card-figure img {
		width: 150px;
	}
}

@media(max-width: 360px) {
	.ctaccc {
		padding: 19px 14px;
	}
}

.results-col p {
	color: #4E5552;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

.inline {
	display: inline;
}

.form-group label {
	color: #b2b2b2;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
}

.col-form-label {
	text-align: left !important;
}

.inner-form {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	background: -moz-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#ffffff', GradientType=0);
}

.form-control {
	display: block !important;
	height: auto !important;
	width: 100% !important;
	padding: 10px 10px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	color: #353535 !important;
	background-color: white !important;
	background-clip: padding-box !important;
	border: 2px solid #f1f1f1;
	border-radius: 8px !important;
	transition: border .25s ease-in-out !important;
	box-shadow: none !important;
}

/* form control input by codepen start */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap");

.form-control.prefix[type="text"] {
	display: block;
	width: 500px;
	height: 40px;
	padding: 0 8px;
	border-radius: 10px;
	/*border: 3px solid black;*/
}

.first_gradiant .form-control.prefix[type="text"]:focus {
	outline: none;
	border: 3px solid transparent;
	background-image: linear-gradient(white, white),
		linear-gradient(315deg,
			hsl(14, 100%, 75%),
			hsl(14, 100%, 68%),
			hsl(14, 100%, 60%),
			hsl(14, 100%, 52%),
			hsl(14, 100%, 84%),
			hsl(14, 100%, 72%),
			hsl(14, 100%, 56%),
			hsl(14, 100%, 80%));
	background-origin: border-box;
	background-clip: padding-box, border-box;
	animation: bg-hue 2s linear infinite;
}

/* @keyframes for the gradient animation */
@keyframes bg-hue {
	100% {
		filter: hue-rotate(360deg);
	}
}

/* form control input by codepen end */

/* .form-control:focus {
	box-shadow: none !important;
	background-color: white !important;
	outline: none;
} */

select.form-control:not([size]):not([multiple]) {
	height: 41px;
}

.btn {
	background-color: var(--calculator_color_primary);
	color: white !important;
	font-size: 13px;
	font-weight: 500;
	border-radius: 7.5px;
	width: 100%;
	padding: 12px 0;
	transition: background-color .3s ease-in-out;
	-webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
}

.btn:hover {
	opacity: 0.70;

}

a {
	color: var(--calculator_color_primary);
	text-decoration: none;
}

a:hover {
	color: var(--calculator_color_primary);
	text-decoration: none;
}

.lcs_switch.lcs_on {
	background: var(--calculator_color_primary);
	box-shadow: 0 0 2px #c32307 inset;
}

.lcs_wrap {
	display: flex;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: -1.6em;
	width: 44px;
	height: 22px;
	border-radius: 11px;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.ui-slider-horizontal .ui-slider-handle span {
	color: #b2b2b2;
	font-weight: 400;
}

.ui-slider-horizontal .ui-slider-range {
	top: -1px;
	height: calc(100% + 2px);
	background: var(--calculator_color_mortgage_insurance_new);
}

#dti-slider .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: #fff;
}

#dti-slider .ui-state-default,
.ui-widget-content .ui-state-default {
	background-color: #000;
	border: 0;
}

#dti-slider .ui-state-active {
	border: 0;
}

#dti-slider {
	height: 6px;
	border: 0;
	background: rgb(249, 232, 89);
	/* Old browsers */
	background: var(--calculator_color_primary);
	/* FF3.6-15 */
	/* 	-webkit-box-shadow: 3px 6px 6px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 3px 6px 6px 0px rgba(0,0,0,0.23);
	box-shadow: 3px 6px 6px 0px rgba(0,0,0,0.23); */
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

#conservative {
	width: 50%;
	float: left;
	color: #000;
}

#aggressive {
	width: 50%;
	float: left;
	text-align: right;
	color: #000;
}

#conservative p,
#aggressive p {
	color: #000;
}

.normal-text p {
	color: #999;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0;
}

.options-link {
	font-size: 14px;
	font-weight: 600;
	color: #b2b2b2;
	border-bottom: 1px dotted #b2b2b2;
	text-decoration: none;
}

.options-link:hover,
.options-link:focus {
	color: #a2a2a2;
	text-decoration: none;
}

.options-link:first-of-type {
	margin-right: 10px;
}

.options-link.active {
	color: var(--calculator_color_primary);
	border-bottom: 0;
}

.main-results-col .col-md-4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	border-radius: 3px;
}

.main-results-col .col-md-4:nth-of-type(1)::before {
	background-color: var(--calculator_color_homeowner_insurance);
	-webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
}

.main-results-col .col-md-4:nth-of-type(2)::before {
	background-color: var(--calculator_color_principle_interest);
	-webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
}

.main-results-col .col-md-4:nth-of-type(3)::before {
	background-color: var(--calculator_color_mortgage_insurance_new);
	-webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
}

.inner-result {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-top: 30px;
	-webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	background: #fff;
	/* FF3.6-15 */
	background: #fff;
	/* Chrome10-25,Safari5.1-6 */
	background: #fff;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#ffffff', GradientType=0);
}

.inner-result h3 {
	font-weight: 700;
}

.inner-mortgage-payments {
	padding-left: 15px;
	-webkit-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	background: #fff;
	/* FF3.6-15 */
	background: #fff;
	/* Chrome10-25,Safari5.1-6 */
	background: #fff;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00999999', endColorstr='#ffffff', GradientType=0);
}

.mortgage-payments-col .col-lg-12 {
	padding-top: 10px;
	padding-bottom: 5px;
	transition: background-color 0.15s ease-in-out, padding-left 0.3s ease-in-out;
}

.mortgage-payments-col .col-lg-12 h5 {
	font-weight: 700;
	transition: color 0.3s ease-in-out;
}

.mortgage-payments-col .col-lg-12 .color::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
}

.mortgage-payments-col .col-lg-12 p {
	padding-left: 10px;
	transition: color 0.3s ease-in-out;
}

.mortgage-payments-col .col-lg-12 p::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 15px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	transition: left 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.mortgage-payments-col .col-lg-12 .color {
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	transition: width 0.2s ease-in-out;
}

.mortgage-payments-col .col-lg-12:nth-of-type(1) .color,
.mortgage-payments-col .col-lg-12:nth-of-type(1) .color::before,
.mortgage-payments-col .col-lg-12:nth-of-type(1) p::before {
	background-color: var(--calculator_color_principle_interest);
	-webkit-box-shadow: -4px 0px 10px 0px rgba(65, 168, 207, 0.45);
	-moz-box-shadow: -4px 0px 10px 0px rgba(65, 168, 207, 0.45);
	box-shadow: -4px 0px 10px 0px rgba(65, 168, 207, 0.45);
	border-radius: 8px;
}

.mortgage-payments-col .col-lg-12:nth-of-type(2) .color,
.mortgage-payments-col .col-lg-12:nth-of-type(2) .color::before,
.mortgage-payments-col .col-lg-12:nth-of-type(2) p::before {
	background-color: var(--calculator_color_primary);
	-webkit-box-shadow: -4px 0px 10px 0px rgba(249, 113, 89, 0.45);
	-moz-box-shadow: -4px 0px 10px 0px rgba(249, 113, 89, 0.45);
	box-shadow: -4px 0px 10px 0px rgba(249, 113, 89, 0.45);
}

.mortgage-payments-col .col-lg-12:nth-of-type(3) .color,
.mortgage-payments-col .col-lg-12:nth-of-type(3) .color::before,
.mortgage-payments-col .col-lg-12:nth-of-type(3) p::before {
	background-color: var(--calculator_color_mortgage_insurance_new);
	-webkit-box-shadow: -4px 0px 10px 0px rgba(191, 163, 137, 1);
	-moz-box-shadow: -4px 0px 10px 0px rgba(191, 163, 137, 1);
	box-shadow: -4px 0px 10px 0px rgba(191, 163, 137, 1);
}

.mortgage-payments-col .col-lg-12:nth-of-type(4) .color,
.mortgage-payments-col .col-lg-12:nth-of-type(4) .color::before,
.mortgage-payments-col .col-lg-12:nth-of-type(4) p::before {
	background-color: var(--calculator_color_homeowner_insurance);
	-webkit-box-shadow: -4px 0px 10px 0px rgba(69, 105, 144, 0.45);
	-moz-box-shadow: -4px 0px 10px 0px rgba(69, 105, 144, 0.45);
	box-shadow: -4px 0px 10px 0px rgba(69, 105, 144, 0.45);
}

.mortgage-payments-col .col-lg-12:nth-of-type(1).active {
	background-color: var(--calculator_color_principle_interest);
}

.mortgage-payments-col .col-lg-12:nth-of-type(2).active {
	background-color: var(--calculator_color_primary);
}

.mortgage-payments-col .col-lg-12:nth-of-type(3).active {
	background-color: var(--calculator_color_mortgage_insurance_new);
}

.mortgage-payments-col .col-lg-12:nth-of-type(4).active {
	background-color: var(--calculator_color_homeowner_insurance);
}

.mortgage-payments-col .col-lg-12.active {
	padding-left: 25px;
}

.mortgage-payments-col .col-lg-12.active h5 {
	color: #fff;
}

.mortgage-payments-col .col-lg-12.active p {
	color: #fff;
}

.mortgage-payments-col .col-lg-12.active p::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 25px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #fff;
}

/**/

.results-col p.dti-heading {
	font-size: 14px;
}

tspan {
	font-family: 'Montserrat', sans-serif;
}

.tip {
	padding-left: 15px;
	padding-right: 15px;
}

.tip .row {
	background-color: #beccf1;
	border-radius: 8px;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.23);
	box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.23);
}

.tip .row::before {
	content: url(../img/q.png);
	position: absolute;
	top: -20px;
	right: 15px;
}

.tip .row::after {
	content: url(../img/q2.png);
	position: absolute;
	bottom: -18px;
	left: 0;
}

.tip .row .col-lg-12 div {
	margin-right: 15px;
	margin-left: 15px;
}

.tip .row h5 {
	font-weight: 500;
	color: #0d5178;
	margin-bottom: 0;
}

.tip .row p {
	color: #fff;
	font-size: 14px;
}

.initial-col {
	padding-bottom: 60px;
	padding-top: 60px;
}

.initial-col img {

	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	top: 0;
	transition: top 0.15s ease-in-out;
}

.initial-col a:hover img {
	top: -10px;
}

/* textarea:active, 
input:active, 
textarea:focus, 
input:focus,
select:active, 
select:focus
{
   border-color: var(--calculator_color_primary);
} */

#mortgagechart {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* Zillow */
#zillow .property p,
#zillow .property .row div {
	margin: 0;
	padding-top: 5px;
	font-size: 14px;

}

#zillow .property .property_img {
	width: 100%;
}

.sale-col h3 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: var(--calculator_color_primary);
	margin: 0px 0 0 0;
	padding: 30px 0 10px 0;
	text-transform: none;
	letter-spacing: 0.2px;
}

.sale-col h3#arrows {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	margin: 20px auto 10px auto;
	max-width: 390px;
}

.sale-col h3#arrows span.text-or {
	padding: 10px 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
}

.sale-col h3#arrows::after {
	position: absolute;
	left: 0;
	bottom: -10px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	vertical-align: middle;
}

.sale-col h3#arrows::after {
	border-top-color: var(--calculator_color_primary);
}

.sale-col h3#arrows::before {
	position: absolute;
	left: 0;
	top: -10px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	vertical-align: middle;
}

.sale-col h3 {
	text-align: left;
}

.sale-col h3#arrows::before {
	border-bottom-color: var(--calculator_color_primary);
}

.sale-col h3#arrows::before,
.sale-col h3#arrows::after {
	left: 50%;
	transform: translateX(-50%);
	border-width: 10px;
}

a#get-property-value {
	margin-top: 0px;
}

[data-tip] {
	position: relative;

}

[data-tip]:before {
	content: '';
	/* hides the tooltip when not hovered */
	display: none;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid var(--calculator_color_primary);
	position: absolute;
	top: 45px;
	left: 90px;
	z-index: 8;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

[data-tip]:after {
	display: none;
	content: attr(data-tip);
	position: absolute;
	top: 52px;
	left: 50px;
	padding: 4px 8px;
	background: var(--calculator_color_primary);
	color: #fff;
	z-index: 9;
	font-size: 0.75em;
	height: 25px;
	line-height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
	display: block;
}

.btn.btn-new {
	font-size: 18px;
	font-weight: 300 !important;
	border-radius: 7px !important;
	width: 100%;
	padding: 20px 20px;
	margin: -10px 0px 0px 0px;
	background-color: var(--calculator_color_primary);
	opacity: 0.70;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.btn.btn-new:hover {
	opacity: 1;
}

h3.home-value-result:before {
	content: "►";
}

h3.home-value-result:after {
	content: "◄";
}

h3.home-value-result {
	font-size: 2rem;
}

/* CSS from CUSTOMIZER START */

/* Start Custom CSS For Calculator Plugin */

.for-buyers .ha-badge {
	display: none !important;
}

.for-sellers .ha-badge {
	display: none !important;
}

.ha-card-title {
	font-size: 20px !important;
	font-weight: 700 !important;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 700;
	font-style: bold;
}

.ha-card-p {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.for-buyers .ha-btn {
	background-color: transparent !important;
}

.ha-btn-text {
	color: var(--calculator_color_primary);
	font-size: 15px !important;
	font-family: "Lexend Deca", Sans-serif !important;
	text-decoration: underline !important;
}

.for-sellers .ha-btn {
	background-color: transparent !important;
}

button.btn.btn-new {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.col-lg-12 m-segment {
	border-radius: 7px !important;
}

input#current-value.form-control.prefix {
	font-size: 20px !important;
	color: var(--calculator_color_primary) !important;
}

input#current-value.form-control.prefix:focus {
	color: #000 !important;
}


.salingform {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.mortgage-payments-col .col-lg-12:nth-of-type(1).active {
	border-top-right-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
}

.mortgage-payments-col .col-lg-12 {
	border-top-right-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
}

.inner-form {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
	border-radius: 7px !important;
}

.hdi-results .hdi-wrap {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.home-value-result {
	display: none !important;
}

/* input#current-value.form-control.prefix {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px!important;
} 
.form-control{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px!important;
} */
.inner-mortgage-payments {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.ctaccc:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 28px;
	background: var(--calculator_color_primary);
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;

}

.ctaccc:hover {
	color: #fff;
}

.ctaccc span:hover {
	color: #000;
}

.ctaccc svg {
	position: relative;
	top: 0;
	margin-left: 10px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #111;
	stroke-width: 2;
	transform: translateX(-5px);
	transition: all 0.3s ease;
}

.ctaccc:hover:before {
	width: 100%;
	background: var(--calculator_color_primary);
	color: #fff;
}

.ctaccc:hover svg {
	transform: translateX(0);
}

.ctaccc:active {
	transform: scale(0.96);
}

.calc-container .calc-card {
	filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.15));
}

span.pre-loader-text {
	position: absolute;
	top: Calc(50% + 40px);
	text-align: center;
}

#mortgagechartjs {
	width: 250px !important;
	height: 250px !important;
}

div#mortgagechart {
	max-width: 250px;
}

#totalMortgagePayment-container {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#mortgagechartjs-container {
	position: relative;
}

#totalMortgagePayment-container span {
	display: block;
	color: #000;
}

#totalMortgagePayment-container span.title {
	line-height: 1.4em;
	font-size: 12px;
}

#totalMortgagePayment-container #totalMortgagePayment {
	margin-bottom: -5px;
	font-size: 24px;
}

div#mortgagechart {
	margin: 0px auto !important;
}

.sale-col h3.net-profit-title {
	padding-top: 10px;
}

a#calculate-house-assets {
	margin-top: 0px;
}

@media only screen and (max-width: 991px) {
	.calc-card {
		background-size: contain;
		background-position: center;
	}

	.loading-col {
		width: 100vw;
		position: fixed;
		height: 100vh;
		left: 0;
		top: 0;
		background: #f0f4f6;
		z-index: 1000;
	}

	.loader .text {
		font-size: 18px;
	}
}



@media only screen and (max-width: 645px) {
	.calc-container .calc-card {
		padding: 30px;
	}
}

@media only screen and (max-width: 465px) {
	.calc-container .calc-card {
		padding: 15px;
	}

	body.page-id-1155 .elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container {
		width: 100%;
	}

	body.page-id-1155 .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 0;
	}

	.calc-container {
		width: 100% !important;
		max-width: 100%;
	}
}

@media only screen and (max-width: 375px) {
	.calc-container .calc-card {
		padding: 0px;
	}
}

.card {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
	transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
	padding: 14px 80px 18px 36px;
	cursor: pointer;
}

.card:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card h3 {
	font-weight: 600;
}

.card img {
	position: absolute;
	top: 20px;
	right: 15px;
	max-height: 120px;
}

.card-1 {
	background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 80px;
}

.card-2 {
	background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 80px;
}

.card-3 {
	background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 80px;
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
	.calc-card {
		flex: 100%;
		max-width: 100%;
	}

}

@media only screen and (max-width: 768px) {
	.container.calc-container {
		position: relative;
		/* z-index: 222222222; */
		background-image: linear-gradient(180deg, rgba(235, 244, 249, 0.5) 0%, rgba(235, 244, 249, 0.5) 100%), url(../img/Asset-calc-background-new-d.png);
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: 130%;
		max-width: 1210px !important;
	}

	.calc-card {
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
		border-radius: 73px;
		flex: 40%;
		max-width: 40%;
		margin: 10px;
	}

	.calc-card .block-revealer__content {
		width: unset !important;
		margin: 0 auto;
	}

	.calc-container .calc-card {
		padding: 8px;
	}

	.ha-card-text p {
		font-size: 7px !important;
	}

	.calc-card .ha-card-title {
		font-size: 7px !important;
	}

	.ctaccc:before {
		width: 21px;
		height: 21px;
	}

	.ctaccc {
		padding: unset;
	}

	.ctaccc span {
		font-size: 3px;
	}
}

/* News Card css */
.cal-half .box {
	text-align: center;
	padding: 60px;
	background: white;
	border-radius: 8px;
	min-height: 622px;
	filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.15));
}


.cal-half .box .ha-card-figure {
	width: 400px;
	margin: auto !important;
}

.cal-half .initial-col .row {
	align-items: center;
}

.cal-half .box .ha-card-title {
	font-size: 20px;
	font-weight: 700;
	padding-top: 25px;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

.cal-half .box p {
	font-size: 14px;
	color: rgba(16, 24, 40, 0.7);
	line-height: 1.5;
	min-height: 87px;
}

.cal-half .box .btn-box {
	margin-top: 45px;
	margin-bottom: 25px;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.calc-col .form-col .btn.btn-new {
		font-size: 0.8rem !important;
		font-weight: 500 !important;
	}

	.calc-col .hdi-img {
		width: 75px;
	}

	.calc-col .hdi h3 {
		font-size: 18px;
		padding: 0px;
		margin: 0px;
		margin-bottom: 5px;
	}

	.calc-col .hdi p.mb-0 {
		font-size: 10px;
		line-height: 1.5;
		font-weight: 600 !important;
		margin: 0px;
	}

	.calc-col .hdi {
		width: calc(100% - 40px);
	}

	.cal-half .box {
		padding: 35px;
	}

	.cal-half .box .ha-card-figure {
		width: 95%;
		margin: auto !important;
	}

	.cal-half .box figure {
		width: 90%;
		margin: auto;
	}

	.ctaccc span {
		font-size: 12px;
	}

	.cal-half .box p {
		font-size: 9px;
		width: 270px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.cal-half .box .btn-box {
		margin-top: 30px;
		margin-bottom: 25px;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.cal-half .box {
		min-height: 460px;
	}

	.btn.btn-new {
		font-size: 1rem;
		padding: 15px 20px;
	}

	.results-col {
		margin-top: 20px;
	}

	.results-col .hdi h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.results-col .hdi p.mb-0 {
		font-size: 10px;
		line-height: 1.5;
		font-weight: 600 !important;
	}

	.cal-half .box .ha-card-figure {
		width: 80%;
		margin: auto !important;
	}

	.ctaccc {
		position: relative;
		margin: auto;
		padding: 19px 22px !important;
		transition: all 0.2s ease;
	}

	.cal-half .box .ha-card-figure {
		width: 80%;
		margin: auto !important;
	}

	.calc-container.cal-half {
		padding: 20px !important;
	}

	.cal-half .initial-col {
		padding-bottom: 0px;
		padding-top: 0px;
	}

	.cal-half .box figure {
		width: 70%;
		margin: auto !important;
		margin-top: 13% !important;
	}

	.calc-container.cal-half .box .ha-card-title {
		font-size: 18px !important;
		padding-top: 20px;
	}

	.cal-half .box {
		padding: 20px;
	}


	.cal-half .ctaccc:before {
		width: 30px;
		height: 30px;
		top: 15px;
		left: 9px;
	}

	.cal-half .ctaccc span {
		font-size: 8px;
	}

	.cal-half .box .btn-box {
		margin-top: 15px;
		margin-bottom: 40px;
	}
}

@media (min-width:320px) and (max-width:767.98px) {
	.cal-half .box {
		min-height: 460px;
	}

	.modalcalc {
		padding: 10px;
	}

	.modalcalc .modalcalc-right {
		border-radius: 30px;
		overflow: hidden;
		padding: 15px;
	}

	.modalcalc .modalcalc-right span.GreatNews {
		font-size: 26px;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.modalcalc .modalcalc-right .pp_modal-found {
		font-size: 18px;
		margin-top: 0px;
		text-align: center;
		margin-bottom: 30px;
	}

	.modalcalc .modalcalc-right p.emailText {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.5;
	}

	.modalcalc .modalcalc-right .pp_sign-up {
		font-size: 12px;
		padding-bottom: 15px;
	}

	.btn.btn-new {
		font-size: 0.8rem;
		padding: 15px 10px;
	}

	.modalcalc-body {
		display: grid;
		grid-template-columns: 100%;
		min-height: auto;
	}

	.modalcalc-body .modalcalc-left {
		display: none;
	}

	.inner-result.hdi-results {
		padding-left: 0px;
		padding-top: 20px;
	}

	.results-col .hdi-wrap {
		width: 100%;
		max-width: 100%;
	}

	.row.main-results-col {
		margin-right: 0px;
		display: flex;
		margin: 0px;
		gap: 15px;
		flex-direction: column;
		align-items: flex-start;
	}

	.results-col .hdi-results .hdi-wrap:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}

	.cal-half .box .ha-card-figure {
		width: 95%;
		margin: auto !important;
	}

	.cal-half .box figure {
		width: 100%;
		margin: auto;
		margin-top: 15%;
	}

	.calc-container {
		padding: 10px !important;
	}

	.cal-half .box {
		padding: 6%
	}

	.cal-half .box .btn-box {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.cal-half .ctaccc {
		padding: 0px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		background: var(--calculator_color_primary);
		border-radius: 25px;
	}

	.cal-half .ctaccc svg {

		margin-left: 14px;
	}

	.cal-half .ctaccc:before {
		display: none;
	}


	.cal-half .col-6:first-child {
		padding-right: 5px
	}

	.cal-half .col-6:last-child {
		padding-left: 5px
	}
}

@media only screen and (min-width:576px) and (max-width:767.98px) {
	.cal-half .box {
		padding: 15%;
	}

	.cal-half .box figure {
		width: 90%;
		margin: auto;
		margin-top: 15%;
	}

	/* .cal-half .box .ha-card-title {
		font-size: 12px;
		margin-top: 10px;
		width: 100%;
	} */

	.cal-half .box .btn-box {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width:320px) and (max-width:350px) {

	.cal-half .box figure {
		margin-top: 13% !important;
	}
}


body {
	overflow: hidden !important;
}

/* End Custom CSS For Calculator Plugin */

/* CSS from CUSTOMIZER End */






/* .for-buyers.calc-card:hover{
	box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px var(--box-shadow-color);
    transform: scale(1.02) translateZ(0);
    border-color: #42bbfb;
    border-top-color: rgb(66, 187, 251);
    border-right-color: rgb(66, 187, 251);
    border-bottom-color: rgb(66, 187, 251);
    border-left-color: rgb(66, 187, 251);
    background: #42bbfb;
border-radius: 7px!important;
} */

/* .for-sellers.calc-card:hover{
	
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0,0,0,0.11), 0 24px 46px var(--box-shadow-color);
    transform: scale(1.02) translateZ(0);
    border-color: #FF825C;
    background: #FF825C;
border-radius: 7px!important;
} */

/* .for-buyers .ha-btn{border-radius: 7px!important;}
.for-sellers .ha-btn{border-radius: 7px!important;} */