/* Start Pricing plan style 1 */

.plan-style-1 .plan-header .plan-label {
    font-size: 14px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    width: 281px;
    text-align: center;
    display: block;
    position: absolute;
    right: -100px;
    top: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.plan-style-1 .plan-header  {
    background: -webkit-gradient(linear, left top, right top, from(#b76cd2), to(#4c3bb3));
    background: linear-gradient(to right, #b76cd2, #4c3bb3);
}

.plan-label{
    background: -webkit-gradient(linear, left top, right top, from(#b76cd2), to(#4c3bb3));
    background: linear-gradient(to right, #833ab4,#fd1d1d, #fcb045);
}

.plan-style-1 {
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}
  .plan-style-1 .plan-header {
    padding: 30px 0 40px 0;
    position: relative;
  }

  .plan-style-1 .plan-header {
    background: -webkit-gradient(linear, left top, right top, from(#b76cd2), to(#4c3bb3));
    background: linear-gradient(to right, #b76cd2, #4c3bb3);
}

  .plan-style-1 .plan-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../assets/img/header_style_1.png");
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  .plan-style-1 .plan-header .plan-title {
    margin: -14px 0 4px 0;
    color: #f7f7f7;
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
  }
  .plan-style-1 .plan-price .price {
    margin: 0;
    font-size: 35px;
    font-weight: 900;
    line-height: 46px;
    color: #fff;
  }
  .plan-style-1 .plan-price .price span {
    padding: 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }
  .plan-style-1 .plan-list {
    padding: 15px 0;
    margin-bottom: 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .plan-style-1 .plan-list li {
    margin: 0 30px;
    position: relative;
    list-style-type: none;
    color: #888;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02rem;
  }
  .plan-style-1 .plan-list li i {
    margin-right: 5px;
    position: relative;
    font-size: 13px;
    line-height: 42px;
  }
  .plan-style-1 .plan-list li i.far.fa-times-circle {
    color: red;
  }
  .plan-style-1 .plan-list .tooltip-info {
    cursor: pointer;
  }
  .plan-style-1 .plan-list .tooltip-hover-text {
    color: #555;
    font-weight: 600;
  }
  .plan-style-1 .tooltip-info .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    letter-spacing: 0.02rem;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 35px;
    left: 45%;
    margin-left: -60px;
  }
  .plan-style-1 .tooltip-info .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  }
  .plan-style-1 .tooltip-info:hover .tooltiptext {
    visibility: visible;
  }
  .plan-style-1 .plan-bottom {
    padding: 10px 0 40px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .plan-style-1 .plan-button {
    padding: 13px 30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-size: 300% 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .plan-style-1 .plan-button:hover {
    background-position: 100% 0;
    color: #fff;
    -webkit-box-shadow: 0px 20px 20px #eee;
            box-shadow: 0px 20px 20px #eee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }