/** ADD YOUR AWESOME CODES HERE **/
.padding-right-50 {
  padding-right: 50px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-right-30 {
  padding-right: 30px;
}
.card-title-features {
  margin-bottom: 0.4rem;
  color: #393939;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
.card-title {
  margin-bottom: 0.25rem;
  color: #393939;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
}
.card-subtitle {
  margin-bottom: 1.75rem;
}
.cell-divide-hr {
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  background-color: #c4d8dc;
}
.price {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.currency {
  margin-right: 0.375rem;
  color: #ffffff;
  font-size: 1.2rem;
  vertical-align: 56%;
}
.frequency {
  margin-top: 0rem;
  font-size: 0.875rem;
  text-align: center;
}
.value {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 4rem;
  text-align: center;
}
.list-unstyled {
  margin-top: 1.875rem;
  margin-bottom: 1.625rem;
  text-align: left;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.media-body {
  margin-left: 0.625rem;
}
.list-unstyled.li-space-lg li {
  margin-bottom: 0.5rem;
}

.fa.fa-check {
  color: #7f3f98;
  line-height: 1.375rem;
}

.fa.fa-times {
  margin-left: 0.1875rem;
  margin-right: 0.125rem;
  color: #777b7e;
}

.button-wrapper {
  position: absolute;
  right: 0;
  bottom: -1.25rem;
  left: 0;
  text-align: center;
}

.btn-solid-reg {
  display: inline-block;
  padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
  border: 0.125rem solid #7f3f98;
  border-radius: 2rem;
  background-color: #7f3f98;
  color: #fff;
  font: 700 0.75rem/0 "Raleway", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-solid-reg:hover {
  background-color: transparent;
  color: #7f3f98;
  text-decoration: none;
}

body #top-top-header {
  background-color: #272930;
  color: #fff;
  padding: 5px 0px;
}
body #top-top-header ul.contact_links li {
  float: left;
}
body #top-top-header ul.contact_links i {
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
}
body #top-top-header ul.contact_links a {
  color: #fff;
}
body #top-top-header ul.contact_links a:hover {
  color: #7f3f98;
}
body #top-top-header ul.social_links {
  float: right;
}
body #top-top-header ul.social_links li {
  display: inline-block;
  margin-right: 5px;
}
body #top-top-header ul.social_links i {
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  body #top-top-header ul.contact_links li {
    margin-right: 2 0px;
  }
  body #top-top-header .top-header-links {
    width: 100%;
    margin-bottom: 10px;
  }
  body #top-top-header ul.social_links {
    float: none;
  }
}
@media screen and (max-width: 400px) {
  body #top-top-header .top-header-links {
    width: 100%;
  }
  body #top-top-header .social {
    width: 100%;
  }
}

.col-white {
  color: #fff;
}

a.act {
  font-weight: bold;
}

a.idn {
  border-right: 2px solid #fff;
  padding-right: 5px;
}

td.blank_td {
  background-color: #7f3f98;
  height: 5px !important;
}

tbody.body-price tr td span.fa {
  font-size: 1.8rem;
}
/* home */
.cus_btn {
  background-color: #7f3f98;
}

/* Feature */
.feature {
  background-color: #7f3f98;
  color: #ffffff;
  border-radius: 1rem;
  padding: 1rem;
  text-align: left;
  font-size: 12px;
  /* text-transform:uppercase; */
  height: 280px;
}

.feature h3 {
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  /* text-transform: capitalize; */
}

.feature hr {
  border: 2px solid #ffffff !important;
  padding: 0;
  margin: 0;
}

.feature img {
  background: transparent;
  border: none;
}

/* price */
._price {
  background-color: #7f3f98;
  color: #ffffff;
  border-radius: 1rem;
  padding: 1rem;
  text-align: left;
  font-size: 12px;
  /* text-transform:uppercase; */
  height: 220px;
}

._price h3 {
  color: #ffffff !important;
  font-weight: bold;
  /* text-transform: uppercase; */
}

._header_btn {
  border-radius: 1rem;
  padding: 2%;
  background-color: #7f3f98;
  height: max-content;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 300px) and (max-width: 500px) {
  ._header_btn {
    width: 100%;
    font-size: small;
  }
}

@media (min-width: 501px) {
  ._header_btn {
    width: 200px;
  }
}

@media (min-width: 950px) {
  .section {
    padding-top: 4.2rem;
  }
}
