
.pricing-section{
  padding: 110px 0px;
  background: #F3F8FC;
}

.pricing-section .tab-btn-box .tab-btns:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  width: 80px;
  content: "";
  border-radius: 30px;
  background: #F7F7F7;
  border: 1px solid #E9E9E9;
}

.pricing-section .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  min-width: 160px;
  text-align: right;
  font-size: 16px;
  padding: 10px 50px 10px 0px;
  line-height: 20px;
  color: #777;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li:last-child{
  padding-right: 0;
  padding-left: 50px;
  text-align: left;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn:before {
  right: 3px;
}

.pricing-section .tab-btn-box .tab-btns li:before {
  position: absolute;
  content: "";
  top: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--title-color);
  right: -38px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-section .tab-btn-box .tab-btns li:last-child:before{
  display: none;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background: var(--white-color);
  padding: 50px 30px;
  border-radius: 10px;
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.pricing-block-one .pricing-table .table-header h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.pricing-block-one .pricing-table .table-header h2{
  display: block;
  font-size: 52px;
  line-height: 62px;
  font-weight: 600;
  margin-bottom: 8px;
}

.pricing-block-one .pricing-table .table-header h2 span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
}

.pricing-block-one .pricing-table .table-header .icon-box{
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 90px;
  color: var(--title-color);
}

.pricing-block-one .pricing-table .table-header p{
  font-size: 16px;
  line-height: 26px;
}

.pricing-block-one .pricing-table .feature-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding-left: 21px;
  margin-bottom: 20px;
}

.pricing-block-one .pricing-table .feature-list li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .feature-list li:before{
  position: absolute;
  content: '';
  border: 2px solid var(--title-color);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: 0px;
  top: 5px;
}

.pricing-block-one .pricing-table .table-content{
  margin-bottom: 40px;
}


.pricing-section.pricing-page{
  background: #fff;
  padding-top: 130px;
}

.pricing-section.pricing-page .pricing-block-one .pricing-table{
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}































