.nav-menu .main-menu a {
  color: #2e0547;
  text-shadow: unset !important;
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0;
    transform: translate3d(0, 2%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.menu-wrap.desktop-view {
  background-color: #291739;
}
@media (min-width: 1440px) {
  .menu-wrap.desktop-view .nav-menu .container {
    max-width: 1440px;
  }
}
.menu-wrap.desktop-view .nav-menu .container .main-menu a {
  color: #fff;
}
.menu-wrap.desktop-view .nav-menu.stylized .container .main-menu a {
  color: #2e0547;
}
.menu-wrap.desktop-view .nav-menu.stylized .container .main-logo a .logo-desaturated {
  width: 200px;
  height: 29px;
  background-image: url("../../uploads/website_images/svg/pricing/logo-color.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.menu-wrap.desktop-view .nav-menu.stylized .container a.menu-cta {
  color: #2C0743 !important;
}
.menu-wrap.desktop-view .nav-menu .main-logo a .logo-desaturated {
  width: 200px;
  height: 29px;
  background-image: url("../../uploads/website_images/svg/pricing/logo-desaturated-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

a.menu-cta {
  color: #fff;
}

@media (min-width: 1440px) {
  .container.w-1440 {
    max-width: 1440px;
  }
}
.container.w-1440 .row.flex-center {
  align-items: center;
}

section.partners-header {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #f8f6fa;
  background-position: center top;
  text-align: center;
  background-size: 2560px;
  background-repeat: no-repeat;
}
section.partners-header .ha-header-container .info-area {
  position: relative;
  margin-top: 50px;
}
section.partners-header .ha-header-container .info-area .above-the-header {
  display: flex;
  justify-content: space-between;
}
section.partners-header .ha-header-container .info-area .above-the-header .promotional-discount {
  background-color: #2ad2ff;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 0.065em;
}
section.partners-header .ha-header-container .info-area .above-the-header .recommended {
  display: flex;
}
section.partners-header .ha-header-container .info-area .above-the-header .recommended .text {
  height: 37px;
  padding-top: 10px;
  margin-right: 5px;
  font-weight: 600;
  color: #2e0547;
}
section.partners-header .ha-header-container .info-area .above-the-header .recommended img {
  max-height: 37px;
}
section.partners-header .ha-header-container .info-area h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 73px;
  color: #2e0547;
  flex-direction: row;
  text-align: left;
  padding-top: 17px;
}
section.partners-header .ha-header-container .info-area h1 span.orange {
  color: #fa8681;
}
section.partners-header .ha-header-container .info-area h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #2e0547;
}
section.partners-header .ha-header-container .additional-features .features-block {
  margin-top: 20px;
}
section.partners-header .ha-header-container .additional-features .features-block .pricing {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 45px;
  text-align: left;
  color: #2e0547;
}
section.partners-header .ha-header-container .additional-features .features-block .pricing span.orange {
  background-color: #2ad2ff;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.065em;
}
section.partners-header .ha-header-container .additional-features .features-block ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 16px;
}
section.partners-header .ha-header-container .additional-features .features-block ul li i.fas {
  color: #66d978;
}
section.partners-header .ha-header-container .additional-features .features-block ul li span.orange {
  font-weight: bold;
}
section.partners-header .ha-header-container .additional-features .promotional-packages {
  text-align: left;
}
section.partners-header .ha-header-container .additional-features .promotional-packages .promo-button a {
  margin: 0px;
  margin-top: 25px;
  background: linear-gradient(90deg, #f2709c 0%, #ff9472 100%);
  border-radius: 50px;
  padding: 22px 10px;
}

section.reviews-summary {
  background-color: #f8f6fa;
  color: #2e0547;
  padding-bottom: 40px;
}

.billing-terms .billing-terms-row {
  margin-top: 0px;
  margin-bottom: 30px;
}

section.plans-pricing {
  background-color: #f8f6fa;
  padding-top: 30px;
  padding-bottom: 70px;
  text-align: center;
}
section.plans-pricing h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 73px;
  color: #2f0648;
}
section.plans-pricing h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #2f0648;
  line-height: 24px;
}
section.plans-pricing h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #fa8681;
}
section.plans-pricing hr {
  width: 30%;
  border-top: 2px solid #ff5a5b;
}
section.plans-pricing .bf-sale-container {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 15px;
}
section.plans-pricing .bf-sale-container h1 {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: unset;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin: 0px;
}
section.plans-pricing .bf-sale-container h2 {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 900;
  font-size: 60px;
  line-height: 50px;
  letter-spacing: 0.065em;
  color: #fa8681;
  transform: rotate(356deg);
  margin: 0px;
  padding: 0px;
  text-shadow: 4px 4px 1px #ffffff;
}
section.plans-pricing .bf-sale-container #promo-counter,
section.plans-pricing .bf-sale-container #promo-counter-mobile {
  font-size: 35px;
  font-weight: 700;
  color: #30034a;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: relative;
}
section.plans-pricing .bf-sale-container #promo-counter .metrics,
section.plans-pricing .bf-sale-container #promo-counter-mobile .metrics {
  display: inline;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 61px;
  text-align: center;
  color: #ffffff;
}
section.plans-pricing .bf-sale-container #promo-counter .metrics:after,
section.plans-pricing .bf-sale-container #promo-counter-mobile .metrics:after {
  content: ":";
  position: absolute;
  right: -5px;
  color: #fff;
  font-size: 25px;
}
section.plans-pricing .bf-sale-container #promo-counter .metrics:last-child:after,
section.plans-pricing .bf-sale-container #promo-counter-mobile .metrics:last-child:after {
  content: "";
}
section.plans-pricing .bf-sale-container #promo-counter .metrics span.counter,
section.plans-pricing .bf-sale-container #promo-counter-mobile .metrics span.counter {
  position: relative;
  display: block;
  top: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #9c7fae;
}
section.plans-pricing .bf-sale-container .promotional-packages .promo-button a {
  position: relative;
  top: 10px;
  padding: 25px 40px;
}

section.product-menu {
  background: #f8f6fa;
}
section.product-menu .heading h1.section-heading {
  padding: 50px 0 50px 0;
}
section.product-menu span.new-product {
  width: 82px;
  transform: unset;
  left: unset;
  margin: auto;
  margin-top: -15px;
  position: relative;
  top: 6px;
}
section.product-menu .row .col-md-3 {
  padding-left: 1px;
  padding-right: 1px;
}
section.product-menu .product-box {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  border-top: 3px solid transparent;
  transition: all 100ms ease-in-out;
}
section.product-menu .product-box.coming-soon {
  opacity: 0.5;
}
section.product-menu .product-box.coming-soon .product-img i.fas {
  color: #6a5179;
  font-size: 30px;
}
section.product-menu .product-box.coming-soon:hover {
  opacity: 1;
}
section.product-menu .product-box i.fas {
  display: none;
  opacity: 0;
}
section.product-menu .product-box.selected {
  background: #fff;
  border-top: 3px solid #fa8681;
  box-shadow: 0px -3px 5px 0px rgba(110, 110, 110, 0.1019607843);
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
section.product-menu .product-box.selected i.fas {
  opacity: 1;
  display: inline;
}
section.product-menu .product-box.selected h1 {
  color: #fa8681;
}
section.product-menu .product-box h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4f2c65;
  margin: 0px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
section.product-menu .product-box h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-top: 1px;
  color: rgba(46, 5, 71, 0.7803921569);
}
section.product-menu .product-box .product-img {
  padding-right: 6px;
}
section.product-menu .product-box .product-img img {
  height: 35px;
}
section.product-menu .product-box .product-headings {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
section.product-menu .product-box:hover > h1 {
  color: #fa8681;
}
section.product-menu .product-box:hover {
  border-top: 3px solid #fa8681;
  box-shadow: 0px -3px 5px 0px rgba(110, 110, 110, 0.1019607843);
  background-color: #fff;
}
section.product-menu .product-box span.promo {
  background-color: #6840db;
  padding: 4px 10px;
  border-radius: 3px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.065em;
  position: absolute;
  top: -10px;
}

section.product-menu.partners-products .product-box span.promo,
.pricing-plan-container .pricing-plan-header.partners-page .plan-promo {
  background-color: #2ad2ff !important;
}

.pricing-tables-section {
  display: none;
}
.pricing-tables-section.selected {
  display: block;
  padding: 50px 0px;
}
.pricing-tables-section .pcustom-5 {
  padding: 5px;
}

section.compare-tables {
  display: none;
  padding-top: 50px;
}
section.compare-tables .help-text {
  font-family: "euclid circular b";
  font-size: 20px;
  font-weight: 600;
  color: #371b56;
}
section.compare-tables .help-text a {
  color: #f98783;
  font-weight: 600;
  border-bottom: 2px dashed;
  text-decoration: none;
}
section.compare-tables .help-text a:hover {
  color: #ff5a5b;
}
section.compare-tables .compare-tables-heading h2 {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 76px;
  color: #371B58;
  text-align: center;
}
section.compare-tables .features-tables-heading {
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(98, 62, 122, 0.1215686275);
}
section.compare-tables .features-tables-heading .table-sticky-wh-plans {
  height: 150px;
}
section.compare-tables .features-tables-heading .table-sticky-wh-plans tbody {
  width: 100%;
  height: 150px;
}
section.compare-tables .features-tables-heading .table-sticky-wh-plans tbody tr td {
  border: none;
  vertical-align: middle;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #f4effe;
  width: 25%;
}
section.compare-tables .features-tables-heading .table-sticky-wh-plans tbody tr td:first-child, section.compare-tables .features-tables-heading .table-sticky-wh-plans tbody tr td:last-child {
  border: none;
}
section.compare-tables .features-tables-heading .table-sticky-wh-plans tbody tr td .recommended {
  font-size: 13px;
  font-family: "euclid circular b";
  font-weight: 500;
  background-color: #f98783;
  padding: 3px 30px;
  position: absolute;
  bottom: -10px;
  color: #fff;
  border-radius: 50px;
}
section.compare-tables a.compare-features-cta {
  border: 2px solid #6840DB;
  color: #6840DB;
  padding: 10px 15px;
  margin: 7px;
  border-radius: 50px;
  font-family: "euclid circular b";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}
section.compare-tables a.compare-features-cta:hover {
  background-color: #6840DB;
  color: #fff !important;
}
section.compare-tables.selected {
  display: block;
}
section.compare-tables .table tbody {
  display: table-row-group;
}
section.compare-tables .compared-plans {
  background-color: #fefeff;
  height: 115px;
}
section.compare-tables .compared-plans .container.compare-table {
  box-shadow: 0 5px 5px -5px rgba(50, 15, 112, 0.1490196078);
  height: 115px;
}
section.compare-tables td i.fas.fa-times {
  color: #ff3533;
}
section.compare-tables td i.fas.fa-check {
  color: #66d978;
}
section.compare-tables td i.fas.fa-infinity {
  color: #7b5692;
}

section.hosting-features {
  display: none;
}
section.hosting-features.selected {
  display: block;
}
section.hosting-features .table tbody {
  display: table-row-group;
}

section.pricing-page-faq {
  display: none;
}
section.pricing-page-faq.selected {
  display: block;
}
section.pricing-page-faq .table tbody {
  display: table-row-group;
}

section.footer-cta {
  padding-top: 100px;
}

section.pricing-header {
  background-color: #291739;
  color: #fff;
  text-align: center;
}
section.pricing-header .main-container {
  padding-top: 50px;
  background-position: center 0px;
  background-repeat: no-repeat;
  padding-bottom: 500px;
}
section.pricing-header .main-container h1 {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
}
section.pricing-header .main-container h2 {
  font-family: "Euclid Circular B";
  font-weight: 300;
  font-size: 18px;
  color: #CCCCCC;
}
section.pricing-header .main-container .product-selector {
  background: rgba(76, 53, 117, 0.5);
  border: 1px solid rgba(76, 53, 117, 0.7);
  border-radius: 200px;
  margin-top: 40px;
  padding: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.pricing-header .main-container .product-selector .product-box {
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  position: relative;
  flex: 1;
}
section.pricing-header .main-container .product-selector .product-box.selected .product-headings h1 {
  color: #371B58;
}
section.pricing-header .main-container .product-selector .product-box.selected .product-headings h2 {
  color: #4C3575;
}
section.pricing-header .main-container .product-selector .product-box .tab-bg {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  left: 0px;
  z-index: 0;
  transition: all 300ms ease-in-out;
}
section.pricing-header .main-container .product-selector .product-box span.promo {
  position: absolute;
  padding: 5px 7px;
  background: #6840DB;
  border-radius: 20px;
  top: -24px;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
section.pricing-header .main-container .product-selector .product-box .product-headings {
  padding: 15px 0px;
  z-index: 1;
}
section.pricing-header .main-container .product-selector .product-box .product-headings h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0px;
  position: relative;
  top: 3px;
}
section.pricing-header .main-container .product-selector .product-box .product-headings h2 {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #8f83b2;
  margin-bottom: 0px;
}
section.pricing-header .product-menu-container {
  position: relative;
  margin-top: 25px;
  display: none;
}
section.pricing-header .product-menu-container .cta {
  padding-top: 25px;
}
section.pricing-header .product-menu-container .cta h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
section.pricing-header .product-menu-container .headings {
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
}
section.pricing-header .product-menu-container .headings:hover {
  background-color: #E1DFE9;
}
section.pricing-header .product-menu-container .headings h2 {
  font-family: "Euclid Circular B";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #291739;
  margin: 0;
}
section.pricing-header .product-menu-container .headings h3 {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8B8894;
  margin: 0;
}
section.pricing-header .product-menu-container .current-product-headings h2 {
  font-family: "Euclid Circular B";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #291739;
  margin: 0;
}
section.pricing-header .product-menu-container .current-product-headings h3 {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #8B8894;
  margin: 0;
}
section.pricing-header .product-menu-container .product-menu-mobile-menu-button {
  background: #FFFFFF;
  box-shadow: 0px 7px 15px rgba(67, 48, 72, 0.0705882353);
  border-radius: 13px;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 5px;
  cursor: pointer;
}
section.pricing-header .product-menu-container #collapseProducts {
  position: absolute;
  z-index: 5;
  width: 100%;
  box-shadow: 0px 7px 15px rgba(67, 48, 72, 0.0705882353);
}

section.plans {
  margin-top: -500px;
}

section.reviews-summary {
  background-color: #fff;
  padding: 50px 0;
}

.plan-rotator {
  color: #fff !important;
  margin-top: unset !important;
}
.plan-rotator h1 {
  color: #fff !important;
}

.expiration-counter h3 {
  background-color: #6840db;
  padding: 5px 15px;
  border-radius: 3px;
  text-align: center !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  color: #fff !important;
  letter-spacing: 0.065em;
  display: inline;
}
.expiration-counter #promo-counter,
.expiration-counter #promo-counter-mobile {
  font-size: 35px;
  font-weight: 700;
  color: #30034a;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.expiration-counter #promo-counter .metrics,
.expiration-counter #promo-counter-mobile .metrics {
  display: inline;
}
.expiration-counter #promo-counter .metrics:after,
.expiration-counter #promo-counter-mobile .metrics:after {
  content: ":";
  position: absolute;
  right: -5px;
  color: #ff5a5b;
  font-size: 30px;
}
.expiration-counter #promo-counter .metrics:last-child:after,
.expiration-counter #promo-counter-mobile .metrics:last-child:after {
  content: "";
}
.expiration-counter #promo-counter .metrics span.counter,
.expiration-counter #promo-counter-mobile .metrics span.counter {
  font-size: 12px;
  position: relative;
  display: block;
  top: 10px;
}

.main-features {
  margin-top: 50px;
}

.plans {
  margin-bottom: unset;
}

section.compare-tables.selected {
  margin-top: unset;
}

.who-is-this-service-for {
  display: none;
}

.who-is-this-service-for.selected {
  display: block;
}

@media screen and (max-width: 1440px) {
  section.plans .wh-plans .wh-plan-container {
    padding: 20px 40px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-name {
    font-size: 28px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-description {
    font-size: 15px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-pricing {
    font-size: 30px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-pricing .plan-pricing span.grey {
    font-size: 20px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-pricing .regular-pricing {
    font-size: 12px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-features ul li .plan-feature-icon {
    margin-right: 0px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-features ul li {
    font-size: 13px;
    position: relative;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-features ul li .plan-feature-text .far.fa-question-circle {
    font-size: 14px;
    right: 10px;
  }
  section.plans .wh-plans .wh-plan-container.recommended .wh-plan-name {
    font-size: 35px;
    line-height: 75px;
  }
  section.plans .wh-plans .wh-plan-container.recommended {
    padding: 30px;
  }
  section.plans .wh-plans .wh-plan-container.recommended .recommended {
    left: 50%;
    transform: translateX(-50%);
  }
  .compare-table .package h4 {
    display: none;
  }
  section.compare-tables .help-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .compare-table .row.comparison-table-header {
    width: 63%;
  }
  section.pricing-header .main-container .product-selector .product-box.selected .product-headings h1 {
    font-size: 16px;
  }
  section.plans .wh-plans .wh-plan-container.recommended .recommended {
    padding: 8px 10px;
    font-size: 12px;
  }
  section.pricing-header .main-container .product-selector .product-box .product-headings h1 {
    font-size: 16px;
  }
  section.plans .plan-rotator .plan-billing-selector .cycle {
    font-size: 14px;
  }
  section.plans .wh-plans .wh-plan-container.recommended .wh-plan-name {
    font-size: 30px;
    line-height: 70px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-description {
    font-size: 12px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-features ul li .plan-cta a.cta-button {
    font-size: 14px;
    border: 2px solid #6840DB;
    padding: 17px 45px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-features ul li .plan-feature-text .far.fa-question-circle {
    font-size: 14px;
  }
  section.plans .wh-plans .wh-plan-container.recommended {
    padding: 20px;
  }
  .compare-table table tbody tr th {
    min-width: 300px;
  }
  .compare-table .package h3 {
    font-size: 16px;
  }
  section.compare-tables .help-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  section.plans .wh-plans .wh-plan-container {
    padding: 20px;
  }
  section.plans .wh-plans .wh-plan-container .wh-plan-name {
    font-size: 20px;
    line-height: 1;
    padding: 20px 0px;
    flex-direction: column;
    gap: 15px;
  }
  section.plans .wh-plans .wh-plan-container.recommended .wh-plan-name {
    font-size: 25px;
    line-height: 1;
  }
  section.pricing-header .main-container .product-selector {
    display: none;
  }
  section.pricing-header .main-container .product-menu-container {
    display: block;
  }
  .billing-terms .billing-terms-row {
    margin-bottom: 0px;
    min-height: 90px;
  }
  .pricing-plan-container .plan-name {
    font-size: 22px;
  }
  .pricing-plan-container .pricing-plan-header .pricing-plan-short-description {
    font-size: 12px;
    min-height: 65px;
  }
  section.product-menu .product-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100%;
  }
  section.product-menu .product-box h1 {
    position: relative;
    width: 100%;
  }
  section.product-menu .product-box h2 {
    margin-top: 5px;
  }
  .compare-table table tbody tr th {
    min-width: 255px;
  }
  .compare-tables .compared-plans {
    display: none;
  }
  .compare-table {
    display: block;
  }
  table.features-table tbody tr th {
    min-width: unset;
    font-size: 13px;
  }
  table.features-table tbody tr td {
    padding: 10px 5px;
  }
  table.features-table tbody tr td img {
    height: 15px;
  }
  table.features-table tbody tr td h3 {
    font-size: 18px;
  }
  table.features-table tbody tr td a.btn {
    padding: 17px 17px;
  }
  .compare-table table tbody tr th {
    min-width: unset;
  }
  .row.vertical-cetner .hero-image {
    display: none;
  }
  section.compare-tables .compared-plans {
    display: none;
  }
  .compare-table {
    display: block !important;
  }
  .compare-table table tr td h3 {
    font-size: 15px;
  }
  section.plans .plan-rotator {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: transparent;
  }
  section.plans .plan-rotator .cycle-details {
    border-left: unset;
    padding-left: unset;
    text-align: center;
    margin-left: unset;
    color: #ffffff;
    padding-top: 15px;
  }
  section.plans .plan-rotator .cycle-details p {
    color: #ffffff;
  }
  section.plans .plan-rotator .cycle-details h2 {
    display: block;
    color: #ffffff;
  }
  section.compare-tables .compare-tables-heading h2 {
    line-height: unset;
    font-size: 30px;
  }
  section.compare-tables a.compare-features-cta {
    padding: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  section.pricing-header .main-container .product-selector .product-box .product-headings {
    padding: 15px;
  }
  section.pricing-header .main-container .product-selector .product-box .tab-bg {
    width: 82%;
  }
  section.plans .wh-plans .wh-plan-container.recommended {
    width: unset;
    height: unset;
    top: unset;
    left: unset;
  }
  section.compare-tables, section.compare-tables.selected {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  section.plans .plan-rotator .plan-billing-selector .cycle {
    font-size: 12px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  section.plans .plan-rotator .cycle-details {
    color: #ffffff !important;
  }
  section.plans .plan-rotator .cycle-details p {
    color: #ffffff !important;
  }
  section.plans .plan-rotator .cycle-details h2 {
    color: #ffffff !important;
  }
}

/*# sourceMappingURL=pricingPage.css.map */
