/*# sourceMappingURL=pricing-table.css.map */

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-badge {
	position: absolute;
	top: 0;
	padding: 10px 10px;
	background-color: var(--primaryColor);
	color: #fff;
	line-height: 1;
	z-index: 1;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-title {
	margin-bottom: 12px;
	color: #1c2539;
	font-size: 24px;
	line-height: 30px;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-header p {
	padding-bottom: 10px;
	color: #777;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-price-tag {
	margin-bottom: .5rem;
	color: #1c2539;
	font-weight: 700;
	font-size: 40px;
	line-height: normal;
	position: relative;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-price-tag .rt-pricing-table-price-text {
	font-weight: 700;
	margin-left: -10px;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-period {
	color: #777;
	font-size: 16px;
	display: block;
	font-weight: 400;
	padding-top: 5px;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price.display-inline .rt-pricing-table-period {
	position: relative;
	padding-left: 16px;
	display: inline-block;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price.display-inline .rt-pricing-table-period:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 2px;
	position: absolute;
	left: 0;
	transform: rotate(20deg) translateY(-50%);
	top: 50%;
	background: #f2f2f2;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	border-bottom: 2px solid #e9ecf1;
	padding-bottom: 25px;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li {
	margin-bottom: 8px;
	font-size: 16px;
	color: #777;
	display: flex;
	align-items: center;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li.active i {
	color: var(--primaryColor);
	font-size: 18px;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li.deactive {
	color: #5d666f;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li i {
	margin-right: 10px;
	min-width: 15px;
	font-size: 16px;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-btn {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 40px;
	background-color: var(--primaryColor);
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	transition: all .3s;
	text-align: center;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-icon {
	position: relative;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-icon i {
	position: relative;
	transition: all .4s ease 0s;
	text-align: center;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 {
	position: relative;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price {
	background: var(--primaryColor);
	display: inline-block;
	position: absolute;
	top: -10%;
	left: 0;
	padding: 18px 40px;
	text-align: right;
	animation: jump-1 5s linear infinite;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-header {
	padding-top: 95px;
	border-bottom: 1px solid #eae2e2;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-header p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price .rt-pricing-table-price-tag .rt-pricing-table-price-text {
	margin: 0;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price-tag {
	margin-bottom: 0;
}

.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-period {
	margin-top: 0;
}
