/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.single-pricing-box {
  margin-bottom: 30px;
  border: 1px solid #f5eafc;
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.single-pricing-box .pricing-header p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}

.single-pricing-box .price {
  font-size: 50px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  margin-bottom: 10px;
}

.single-pricing-box .price span {
  display: inline-block;
  margin-left: -7px;
  font-size: 20px;
  font-weight: 600;
}

.single-pricing-box .buy-btn {
  margin-bottom: 25px;
}

.single-pricing-box .buy-btn .btn-primary::after {
  background: -webkit-gradient(linear, left bottom, right top, from(#a3a3a3), color-stop(#9a9a9a), color-stop(#909090), color-stop(#878787), to(#7e7e7e));
  /*background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);*/
  background: linear-gradient(to right top, #0c3ba5, #283dac, #3950b2, #4755b9, #5461c0);
}

.single-pricing-box .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #57647c;
  position: relative;
  padding-left: 24px;
}

.single-pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-box .pricing-features li i {
  color: #0ca59d;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-pricing-box:hover {
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #ffffff;
  border-color: #ffffff;
}

.single-pricing-box:hover .buy-btn .btn-primary::before {
  visibility: hidden;
  opacity: 0;
}

.single-pricing-box:hover .buy-btn .btn-primary::after {
  opacity: 1;
  visibility: visible;
}

.pricing-tab .tabs {
  padding-left: 0;
  margin-bottom: 45px;
  list-style-type: none;
  text-align: center;
}

.pricing-tab .tabs li {
  display: inline-block;
}

.pricing-tab .tabs li a {
  position: relative;
  z-index: 1;
  background-color: #e6eafc;
  padding: 10px 30px 11px;
  margin-left: -2px;
  margin-right: -2px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.pricing-tab .tabs li a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#0ca59d), color-stop(#28aca4), color-stop(#39b2ab), color-stop(#47b9b3), to(#54c0ba));
  background: linear-gradient(to right top, #0c3ba5, #283dac, #3950b2, #4755b9, #5461c0);
  z-index: -1;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-tab .tabs li a:hover {
  color: #ffffff;
}

.pricing-tab .tabs li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.pricing-tab .tabs li.current a {
  color: #ffffff;
}

.pricing-tab .tabs li.current a::before {
  opacity: 1;
  visibility: visible;
}

.pricing-tab .tabs li:nth-child(1) a {
  border-radius: 5px 0 0 5px;
}

.pricing-tab .tabs li:nth-child(1) a::before {
  border-radius: 5px 0 0 5px;
}

.pricing-tab .tabs li:nth-child(2) a {
  border-radius: 0 5px 5px 0;
}

.pricing-tab .tabs li:nth-child(2) a::before {
  border-radius: 0 5px 5px 0;
}













/*
Pricing Area Style
======================================================*/
.single-pricing {
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#88a0f8), to(#c099f6));
  background-image: linear-gradient(to right, #88a0f8, #c099f6);
  padding: 30px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-pricing::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 2px;
  width: 98%;
  height: 100%;
  background-image: url(../img/shape/price-shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  right: 0;
  z-index: -1;
  display: none;
}

.single-pricing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 450px;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/card-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  right: 0;
  z-index: -1;
  opacity: 0.1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.single-pricing .pricing-top-heading {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.single-pricing .pricing-top-heading h3 {
  font-size: 25px;
  color: #ffffff;
}

.single-pricing .pricing-top-heading p {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

.single-pricing .pricing-top-heading::before {
  content: "";
  position: absolute;
  top: -45px;
  right: -45px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.1;
}

.single-pricing .pricing-top-heading::after {
  content: "";
  position: absolute;
  top: -45px;
  right: -45px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.2;
}

.single-pricing span {
  font-size: 30px;
  font-family: "Dosis", sans-serif;
  color: #22105f;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 30px;
  color: #ffffff;
}

.single-pricing span sub {
  font-size: 14px;
  color: #ffffff;
}

.single-pricing ul {
  text-align: left;
  max-width: 200px;
  margin: 0 auto 30px;
}

.single-pricing ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-weight: 600;
  color: #ffffff;
}

.single-pricing ul li:last-child {
  margin-bottom: 0;
}

.single-pricing ul li i {
  font-size: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #daf6fd;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  color: #00a7f5;
}

.single-pricing .default-btn {
  padding: 15px 35px;
}

.single-pricing:hover::after {
  left: 0;
}

.single-pricing:hover .pricing-top-heading::before {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.single-pricing:hover .pricing-top-heading::after {
  -webkit-animation: animationFramesOne 10s infinite linear;
          animation: animationFramesOne 10s infinite linear;
}

.pricing-area .col-lg-4 {
  position: relative;
}

.pricing-area .col-lg-4:nth-child(2) .single-pricing {
  background-image: -webkit-gradient(linear, left top, right top, from(#b6246e), to(#e2a9c7));
  background-image: linear-gradient(to right, #b6246e, #e2a9c7);
}

.pricing-area .col-lg-4:nth-child(3) .single-pricing {
  background-image: -webkit-gradient(linear, left top, right top, from(#6eb9fd), to(#9cd0ff));
  background-image: linear-gradient(to right, #6eb9fd, #9cd0ff);
}

.pricing-area .col-lg-4 .popular {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: #00a7f5;
  padding: 10px 10px;
  -webkit-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
          clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
  -webkit-animation: Movebounce 5s linear infinite;
          animation: Movebounce 5s linear infinite;
}


.service-block {
    color: #FFFFFF;
    background: #003bc0;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 18px !important;
}

