.features-table th,
.features-table td {
	border: 0
}

.features-table td {
	vertical-align: middle;
}

.features-table th:nth-child(4) {
	font-size: 20px;
}

.features-table td,
.features-table th {
	width: 120px;
	padding: 2rem 0.25rem 0rem;
}

.features-table td {
	border-right: 1px solid #dee2e6;
}

.features-table td:nth-child(3),
.features-table td:nth-child(4),
.features-table th:nth-child(3), 
.features-table th:nth-child(4) {
	border-right: 0px;
}

h1 {
	font-size: 28px;
}

.features-table th {
	font-size: 17.5px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.features-table td:nth-child(1),
.features-table th:nth-child(1) {
	width: 140px;
	padding-right: 0.60rem;
	padding-left: 0
}

.features-table td:nth-child(1) {
	font-size: 16px;
	text-align: left;
	line-height: 22px;
}

.features-table th:nth-child(4) {
	padding: 0rem;
}

.features-table th:nth-child(4) .inner {
	font-size: 20px;
	background-color: rgba(185, 150, 247, 0.25);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: 'Calistoga', cursive;
	padding: 1.6rem 0.25rem 0rem;
	padding-bottom: 20px;
}

.features-table tr:nth-last-child(1) td {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 20px;
}

.features-table td:nth-child(4) {
	background-color: rgba(185, 150, 247, 0.25);
}

.features-table td:nth-child(4) .fa-check {
	background-color: var(--bs-milka);
	color:white;
}

.features-table td .fa-check {
	color: var(--bs-milka);
	background-color: rgba(185, 150, 247, 0.25);
	width: 24px;
    height: 24px;
	border-radius: 50%;
	position: relative;
	font-size: 12px;
}

.features-table td .fa-check::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.features-table td .fa-times {
	background-color: rgba(230, 0, 35, 0.20);
	color: var(--bs-pinterest);
	width: 24px;
    height: 24px;
	border-radius: 50%;
	position: relative;
	font-size: 12px;
}

.features-table td .fa-times::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.features-table {
	width: 500px;
	height: 140px;
	overflow-y: scroll;
}

.features-table th {
	background: var(--bs-grey250);;
	position: sticky;
	top: 0;
	z-index: 10;
}

.scrollme {
	overflow-x: scroll;

}

.scrollme::-webkit-scrollbar {
	display: none;
}
.scrollme {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.features-table sup {
	top:-20px;
}
.mn-2 {
	margin-top: -5px;
}
.mnx-2 {
	position:absolute;
	left:-10px;
	right:-10px;
}
.pb-custom {
	padding-bottom: 50px !important;
}

@media (min-width: 768px) {
	.features-table td:nth-child(1),
	.features-table th:nth-child(1) {
		width: 240px;
		padding-left: 0
	}

	.features-table {
		width: 600px;
	}
}
.btn-cta:hover {
    background-image: linear-gradient(63deg,rgba(192,255,248,1) 0,rgba(227,211,255,1) 80%);
    border: solid 4px transparent;
    background-origin: border-box;
    box-shadow: 4px 1000px 1px #fff inset;
    color: #3D4043;
}
.btn-cta {
	background-image: linear-gradient(63deg,rgba(192,255,248,1) 0,rgba(227,211,255,1) 80%);
    background-origin: border-box;
    box-shadow: none;
    border: solid 4px transparent;
    color: #3D4043;
	border-radius: 35.5px;
}
footer h6 {
	font-size: 16px;
	text-transform: uppercase;
}