Pricing Tables 17

Home » Components » Pricing Tables » Pricing Tables 17

Pricing Tables 17

Personal

$40

  • Lorem Ipsum
  • Contrary to popular
  • Leap electronic
  • Lorem Ipsum
Register Now

Business

$80

  • Lorem Ipsum
  • Contrary to popular
  • Leap electronic
  • Lorem Ipsum
Register Now

Corporation

$120

  • Lorem Ipsum
  • Contrary to popular
  • Leap electronic
  • Lorem Ipsum
Register Now

Personal

$40

  • Lorem Ipsum
  • Contrary to popular
  • Leap electronic
  • Lorem Ipsum
Register Now

Business

$80

  • Lorem Ipsum
  • Contrary to popular
  • Leap electronic
  • Lorem Ipsum
Register Now

Corporation

$120

  • Lorem Ipsum
  • Contrary to popular
  • Leap electronic
  • Lorem Ipsum
Register Now
/* ===== Pricing Tables 17 ===== */

#pricing-tables-17 {
	background: #ECECEC;
}

#pricing-tables-17 .card, 
#pricing-tables-17 .card-header {
	border-radius: 0;
}

#pricing-tables-17 .col:nth-child(2) .card {
	-webkit-transform: translatey(-15px);
	    -ms-transform: translatey(-15px);
	        transform: translatey(-15px);
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
	background: #fff;
}

#pricing-tables-17 i {
	color: var(--bs-primary)
}

#pricing-tables-17 h2 {
	font-weight: 300;
	margin-bottom: 1.5rem;
}

#pricing-tables-17 ul {
	list-style-type: none;
	padding-left: 0;
}

#pricing-tables-17 ul li {
	padding: 15px;
	border-bottom: 2px solid #eee;
	color: #666666;
}

#pricing-tables-17 ul li:last-child {
	border: none;
}

#pricing-tables-17 .btn {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 25px;
	border-radius: 0;
}

@media(max-width: 992px) {
	
	#pricing-tables-17 .col:nth-child(2) {
		padding-bottom: initial;
		-webkit-transform: translatey(0);
		    -ms-transform: translatey(0);
		        transform: translatey(0);
	}
}