
/** pricing-section **/

.pricing-section{
  position: relative;
}

.pricing-section .tab-btns:before{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  width: 70px;
  content: "";
  border: 1px solid #E5E5E5;
  border-radius: 20px;
}

.pricing-section .tab-btns li{
  position: relative;
  display: inline-block;
  min-width: 145px;
  font-size: 18px;
  padding: 6px 40px 6px 0px;
  line-height: 28px;
  color: #101A30;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .tab-btns li:last-child{
  padding-right: 0;
  padding-left: 55px;
  text-align: left;
}

.pricing-section .tab-btns li.active-btn:before {
  right: -2px;
}

.pricing-section .tab-btns li:before {
  position: absolute;
  top: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  content: "";
  right: -32px;
  background: #fff;
  background: var(--theme-color);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-section .tab-btns li:last-child:before{
  display: none;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  background: #EBF5E9;
  padding: 50px 30px 44px 30px;
}

.pricing-block-one .pricing-table .table-header .icon-box{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.pricing-block-one .pricing-table .table-header h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 42px 30px 50px 30px;
}

.pricing-block-one .pricing-table .feature-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 14px;
}

.pricing-block-one .pricing-table .feature-list li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table h2{
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--theme-color);
}

.pricing-block-one .pricing-table p{
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 41px;
}

.pricing-block-one .pricing-table.st2 h2{
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
  color: var(--theme-color);
}

.pricing-block-one .pricing-table.st2 p{
  display: block;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}

.pricing-block-one .pricing-table.st2 h2 span{
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.pricing-block-one .pricing-table .theme-btn{
  border: 2px solid rgba(16, 26, 48, 0.1);
  color: #101A30 !important;
}

.pricing-block-one .pricing-table .theme-btn:hover{
  color: #fff !important;
}

.pricing-block-one .pricing-table .theme-btn:hover{
  border-color: #0E1D40;
  background: #0E1D40;
}

.pricing-block-one .pricing-table .theme-btn span{
  padding: 16px 43px;
}


.pricing-block:nth-of-type(n+5) {
  margin-top: 40px;
}



.project-details table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  font-size: .9rem;
}

@media (min-width: 1200px) {
  .project-details table {
    font-size: 1rem;
  }
}

.project-details caption,
.project-details th,
.project-details td {
  padding: .75rem;
}

.project-details table > caption:first-child,
.project-details table thead:first-child th {
  padding-top: 0;
}

.project-details td:first-of-type,
.project-details th:first-of-type {
  padding-left: 1rem;
  padding-right: 0;
}

.project-details td:last-of-type,
.project-details th:last-of-type {
  padding-left: 0;
  padding-right: 1rem;
}

.project-details td {
  position: relative;
}

.project-details td:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(20, 20, 20, .08);
}

.project-details td:first-of-type:before {
  left: 1rem;
}

.project-details td:last-of-type:before {
  right: 1rem;
}

.project-details tr:last-of-type td:before {
  content: none;
}


@media (min-width: 768px) {
  .project-details caption,
  .project-details th,
  .project-details td {
    padding: 1rem;
  }

  .project-details td:first-of-type,
  .project-details th:first-of-type {
    padding-left: 1.5rem;
  }

  .project-details td:last-of-type,
  .project-details th:last-of-type {
    padding-right: 1.5rem;
  }

  .project-details td:first-of-type:before {
    left: 1.5rem;
  }

  .project-details td:last-of-type:before {
    right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .project-details caption,
  .project-details th,
  .project-details td {
    padding: 1.5rem;
  }

  .project-details td:first-of-type,
  .project-details th:first-of-type {
    padding-left: 2rem;
  }

  .project-details td:last-of-type,
  .project-details th:last-of-type {
    padding-right: 2rem;
  }

  .project-details td:first-of-type:before {
    left: 2rem;
  }

  .project-details td:last-of-type:before {
    right: 2rem;
  }
}

.project-details caption {
  text-align: center;
  background-color: #f5f5f5;
  color: #494949;
  font-weight: 600;
}

.project-details thead {
  vertical-align: bottom;
  white-space: nowrap;
}

.project-details th,
.project-details td {
  margin: 0;
  overflow: visible;
  background-color: #f5f5f5;
}

.project-details thead th {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--faded-color);
  background-color: transparent;
}

.project-details tbody tr:first-of-type td:first-of-type {
  border-radius: 5px 0 0 0;
}

.project-details tbody tr:first-of-type td:last-of-type {
  border-radius: 0 5px 0 0;
}

.project-details tbody tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 5px;
}

.project-details tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 5px 0;
}

.project-details table .project-id {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px 1px;
  text-decoration: none;
  background-color: #00b951;
  color: #ffffff;
}

.project-details table .project-status {
  font-size: .8rem;
  padding: 4px 8px;
  border-radius: 5px;
}

.project-details table .status-paid {
  background-color: #00b951;
  color: #ffffff;
}

.project-details table .status-scheduled {
  background-color:  #4983C3;
  color: #ffffff;
}

.project-details table .status-final {
  background-color: #fee000;
  color: #0a0a0a;
}







































