.mw-60 {
  max-width: 60%;
}
.w-65 {
  width: 65%;
}
.mt-20 {
  margin-top: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.fs-28 {
  font-size: 28px;
}
.mh-40 {
  min-height: 40px;
}
.mh-132 {
  min-height: 132px;
}
.product .top-cover {
  height: 355px;
  background-image: url(../../assets/images-product/pdpCover.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.product .product-label {
  font-family: PeridotPESemiBold;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px
}

.product .product-name {
  font-family: PeridotPEBold;
  color: #fff;
  font-size: 90px;
  text-align: center;
  line-height: 1
}

.product-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: calc(100% - 110px)
}

@media screen and (max-width:768px) {
  .product-header {
    height: calc(100% - 100px)
  }

  .product .product-label {
    padding-bottom: 10px
  }
}

.product .product-list {
  width: 80%;
  background: #fff;
}

.product .product-list .product-list-items>.product-list-item:last-child {
  border: none
}

@media screen and (min-width:576px) {
  .product .product-list .product-list-items>.product-list-item {
    border-right: 1px solid #e2e2e2
  }
}

@media screen and (min-width:576px) and (max-width:1200px) {
  .product .product-list .product-list-items>.product-list-item:nth-child(2n) {
    border: none
  }
}

@media screen and (min-width:1200px) {
  .product .product-list .product-list-items>.product-list-item:nth-child(3n) {
    border: none
  }
}

.product .product-list .product-list-item-expand {
  color: #36b22d;
  font-size: 16px;
  padding: 10px 0px
}

.product .product-list .product-list-item-expand[aria-expanded=false]>span:before {
  content: attr(data-content-expand);
  font-family: Arial;
  font-size: 16px;
  font-weight: 700
}

.product .product-list .product-list-item-expand[aria-expanded=true]>span:before {
  content: attr(data-content-collapse);
  font-family: Arial;
  font-size: 16px;
  font-weight: 700
}

.product .product-list .product-list-item-expand[aria-expanded=false]>span:after {
  content: "\f078"
}

.product .product-list .product-list-item-expand[aria-expanded=true]>span:after {
  content: "\f077"
}

.product .product-list .product-list-item-expand:active,
.product .product-list .product-list-item-expand:focus,
.product .product-list .product-list-item-expand:hover {
  color: #36b22d;
  text-decoration: none;
  cursor: pointer
}

.product .product-list .product-list-item-expand-toggle {
  display: flex;
  justify-content: center
}

@media screen and (max-width:768px) {

  .product .product-list .product-list-item-expand,
  .product .product-list .product-list-item-expand[aria-expanded=false]>span:before,
  .product .product-list .product-list-item-expand[aria-expanded=true]>span:before {
    font-size: 12px
  }
}

.product .nav[role=tablist] .nav-link {
  font-size: 16px
}

.product .nav[role=tablist] .nav-link.active {
  border-bottom: 3px solid #36b22d;
  color: #36b22d;
  font-size: 18px
}

.product .nav[role=tablist] .nav-link.active:after {
  background-color: #36b22d
}

.product .selection,
.product .standard {
  padding-top: 26px;
  padding-bottom: 16px
}

.product .selection {
  background: #deecdb;
  border: 1px solid #d7d8d6;
  border-radius: 15px;
  min-height: 185px
}

.product .circle-green-border {
  border: 1px solid #36b22d;
  border-radius: 50%;
  justify-content: center;
  margin-bottom: 4px;
  height: 91px;
  width: 91px;
  display: flex;
  place-items: center;
  flex-shrink: 0
}

.product .circle-green-border .circled-icon-sphere {
  width: 44px;
  height: auto;
  align-self: center
}

.product .circle-green-border .circled-icon-mobile {
  width: 34px;
  height: auto;
  align-self: center
}

.product .circle-green-border .circled-icon-message {
  width: 44px;
  height: auto;
  align-self: center
}

.product .media {
  padding-right: 10px;
  padding-left: 10px
}

.product .media-body.regular-label {
  font-size: 16px;
  font-family: PeridotPERegular;
  color: #3e5567;
  text-align: left
}

.product .media-body.medium-label {
  font-size: 16px;
  font-family: PeridotPESemiBold;
  color: #3e5567;
  text-align: left
}

.product .media-body.bold-label {
  font-size: 18px;
  font-family: PeridotPEBold;
  color: #3e5567;
  text-align: left
}

.product .plus {
  text-align: center;
  padding-top: 12px;
  font-family: PFSquareSansProLight;
  font-size: 36px;
  color: #36b22d
}

.product .plus.bordered {
  height: 42px;
  width: 42px;
  line-height: normal;
  margin-top: -54px;
  padding-top: 0px;
  background: #fff;
  border: 1px solid #d7d8d6;
  border-radius: 21px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%)
}

.product .plus.bordered.verticalexpand {
  margin-top: -24px
}

.product .equals {
  padding-top: 12px;
  font-family: PFSquareSansProLight;
  font-size: 36px
}

.product .equals,
.product .or {
  text-align: center;
  color: #36b22d
}

.product .or {
  font-family: PeridotPERegular;
  font-size: 22px
}

.product .selection .circle-green-border {
  background-color: #fff
}

.product .promo-label {
  text-align: center;
  font-family: PeridotPERegular;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #3e5567
}

.product .label {
  color: #36b22d;
  text-align: center;
  font: Bold 22px/36px Arial
}

.product .overview-comparison .nav[role=tablist] .nav-link {
  font-size: 24px
}

.product .overview-comparison .nav[role=tablist] .nav-link.active,
.product .overview-comparison .nav[role=tablist] .nav-link:hover {
  border-bottom: 3px solid #36b22d;
  color: #3e5567;
  font-size: 24px
}

.product .overview-comparison .nav[role=tablist] .nav-link.active:after {
  display: none !important;
}

@media screen and (max-width:768px) {
  .product .overview-comparison .nav[role=tablist] .nav-link.active:after {
    display: block
  }
}

.product .overview-image {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px
}

.product .overview-label {
  font-family: PeridotPEBold
}

.product .overview-desc,
.product .overview-label {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #3e5567
}

.product .overview-desc,
.product .specification {
  font-family: PeridotPERegular
}

.product .specification {
  font-size: 14px;
  color: #a9abac;
  text-align: left
}

@media screen and (max-width:768px) {
  .product .specification {
    font-family: PeridotPERegular;
    font-size: 14px;
    color: #a9abac;
    text-align: center
  }
}

.product .specification a {
  color: #36b22d;
  text-decoration: none
}

@media screen and (max-width:992px) {
  .product .product-label {
    font-size: 18px
  }

  .product .product-name {
    font-size: 36px;
    padding: 0
  }

  .product .circle-green-border {
    height: 68px;
    width: 68px
  }

  .product .circle-green-border .circled-icon-sphere {
    width: 38px;
    height: auto;
    align-self: center
  }

  .product .circle-green-border .circled-icon-mobile {
    width: 25px;
    height: auto;
    align-self: center
  }

  .product .circle-green-border .circled-icon-message {
    width: 40px;
    height: auto;
    align-self: center
  }
}

@media screen and (max-width:768px) {
  .product .product-label {
    font-size: 14px
  }

  .product .product-name {
    font-size: 28px
  }

  .product .top-cover {
    height: 280px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .product .product-list {
    min-width: 350px
  }

  .product .nav[role=tablist] .nav-link.active {
    color: #36b22d;
    border-color: #36b22d;
    font-size: 14px
  }

  .product .nav[role=tablist] .nav-link {
    font-size: 14px
  }

  .product .nav[role=tablist] .nav-link.active:after {
    height: 5px;
    width: 5px;
    content: "";
    background-color: #36b22d;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 2px);
    transform: rotate(45deg);
    color: inherit
  }

  .product .media-body.bold-label,
  .product .media-body.medium-label,
  .product .media-body.regular-label {
    font-size: 12px
  }

  .product .plus {
    font-size: 26px
  }

  .product .plus.bordered {
    height: 34px;
    width: 34px;
    line-height: normal;
    margin: 0px;
    padding-top: 0px;
    background: #fff;
    border: 1px solid #d7d8d6;
    border-radius: 21px;
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 0%;
    transform: translate(-50%)
  }

  .product .equals {
    font-size: 26px
  }

  .product .nav[role=tablist] li+li {
    margin-left: 6px
  }

  .product .label,
  .product .promo-label {
    font-size: 14px;
    line-height: 20px
  }

  .product .label {
    color: #36b22d;
    text-align: center;
    font-family: PeridotPESemiBold
  }

  .product .overview-comparison .nav[role=tablist] .nav-link,
  .product .overview-comparison .nav[role=tablist] .nav-link.active {
    font-size: 14px
  }

  .product .green-trasparent-button {
    font-size: 16px
  }

  .product .light-green-button {
    background: linear-gradient(90deg, #98c44f, #47b149)
  }

  .product .rateplan a.rateplan-list-item-expand[aria-expanded=false]>span:before,
  .product .rateplan a.rateplan-list-item-expand[aria-expanded=true]>span:before,
  .product a.link-green:hover,
  a.link-green:active,
  a.link-green:focus,
  a.link-green:visited {
    color: #36b22d !important
  }

  .product .rateplan a.rateplan-list-item-expand[aria-expanded=false]>span:after,
  .product .rateplan a.rateplan-list-item-expand[aria-expanded=true]>span:after {
    color: #36b22d
  }

  .product .faq-header {
    font-family: PeridotPESemiBold;
    color: #36b22d;
    font-size: 18px;
    line-height: 24px;
    text-align: center
  }

  .product .btn-link {
    font-family: PeridotPESemiBold;
    font-size: 14px;
    text-align: left;
    color: #a9abac;
    text-decoration: none
  }

  .product .btn-link.collapsed:after {
    transform: rotate(180deg);
    color: #36b22d
  }

  .product .btn-link:after {
    font-family: FontAwesome;
    content: "\f077";
    position: absolute;
    top: 5px;
    right: 0;
    transition: transform 0.4s;
    margin-right: 20px;
    color: #36b22d;
    font-size: 18px;
    padding: 24px 0px
  }

  .product .card {
    border: none
  }

  .product .card-header {
    padding: 0px 0px 0px 8px;
    background-color: inherit
  }

  .product .list-link-style {
    padding: 0px 15px
  }

  .product .list-link {
    border: 0
  }

  .product .list-link-style {
    text-decoration: none;
    color: #a9abac;
    font-family: PeridotPERegular;
    font-size: 14px;
    padding: 0px 20px
  }

  .product .selection {
    background: #f4f8f3;
    min-height: 134px
  }

  .product .circle-green-border {
    height: 68px;
    width: 68px
  }

  .product .circle-green-border .circled-icon-sphere {
    width: 35px;
    height: auto;
    align-self: center
  }

  .product .circle-green-border .circled-icon-mobile {
    width: 25px;
    height: auto;
    align-self: center
  }

  .product .circle-green-border .circled-icon-message {
    width: 35px;
    height: auto;
    align-self: center
  }

  .product .standard .row .w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
  }

  .product .standard .row .w-ext {
    min-width: 94px
  }
}

#comparison {
  width: 100%
}

@media screen and (max-width:576px) {
  .carousel-banner .carousel-banner-title h3 {
    font-size: 18px
  }
}

.product-media-description {
  max-width: 340px
}

.product-media-description.productborder {
  flex-grow: 1;
  border-left: 1px solid #e2e2e2;
  padding-left: 20px !important;
  max-width: 360px !important
}

@media screen and (max-width:1222px) {
  .product-media-description.productborder {
    border-left: none
  }
}

.product-media-description.productborder:first-child {
  border-left: none
}

.product-media-description .product-list-item-expand-text {
  max-width: 340px
}
.productWizard .characteristics-container ul.img-list>li img,
.product .characteristics-container ul.img-list>li img {
  width: 45px;
  height: 45px;
}
.productWizard .characteristics-container .media img,
.product .characteristics-container .media img {
  margin-right: 14px;
}
.productWizard .characteristics-container ul.img-list>li,
.product .characteristics-container ul.img-list>li {
  list-style-image: none;
  font-size: 18px;
  font-family: PeridotPERegular;
  padding: 8px 15px;
  line-height: 24px;
}
.product .info-label-container {
  background: #36B22D;
  border-radius: 5px;
  width: fit-content;
}
.product .info-label-text {
  font-size: 16px;
  font-family: PeridotPESemiBold;
  color: #E9FFEF;
  padding: 0 6px;
}
.productWizard .characteristics-container,
.product .characteristics-container {
  padding: 15px 0 0 0;
  color: #3E5567;
}
.product .softBundleContainer  .plus-container {
  position: absolute;
  top: -16%;
  left: 50%;
}
.product .listing-products .softBundleContainer  .plus-container,
.product .plus-container {
  position: absolute;
  top: -9%;
  left: 50%;
}
.product .items-1-container-extras .plus-container,
.product .items-2-container-extras .plus-container,
.product .items-3-container-extras .plus-container {
  top: -16%;
}
.product .softBundleContainer_label {
  margin-bottom: 2px;
}
.wizard .listing-top-tag,
.product .listing-top-tag {
  width: 40%;
  top: -25px;
  left: 29%;
  height: 25px;
  display: flex;
  position: absolute;
  background: #E20074;
  border-radius: 20px 20px 0 0;
  justify-content: center;
}
.product .softBundle-container .listing-top-tag {
  top: -30%;
}
.product .listing-products .listing-top-tag {
  width: 90%;
  left: 5%;
  height: 35px;
  top: -36px;
}
.wizard .listing-top-tag-text,
.product .listing-top-tag-text {
  text-align: center;
  font-size: 16px;
  font-family: PeridotPEBold;
  color: #FFFFFF;
}
.product .listing-products .listing-top-tag-text{
  font-family: PeridotPESemiBold;
}
.product .pdp-characteristics-container {
  width: 805px;
  margin-top: -30px;
  background: #fff;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wizardProduct .rateplan-brand,
.pdp-characteristics-container .rateplan-brand {
  font-size: 25px;
  font-family: PeridotPERegular;
  color: #3E5567;
  line-height: 1;
}
.product .rateplan-name {
  font-size: 36px;
  font-family: BTCosmoBold;
  color: #00A5E3;
  line-height: 36px;
  text-align: center;
}
.pdp-price-sticker .pdp-disclaimer {
  font-size: 12px;
  line-height: 14px;
}
.pdp-price-sticker .price-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0
}
.pdp-price-sticker .pdp-buy-button {
  width: 330px;
  height: 45px;
  background: #36b22d;
  border: 1px solid #36b22d;
  border-radius: 11px;
  text-align: center;
  font-size: 22px;
  font-family: PeridotPESemiBold;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 41px;
}
.pdp-price-sticker .pdp-buy-button:hover {
  background: #006d29;
  border: none;
}
.pdp-price-sticker .soft_bundle_price_devider {
  height: 22px !important;
}
.pdp-price-sticker .one-time-price-container {
  width: 117px;
  height: 108px;
  background: #EDFFEB 0% 0% no-repeat padding-box;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
}
.pdp-price-sticker .one-time-price-label {
  text-align: center;
  font-size: 12px;
  font-family: PeridotPEBold;
  color: #3E5567;
}
.pdp-price-sticker .one-time-price-original-price {
  text-align: center;
  font-size: 12px;
  font-family: PeridotPERegular;
  color: #3E5567;
  line-height: 11px;
  text-decoration: line-through;
}
.pdp-price-sticker .one-time-price-final-price {
  text-align: center;
  color: #36b22d;
  font-family: PeridotPESemiBold;
  font-size: 20px;
  line-height: 22px;
}
.pdp-price-sticker .one-time-price-final-decimal {
  text-align: center;
  font-size: 12px;
  font-family: PeridotPERegular;
  color: #3E5567;
  line-height: 11px;
  text-decoration: line-through;
}
.pdp-price-sticker .one-time-price-plus-container {
  position: absolute;
  right: -7%;
  top: 40%;
}
.product .listing-products > .card.active {
  background: #EDF8EE;
}
.product .listing-icons {
  width: 45px;
  height: 40px
}
.softBundle-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.softBundle-characteristics-container {
  width: 30%;
  height: fit-content;
  padding: 0 10px 0 10px;
}
.softBundle-characteristics-container .characteristics-container {
  min-height: 223px;
}
.softBundle-characteristics-container .characteristics-container:only-child {
  min-height: 0;
}
.items-1-container-extras  > .softBundleContainer{
  width: 30%;
}
.items-2-container-extras  > .softBundleContainer{
  width: 60%;
}
.items-3-container-extras  > .softBundleContainer{
  width: 90%;
}
.softBundle-characteristics-container .rateplan-brand {
  font-size: 26px !important;
  line-height: 26px !important;
}
.softBundle-characteristics-container .rateplan-name {
  font-size: 26px !important;
  line-height: 26px !important;
}
.product .softBundle-container >.softBundle-characteristics-container {
  border-right: 1px dashed #B5F5B6;
}
.product .softBundle-container >.softBundle-characteristics-container:last-child {
  border: none;
}
.product .softBundleContainer {
  position: relative;
}
.pdp-price-sticker .one-time-price-bottom-ribbon {
  height: 33px;
  background: #EDFFEB;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding: 0 16px;
}
.pdp-price-sticker .one-time-price-bottom-ribbon-text {
  font-size: 12px;
  font-family: PeridotPEBold;
  color: #3E5567;
}
.productWizard .listing-products .choosen-rateplan-label,
.product .listing-products .choosen-rateplan-label {
  position: absolute;
  top: -91px;
  left: 28%;
  text-align: center;
  font-size: 24px;
  font-family: PeridotPESemiBold;
  color: #3E5567;
  display: block !important;
}
@media screen and (max-width:1200px) {
  .product .fs-31 {
    font-size: 20px !important;
  }
}
@media screen and (max-width:1045px) {
  .product .softBundleContainer_finalPrice {
    font-size: 17px;
  }
}
@media screen and (max-width:991px) {
  .productWizard .rateplan-brand,
  .product .rateplan-brand {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .product .softBundle-characteristics-container .col-12.p-0.text-center {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .product .softBundle-characteristics-container .rateplan-brand {
    margin-top: 0;
  }
  .product .rateplan-brand,
  .product .rateplan-name{
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .product .softBundle-characteristics-container,
  .product .items-1-container-extras > .softBundleContainer,
  .product .items-2-container-extras > .softBundleContainer,
  .product .items-3-container-extras > .softBundleContainer,
  .product .w-65 {
    width: 100%;
  }
  .product .sb-item-title {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .product .plr-15 {
    padding: 0 15px 0 15px;
  }
  .product .softBundle-container {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .product .container.softBundle-container.pdp-characteristics-container {
    margin-top: 0;
  }
  .productWizard .characteristics-container,
  .product .characteristics-container {
    min-height: 0;
  }
  .product .softBundle-container >.softBundle-characteristics-container {
    border-top: 1px dashed #B5F5B6;
    border-right: 0;
    padding-right: 0;
    min-height: 60px;
  }
  .product .softBundle-container >.softBundle-characteristics-container:last-child {
    border-bottom: 1px dashed #B5F5B6;
    border-top: 1px dashed #B5F5B6;
    padding-right: 0;
    min-height: 60px;
  }
  .product .collapse-arrow {
    position: relative;
    right: 4%;
    top: 5px;
  }
  .product .collapse.show {
    margin-bottom: 20px;
  }
  .product .marging-mob-0 {
    margin: 0;
  }
  .pdp-price-sticker .box-shadow {
    box-shadow: 0px 1px 22px #A1EBD996;
  }
  .product a.collapse-arrow[aria-expanded=true]>img {
    transform: rotate(180deg);
  }
  .flex-mob-column {
    flex-direction: column;
  }
  .product .pdp-characteristics-container {
    width: 100%;
  }
  .productWizard .listing-products .choosen-rateplan-label,
  .product .listing-products .choosen-rateplan-label {
    top: -68px;
    left: 25%;
  }
}
@media screen and (min-width:992px) {
  .product .listing-products {
    margin-top: 30px;
  }
}
@media screen and (min-width:769px) and (max-width:991px) {
  .product .listing-top-tag {
    width: 50%;
    top: -25px;
    left: 24%;
  }
  .wizard .listing-top-tag{
    width: 76%;
    top: -25px;
    left: 13%;
  }
}
@media screen and (max-width:768px) {
  .product .pdp-characteristics-container {
    margin-top: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .wizard .listing-top-tag,
  .product .listing-top-tag {
    width: 80%;
    top: -25px !important;
    left: 10%;
  }
  .productWizard .mw-60,
  .product .mw-60 {
    max-width: 92%;
  }
  .productWizard .characteristics-container ul.img-list>li img,
  .product .characteristics-container ul.img-list>li img {
    width: 36px;
    height: 36px;
  }
  .productWizard .characteristics-container ul.img-list>li,
  .product .characteristics-container ul.img-list>li {
    font-size: 14px;
    padding: 8px 0px;
    line-height: 18px;
  }
  .product .plus-container {
    top: -17%;
    left: 48%;
  }
  .product .softBundleContainer_label {
    margin-bottom: 6px !important;
  }
  .product .softBundleContainer_label {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .product .softBundleContainer_product_label {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .product .gift-description-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 52px;
  }
  .pdp-price-sticker.mh-132,
  .pdp-price-sticker .mh-132 {
    min-height: 88px !important;
  }
  .pdp-price-sticker .pdp-buy-button {
    width: 165px;
    font-size: 16px;
    line-height: 45px;
  }
  .pdp-price-sticker .original-price {
    font-size: 14px;
    font-family: PeridotPERegular;
    color: #3E5567;
    line-height: 14px;
    text-decoration: line-through;
  }
  .pdp-price-sticker .month-label {
    font-size: 12px;
    font-family: PeridotPERegular;
    color: #3E5567;
    line-height: 24px;
  }
}

@media screen and (max-width: 435px) {
  .product .listing-top-tag {
    width: 90%;
    left: 4%;
  }
}

.product .softBundle-container.pdp-characteristics-container {
  flex-direction: row;
  position: relative;
}

.product .rateplan-brand {
  font-size: 36px;
  font-family: BTCosmoBold;
  color: #36B22D;
  line-height: 36px;
}
@media screen and (max-width:768px) {
  .img-order-first {
    order: 1;
  }

  .text-order-second {
    order: 2;
  }
}
.text-container{
  width: 700px!important;
}
@media (min-width:1600px){
    .text-container{
        width:1000px!important;
    }
}
@Media (max-width:991px){
    .business_rateplan{
        width:400px;
    }
}
.business_rateplan{
    z-index:1;
}
.rateplan_details{
    position: relative;
    z-index:1;
}
