.pricing-one {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background-color: #f5f8fb;
  border-radius: 6px;
  min-height: 100px;
  margin: 0 4px;
}

@media (max-width: 767px) {
  .pricing-one {
    margin-bottom: 20px;
  }
}

.pricing-one-title {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
}


.pricing-one-circle {
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 20px 0;
  border: 1px solid #aec4d8;
  display: inline-block;
  border-radius: 50%;
  line-height: 110px;
  color: #333;
}

.pricing-one-circle sup {
  font-size: 40%;
  top: -25px;
  color: #666;
}

.pricing-one-list {
  border-top: 1px solid #d1dfec;
  font-size: 13px;
  color: #666666;
  background-color: #f5f8fb;
  padding: 10px 0;
}

.pricing-one-list:nth-child(2n) {
  background-color: #f9fbfd;
}

.end {
  border-bottom: 1px solid #d1dfec;
}

input.pricing-one-button {
  cursor: pointer;
  position: relative;
  margin: 10px 0;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 13px 35px 10px;
  transition: all .1s;
  background: var(--button-background) !important;
}

input.pricing-one-button:active {
  top: 2px;
  box-shadow: none;
}

/* grey */
.g-grey {
  background: #646c77;
  background: linear-gradient(to bottom, #646c77 0%, #424b54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646c77', endColorstr='#424b54', GradientType=0);
}

.b-grey {
  background: #646c77;
  background: linear-gradient(to bottom, #646c77 0%, #424b54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646c77', endColorstr='#424b54', GradientType=0);
  box-shadow: 0 2px 0px #222222;
}

/* blue */
.g-blue {
  background: #5d9cec;
  background: linear-gradient(to bottom, #5d9cec 0%, #4b89dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d9cec', endColorstr='#4b89dc', GradientType=0);
}

.b-blue {
  box-shadow: 0 2px 0px #2f69b2;
  background: #5d9cec;
  background: linear-gradient(to bottom, #5d9cec 0%, #4b89dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d9cec', endColorstr='#4b89dc', GradientType=0);
}

/* green */
.g-green {
  background: #48cfae;
  background: linear-gradient(to bottom, #48cfae 0%, #36bc9b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48cfae', endColorstr='#36bc9b', GradientType=0);
}

.b-green {
  box-shadow: 0 2px 0px #168f70;
  background: #48cfae;
  background: linear-gradient(to bottom, #48cfae 0%, #36bc9b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48cfae', endColorstr='#36bc9b', GradientType=0);
}

/* orange */
.g-orange {
  background: #ff8e24;
  background: linear-gradient(to bottom, #ff8e24 0%, #ff7b0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e24', endColorstr='#ff7b0e', GradientType=0);
}

.b-orange {
  box-shadow: 0 2px 0px #bd5b00;
  background: #ff8e24;
  background: linear-gradient(to bottom, #ff8e24 0%, #ff7b0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8e24', endColorstr='#ff7b0e', GradientType=0);
}





/*  Style Two */
#plans {
  margin: 0;
  padding: 0;
  list-style: none;
}

#plans ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#plans ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pricePlans {
  zoom: 1;
  margin: 0 auto;
}

#pricePlans:after {
  content: '';
  display: table;
  clear: both;
}

#pricePlans #plans .plan {
  background: #f5f8fb;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.planContainer .title h2 {
  font-size: 2.125em;
  font-weight: 300;
  color: #000000;
  margin: 0;
  padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
  background: #357ebe;
  color: white;
  border-radius: 4px 4px 0 0;
}

.planContainer .price p {
  background: #35404f;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 2.6em;
  line-height: 2.6em;
  margin: 0 0 1em;
}

.planContainer .price p.bestPlanPrice {
  background: #e5ecf3;
  color: #e83232;
}

.planContainer .price p span {
  color: #FFD06B;
}

.planContainer .options {
  margin-top: 10em;
}

.planContainer .options li {
  font-weight: 700;
  color: #333333;
  line-height: 2.5;
}

.planContainer .options li span {
  font-weight: 400;
  color: #888888;
}

.planContainer .button a {
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
  font-weight: 700;
  line-height: 2.8em;
  border: 1px solid #196ea5;
  display: inline-block;
  width: 80%;
  height: 2.8em;
  margin: 1.5em 0 1.8em;
}

.planContainer .button a.bestPlanButton {
  color: white;
  background: #e83232;
  border: 1px solid #e83232;
}

#credits {
  text-align: center;
  font-size: .8em;
  font-style: italic;
  color: #777;
}

#credits a {
  color: #404040;
}

#credits a:hover {
  text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
  }

  #pricePlans #plans>li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
  }

  #pricePlans #plans>li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  #pricePlans {
    margin: 0 auto;
  }

  #pricePlans #plans .plan {
    width: 24%;
    margin: 0 1.33% 0 0;
  }

  #pricePlans #plans>li:last-child {
    margin-right: 0;
  }

  .planContainer .button a:hover {
    background: #196ea5;
    color: white;
  }

  .planContainer .button a.bestPlanButton:hover {
    background: #bd0a0a;
    border: 1px solid #bd0a0a;
  }
}