
/*==============
	Page General css
=================*/


.pp-section {
  padding: 50px 0 50px 0;
}

.section-header {
  margin-bottom: 33px;
}
ul.cw-pricing-wrapper{margin-left:0px !important;}


.owl-carousel-plan .owl-dots {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
}
.owl-carousel-plan button:focus {
  outline: 0;
}

.owl-carousel-plan.owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel-plan.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*==============
	End Page General css
=================*/
/* Start all plan general */
/* End all plan general */
/* Start Pricing plan style 1 */
.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;
}
.plan-style-1 .plan-header {
  padding: 30px 0 40px 0;
  position: relative;
}
.plan-style-1 .plan-header:after {
  content: "";
  display: block;
  width: 140%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/plan_1_header.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 10s infinite;
          animation: moveit 10s infinite;
}
.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-header .waves:after {
  content: "";
  display: block;
  width: 150%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/plan_1_header.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 4s infinite;
          animation: moveit 4s infinite;
  opacity: 0.7;
}
.plan-style-1 .plan-header .waves:before {
  content: "";
  display: block;
  width: 150%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/plan_1_header.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 7s infinite;
          animation: moveit 7s infinite;
  opacity: 0.5;
}
@-webkit-keyframes moveit {
  0% {
    left: 0;
  }
  50% {
    left: -50px;
  }
  100% {
    left: 0;
  }
}
@keyframes moveit {
  0% {
    left: 0;
  }
  50% {
    left: -50px;
  }
  100% {
    left: 0;
  }
}
.plan-style-1 .plan-header .plan-title {
  margin: -14px 0 4px 0;
 
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}
.plan-style-1 .plan-price .price {
  margin: 0;
  font-size: 55px;
  font-weight: 900;
  line-height: 46px;
  
}
.plan-style-1 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
 
}
.plan-style-1 .plan-list {
  padding: 15px 0;
  margin-left: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.plan-style-1 .plan-list li {
  margin: 0 10px;
  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.fa.fa-times-circle {
  color: red;
}
.plan-style-1 .plan-list li i.fa.fa-check-circle {
  color: green;
}
.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;
}

/* End Pricing plan style 1 */
/* Start Pricing plan style 2 */
.plan-style-2 {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-2 .plan-header {
  position: relative;
  background: #fff;
}
.plan-style-2 .plan-header .waves-2:after {
  content: "";
  display: block;
  width: 150%;
  height: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url("../img/wave.svg");
  color: #fff;
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 4s infinite;
          animation: moveit 4s infinite;
  opacity: 0.5;
}
.plan-style-2 .plan-header .waves-2:before {
  content: "";
  display: block;
  width: 150%;
  height: 100px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-image: url("../img/wave.svg");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 7s infinite;
          animation: moveit 7s infinite;
}
@keyframes moveit {
  0% {
    left: 0;
  }
  50% {
    left: -50px;
  }
  100% {
    left: 0;
  }
}
.plan-style-2 .plan-header .plan-title {
  margin: 0 0 21px 0;
  padding: 15px 0 0 30px;
  text-align: left;
  color: #fff;
  line-height: 42px;
  font-size: 20px;
  font-weight: 400;
}
.plan-style-2 .plan-header .plan-title:after {
  content: "";
  width: 60px;
  height: 4px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: linear-gradient(to right, #fff, transparent);
  position: absolute;
  top: 49px;
  left: 30px;
}
.plan-style-2 .plan-price .price {
  margin: 0 -5px 0 0;
  padding: 10px 30px 0px 30px;
  text-align: right;
  position: relative;
  font-size: 50px;
  color: #777;
  font-weight: 900;
  line-height: 45px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-2 .plan-price .price span {
  padding: 0 5px;
  font-size: 15px;
  font-weight: 400;
}
.plan-style-2 .plan-list {
  padding: 2px 0 20px 0;
  margin-bottom: 0;
  margin-left: 0 !important;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.plan-style-2 .plan-list li {
  margin: 0 10px;
  position: relative;
  list-style-type: none;
  color: #888;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.plan-style-2 .plan-list .tooltip-info {
  cursor: pointer;
}
.plan-style-2 .plan-list .tooltip-hover-text {
  color: #555;
  font-weight: 600;
}
.plan-style-2 .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-2 .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-2 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}
.plan-style-2 .plan-bottom {
  padding: 70px 0 42px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.plan-style-2 .plan-bottom .waves-2:after {
  content: "";
  display: block;
  width: 150%;
  height: 60px;
  position: absolute;
  top: -23px;
  left: 0;
  background-image: url(../img/wave.svg);
  color: #fff;
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 8s linear infinite;
          animation: moveit 8s linear infinite;
  opacity: 0.5;
  rotate: 180deg;
}
.plan-style-2 .plan-bottom .waves-2:before {
  content: "";
  display: block;
  width: 150%;
  height: 60px;
  position: absolute;
  top: -23px;
  left: 0;
  background-image: url("../img/wave.svg");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  -webkit-animation: moveit 5s linear infinite;
          animation: moveit 5s linear infinite;
  rotate: 180deg;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.plan-style-2 .plan-button {
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
}
.plan-style-2 .plan-button:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* End Pricing plan style 2 */
/* Start Pricing plan style 3 */
.plan-style-3 {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-3 .plan-header {
  padding: 30px 0 38px 0;
  position: relative;
}
.plan-style-3 .plan-header .layer-1 {
  background-image: url("../img/2.png");
  height: 200px;
  width: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: mover 5s infinite alternate;
          animation: mover 5s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.plan-style-3 .plan-header .layer-2 {
  background-image: url("../img/3.png");
  height: 200px;
  width: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: mover 6s infinite alternate;
          animation: mover 6s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.plan-style-3 .plan-header .layer-3 {
  background-image: url("../img/4.png");
  height: 175px;
  width: 500px;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-animation: mover 7s infinite alternate;
          animation: mover 7s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.plan-style-3 .plan-header .plan-title {
  margin: -14px 0 7px 0;
  position: relative;
  color: #f7f7f7;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
}
.plan-style-3 .plan-price .price {
  margin: -3px 0 0 0;
  font-size: 55px;
  font-weight: 900;
  line-height: 46px;
  color: #fff;
  position: relative;
}
.plan-style-3 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.plan-style-3 .plan-list {
  margin-left: 0 !important;
  padding: 16px 0 15px 0;
  margin-bottom: 0;
  background-color: #fff;
}
.plan-style-3 .plan-list li {
  margin: 0 10px;
  position: relative;
  list-style-type: none;
  color: #888;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.plan-style-3 .plan-list li i {
  margin-right: 5px;
  position: relative;
  font-size: 13px;
  line-height: 42px;
}
.plan-style-3 .plan-list li i.far.fa-times-circle {
  color: red;
}
.plan-style-3 .plan-list .tooltip-info {
  cursor: pointer;
}
.plan-style-3 .plan-list .tooltip-hover-text {
  color: #555;
  font-weight: 600;
}
.plan-style-3 .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-3 .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-3 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}
.plan-style-3 .plan-bottom {
  padding: 61px 0 42px 0;
  position: relative;
  overflow: hidden;
}
.plan-style-3 .plan-bottom .layer-1 {
  background-image: url(../img/2.png);
  height: 200px;
  width: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: mover 5s infinite alternate;
          animation: mover 5s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.plan-style-3 .plan-bottom .layer-2 {
  background-image: url("../img/3.png");
  height: 200px;
  width: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: mover 6s infinite alternate;
          animation: mover 6s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.plan-style-3 .plan-bottom .layer-3 {
  background-image: url(../img/4.png);
  height: 175px;
  width: 500px;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-animation: mover 7s infinite alternate;
          animation: mover 7s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.plan-style-3 .plan-button {
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
}
.plan-style-3 .plan-button:hover {
  background-position: 0%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* End Pricing plan style 3 */
/* Start Pricing plan style 4 */
.plan-style-4 {
  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;
}
.plan-style-4:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.plan-style-4 .plan-header {
  padding: 25px 0 20px 0;
  position: relative;
  background: #fff;
}
.plan-style-4 .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-4 .plan-header .plan-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  width: 100px;
  height: 100px;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
}
.plan-style-4 .plan-header .plan-title {
  margin: 101px 0 -3px 0;
  line-height: 41px;
  font-size: 20px;
  color: #555;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-4 .plan-price {
  position: relative;
}
.plan-style-4 .plan-price:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: bottom;
}
.plan-style-4 .plan-price .triangle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.plan-style-4 .plan-price polygon {
  fill: white;
  opacity: 0.08;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  animation: rotate360 30s linear infinite alternate-reverse;
}
.plan-style-4 .plan-price polygon:nth-child(2n) {
  -webkit-animation-name: rotate180;
          animation-name: rotate180;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.plan-style-4 .plan-price polygon:nth-child(3n) {
  -webkit-animation-name: rotate90;
          animation-name: rotate90;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.plan-style-4 .plan-price polygon:nth-child(5n) {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  animation-direction: alternate-reverse;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1.5);
            transform: rotate(360deg) scale(1.5);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1.5);
            transform: rotate(360deg) scale(1.5);
  }
}
@-webkit-keyframes rotate180 {
  0% {
    -webkit-transform: rotate(0deg) scale(1.25);
            transform: rotate(0deg) scale(1.25);
  }
  100% {
    -webkit-transform: rotate(180deg) skewX(1);
            transform: rotate(180deg) skewX(1);
  }
}
@keyframes rotate180 {
  0% {
    -webkit-transform: rotate(0deg) scale(1.25);
            transform: rotate(0deg) scale(1.25);
  }
  100% {
    -webkit-transform: rotate(180deg) skewX(1);
            transform: rotate(180deg) skewX(1);
  }
}
@-webkit-keyframes rotate90 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(90deg) scale(1.5);
            transform: rotate(90deg) scale(1.5);
  }
}
@keyframes rotate90 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(90deg) scale(1.5);
            transform: rotate(90deg) scale(1.5);
  }
}
.plan-style-4 .plan-price .price {
  margin-bottom: 0;
  padding: 22px 0 10px 0;
  font-size: 55px;
  font-weight: 900;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.plan-style-4 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.plan-style-4 .plan-list {
  margin-bottom: 0;
  margin-left: 0 !important;
  padding: 17px 0 20px 0;
  background-color: #fff;
  z-index: 1;
}
.plan-style-4 .plan-list li {
  margin: 0 10px;
  position: relative;
  list-style-type: none;
  font-size: 14px;
  color: #888;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.02rem;
}
.plan-style-4 .plan-list .tooltip-info {
  cursor: pointer;
}
.plan-style-4 .plan-list .tooltip-hover-text {
  color: #555;
  font-weight: 600;
}
.plan-style-4 .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-4 .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-4 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}
.plan-style-4 .plan-bottom {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.plan-style-4 .plan-button {
  padding: 13px 30px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  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-4 .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;
}

/* End Pricing plan style 4 */
/* Start Pricing plan style 5 */
.plan-style-5 {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-5 .plan-header {
  padding: 25px 0 0 0;
  position: relative;
  background: #fff;
}
.plan-style-5 .plan-header .lable {
  padding: 3px 8px;
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 15px 0 0 15px;
}
.plan-style-5 .plan-header .plan-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  width: 100px;
  height: 100px;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
}
.plan-style-5 .plan-header .plan-title {
  margin: 101px 0 18px 0;
  line-height: 40px;
  font-size: 20px;
  color: #555;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-5 .plan-price {
  position: relative;
  overflow: hidden;
}
.plan-style-5 .plan-price .bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}
.plan-style-5 .plan-price .bubble {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-animation: floating 10s linear infinite alternate;
          animation: floating 10s linear infinite alternate;
}
.plan-style-5 .plan-price .bubble:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 0;
  top: 5px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-animation: floating 11s linear infinite alternate;
          animation: floating 11s linear infinite alternate;
}
.plan-style-5 .plan-price .bubble:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  -webkit-animation: floating 12s linear infinite alternate;
          animation: floating 12s linear infinite alternate;
}
.plan-style-5 .plan-price .bubble:nth-child(3) {
  width: 60px;
  height: 60px;
  left: 0;
  top: 5px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-animation: floating 13s linear infinite alternate;
          animation: floating 13s linear infinite alternate;
}
.plan-style-5 .plan-price .bubble:nth-child(4) {
  width: 30px;
  height: 30px;
  left: 0;
  top: 5px;
  -webkit-animation: floating 14s linear infinite alternate;
          animation: floating 14s linear infinite alternate;
}
.plan-style-5 .plan-price .bubble:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 0;
  top: 5px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-animation: floating 15s linear infinite alternate;
          animation: floating 15s linear infinite alternate;
}
.plan-style-5 .plan-price .bubble:nth-child(6) {
  width: 50px;
  height: 50px;
  left: 0;
  top: 5px;
  -webkit-animation: floating 16s linear infinite alternate;
          animation: floating 16s linear infinite alternate;
}
@-webkit-keyframes floating {
  0% {
    top: 50px;
    left: 260px;
  }
  25% {
    top: 0px;
    left: 150px;
  }
  50% {
    top: 50px;
    left: 0px;
  }
  75% {
    top: 50px;
    left: 150px;
  }
  100% {
    top: 0px;
    left: 200px;
  }
}
@keyframes floating {
  0% {
    top: 50px;
    left: 260px;
  }
  25% {
    top: 0px;
    left: 150px;
  }
  50% {
    top: 50px;
    left: 0px;
  }
  75% {
    top: 50px;
    left: 150px;
  }
  100% {
    top: 0px;
    left: 200px;
  }
}
.plan-style-5 .plan-price .price {
  margin-bottom: 0;
  padding: 22px 0 10px 0;
  font-size: 55px;
  font-weight: 900;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.plan-style-5 .plan-price .price span {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.plan-style-5 .plan-list {
  margin-bottom: 0;
  margin-left: 0 !important;
  padding: 17px 30px 16px 30px;
  position: relative;
  background-color: #fff;
}
.plan-style-5 .plan-list li {
  position: relative;
  list-style-type: none;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.02rem;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.plan-style-5 .plan-list li:last-child {
  border-bottom: none;
}
.plan-style-5 .plan-list li i {
  margin: 0 10px;
  float: right;
  position: relative;
  right: -10px;
  font-size: 13px;
  line-height: 40px;
}
.plan-style-5 .plan-list li i.far.fa-times-circle {
  color: #fb5757;
}
.plan-style-5 .plan-list .tooltip-info {
  cursor: pointer;
}
.plan-style-5 .plan-list .tooltip-hover-text {
  color: #555;
  font-weight: 600;
}
.plan-style-5 .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: 20%;
  margin-left: -60px;
}
.plan-style-5 .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-5 .tooltip-info:hover .tooltiptext {
  visibility: visible;
}
.plan-style-5 .plan-bottom {
  padding: 13px 0 42px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.plan-style-5 .plan-button {
  padding: 13px 30px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 30px;
}
.plan-style-5 .plan-button i {
  margin: 0 0 0 10px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan-style-5 .plan-button:hover i {
  margin: 0 0 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* End Pricing plan style 5 */
/*# sourceMappingURL=pricing-tables.css.map */