@charset "UTF-8";
.covid19 {
  background-color: #333432;
  text-align: center;
  color: white;
  padding: 20px;
}

.covid19 a {
  color: #02aeef;
  text-decoration: underline;
}

.covidBanner {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #522e91;
  text-align: center;
}

.is-spacing {
  padding: 0 30px 0 30px;
}

.is-spacing-xl {
  /*padding: 0 150px 0 150px;*/
}

.is-center {
  text-align: center;
}

.covidBanner h1 {
  text-transform: uppercase;
  font-size: 32px;
}

.covidBanner .banner_titie {
  color: #522e91;
  text-align: center;
  font-size: 22px;
}

.is-purple {
  color: #4f2d7e;
  font-weight: 500;
}

.is-purple h2 {
  font-size: 31px;
}

.wysiwyg .is-subtitle {
  font-size: 28px;
}

.container .wysiwyg h2 {
  font-weight: bold;
}

.covidDivider {
  background-color: #522e91;
  height: 1px;
  opacity: 0.3;
  margin: 0;
}

.covidListContainer {
  padding: 0 30px 0 30px;
}

.bg-white .covidList {
  list-style: none;
}

.covidList li::before {
  content: "•";
  color: #522e91;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  width: 0.5em;
  margin-left: -0.5em;
  vertical-align: middle;
}

.covidList.is-checkmark li {
  font-size: 16px;
  letter-spacing: 0.04444445px;
}

.covidList.is-checkmark li::before {
  content: "✓";
  font-size: 16px;
  width: 1em;
  margin-left: -1em;
}

.is-gradient {
  background: #fefefe;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eaeaeb));
  background: linear-gradient(to bottom, #fefefe 0%, #eaeaeb 100%);
}

.nav.nav-tabs > li > a.is-tab-parent {
  width: 100%;
  text-align: center;
  border-bottom: 8px solid #d9d9da;
}

.nav.nav-tabs > li > a.active {
  width: 100%;
  text-align: center;
  border-color: #7970b3;
}

.is-product-padding {
  padding: 25px 25px 0;
}

.is-key-features {
  background-color: #f4f3f3;
  border-left: 1px solid;
  border-radius: 0 9px 9px 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.is-key-features span {
  font-size: 25px;
}

.addto-cart {
  background-color: #4f2c7e;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #4f2c7e;
  border-radius: 25px;
  padding: 9px 20px;
  cursor: pointer;
}

.smb__cart--footer .addto-cart {
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}

.addto-cart:hover {
  background: transparent;
  border: 1px solid #4f2d7f;
  transition: 0.5s ease;
  color: #4f2d7f;
  text-decoration: none;
}

.addto-cart:active {
  padding: 9px 6px;
}

.addto-cart.is-disabled {
  border: 1px solid #4f2d7f;
  cursor: default;
  padding: 9px 6px;
}

.is-product-img {
  width: 100%;
}

.is-product-container {
  border: 1px solid;
  margin: 30px 0 0;
  border-radius: 10px;
}

.is-product-container h2 {
  color: #4f2c7e;
  font-size: 30px;
}

.is-product-container p {
  margin-top: 5px;
  color: #494b4d;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04444445px;
  text-align: left;
}

.is-product-container p strong {
  font-weight: normal;
}

.is-nav-item {
  display: flex;
  flex-grow: 1;
}

.is-nav-tabs {
  display: flex;
  align-content: center;
  justify-content: center;
}

.pre-cart {
  border: 1px solid;
  border-radius: 10px;
  position: sticky;
  top: 10%;
  margin-top: 200px;
}

.pre-cart .pre-cart-title {
  padding: 15px 22px;
  background-color: #4f2c7e;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  border-radius: 7px 7px 0 0;
}

.pre-cart .pre-cart-title b {
  font-weight: 500;
}

.pre-cart .pre-cart-content .content-info {
  padding: 25px 15px 10px 15px;
}

.pre-cart .pre-cart-content .content-info p {
  font-size: 16px;
}

.pre-cart .pre-cart-content .content-info p b {
  color: #522e91;
}

.items {
  background-color: #f4f3f3;
  padding: 10px 20px;
}

.items > ul {
  list-style: none;
}

.items hr {
  border-top: 1px solid #522e91;
}

.items > ul li div {
  width: 48%;
  text-align: right;
  display: inline-block;
  font-size: 15px;
}

.items > ul li div:first-child {
  text-align: inherit;
}

.items > ul li:before {
  content: "";
  border-color: transparent #522e91;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.5em;
  height: 0;
  width: 0;
  left: 250px;
  position: absolute;
  margin-top: 10px;
}

.items > ul.in-modal li:before {
  margin-top: 10px;
  left: 83px;
}

.is-product-description {
  margin: 25px 0 25px 0;
  color: #494b4d;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05px;
  text-align: left;
}

.is-product-description strong {
  font-weight: normal;
}

.pre-cart-footer {
  padding: 0 15px 0 15px;
}

.pre-cart-footer button {
  padding: 9px;
}

.poppup-header {
  background-color: #4f2c7e;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
}

.poppup-title {
  margin: 22px 0 10px;
  font-size: 28px;
  color: #ffffff;
}

.poppup-subtitle {
  color: #ffffff;
}

.pre-cart-footer b {
  font-size: 15px;
}

.left-cart.in-modal {
  list-style: none;
}

.steps {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 30px 0;
}

.steps hr {
  position: relative;
  width: 50%;
  height: 6px;
  background: #4f2c7e;
  z-index: -1;
  margin: 0 auto;
  display: inline-block;
  margin-left: -18px;
  margin-right: -18px;
  top: -60px;
}

.step-1 {
  position: relative;
  display: inline-block;
}

.step-1 div, .step-2 div {
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
}

.step-2 {
  position: relative;
  display: inline-block;
}

.cart-content {
  margin: 0 45px 0 45px;
}

.cart-content .is-purple {
  margin-bottom: 10px;
}

.items-container {
  margin: 10px 30px 0 30px;
}

.wpcf7-text {
  height: 35px;
  border: 1.4px solid #4f2c7e5e;
}

.wpcf7-text::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4f2c7e5e;
  opacity: 1;
  /* Firefox */
}

.wpcf7-text:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4f2c7e5e;
  opacity: 1;
  /* Firefox */
}

.wpcf7-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4f2c7e5e;
  opacity: 1;
  /* Firefox */
}

.wpcf7-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4f2c7e5e;
}

.wpcf7-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4f2c7e5e;
}

.wpcf7-select {
  width: 100%;
  border: 1.4px solid #4f2c7e5e;
  height: 35px;
  color: #4f2c7e;
}

.wysiwyg .faq-question {
  font-size: 30px;
  color: #63666a;
}

.accordion-container {
  display: inline-block;
  width: 100%;
}

.accordion-container .closed {
  display: none;
}

.accordion-container .open {
  display: inline-block;
}

.accordion-container.collapsed .closed {
  display: inline-block;
}

.accordion-container.collapsed .open {
  display: none;
}

.accordion-title {
  display: inline-block;
  width: 80%;
  font-size: 20px;
  font-weight: bold;
  color: #522e91;
}

.accordion-img {
  display: inline-block;
  width: 18%;
  text-align: right;
}

.accordion-img .closed {
  width: 14px;
  height: 14px;
}

.accordion-img .open {
  width: 14px;
  height: 2px;
}

.accordion-parent {
  border-bottom: 1px solid #4f2c7e;
  margin: 25px 0 0 1px;
  padding-bottom: 0px;
}

.accordion-content {
  margin: 30px 0 30px 0;
  font-size: 18px;
  color: #63666a;
}

.is-disabled {
  background: transparent;
  border-color: #4f2d7f;
  transition: 0.5s ease;
  color: #4f2d7f;
  text-decoration: none;
}

.float-cart {
  position: fixed;
  top: 50%;
  right: -63px;
  background-color: #4f2c7e;
  padding: 20px;
  transform: rotate(-90deg);
  display: none;
  color: white;
}

.is-featured-btn {
  margin: 20px auto 0 !important;
}

.is-product-subtitle {
  margin: 10px 0 -10px;
  display: block;
  font-size: 25px;
  font-family: helvetica;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.04444445px;
}

.delete-addon, .accordion-container, .add-addon {
  cursor: pointer;
}

.pum-content .items-container {
  margin: 20px 0px;
}

.pum-content .items > ul.in-modal li:before {
  left: 53px;
}

.pum-content .cart-content .items-container div b {
  margin: 20px 0 5px;
  display: block;
}

.pum-content .cart-content .is-center {
  padding-top: 5px;
  text-align: right;
}

.pum-content .cart-content .policy {
  font-size: 10px;
}

.pum-content .cart-content form .fields input {
  width: 100%;
  color: #522e91;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1.4px solid #522e91;
  border-left: 0px;
}

.pum-content .cart-content .wpcf7-select {
  background: none;
  cursor: pointer;
  color: #522e91;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1.4px solid #522e91;
  border-left: 0px;
}

.required-notify {
  font-size: 11px;
  padding-bottom: 5px;
  display: block;
}

.pum-close {
  top: 0;
  right: 2%;
  position: absolute;
  background: none;
  color: #fff;
  border: 0;
  font-size: 25px;
}

div.wpcf7 .ajax-loader {
  float: left;
}

.banner_titie h1 {
  line-height: 85px;
}

h1 .banner_titie--up {
  font-size: 90px;
}

h1 .banner_titie--down {
  font-size: 120px;
  font-weight: bold;
}

.main-wysiwyg .container {
  padding: 0 8px;
}

.main-wysiwyg .wysiwyg .is-spacing-xl p {
  font-size: 30px;
  line-height: 42px;
}

.main-wysiwyg .wysiwyg .is-spacing-xl b {
  font-weight: normal;
}

.main-wysiwyg .wysiwyg .is-spacing-xl p .is-purple {
  font-weight: bold;
}

.purple-banner .container {
  background: #4e278e;
  text-align: center;
  color: #ffffff;
  padding: 46px 0 46px;
}

.purple-banner .container p {
  display: none;
}

.purple-banner--text {
  font-size: 26px !important;
  margin-bottom: 0;
}

.step-1, .step-2 {
  cursor: pointer;
}

.faqsTabs .is-purple {
  font-size: 25px;
}

.is-text-banner {
  font-size: 15px;
  line-height: 1.5;
}

.is-text-banner {
  display: block;
  text-align: left;
  max-width: 50%;
}

.is-product-img-container {
  max-height: 250px;
  overflow: hidden;
}

.is-featured-btn {
  margin-bottom: 30px;
}

.is-product-title {
  text-transform: uppercase;
}

.is-product-content-container {
  margin-top: 10px;
}

.wpcf7-response-output {
  display: none;
}

.faqs-container, .faqs-content {
  border: 1px solid;
}

.faqs-container {
  margin-bottom: 5px;
}

.faqs-content {
  padding: 40px;
}

.faqs-container .is-nav-item a p {
  margin: 0;
}

.faqs-container .nav.nav-tabs > li > a {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #979797;
  background: #4F2D7F;
  color: #FFFFFF;
}

.faqs-container .nav.nav-tabs > li > a h2 {
  font-size: 22px;
  margin: 0;
  font-weight: 500;
}

.faqs-container .nav.nav-tabs > li > a.active {
  border-top: 5px solid #4F2D7F;
  background: unset;
  color: #4F2D7F;
}

.wpcf7-response-output {
  display: none;
}

.card.challenges {
  border: 0;
  box-shadow: none;
  background-color: #6576B1;
  color: white;
  text-align: justify;
  height: 310px;
}

.card.challenges p {
  font-size: 16px;
}

.card.challenges h5 {
  font-size: 22px;
  text-align: left;
}

.challenges__space {
  height: 200px;
}

.challenges__title {
  display: flex;
  vertical-align: baseline;
  align-items: flex-end;
}

.wysiwyg .row.is-discover {
  margin-top: -80px;
}

.wysiwyg .row.is-discover .card {
  height: 102px;
}

.wysiwyg .row.is-discover .card-body .card-title {
  height: 100%;
  align-items: center;
  display: flex;
}

.is-discover .card {
  border-radius: 10px;
}

.is-discover .card img {
  float: left;
  margin-right: 10px;
}

.faqs-container.smb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: none;
}

.faqs-container.smb .nav.nav-tabs > li > a.active {
  border: none;
  border-top: 0;
  border-bottom: 5px solid #4F2D7F;
  background: unset;
  color: #4F2D7F;
}

.faqs-content.smb {
  border: none;
  padding: 40px 0 0;
}

.smb .accordion__img-little {
  height: 100%;
  display: flex;
}

.row.challenges__row ul li:nth-child(1) .challenges {
  background-color: #6576B1;
}

.row.challenges__row ul li:nth-child(2) .challenges {
  background-color: #5F5A9D;
}

.row.challenges__row ul li:nth-child(3) .challenges {
  background-color: #5B4D82;
}

.row.challenges__row ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.row.challenges__row ul li {
  width: 31%;
}

.smb .accordion__img-little p {
  font-size: 12px;
}

.smb .accordion__img-little img {
  float: left;
  margin-right: 8px;
}

.smb .accordion__img {
  padding-right: 5px;
  padding-left: 5px;
  height: 100%;
}

.smb .accordion__img p {
  line-height: 13px;
  color: #4F2D7F;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  vertical-align: center;
}

.page-id-13878 #section-3, .page-id-15601 #section-3, .page-id-13878 #section-4, .page-id-15601 #section-4, .page-id-13878 #section-5, .page-id-15601 #section-5 {
  padding: 3px 0;
}

.page-id-13878 #section-5, .page-id-15601 #section-5 {
  padding-bottom: 30px;
}

.smb .accordion-title {
  width: 100%;
  font-size: 28px;
  margin-bottom: 30px;
  color: #4F2D7F;
}

.smb .accordion-content p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #494B4D;
}

.discover__banner h1 {
  line-height: 48px;
  font-size: 38px;
}

.discover__banner--description {
  font-size: 18px;
}

.discover__banner--button {
  background-color: #42AEEF;
  border-color: #42AEEF;
  font-size: 20px;
}

.discover__banner--button:hover {
  border-color: white;
  color: white;
}

.card-img-top img {
  width: 100%;
}

.smb .smb__description p {
  font-size: 16px;
  color: #494B4D;
}

.faqs-content.smb .accordion-parent {
  border: 1px solid #CCCCCC;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
}

.faqs-content.smb .accordion-container {
  height: 80px;
}

.faqs-content.smb .accordion-container .row {
  align-items: center;
  height: 100%;
}

.faqs-content.smb .accordion-question {
  text-align: center;
  background-color: #7970B3;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  border-radius: 100px;
  color: white;
}

.faqs-content.smb .accordion-title {
  font-weight: 500;
  font-size: 18px;
  margin: auto;
}

.faqs-content.smb .accordion-answer {
  font-size: 16px;
  font-weight: 100;
  color: #383B41;
}

.accordion-container .accordion-chevron {
  transition-duration: 0.1s;
  transition-property: transform;
}

.accordion-container:not(.collapsed) .accordion-chevron {
  transform: rotate(180deg);
}

.banner_content {
  overflow: hidden;
}

p:empty {
  display: none;
}

.faqs-container.smb .nav.nav-tabs > li > a {
  padding: 15px 60px;
}

.accordion-parent.smb {
  border: 1px solid #CCCCCC;
  background-color: #F4F3F3;
  padding: 20px;
  margin: 0;
}

.card-body__img {
  right: 12px;
  margin-top: -60px;
  position: absolute;
}

.wysiwyg p.card-body__description {
  font-size: 14px;
}

.col-lg-6.benefit-parent {
  border-radius: 27px;
  padding: 20px;
  flex: 0 0 45%;
  background-color: white;
  cursor: pointer;
  border: 3px solid white;
  height: 740px;
}

.col-lg-6.benefit-parent .card-text {
  color: #494B4D;
}

.col-lg-6.benefit-parent .add-addon.last-addon {
  margin-top: 62px;
}

.col-lg-6.benefit-parent .add-addon {
  margin: 0 auto;
  display: block;
  background-color: #4F2D7F;
}

.col-lg-6.benefit-parent .add-addon:hover {
  background-color: transparent;
}

.col-lg-6.benefit-parent button.addto-cart.add-addon.is-disabled {
  background-color: transparent;
}

.col-lg-6.benefit-parent:hover {
  border: 3px solid #4F2D7F;
}

.col-lg-6.benefit-parent.selected {
  border: 3px solid #4F2D7F;
}

.col-lg-6.benefit-parent.is-error {
  border: 3px solid #E02020;
}

.col-lg-6.benefit-parent.is-error .benefit-parent__uncheck {
  border: 3px solid #E02020;
}

.col-lg-6.benefit-parent.selected .benefit-parent__check {
  display: block;
}

.col-lg-6.benefit-parent.selected .benefit-parent__uncheck {
  display: none;
}

.benefit-parent__check {
  float: right;
  display: none;
}

.benefit-parent__uncheck {
  height: 60px;
  width: 60px;
  border: 3px solid #ADAEB0;
  float: right;
  border-radius: 30px;
}

.benefit__error {
  color: #E02020;
  display: none;
}

.benefit-row {
  justify-content: space-around;
  margin-bottom: 20px;
}

.accordion-container.collapsed .addto-cart {
  display: none;
}

.benefit-parent .row {
  margin: unset;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.benefit-parent__title {
  display: flex;
  align-items: center;
}

.benefit-parent__title .card-title {
  font-size: 24px;
  color: #4F2D7F;
}

.smb .card-title {
  font-size: 18px;
  color: #333333;
  padding-right: 70px;
}

.smb #collapse1 .card {
  height: 380px;
}

.smb #collapse2 .card, .smb #collapse3 .card {
  height: 450px;
}

.smb #collapse2 .col-lg-4:not(:last-child) .card .card-title {
  padding-bottom: 20px;
}

.smb #collapse3 .card {
  height: 400px;
}

.col-6.benefit-parent__item {
  flex: 0 0 49%;
}

.benefit-parent__item, .col-12.benefit-parent__item {
  display: flex;
  align-items: center;
  border: 1px solid #CCCCCC;
  background-color: #F4F3F3;
  border-radius: 10px;
  padding: 15px 20px;
}

.benefit-row .benefit-parent:nth-child(2) .row:nth-child(2) {
  margin-bottom: 35px;
}

.benefit-parent__item-last {
  background-image: linear-gradient(180deg, #6576B1 0%, #2B0E55 100%);
  padding: 20px 20px;
  height: 170px;
}

.benefit-parent__item-last .col-3 {
  align-items: center;
  display: flex;
}

.row.benefit-parent__item-last .card-text {
  color: white;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 100%;
}

.benefit-parent__item-last .card-text b {
  font-size: 25px;
}

.col-6.benefit-parent__item .card-text, .col-12.benefit-parent__item .card-text {
  font-size: 14px;
  color: #494B4D;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
}

.benefit-parent__item img {
  margin-right: 20px;
}

.cart-step__number {
  background-color: #D4D5D6;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cart-step__number.active, .cart-step__line.active {
  background-color: #4F2D7F;
  color: white;
}

.cart-step__line {
  height: 5px;
  background-color: #D4D5D6;
  border: none;
  width: 100%;
  position: absolute;
  top: 20%;
  left: 60%;
  margin: 0;
}

.cart-step__text {
  text-align: center;
  font-size: 14px;
  color: #4F2D7F;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
}

.cart-step-container .col-4 {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.items.smb {
  background-color: white;
}

.items.smb hr {
  margin-left: -25px;
}

.smb .left-cart, .smb .curent-cart {
  list-style: none;
}

.smb .left-cart li:before, .smb .curent-cart li:before {
  left: 12%;
}

.is-right {
  text-align: right;
}

.addto-cart.smb {
  padding: 9px 50px;
}

.smb__input-container input {
  width: 100%;
}

.smb__input-container .wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}

.smb__form--button-cancel {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  color: #6D7278;
}

.smb__policy {
  margin-top: 20px;
}

.smb__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.smb__buttons button, .smb__buttons input, .smb__buttons a {
  width: 70%;
  text-align: center;
}

.smb__buttons button b, .smb__buttons a b {
  width: 100%;
}

.smb__cart {
  display: none;
  position: fixed;
  right: 0;
  top: 15%;
  background-color: #FFFFFF;
  z-index: 151;
  width: 30%;
}

.smb__after-cart {
  position: fixed;
  right: -200px;
  top: 50%;
  background-color: #42AEEF;
  z-index: 150;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  padding: 10px;
  padding-right: 50px;
  border-radius: 50px;
  cursor: pointer;
}

.smb__cart--header__close {
  cursor: pointer;
  margin-top: 0;
}

.smb__cart .smb__cart--body .items ul.curent-cart {
  list-style: none;
  padding-left: 20px;
}

.smb__cart--body .items .curent-cart li:before {
  left: 40px;
}

.smb__after-cart:hover {
  right: -30px;
}

.smb__after-cart img {
  margin-right: 10px;
}

.smb__cart.active {
  display: block;
}

.smb__cart--header {
  display: flex;
  justify-content: space-between;
  background-color: #4F2D7F;
  color: white;
  padding: 10px 10px;
  font-size: 28px;
}

.smb__cart--body {
  padding: 20px;
}

.smb__cart--footer {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  font-size: 16px;
}

.banner__container {
  width: 50%;
}

.banner__container h1 {
  line-height: 46px;
  font-size: 38px;
}

.banner__container p.banner_titie.light.m-0 {
  line-height: 30px;
  font-size: 24px;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
  display: none !important;
}

.hidden-lg {
  display: none;
}

.cart-step__ligth-img {
  margin: 0 auto;
  display: block;
  float: right;
}

.cart-step__parent div {
  order: 0;
}

.cart-step__parent .col-lg-2 {
  padding: 0;
}

.smb__input-container input {
  border: 0;
  border-bottom: 1.4px solid #4f2c7e5e;
}

.challenges__description {
  margin-top: 20px;
}

.smb.thank_you.contact_us h1 {
  font-size: 22px;
}

.smb.thank_you.section-1 h1 {
  font-size: 38px;
  color: white;
}

.smb.thank_you.section-1 {
  background-image: url("https://cwcbusiness.com/wp-content/uploads/2020/05/thankyou-page2-desktop.png");
}

.smb.thank_you.section-1 h4 {
  font-size: 24px;
  color: white;
}

.services {
  display: flex;
  justify-content: center;
  margin-top: -70px;
  position: relative;
}

.overlay {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  display: none;
}

.overlay__content {
  position: absolute;
  z-index: 2;
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-flow: column;
  display: none;
  padding: 20px;
  color: #4f2d7f;
}
.overlay__content.no-padding {
  padding: 0;
}
.overlay__content .overlay__content--link {
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.overlay__content .overlay__content--link:hover {
  color: inherit;
}
.overlay__content p {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.list__parent {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.list__parent .list__inner {
  width: 750px;
}
.list__parent .list__item--first {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-color: transparent;
}
.list__parent .list__item--first:hover {
  border-color: transparent;
}
.list__parent .list__item--first .list__item-title {
  font-size: 32px;
  color: #4f2d7f;
  line-height: 34px;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
.list__parent .list__item--first .list__item-chevron {
  margin: 0 20px 0 20px;
}

.list {
  list-style: none;
  display: flex;
  justify-content: center;
}
.list .list__item {
  position: relative;
  background-color: #F3F1F1;
  border: 1px solid #B7B5B5;
  width: 230px;
  margin-right: 30px;
}
.list .list__item.list__item-hidden {
  display: none;
}
.list .list__item:hover {
  border-color: #4F2D7F;
}
.list .list__item:hover .overlay {
  border: 6px solid #4F2D7F;
  display: block;
}
.list .list__item:hover .overlay__content {
  display: flex;
}
.list .list__item .list__item-feature img {
  width: 100%;
}
.list .list__item .list__item-title {
  text-align: center;
  margin: 0;
  margin-top: 50px;
  font-size: 20px;
  line-height: 28px;
  color: #4f2d7f;
}
.list .list__item .list__item-title b {
  font-size: 32px;
  line-height: 34px;
}
.list .list__item .list__item-feature-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.list .list__item .list__item-feature-info .list__item-icon {
  margin: 0 auto;
  position: absolute;
  top: 110px;
}

.wysiwyg .solution__info {
  display: flex;
  align-items: center;
  background-color: white;
}
.wysiwyg .solution__info h2 {
  font-size: 32px;
  color: #4f2d7f;
  font-weight: bold;
}
.wysiwyg .solution__info p {
  font-size: 18px;
  font-weight: 500;
}
.wysiwyg .solution__info .solution__info-btn {
  background-color: #4f2d7f;
  border-radius: 30px;
  color: white;
  padding: 15px;
  font-size: 16px;
}

.is-regular {
  font-weight: 500;
}

.faqs-content.solution {
  margin-top: 30px;
  border: none;
  padding: 0;
}
.faqs-content.solution .answer_list {
  justify-content: space-between;
}
.faqs-content.solution .answer_list .col-md-4 {
  flex: 0 0 32%;
}
.faqs-content.solution .solution__answer {
  padding: 10px;
  background-color: #F4F3F3;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  font-weight: lighter;
  font-size: 16px;
  height: 220px;
  align-items: center;
}

.tab-container.solution {
  padding: 0 25%;
}

.solution__img img {
  width: 100%;
}

.solutions .col-lg-7 {
  padding: 0;
}

@media only screen and (max-width: 1150px) {
  /* For mobile phones: */
  .is-spacing-xl {
    padding: 0;
  }

  .hidden-xs {
    display: none;
  }

  .hidden-lg {
    display: block;
  }

  .float-cart {
    display: block;
  }

  br {
    display: block;
  }

  .covidBanner .banner_titie {
    font-size: 12px;
    line-height: 1.5;
  }

  .covidBanner h1 {
    font-size: 22px;
  }

  .is-product-img {
    margin-bottom: 10px;
  }

  .poppup-title {
    font-size: 26px;
  }

  .is-key-features {
    border-left: 0px;
    border-radius: 0px 0px 9px 9px;
  }

  .page-id-14025 .sub-banner .container .banner_content, .page-id-14738 .sub-banner .container .banner_content {
    top: 65%;
    left: 38%;
  }

  .sub-banner br {
    display: none;
  }

  .banner_slide_img {
    -o-object-position: top right;
       object-position: top right;
    -o-object-fit: none;
       object-fit: none;
  }

  .banner_titie h1 {
    background-color: rgba(16, 5, 76, 0.6);
    line-height: 45px;
    border-radius: 10px;
    padding: 15px 0 15px 15px;
    width: 235px;
  }

  .page-id-14738 .sub-banner .container .banner_content .banner_titie h1 {
    line-height: 42px;
    width: 242px;
  }

  .page-id-14738 .sub-banner .container .banner_content h1 .banner_titie--up {
    font-size: 35px;
    display: block;
  }

  .page-id-14738 .sub-banner .container .banner_content h1 .banner_titie--down {
    font-size: 55px;
    font-weight: bold;
    display: block;
  }

  h1 .banner_titie--up {
    font-size: 40px;
    display: block;
  }

  h1 .banner_titie--down {
    font-size: 60px;
    font-weight: bold;
    display: block;
  }

  #section-11.main-wysiwyg {
    padding-bottom: 0px;
  }

  .main-wysiwyg .wysiwyg .is-spacing-xl p {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }

  .is-product-subtitle {
    margin: 0;
    display: block;
    text-align: left;
  }

  .is-product-container p {
    line-height: 25px;
    text-align: left;
  }

  .bg-white .covidList {
    margin-top: 10px;
  }

  .covidList.is-checkmark li {
    line-height: 24px;
    font-size: 18px;
  }

  .is-key-features span {
    font-size: 25px;
  }

  .is-featured-btn {
    position: relative;
    left: 0;
    bottom: 0;
  }

  .purple-banner .container {
    padding: 30px 0;
  }

  .purple-banner--text {
    font-size: 18px !important;
  }

  .tab-container {
    overflow-x: scroll;
  }

  .is-nav-tabs {
    width: 700px;
  }

  .faqs-container .is-nav-tabs {
    width: 800px;
  }

  .tab-container::-webkit-scrollbar {
    width: 0;
  }

  .tab-container::-webkit-scrollbar:horizontal {
    width: 180px;
    height: 8px;
    background-color: #d9d9da;
    border-radius: 0;
  }

  .tab-container::-webkit-scrollbar-thumb:horizontal {
    background: #7970b3;
  }

  .faqs-content {
    padding: 10px;
  }

  .banner__container {
    width: 100%;
  }

  .banner__container h1 {
    background-color: inherit;
  }

  .banner_content.smb {
    width: 90%;
  }

  .banner_content.smb h1 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    width: 100%;
  }

  .banner_content.smb p.banner_titie.light.m-0 {
    font-size: 16px;
    line-height: 18px;
  }

  .challenges__container {
    overflow-y: scroll;
    height: 500px;
  }

  .card.challenges {
    height: 100%;
  }

  .challenges__row {
    width: 230%;
  }

  .accordion-parent.smb .col-10 img {
    float: right;
  }

  .smb .accordion-title {
    text-align: center;
  }

  .smb .accordion__img-little img {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .accordion__img-little p {
    width: 100%;
    display: block;
    text-align: center;
  }

  .addto-cart {
    margin: 0 auto;
    display: flex;
    float: none !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .smb .card, .is-discover .card {
    margin-bottom: 20px;
  }

  .col-lg-6.benefit-parent {
    flex: 0 0 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .benefit-parent__item:first-child {
    margin-bottom: 20px;
  }

  .benefit-parent__item-last {
    padding: 10px 10px;
    height: 100%;
  }

  .discover__banner h1 {
    background-color: inherit;
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  img.banner_slide_img.d-block.d-xs-block.d-sm-none.img-fluid {
    height: 430px !important;
  }

  .cart-step__text br {
    display: block;
  }

  .cart-step__description {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .smb__cart {
    width: 94%;
  }

  .smb__after-cart img:nth-child(2) {
    transform: rotate(90deg);
  }

  .smb__after-cart {
    right: -95px;
    border-radius: 10px;
    transform: rotate(-90deg);
    padding-right: 10px;
  }

  .smb__after-cart:hover {
    right: -95px;
  }

  .wysiwyg .cart-step__title {
    font-size: 28px;
  }

  .smb .accordion__img p {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }

  .cart-step__parent .col-lg-4 {
    order: 1;
  }

  .challenges__title {
    order: 1;
  }

  .challenges__img img {
    float: right;
  }

  .smb .accordion__img-little {
    flex-flow: column;
  }

  .smb.one-page .left-cart li:before, .smb.one-page .curent-cart li:before {
    left: 8%;
  }

  .smb .card-title {
    padding-right: 70px;
  }

  .last-addon {
    margin-top: 0;
  }

  .smb__cart--footer .addto-cart {
    padding: 8px;
    justify-content: space-between;
  }

  .discover__banner--button {
    margin-top: 10px;
    width: 180px;
  }

  .faqs-content.smb .accordion-title {
    text-align: left;
  }

  .smb__buttons {
    text-align: center;
  }

  .smb__buttons input {
    padding-left: 40px;
  }

  .benefit-row .benefit-parent:nth-child(2) .row:nth-child(2) {
    margin-bottom: 0px;
  }

  .benefit-parent__item-last .col-3 {
    padding: 0;
  }

  .benefit-parent .row {
    margin-bottom: 5px;
  }

  .col-lg-6.benefit-parent .add-addon {
    margin-top: 10px;
  }

  .challenges__description {
    text-align: left;
  }

  .services {
    margin-top: 20px;
  }
  .services .list__parent {
    flex-flow: column;
    align-content: space-between;
    overflow: hidden;
    width: 100%;
  }
  .services .list__parent .list__item--first {
    flex-flow: column;
  }
  .services .list__parent .list__item--first .list__item-title {
    text-align: center;
  }
  .services .list__parent .list__item--first .list__item-title br {
    display: block;
  }
  .services .list__parent .list__item--first .list__item-chevron {
    transform: rotate(90deg);
    margin: 0;
  }
  .services .list__parent .list__inner {
    width: 100%;
    overflow-y: scroll;
  }
  .services .list__parent .list__inner .list {
    width: 800px;
    height: 300px;
  }

  .solutions .solution__info {
    padding-top: 20px;
    order: 1;
  }
  .solutions .solution__info h2 {
    text-align: center;
  }
  .solutions .solution__info br {
    display: block;
  }
  .solutions .solution__img img {
    width: 100%;
  }

  .row.solution__answer {
    width: 100%;
    margin: 0 0 20px;
  }

  .tab-container.solution {
    padding: 0;
  }
  .tab-container.solution .is-nav-tabs {
    width: 355px;
  }

  .solution__img img {
    width: 100%;
    height: auto;
  }

  .faqs-content.solution .answer_list .col-lg-4 {
    flex: auto;
  }
}
/*  BANNER WEBINAR JAMAICA  */
.divider__banner {
  margin: 20px 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.banner_subtitle {
  font-size: 24px;
  color: #fff;
}