  /* color for all Ì¨ÍåSWAG links */
section a:not(.btn-planswell) {
	color: #16a55a;
}

/* ReMove Margin Bottom */

.rm-mb p {
	margin-bottom: 0;
}

.image-and-text .main-img {
    z-index: 2;
}

/* main section/post title */

.main-title {
	color: #3c4142;
	font-weight: 700;
}

.text-black {
	color: #000;
}

.text-planswell-light {
	color: #8ac1a4
}

.btn-planswell {
	border-radius: 30px;
	padding: 8px 20px;
	transition-timing-function: steps(150, end);
}

.bg-planswell {
	background-color: #16a55a;
}

.bg-planswell-white {
    background-color: #fff;
}

.text-planswell {
	color: #16a55a;
}

.mxw-720 {
	max-width: 720px;
}

.mb-up-50 {
	transform: translateY(-50%);
}

/* iframe calculator */

.iframe-calculator {
	border: none;
	width: 100%;
}

.iframe-calculator #root > div {
	background-color: #fff;
}

/* @media screen and (min-width: 1138px) {
	.iframe-calculator {
		height: 492px;
	}
}

@media screen and (min-width: 510px) and (max-width: 1137px) {
	.iframe-calculator {
		height: 840px;
	}
}

@media screen and (max-width: 509px) {
	.iframe-calculator {
		height: 1004px;
	}
} */

/* end of iframe calculator */


@media screen and (max-width: 576px) {
	.col-0 {
		flex: 0 0 0%;
		min-width: 0%;
	}
}

/* blocks component */
.block-single-image {
	height: 70px;
    min-width: 125px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* shared component */

	/* button effects */
	.hvr-fade:hover {
		transition: .6s;
		background-color: #05823f!important;
		color: #fff!important;
	}
