.main-text a, .main-text a:link {
  color: var(--primary-color-1);
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.main-text a:hover, .main-text a:active {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.clickable-text, a.clickable-text {
  color: var(--primary-color-1);
  font-weight: 400;
}

.clickable-text:hover, a.clickable-text:hover {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.pricing-s1 .top .price {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff !important;
}

.price-toggle {
  display: flex;
  margin: 0 auto;
}
.price-toggle div {
  padding: 0 10px;
}

.stronger {
  font-weight: 600;
}

.form-error {
  clear: both;
  color: #e7505a;
  padding-top: 20px;
}

.top .start-from, .promo-box .promo-box-right .start-from {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.promo-box .promo-box-right .start-from  {
    margin-bottom: 10px;
}
.small-price .start-from {
    font-size: 12px;
}
.pricing-s1 .top .start-from, .promo-box .promo-box-right .start-from {
    color: rgba(255, 255, 255, 0.5);
}
.top .pricing, .promo-box .promo-box-right .pricing {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-box .promo-box-right .pricing {
    justify-content: flex-start;
}
.top .pricing .currency, .promo-box .promo-box-right .pricing .currency {
  font-size: 24px;
  align-self: flex-start;
}
.small-price .pricing .currency {
    font-size: 18px;
}
.top .pricing .price, .promo-box .promo-box-right .pricing .price {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0 !important;
}
.promo-box .promo-box-right .pricing .price {
    font-size: 50px;
    font-weight: 600;
}

.small-price .pricing .price {
    font-size: 30px;
    line-height: 32px;
}
.top .pricing .price-detail, .promo-box .promo-box-right .pricing .price-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top .pricing .price-detail .month, .promo-box .promo-box-right .pricing .price-detail .month {
  color: #fff;
  font-size: 14px;
  line-height: 21px;;
}
.small-price .pricing .price-detail .month {
    font-size: 13px;
    line-height: 16px;
}
.pricing-notes {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px;
    margin-top: 10px;
}
.top .pricing .price-detail .currency, 
.promo-box .promo-box-right .pricing .price-detail .currency,
.promo-box .promo-box-right .pricing .price-detail .month {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5) !important;
}
.small-price .pricing .price-detail .currency {
    font-size: 13px;
    line-height: 16px;
}
.pricing-s1 .top .pricing .price-detail {
    color: rgba(255, 255, 255, 0.5) !important;
}

.top .pricing.main .price {
    color: rgb(0, 0, 0) !important;
}
.top .pricing.main .price-detail .month {
    color: rgb(0, 0, 0, 0.5) !important;
}
.top .pricing.main .price-detail .currency {
    color: rgb(0, 0, 0, 0.5) !important;
}
.pricing-s1 .top .pricing.main .price-detail .month {
    color: rgb(255, 255, 255, 0.5) !important;
}
.pricing-s1 .top .pricing.main .price-detail .currency {
    color: rgb(255, 255, 255, 0.5) !important;
}

.switch-set-sm {
  display: flex;
  align-items: center;
}
.switch-set-sm div {
  display: inline-block;
  padding: 0 5px;
}

.feature-box-image-2 img {
    width: 100px;
}
.feature-box-image-2.weebly img {
    width: 80px;
    padding: 15px;
}
.feature-box-image-2.feature-box-type-1 .text {
    padding: 30px;
    padding-left: 100px;
}
.feature-box-image-2.feature-box-type-1.weebly .text {
    padding: 15px;
    padding-left: 80px;
}
.container.small-container {
    width: 100%;
    max-width: 1000px !important;
    min-width: unset;
}
.text-left {
    text-align: left;
    padding: 20px;
}
.col-12.text-left {
    padding: 0 20px 20px 20px;
}
.email-table tbody tr td, .email-table tbody tr th {
    padding: 10px !important;
    font-size: 15px;
}
.email-table tbody tr th {
    font-size: 16px;
}

.email-table tfoot tr th, .email-table tfoot tr td {
    border-width: 0;
}

.box-icon-simple.weebly .text {
    /* margin-left: 70px; */
    margin-left: 0;;
}
.float-right {
    float:right;
}
.product-name {
    font-size: 15px;
    font-weight: 500;
}
.small-font {
    font-size: 14px;
}
.no-bottom-pad {
    padding-bottom: 0;
}
.small-sup {
    font-size: 20px;
}
.product-name sup {
    font-size: 13px;
    top: -5px
}
.promo h1 .label {
    background-image:linear-gradient(to right, var(--primary-color-1), var(--primary-color-2)) !important;
    font-size: 30px;
}
.promo-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.promo-box .promo-box-left {
    border-right: solid 1px #fff;
    width: 50%;
    padding: 10px 10px 20px 0;
}
.promo-box-left .detail {
    padding: 5px 0px;
    font-size: 16px;
}
.promo-box-left .detail i {
    font-weight: 400;
}
.promo-box .promo-box-right {
    width: 50%;
    padding: 20px 30px;
    padding-left: 60px;
}
.overlay-gradient.promo {
    padding: 80px 0 40px 0;
}
.promo-box .promo-box-right .pricing .price, 
.promo-box .promo-box-right .pricing .currency,
.promo-box .promo-box-right .pricing .price-detail .month,
.promo-box .promo-box-right .pricing .price-detail .currency
 {
    color: var(--primary-color-1) !important;

}
.promo-button-row {
    display: flex;
    align-items: center;
}
@media only screen and (min-width:801px) {
    #no-more-tables {
        display: none;
    }
    #use-tables {
        display: block;
    }
}

@media only screen and (max-width:800px) {
    .promo.t80 {
        padding-top: 0;
    }
    #use-tables {
        display: none;
    }
    #no-more-tables tbody,
    #no-more-tables tr,
    #no-more-tables td {
        display: block;
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables td {
        position: relative;
        padding-left: 50%;
        border: none;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    #no-more-tables td:before {
        content: attr(data-title);
        position: absolute;
        left: 6px;
        font-weight: bold;
    }
    #no-more-tables td:first-child, #no-more-tables td:last-child {
        text-align: center;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #no-more-tables td:last-child {
    }
    #no-more-tables tr {
        border-bottom: 1px solid #ccc;
    }
}