
.custom-price {
  float: left;
  width: 33%;
  padding: 30px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.rs-price-tables {
    padding: 27px 10px 0px 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);

}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

.rs-pricing-table-price .rs-pricing-table-price-tag {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}
.price-detais
{
	padding: 18px 15px 4px 15px;
}
.rs-price-table {
    padding: 27px 40px 0px 40px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
}

.rs-pricing-icon img {
    width: 110px;
}
.rs-pricing-table-badge {
  top: 20px !important;
  left: 0px;
  padding: 10px 23px 11px 23px !important;
  background-color: transparent !important;
  border-radius: 0px 30px 30px 0px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
}
.rs-pricing-icon {
    position: relative;
    text-align: center;
}

.rs-pricing-table-btn {
    margin: 0px 0px 0px 0px;
    padding: 10px 40px 10px 40px;
    top: 25px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(
170deg
, #03228F 0%, #4E95ED 100%);
    border-radius: 30px 30px 30px 30px;
}



.pricing-title {
  font-size: 54px;
  color: #fff;
}
.rs-pricing-table-features-list {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.price_more {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50px;
  padding: 15px 50px;
  color: #F8FF35;
}
.price_more:hover{
  background-color: #F8FF35;
  color: #000;
  border-color: #F8FF35;
}
span.rs-pricing-table-price-text {
  font-size: 40px;
  font-weight: 600;
}
span.rs-pricing-table-currency {
  font-size: 40px;
}
.rs-pricing-table-btn {
  padding: 15px 50px 15px 50px;
  top: 25px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F8FF35;
  background-color: transparent;
  background-image: none;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid rgb(255 255 255 / 10%);
}
.rs-pricing-table-btn:hover{
  background-color: #F8FF35;
  color: #000;
  border-color: #F8FF35;
}