#pricing {
  padding: 7rem 5rem 5rem 5rem;
}
#pricing .sec-name {
  width: 100%;
  text-align: center;
  margin: 0;
}
#pricing .info .action {
  width: 100%;
  text-align: center;
  margin-top: 1.2rem;
}
#pricing .info .action a {
  padding: 0.5rem 1.3rem;
  border-radius: 5px;
  margin: 0rem 0rem 0rem 0rem;
  color: #fff;
  background-color: #037aff;
  border: 1px solid transparent;
  font-weight: 600;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#pricing .info .action a:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#pricing .custom_plan {
  margin-top: 4rem;
  width: 100%;
  text-align: center;
}
#pricing .custom_plan h1 {
  margin: 0;
}
#pricing .custom_plan .action {
  margin-top: 1.2rem;
}
#pricing .custom_plan a {
  padding: 0.5rem 1.3rem;
  border-radius: 5px;
  margin: 0rem 0rem 0rem 0rem;
  color: #5433ea;
  background-color: transparent;
  border: 1px solid #5433ea;
  font-weight: 600;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#pricing .custom_plan a:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#pricing .table {
  margin-top: 1.5rem;
  padding: 0rem 0rem;
  display: flex;
  justify-content: center;
}
#pricing .list {
  width: 100%;
  -webkit-box-shadow: 3px 3px 30px 0px rgba(74, 87, 109, 0.2);
  -moz-box-shadow: 3px 3px 30px 0px rgba(74, 87, 109, 0.2);
  box-shadow: 3px 3px 30px 0px rgba(74, 87, 109, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  margin-top: 1.5rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
#pricing .list:first-child {
  margin-left: 0 !important;
}
#pricing .list:last-child {
  margin-right: 0 !important;
}
#pricing .list.highlight {
  background-color: #5433ea;
  /* background: linear-gradient(to left, #6100e0, #5433ea); */
  color: #fff;
}
#pricing .table .plan_name {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
#pricing .table .plan_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
}
#pricing .table .plan_price a {
  font-size: 35px;
  font-weight: 800;
  color: rgb(83, 88, 97);
}
#pricing .table .plan_price a:hover {
  color: rgb(0, 0, 0);
}
#pricing .table .plan_price .main {
  font-size: 35px;
  font-weight: 800;
}
#pricing .table .plan_price .sub {
  margin-left: 0.5rem;
  font-size: 18px;
}
#pricing .table .features {
  margin-top: 2rem;
}
#pricing .table .features .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
#pricing .table .features .item .yes::after,
#pricing .table .features .item .no::after {
  content: "";
  display: inline-block;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
#pricing .table .features .item .yes::after {
  width: 18px;
  height: 16px;
  background-image: url("../_assets/icons/check.png");
}
#pricing .table .features .item .no::after {
  width: 18px;
  height: 16px;
  background-image: url("../_assets/icons/cross.png");
}
#pricing .list.highlight .features .item .no::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#pricing .table .features .item + .item {
  margin-top: 0.7rem;
}
#pricing .table .action {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
#pricing .table .action a {
  padding: 0.6rem 2rem;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0rem;
  color: #5433ea;
  background-color: transparent;
  border: 1px solid #5433ea;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s,
    -o-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#pricing .table .action a:active {
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  -moz-transform: scale(0.92);
  -o-transform: scale(0.92);
  transform: scale(0.92);
}
#pricing .table .list.highlight .action a {
  background-color: #0db67e;
  color: #fff;
  border-color: #0db67e;
  /* box-shadow: 0px 0px 4px 0px #0db67e; */
}

@media (max-width: 1270px) and (min-width: 1030px) {
  #pricing .table {
    flex-wrap: wrap;
  }
  #pricing .list {
    width: 47%;
  }
}

@media (max-width: 1030px) and (min-width: 760px) {
  #pricing {
    padding: 7.5rem 2rem 5rem 2rem;
  }
  #pricing .table {
    flex-wrap: wrap;
  }
  #pricing .list {
    width: 47%;
  }
}

@media (max-width: 760px) and (min-width: 575px) {
  #pricing {
    padding: 7.5rem 1rem 5rem 1rem;
  }
  #pricing .table {
    flex-wrap: wrap;
  }
  #pricing .list {
    width: 47%;
  }
}

@media (max-width: 575px) {
  #pricing {
    padding: 7.5rem 1rem 5rem 1rem;
  }
  #pricing .table {
    flex-wrap: wrap;
  }
  #pricing .list {
    width: 100%;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
