.htmove-pricing-menu-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
}

.htmove-pricing-menu-item-one {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .htmove-pricing-menu-item-one {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.htmove-pricing-menu-item-one .htmove-pricing-menu-item-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.htmove-pricing-menu-item-one .htmove-pricing-menu-item-title-wrapper:before {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(80%, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(left, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-image: -o-linear-gradient(left, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-image: linear-gradient(to right, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-size: 6px 100%;
}

.htmove-pricing-menu-item-one .htmove-pricing-menu-item-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 70%;
  margin-bottom: 0;
  padding-right: 15px;
  color: #333;
  background-color: #FFFFFF;
}

.htmove-pricing-menu-item-one .htmove-pricing-menu-item-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 15px;
  color: #333;
  background-color: #FFFFFF;
}

.htmove-pricing-menu-item-one .htmove-pricing-menu-item-description {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.htmove-pricing-menu-two {
  margin: 0;
  margin-bottom: -15px;
  padding: 0;
  list-style: none;
}

.htmove-pricing-menu-item-two {
  margin-bottom: 15px;
}

.htmove-pricing-menu-item-two .htmove-pricing-menu-item-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.htmove-pricing-menu-item-two .htmove-pricing-menu-item-title-wrapper:before {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(80%, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(left, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-image: -o-linear-gradient(left, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-image: linear-gradient(to right, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-size: 6px 100%;
}

.htmove-pricing-menu-item-two .htmove-pricing-menu-item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 80%;
  margin-bottom: 0;
  padding-right: 15px;
  color: #333;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 479px) {
  .htmove-pricing-menu-item-two .htmove-pricing-menu-item-title {
    font-size: 14px;
  }
}

.htmove-pricing-menu-item-two .htmove-pricing-menu-item-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 15px;
  color: #999999;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 479px) {
  .htmove-pricing-menu-item-two .htmove-pricing-menu-item-price {
    font-size: 14px;
  }
}

.htmove-price-menu-container {
  overflow: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.htmove-price-menu-container:hover, .htmove-price-menu-container.active {
  border-color: transparent;
  -webkit-box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.05);
}

.htmove-price-menu-container .htmove-price-menu-container-top {
  height: 150px;
  background-color: #ffb463;
  background-repeat: no-repeat;
  background-size: cover;
}

.htmove-price-menu-container .htmove-price-menu-container-bottom {
  padding: 0 30px 55px 30px;
}

.htmove-price-menu-container .htmove-price-menu-container-bottom .htmove-price-menu-container-image {
  margin-top: -86px;
  margin-bottom: 45px;
  text-align: center;
}

.htmove-price-menu-container .htmove-price-menu-container-bottom .htmove-price-menu-container-image img {
  max-width: 100%;
}

.htmove-price-menu-container .htmove-price-menu-container-bottom .htmove-price-menu-container-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 45px;
  text-align: center;
  color: #1d39d7;
}

.htmove-pricing-menu-three,
.htmove-pricing-menu-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.htmove-pricing-menu-three {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.htmove-pricing-menu-item-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

@media only screen and (max-width: 479px) {
  .htmove-pricing-menu-item-three {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.htmove-pricing-menu-item-three .htmove-pricing-menu-item-image {
  -webkit-flex-basis: 180px;
      -ms-flex-preferred-size: 180px;
          flex-basis: 180px;
}

.htmove-pricing-menu-item-three .htmove-pricing-menu-item-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 479px) {
  .htmove-pricing-menu-item-three .htmove-pricing-menu-item-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .htmove-pricing-menu-item-three .htmove-pricing-menu-item-image {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.htmove-pricing-menu-item-three .htmove-pricing-menu-item-content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-flex-basis: calc(100% - 180px);
      -ms-flex-preferred-size: calc(100% - 180px);
          flex-basis: calc(100% - 180px);
  padding: 15px 25px;
}

@media only screen and (max-width: 479px) {
  .htmove-pricing-menu-item-three .htmove-pricing-menu-item-content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.htmove-pricing-menu-item-three:hover, .htmove-pricing-menu-item-three.active {
  border-color: transparent;
  -webkit-box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.05);
}

.htmove-pricing-menu-item-three .htmove-pricing-menu-item-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.htmove-pricing-menu-item-three .htmove-pricing-menu-item-title-wrapper:before {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(80%, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(left, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-image: -o-linear-gradient(left, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-image: linear-gradient(to right, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-size: 6px 100%;
}

.htmove-pricing-menu-item-three .htmove-pricing-menu-item-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 80%;
  margin-bottom: 0;
  padding-right: 15px;
  color: #333;
  background-color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .htmove-pricing-menu-item-three .htmove-pricing-menu-item-title {
    font-size: 18px;
  }
}

.htmove-pricing-menu-item-three .htmove-pricing-menu-item-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 15px;
  color: #333;
  background-color: #FFFFFF;
}

.htmove-pricing-menu-item-three .htmove-pricing-menu-item-description {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.htmove-pricing-menu-item-wrapper-four {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.33%;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmove-pricing-menu-item-wrapper-four {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .htmove-pricing-menu-item-wrapper-four {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}

.htmove-pricing-menu-item-four {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.htmove-pricing-menu-item-four .htmove-pricing-menu-item-image img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.htmove-pricing-menu-item-four .htmove-pricing-menu-item-content {
  padding: 25px;
}

.htmove-pricing-menu-item-four:hover, .htmove-pricing-menu-item-four.active {
  border-color: transparent;
  -webkit-box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.05);
}

.htmove-pricing-menu-item-four .htmove-pricing-menu-item-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.htmove-pricing-menu-item-four .htmove-pricing-menu-item-title-wrapper:before {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(80%, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(left, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-image: -o-linear-gradient(left, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-image: linear-gradient(to right, transparent 20%, rgba(0, 0, 0, 0.15) 80%);
  background-size: 6px 100%;
}

.htmove-pricing-menu-item-four .htmove-pricing-menu-item-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 80%;
  margin-bottom: 0;
  padding-right: 15px;
  color: #333;
  background-color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .htmove-pricing-menu-item-four .htmove-pricing-menu-item-title {
    font-size: 18px;
  }
}

.htmove-pricing-menu-item-four .htmove-pricing-menu-item-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 15px;
  color: #333;
  background-color: #FFFFFF;
}

.htmove-pricing-menu-item-four .htmove-pricing-menu-item-description {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}