/*================= pricing_area css ==============*/
.pricing_area {
  background: #fbfbfd;
}

.price_tab {
  border-radius: 45px;
  max-width: 400px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  border: 0px;
  padding: 7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.price_tab .nav-item {
  padding: 0px;
  margin: 0px;
}

.price_tab .nav-item .nav-link {
  margin: 0px;
  font: 400 16px "Poppins", sans-serif;
  color: #677294;
  padding: 12px 30px;
  display: inline-block;
  border: 0px;
  border-radius: 45px;
  min-width: 193px;
  text-align: center;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
}

.price_tab .nav-item .nav-link.active {
  border: 0px;
  border-radius: 45px;
  background: transparent;
  color: #fff;
}

.price_tab .hover_bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: calc(100% - 14px);
  border-radius: 45px;
  z-index: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.price_tab_two .hover_bg {
  background: #5f2eed;
}

.price_content .fade {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.price_content .fade.show {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.price_content .price_item {
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
  padding: 50px 50px 40px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.price_content .price_item .tag {
  position: absolute;
  font: 400 14px "Poppins", sans-serif;
  color: #fff;
  background: #00aff0;
  padding: 19px 32px;
  top: -10px;
  left: -39px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.price_content .price_item .tag span {
  position: relative;
  top: 11px;
}

.price_content .price_item p {
  font-size: 16px;
  line-height: 22px;
  color: #677294;
  font-weight: 300;
  margin-bottom: 0px;
}

.price_content .price_item .price {
  line-height: 40px;
  border-bottom: 1px solid #e9e9f4;
  padding: 33px 0px 30px;
}

.price_content .price_item .price sub {
  color: #677294;
  bottom: 0;
}

.price_content .price_item .p_list {
  padding: 30px 0px 20px;
}

.price_content .price_item .p_list li {
  color: #505975;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;

  border-bottom: 1px solid #eeeeee;
  color: #636363;
  font-family:"Poppins", sans-serif;
  display: block;
  font-size: 15px;
  line-height: 22px;
  padding: 9px 0px;
  text-align: center;
}
.price_content .price_item .p_list li i{
font-size: 18px;
color:#5f2eed;
}
.price_content .price_item .p_list li .fa-times {
  color: #d34836;
  font-size: 18px;

}
.price_content .price_item .p_list li i {
  padding-right: 10px;
}

.price_content .price_item .p_list li .ti-check {
  color: #00aff0;
}

.price_content .price_item .p_list li .ti-close {
  color: #f0002d;
}

.price_content .price_item .price_btn {
    border-radius: 45px;
    color: #00aff0;
    border-color: #00aff0;
    padding: 15px 36px;
    border: 1px solid;
}

.price_content .price_item .price_btn:hover {
  color: #fff;
  background: #00aff0;
}

.price_content .price_item:hover {
  border-color: #c9ebfa;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
  box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}

/*=================== pricing_area_two css ===============*/
.pricing_area_two {
  background: #f6f7fa;
  padding: 80px 0px;
}

.price_content_two .price_item .tag {
  background: #5f2eed;
}

.price_content_two .price_item .p_list li .ti-check {
  color: #5f2eed;
}

.price_content_two .price_item .price_btn {
  border-color: #5f2eed;
  color: #5f2eed;
  background: transparent;
}

.price_content_two .price_item .price_btn:hover {
  background: #5f2eed;
  color: #fff;
}

.price_content_two .price_item:hover {
  border-color: #dad1f8;
}

.price_content_three .price_item .tag {
  background: #5f51fb;
}

.price_content_three .price_item .p_list li .ti-check {
  color: #5f51fb;
}

.price_content_three .price_item .price_btn {
  border-color: #5f51fb;
  color: #5f51fb;
  background: transparent;
}

.price_content_three .price_item .price_btn:hover {
  background: #5f51fb;
  color: #fff;
}

.price_content_three .price_item:hover {
  border-color: #dfdcfe;
}

.priceng-tab
{
    padding: 50px 20px;
    background: #5e53fb;
    margin: 0px 0px 40px;
    box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1) !important;
}
.priceng-tab h2
{
  color:#fff;
}
.pricing-list
{
  list-style-type: none;
  padding: 0px;
  }
.pricing-list li
{
  list-style-type: none;
  border-bottom:1px solid rgba(255,255,255,0.3);
  display: flex;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items:center;
  justify-content: space-between;
}
.label-tag
{
  display: inline;
  padding: .2em .6em .3em;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.text11 p{
    font-size: 16px;
    color: #677294;
        margin-bottom: 1rem;
}
.price_content .price_item .price {
    line-height: 40px;
    border-bottom: 1px solid #e9e9f4;
    padding: 33px 0px 30px;
}
.t_color2 {
    color: #3f4451;
}
.f_700 {
    font-weight: 700;
}
.f_size_40 {
    font-size: 40px;
}