.underlinebrush h2 {
  font-weight: bold;
  background-image: url(https://www.getmailbird.com/wp-content/themes/MailbirdTheme/assets/images/ep/underlinebrush.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 5px;
}
.pb-planterm pre span {
  height: 16px;
  background: #f4f6f7;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #0f37c3;
  padding: 2px 6px;
  display: inline-box;
  width: fit-content;
  margin: 7px 0 8px 0;
}
.mb-button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.105) 85.42%, rgba(0, 0, 0, 0.162) 100%),
    #ff5c73 !important;
  background-blend-mode: overlay, normal;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 10px 16px rgb(0 0 0 / 12%) !important;
}
.business .mb-button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.175) 91.67%, rgba(0, 0, 0, 0.27) 100%),
    #0060c0 !important;
}

#togglelifetime {
  border-top: 1px solid #eaeaea;
  background: rgba(244, 246, 247, 0.5);
  padding: 8px 32px;
  flex-grow: 1;
  min-height: initial;
}
#togglelifetime span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #666;
}
#togglelifetime .lifetime-planprice {
  font-weight: bold;
  color: #000;
}
.priceboxes .pb-plan div.pb-row {
  padding: 24px 32px;
  background-color: #fff;
  text-align: left;
  line-height: 22px;
  min-height: 250px;
}

.heading a {
  font-family: "Open Sans", Sans-Serif;
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.lifetime-on {
  background-image: url(https://www.getmailbird.com/wp-content/themes/MailbirdTheme/assets/images/toggle-on.svg);
}
.lifetime-off {
  background-image: url(https://www.getmailbird.com/wp-content/themes/MailbirdTheme/assets/images/toggle-off.svg);
}
.lifetime-toggle-button {
  float: right;
  display: flex;
  justify-content: center;
  height: 36px;
  align-content: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -10000px;
  width: 29px;
}

.mb-price-container {
  display: flex !important;
}
.mb-price-container .nlh {
  width: auto !important;
  position: relative !important;
  left: 0 !important;
  margin-right: 4px !important;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
}
.ribbon-green {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  transform: rotate(45deg);
  position: relative;
  padding: 2px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background: radial-gradient(115.61% 115.82% at 51.87% -15.82%, rgba(41, 255, 36, 0.47) 0%, rgba(41, 255, 36, 0) 100%),
    #41ad39;
}

.mb-discount-badge {
  top: -1px !important;
  left: unset !important;
  right: -1px !important;
}

.plan-quantity-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.plan-quantity-subtract {
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.175) 91.67%, rgba(0, 0, 0, 0.27) 100%),
    #0060c0;
  background-blend-mode: overlay, normal;
  border-radius: 5px 0 0 5px;
  color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
}
.plan-quantity-value input {
  width: 75px;
  height: 28px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000;
  border-radius: 0;
  padding: 10px;
  min-width: 100px;
}
.plan-quantity-value input::-webkit-outer-spin-button,
.plan-quantity-value input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.plan-quantity-value input[type="number"] {
  -moz-appearance: textfield;
}
.plan-quantity-add {
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.175) 91.67%, rgba(0, 0, 0, 0.27) 100%),
    #0060c0;
  background-blend-mode: overlay, normal;
  border-radius: 0 5px 5px 0;
  color: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
}
.business,
.personal {
  height: 344px !important;
}
.business .mb-container-footer,
.personal .mb-container-footer {
  top: 205px !important;
  height: 86px !important;
  overflow: hidden;
}
.business .mb-lifetimetoggle,
.personal .mb-lifetimetoggle {
  top: 290px !important;
}

.plantoggle {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#togglehome.active {
  border-radius: 6px 0 0 6px;
  box-shadow: 4px 0 18px rgb(0 0 0 / 13%);
  position: relative;
}
.togglebutton.active {
  background: #fff;
  color: #000;
  font-weight: bold;
}
.togglebutton {
  white-space: nowrap;
  background: #f4f6f7;
  padding: 8px 30px;
  border-radius: 6px 0 0 6px;
  color: #666;
  cursor: pointer;
}
#togglebiz.active {
  box-shadow: -4px 0 18px rgb(0 0 0 / 13%);
  border-radius: 0 6px 6px 0;
  position: relative;
}
#togglebiz {
  border-radius: 0 6px 6px 0;
}
