/** @format */
body {
	font-family: "Heebo" !important;
}
.u-center-text {
	text-align: center !important;
}

.estimated-font-value {
	background-color: black !important;
}

.u-margin-bottom-small {
	margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
	margin-bottom: 4rem !important;
}

.u-margin-top-big {
	margin-top: 5rem !important;
}

body {
	/* font-family: "Lato", sans-serif; */

	font-weight: 400;

	line-height: 1.7;

	color: #fff;

	/* background: #000; */
}
.checkbox-tools {
	border-radius: 0% !important;
}
.heading-primary {
	color: black;

	text-transform: uppercase;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	margin-bottom: 6rem;
}
.yellowbuttons {
	background-color: #ffba2f;
	color: #000000;
	padding: 10px;
	border-radius: 0%;
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
	width: auto !important;
	padding: 0px 40px;
	border-radius: 0% !important;
}
.heading-secondary {
	font-size: 3.5rem;

	text-transform: uppercase;

	font-weight: 700;

	color: transparent;

	letter-spacing: 0.2rem;

	line-height: 1;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

	color: black;
}

.btn,
.btn:link,
.btn:visited {
	text-transform: uppercase;

	text-decoration: none;

	padding: 1.5rem 4rem;

	display: inline-block;

	border-radius: 0.5rem;

	-webkit-transition: all 0.2s;

	transition: all 0.2s;

	position: relative;

	font-size: 1.6rem;

	border: none;

	cursor: pointer;
}

.btn:hover {
	-webkit-transform: translateY(-3px);

	transform: translateY(-3px);
}

.btn:hover::after {
	-webkit-transform: scaleX(1.4) scaleY(1.6);

	transform: scaleX(1.4) scaleY(1.6);

	opacity: 0;
}

.btn:active,
.btn:focus {
	outline: none;

	-webkit-transform: translateY(-1px);

	transform: translateY(-1px);

	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);

	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn--white {
	background-color: #fff;

	border: 1px solid !important;

	color: #777;
}

.btn--white::after {
	background-color: #fff;
}

.btn--green {
	/* background: linear-gradient(to right, #fc466b, #3f5efb); */

	background-color: white;

	color: black;

	border: 2px solid !important;
}

.btn--green::after {
	background-color: #55c57a;
}

*,
*::after,
*::before {
	margin: 0;

	padding: 0;

	-webkit-box-sizing: inherit;

	box-sizing: inherit;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-box-sizing: border-box;

	box-sizing: border-box;
}

.card {
	-webkit-perspective: 150rem;

	perspective: 150rem;

	-moz-perspective: 150rem;
}

.card__side {
	height: auto;

	-webkit-transition: all 0.8s ease;

	transition: all 0.8s ease;

	position: static;

	top: 0;

	left: 0;

	width: 100%;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	border-radius: 3px;

	overflow: hidden;

	-webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);

	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}

.card__side--front {
	background-color: #fff;
}

.card__side--front-1 {
	/* background: linear-gradient(-45deg, #f403d1, #64b5f6); */

	background-color: white;

	color: black;
}

.card__side--front-2 {
	/* background: linear-gradient(-45deg, #f321d7, #ffec61); */

	background-color: white;

	color: black;
}

.card__side--front-3 {
	/* background: linear-gradient(-45deg, #24ff72, #9a4eff); */

	background-color: white;

	color: black;
}

.card__side--back-1 {
	/* background: linear-gradient(-45deg, #64b5f6, #f403d1); */

	background-color: white;

	color: black;
}

.card__side--back-2 {
	/* background: linear-gradient(-45deg, #ffec61, #f321d7); */

	background-color: white;

	color: black;
}

.card__side--back-3 {
	/* background: linear-gradient(-45deg, #9a4eff, #24ff72); */

	background-color: white;

	color: black;
}

.card__title {
	height: auto;

	margin-top: 30px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;
}

.card__title--1 .fas {
	font-size: 5rem;
}

.card__title--2 .fas {
	font-size: 5rem;
}

.card__title--3 .fas {
	font-size: 5rem;
}

.card__heading {
	font-size: 4rem;

	font-weight: 300;

	text-transform: uppercase;

	text-align: center;

	color: black;

	width: 75%;
}

.card__heading-span {
	padding: 1rem 1.5rem;

	-webkit-box-decoration-break: clone;

	box-decoration-break: clone;
}

.card__details {
	padding: 0 2rem 2rem;
}

.card__details ul {
	list-style: none;

	width: auto;

	margin: 0 auto;
}

.card__details ul li {
	text-align: center;

	font-size: 1.5rem;

	padding: 1rem;
}

.card__details ul li:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.card__cta {
	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	width: 90%;

	text-align: center;
}

.card__price-box {
	text-align: center;

	color: black;

	margin-bottom: 8rem;
}

.card__price-only {
	font-size: 1.4rem;

	text-transform: uppercase;
}

.card__price-value {
	font-size: 6rem;

	font-weight: 100;
}

.row {
	max-width: 114rem;

	margin: 0 auto;
}

.row:not(:last-child) {
	margin-bottom: 5rem;

	margin-top: 5rem;
}

.row::after {
	content: "";

	display: table;

	clear: both;
}

.row [class^="col-"] {
	float: left;
}

.row [class^="col-"]:not(:last-child) {
	margin-right: 6rem;
}

.row .col-1-of-3 {
	width: calc((100% - 2 * 6rem) / 3);
}

/* CUSTOM CSS */

.flex-container {
	display: flex;

	justify-content: center;

	align-items: center;

	flex-wrap: wrap;

	margin-bottom: 80px;
}

.flex-container > div {
	text-align: left;

	font-size: 30px;

	margin: 10px;

	width: 380px;

	height: auto;
}

/* FOR CHECKBOX OR RADIO BUTTONS */

.filter-switch label {
	cursor: pointer;
}

.filter-switch-item input:checked + label {
	color: inherit;
}

.filter-switch-item input:not(:checked) + label {
	--bg-opacity: 0;

	box-shadow: none;
}

/* _________________________________________ */

:root {
	--white: #ffffff;

	--light: #f0eff3;

	--black: #000000;

	--dark-blue: #1f2029;

	--dark-light: #353746;

	--red: #da2c4d;

	--yellow: #f8ab37;

	--grey: #ecedf3;
}

body {
	width: 100%;

	overflow-x: hidden;

	/* font-family: Poppins, sans-serif; */

	font-size: 17px;

	line-height: 30px;

	-webkit-transition: all 0.3s linear;

	transition: all 0.3s linear;
}

p {
	/* font-family: Poppins, sans-serif; */

	font-size: 17px;

	line-height: 30px;

	color: var(--white);

	letter-spacing: 1px;

	font-weight: 500;

	-webkit-transition: all 0.3s linear;

	transition: all 0.3s linear;

	font-weight: bold;
}
.bg-graay {
	background: #6d6d6d;
}

.bg-yellow {
	background: #ffba2f;
}

.text-yellow {
	color: #ffba2f;
}

::-moz-selection {
	color: var(--white);

	background-color: var(--black);
}

.section {
	position: relative;

	width: 86%;

	display: block;

	text-align: center;

	margin: 0 auto;
}

.over-hide {
	overflow: hidden;
}

.z-bigger {
	z-index: 100 !important;
	width: 440px;
}

.background-color {
	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: var(--white);

	z-index: 1;

	-webkit-transition: all 0.3s linear;

	transition: all 0.3s linear;
}

.irs-line {
	background-color: #000000 !important;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;

	left: -9999px;

	width: 0;

	height: 0;

	visibility: hidden;
}

.checkbox:checked + label,
.checkbox:not(:checked) + label {
	position: relative;

	width: 70px;

	display: inline-block;

	padding: 0;

	margin: 0 auto;

	text-align: center;

	margin: 17px 0;

	margin-top: 100px;

	height: 6px;

	border-radius: 4px;

	background-image: linear-gradient(298deg, var(--red), var(--yellow));

	z-index: 100 !important;
}

.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
	position: absolute;

	/* font-family: unicons; */

	cursor: pointer;

	top: -17px;

	z-index: 2;

	font-size: 20px;

	line-height: 40px;

	text-align: center;

	width: 40px;

	height: 40px;

	border-radius: 50%;

	-webkit-transition: all 0.3s linear;

	transition: all 0.3s linear;
}

.checkbox:not(:checked) + label:before {
	content: "\eac1";

	left: 0;

	color: var(--grey);

	background-color: var(--dark-light);
}

.checkbox:checked + label:before {
	content: "\eb8f";

	left: 30px;

	color: var(--yellow);

	background-color: var(--dark-blue);

	box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p {
	color: var(--dark-blue);
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
	position: relative;

	display: inline-block;

	padding: 10px 20px;

	width: auto;

	font-size: 12px;

	line-height: 11px;
	border-radius: 20px !important;
	letter-spacing: 0px;

	margin: 0 auto;

	/* margin-left: 5px; */

	/* margin-right: 5px; */

	/* margin-bottom: 10px; */

	text-align: center;

	border-radius: 4px;

	overflow: hidden;

	cursor: pointer;

	text-transform: uppercase;

	color: var(--grey);

	-webkit-transition: all 0.3s linear;

	transition: all 0.3s linear;
}

.checkbox-tools:not(:checked) + label {
	background-image: linear-gradient(to top, #fde9c6, #ffffff);
	border: 1px solid #f8510f;
	color: #f8510f;
}

.checkbox-tools:checked + label:hover {
	background-image: linear-gradient(to right, #f5ae34, #d3430b);
}

.checkbox-tools:not(:checked) + label:hover {
	background-image: linear-gradient(to right, #fab743, #f8510f);
}

.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before {
	position: absolute;

	content: "";

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-image: linear-gradient(to right, #fab743, #f8510f);
	border-radius: 30px;

	z-index: -1;
}

.checkbox:checked
	~ .section
	.container
	.row
	.col-12
	.checkbox-tools:not(:checked)
	+ label {
	background-color: var(--light);

	color: var(--dark-blue);

	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.link-to-page {
	position: fixed;

	top: 30px;

	right: 30px;

	z-index: 20000;

	cursor: pointer;

	width: 50px;
}

.link-to-page img {
	width: 100%;

	height: auto;

	display: block;
}

/* _________________________________________ */
@media only screen and (max-width: 300px) {
	#textBoxForEstimatedAmountRaised {
		width: 100px;
	}
}

#tbodyOfFirstInputTable tr th {
	padding-left: 30px;
	font-weight: 300;
}
#tbodyOfFirstInputTable tr,
#tbodyOfFirstInputTable td,
#tbodyOfFirstInputTable th {
	font-weight: 300;
}

.forMakingTableFirstColumnSmall th {
	width: 20px;
}

/* #tbodyOfChooseYourPlansOptions tr td:nth-child(4) {
} */

/* $('table td:nth-child(1)').hide(); */
