<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* rt-pricing-table element-five */

.rt-pricing-table.element-five{
}

.rt-pricing-table.element-five &gt; .holder{
	position:relative;
	overflow:hidden;
	background-color:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	text-align:center;
}

.rt-pricing-table.element-five.spotlight &gt; .holder{
	box-shadow:0px 0px 30px rgba(5,6,6,0.14);
}

.rt-pricing-table.element-five &gt; .holder &gt; .title{
	padding:55px 20px 45px 20px;
}

.rt-pricing-table.element-five &gt; .holder &gt; .title &gt; *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-five &gt; .holder &gt; .title h4{
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:500;
	font-size:18px;
	color:#504e4e;
	line-height:30px;
	letter-spacing:3px;
}

.rt-pricing-table.element-five &gt; .holder &gt; .title h5{
	margin-bottom:17px;
	text-transform:uppercase;
	font-weight:500;
	font-size:55px;
	line-height:30px;
}

.rt-pricing-table.element-five &gt; .holder &gt; .title h5 span{
	font-weight:300;
	font-size:30%;
	color:#504e4e;
}

.rt-pricing-table.element-five &gt; .holder &gt; .list{
	padding:0px 15px 0px 15px;
}

.rt-pricing-table.element-five &gt; .holder &gt; .list &gt; *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-five &gt; .holder &gt; .list ul{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:200px;
	text-align:left;
}

.rt-pricing-table.element-five &gt; .holder &gt; .list ul li{
	margin-bottom:15px;
	color:#504e4e;
}

.rt-pricing-table.element-five &gt; .holder &gt; .data{
	padding:50px 15px 70px 15px;
}

.rt-pricing-table.element-five &gt; .holder &gt; .data &gt; *:last-child{
	margin-bottom:0 !important;
}

.rt-pricing-table.element-five &gt; .holder &gt; .data .btn{
	margin-bottom:15px;
	padding:15px 50px 16px 50px;
	border:none;
	border-radius:30px;
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
	color:#fff;
	line-height:25px;
	letter-spacing:1px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.rt-pricing-table.element-five &gt; .holder &gt; .data .btn:hover{
	box-shadow:0px 4px 20px -5px rgba(0,0,0,0.5);
	transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
}</pre></body></html>