
.pricing-section{
	position: relative;
}

.pricing-section .sec-title p{
	color: #000;
	margin-top: 21px;
}

.pricing-section .pattern-layer{
	position: absolute;
	left: 0px;
	top: -330px;
	width: 100%;
	height: 1216px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.pricing-table-one .inner-box{
	position: relative;
	display: block;
	padding: 55px 40px 120px 40px;
}

.pricing-table-one .inner-box .block-shape{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pricing-table-one .inner-box .table-header h5{
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.pricing-table-one .inner-box .table-header h2{
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 10px;
}

.pricing-table-one .inner-box .table-header{
	margin-bottom: 32px;
}

.pricing-table-one .inner-box .table-content{
	position: relative;
	display: block;
	border: 1px solid #E5E5E5;
	border-radius: 20px;
	padding: 20px 30px;
	margin-bottom: 40px;
}

.pricing-table-one .inner-box .feature-list li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 10px;
}

.pricing-table-one .inner-box .feature-list li:before{
	position: absolute;
	content: '\e925';
	font-family: 'icomoon';
	left: 0px;
	top: -1px;
}

.pricing-table-one .inner-box .feature-list li:last-child{
	margin-bottom: 0px;
}

.pricing-table-one.light-block .inner-box .table-header h2,
.pricing-table-one.light-block .inner-box .table-header p,
.pricing-table-one.light-block .inner-box .feature-list li{
	color: #fff;
}

.pricing-table-one.light-block .inner-box .table-content{
	border: 1px solid rgba(255, 255, 255, 0.15)
}

.pricing-table-one.light-block .inner-box .theme-btn-one:hover{
	color: #000 !important;
	background: #fff;
}

.pricing-table-one.light-block .inner-box .theme-btn-one:before{
	background: #fff;
}

.pricing-section .inner-content .shape{
	position: absolute;
	left: -100px;
	bottom: -24px;
	width: 293px;
	height: 293px;
	background-repeat: no-repeat;
}

.pricing-section .image-layer{
	position: absolute;
	left: 0px;
	bottom: 15px;
}


/** pricing-style-two **/

.pricing-style-two{
	position: relative;
	padding: 120px 0px 270px 0px;
}

.pricing-style-two .sec-title p{
	color: #000;
	margin-top: 21px;
}

.pricing-style-two .tab-btns:before{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  width: 100px;
  content: "";
  border-radius: 30px;
}

.pricing-style-two .tab-btns li{
  position: relative;
  display: inline-block;
  min-width: 145px;
  font-size: 16px;
  padding: 10px 50px 10px 0px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-style-two .tab-btns li:last-child{
  padding-right: 0;
  padding-left: 62px;
  text-align: left;
}

.pricing-style-two .tab-btns li.active-btn:before {
  right: 2px;
}

.pricing-style-two .tab-btns li:before {
  position: absolute;
  top: 5px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  content: "";
  right: -45px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-style-two .tab-btns li:last-child:before{
  display: none;
}

.pricing-table-two .inner-box{
	position: relative;
	display: block;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
	border-radius: 610px;
	padding: 80px 40px;
}

.pricing-table-two .inner-box .table-header{
	margin-bottom: 35px;
}

.pricing-table-two .inner-box .table-header h2{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	background: #EFF5E5;
	font-size: 40px;
	font-weight: 600;
	border-radius: 50%;
	margin-bottom: 24px;
}

.pricing-table-two .inner-box .table-header span{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.pricing-table-two .inner-box .table-header p{
	max-width: 290px;
	margin: 0 auto;
}

.pricing-table-two .inner-box .table-content{
	position: relative;
	display: block;
	border: 1px solid #E5E5E5;
	border-radius: 20px;
	padding: 20px 30px;
	margin-bottom: 40px;
	text-align: left;
}

.pricing-table-two .inner-box .feature-list li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #000;
}

.pricing-table-two .inner-box .feature-list li:before{
	position: absolute;
	content: '\e925';
	font-family: 'icomoon';
	left: 0px;
	top: -1px;
}

.pricing-table-two .inner-box .feature-list li:last-child{
	margin-bottom: 0px;
}

.pricing-table-two.active-block .inner-box{

}

.pricing-table-two.active-block .inner-box .table-header h2{
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.pricing-table-two.active-block .inner-box .table-header span,
.pricing-table-two.active-block .inner-box .table-header p,
.pricing-table-two.active-block .inner-box .feature-list li,
.pricing-table-two.active-block .inner-box .feature-list li:before{
	color: #fff;
}

.pricing-table-two.active-block .inner-box .theme-btn-one{
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
}

.pricing-style-two .pattern-layer .pattern-1{
	position: absolute;
	left: 72px;
	top: 180px;
	width: 180px;
	height: 180px;
	background-repeat: no-repeat;
}

.pricing-style-two .pattern-layer .pattern-2{
	position: absolute;
	left: 120px;
	top: 70px;
	width: 295px;
	height: 295px;
	border-radius: 50%;
	background: linear-gradient(138.78deg, #FFFFFF -2.71%, rgba(255, 255, 255, 0) 79.68%);
	-webkit-animation: zoom-fade 6s infinite linear;
    animation: zoom-fade 6s infinite linear;
}