body {
  -webkit-font-smoothing: antialiased;
}

.b-tooltips .b-tooltip:not(:last-child){
  margin-right: .5em
}

.b-tooltips .b-tooltip {
  margin-bottom: .5em
}

#vm-pricing h1 {
  color: #585858;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding: 50px;
}

#vm-pricing h2 {
  color: #686868;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 50px;
}

.fab-element {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 9999;
}

section {
  background: transparent;
  color: #7a90ff;
  padding: 5em 0 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
}


.table.pricing-table {
  text-align:center;
  padding-left:200px;
  padding-right:200px;
  background-color: transparent;
  margin: 20px;
  border: 1px solid #ddd;
}

.table thead tr:not(:last-child) th {
  padding: 5px;
  border-bottom: 0px;
}

.table thead tr th {
  position: -webkit-sticky;
  position: sticky;
  top: 63;
  z-index: 1;
  background: #fff;
}

.table thead tr:nth-child(2) th {
  top: 177px;
}

.table th h3 {
  font-size: 28px !important;
  font-weight: bold;
  color: #585858;
}

.table th p {
  color: #858585;
}

.table th p.payment-price {
  color: #7a7665;
  font-size: 20px;
  margin: 10px;
}

.table tbody tr.primary-header{
  background-color: #ffdd5761;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.table tbody tr.primary-header td {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}

.table tbody tr.secondary-header {
  background-color: #ffbc001c;
  color: #494747;
  font-weight: bold;
  font-size: 18px;
}

.text-center,
.table th.text-center,
.table td.text-center {
  text-align: center;
}

.table tbody th,
.table tbody td {
  color: #626262;
  padding: 20px 5px 20px;
  border-width: 1px 1px;
}


.table th.text-left,
.table td.text-left {
  text-align: left;
}

.table th.middle, 
.table td.middle {
  vertical-align: middle;
}

tr.group-expand td {
  padding: 5px;
  background-color: #f5f5f5;
  cursor: pointer;
}

td.no-brd-lft {
  border-right: 0px solid transparent;
}

.text-sm {
  font-size: 15px;
}

.text-md {
  font-size: 18px;
}

.h4-para  {
  font-size: 20px;
  color: #808080;
  text-align: center;
  margin: 20px;
}

.icon.info-icon {
  color: #a9a9a9;
} 

.material-icons.info-icon {
  font-size: 17px;
  vertical-align: middle;
  color: #afafaf;
  margin-right: 10px;
  cursor: pointer;
}

.heading {
  display: block;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #606060;
  font-weight: bold;
}


.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
  align-content: space-around;
}

.pricing-price.price {
  font-size: 20px;
  margin: 20px 0 0;
  color: #d7d7d7;
}

.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 390px;
  flex: 0 1 390px;
  align-content: center;
}

.pricing-action{
  color: inherit;
	border: none;
	background: none;
}

.pricing-action:focus{
    outline: none;
}

.pricing-feature-list {
	text-align: left;
}

.pricing-palden .pricing-item {
	font-family: 'Open Sans', sans-serif;
	cursor: default;
	color: #4c4665fc;
	background: #fff;
	box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
	border-radius: 20px 20px 10px 10px;
	margin: 1em;
}

@media screen and (min-width: 66.250em) {
	.pricing-palden .pricing-item {
		margin: 1em -0.5em;
	}
	.pricing-palden .pricing__item--featured {
		margin: 0;
		z-index: 10;
		box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
	}
}
.pricing-palden .pricing-deco {
	border-radius: 10px 10px 0 0;
  background: #4a4a4a;
	padding: 3em 0 7em;
	position: relative;
}

.pricing-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.pricing-title {
	font-size: 0.75em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}

.deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px,0,0);
  transform: translate3d(15px,0,0);
}

.pricing-item:hover.deco-layer--2 {
  -webkit-transform: translate3d(-15px,0,0);
  transform: translate3d(-15px,0,0);
}

.pricing-price {
	font-size: 2.5em;
	font-weight: bold;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}

.pricing-currency {
	font-size: 0.15em;
	vertical-align: top;	
}

.pricing-period {
	font-size: 0.15em;
	padding: 0 0 0 0.5em;
	font-style: italic;
}

.pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}

.pricing-feature-list {
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: disc;
	text-align: center;
}

.pricing-feature {
	padding: 0.6em 0;
  text-align: left;
  margin: 0 2.5em;
}

.smaller-text {
  font-size: 13px;
  color: #808080;
}

.pricing-action {
	font-weight: bold;
	margin: auto 3em 2em 3em; 
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
    background: #4d4766;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pricing-action:hover, .pricing-action:focus{
  background-color: #100A13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
	padding: 5em 0 8.885em 0;
}






