.container {
  width: 1170px;
}
.basic_row i {
  border-radius: 10px 0 0;
  overflow: hidden;
  left: 0;
}

.bundles_box_row {
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.bundle_box {
  background: none;
  border-radius: 10px;
  box-shadow: 0 0 3px 2px #e7e7e7;
  height: 150px;
  margin: auto 15px 50px;
  padding: 0px;
}

.bundle_box .basic_row {
  background: #0588d0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  padding: 5px;
  font-size: 25px;
}

.bundle_box label {
  border-right: 2px solid #eceeef;
  display: inline-flex;
  flex-direction: column;
  padding: 8px;
  margin: 0;
  height: 105px;
}

.bundle_box label p {
  font-size: 14px;
  margin: 0px;
  line-height: 1.2;
}

.plan-dollar-sign,
.plan-duration {
  display: inline-block;
  vertical-align: top;
  font-family: "montserratregular";
}
.pricing_box .plan-dollar-sign {
  color: #0e1317;
  font-size: 20px;
  margin: 1px -8px 0 0;
}

.pricing_box .plan-duration {
  color: #888f96;
  font-size: 13px;
  margin: 6px 0 0 -6px;
}

.bundle_box_price {
  font-size: 25px;
  color: #0e1317;
  font-family: "Montserrat";
  margin: 5px 0 0 0;
}

.bundle_box_price .plan-dollar-sign {
  color: #0e1317;
  font-size: 15px;
  margin: 1px -5px 0 0;
}

.bundle_box_price .plan-duration {
  color: #888f96;
  font-size: 10px;
  margin: 6px 0 0 -3px;
  text-transform: uppercase;
}

.bundle_box span {
  color: #0e1317;
  display: inline-block;
  font-size: 18px;
  margin: 2px 7px;
  vertical-align: top;
}

.pricing_box .discount_row {
  text-transform: uppercase;
}

.pricing_box .basic_row {
  background: #0588d0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  padding: 5px;
}
.pricing_box {
  background: none;
  border-radius: 10px;
  box-shadow: 0 0 3px 2px #e7e7e7;
  height: 435px;
  margin: auto auto 50px;
  width: 285px;
}
.pricing_box label {
  border-bottom: 2px solid #eceeef;
  display: block;
  padding: 5px;
  margin: 0;
}
.pricing_box .discount_row.padding2 {
  padding: 35px 5px;
}
.discount {
  background: none;
  font-size: 13px;
  height: auto;
  margin-left: auto;
  text-align: center;
  width: auto;
  display: inline-block;
  padding-left: 12px;
  line-height: 1.2;
}
.discount span {
  background: url("../../img/new-images/discount-tag.png") no-repeat 0 0;
  display: inline-block;
  padding: 3px 5px 3px 20px;
  vertical-align: top;
  line-height: 1.2;
}
.discount_row {
  line-height: 0.8;
  padding: 20px 5px;
  text-align: center;
}
.pricing_box .app_row span {
  color: #0e1317;
  display: inline-block;
  font-size: 20px;
  margin: 1px 15px;
  text-transform: lowercase;
  vertical-align: top;
}
.pricing_box .app_row p {
  font-size: 13px;
  margin: 8px 0 0 0;
}
.buy_now,
.buy_now:active,
.buy_now:hover {
  margin: 30px 0 0;
}

.buy_now_bundle,
.buy_now_bundle:active,
.buy_now_bundle:hover {
  margin: 5px 0 0 !important;
  padding: 5px 10px !important;
}

.plan_wrapper {
  margin-top: 115px;
}

.our-main-features {
  font-size: 18px;
  list-style: none;
  margin: 0;
}
.our-main-features li {
  display: inline-block;
  letter-spacing: 1px;
  margin: 0 10px 8px;
  padding: 0;
}
.our-main-features li span {
  margin: 0 5px 0 0;
}
.plan_wrapp {
  padding: 35px 0 30px;
}
.pricing-content {
  padding: 0 5%;
}
.pricing-content h5 {
  font-size: 18px;
  color: #888f96;
  font-family: "HelveticaNeue";
}

.options-content {
  min-height: 150px;
}
.more-option-block p {
  margin: 0 0 5px 0;
}
.design_img {
  margin-bottom: 35px;
}
.our_application_wrapper.with-padding {
  margin: 0 0 30px;
}
.our_application_wrapper h4 {
  font-size: 24px;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 1153px) {
  .pricing_box {
    height: 480px;
    width: 280px;
  }
  .buy_now,
  .buy_now:active,
  .buy_now:hover {
    margin: 25px 0 0;
  }
  .pricing_block .margin_right {
    margin-right: 122px;
  }
}

@media only screen and (max-width: 1153px) {
  .pricing_block .margin_right {
    margin-right: 75px;
  }
  .need_more_wrapper {
    padding: 0 20px;
  }
  .our_application_wrapper.with-padding {
    padding: 0 20px;
  }
  .features_heading {
    padding: 25px 20px;
  }
  .bundle_box_price {
    font-size: 20px;
  }
  .bundle_box label p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .bundles_box_row {
    display: inline-block;
  }
  .bundle_box {
    height: 200px;
  }

  .bundle_box span {
    margin: 8px 3px;
    font-size: 15px;
  }

  .bundle_box label {
    height: 155px;
  }

  .bundle_box_price {
    font-size: 18px;
  }

  .pricing_block .margin_right {
    margin-right: 0;
  }
  .discount {
    display: block;
    height: auto;
    margin: 8px 0 0 0;
  }
  .pricing_box {
    height: 480px;
    width: 380px;
  }
  .options-content {
    min-height: 65px;
  }
  .design_block {
    margin: 55px 0 0;
  }
  .pricing_block {
    margin: 0 0 50px;
    padding: 0;
  }
  .plan_wrapp {
    padding: 30px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 735px) {
}

@media only screen and (max-width: 666px) {
  .our-main-features li {
    margin: 0 8px 5px;
  }
  .need_more_wrapper h4 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .our-main-features {
    font-size: 16px;
  }
  .our_application_wrapper h4 {
    font-size: 20px;
  }
  .design_block h5 {
    font-size: 18px;
  }
  .need_more_wrapper h4 {
    font-size: 20px;
  }
  .buy_now,
  .buy_now:active,
  .buy_now:hover {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 567px) {
}

@media only screen and (max-width: 479px) {
  .pricing_box {
    height: 480px;
    width: 280px;
  }
}

@media only screen and (max-width: 413px) {
}

@media only screen and (max-width: 374px) {
}
